MCPcopy Create free account

hub / github.com/streetsidesoftware/cspell / functions

Functions5,273 in github.com/streetsidesoftware/cspell

↓ 4 callersFunctionautoResolveWeak
(map: IWeakMap<K, V>, key: K, resolve: (k: K) => V)
packages/cspell-lib/src/lib/util/AutoResolve.ts:99
↓ 4 callersMethodbuild
(buildOptions?: BuildOptions)
packages/cspell-trie-lib/src/lib/TrieBlob/TrieBlobBuilder.ts:338
↓ 4 callersFunctionbuildTrie
(words: string[], optimize = true)
packages/cspell-trie-lib/src/lib/TrieBlob/TrieBlobBuilder.test.ts:466
↓ 4 callersFunctionbyteAlign
(offset: number, alignment: ByteAlignment)
packages/cspell-trie-lib/src/lib/binary/binaryFormat.ts:811
↓ 4 callersFunctioncalcDefWeightMap
()
packages/cspell-trie-lib/src/lib/distance/distanceAStarWeighted.test.ts:193
↓ 4 callersFunctioncalcFileChecksum
(filename: string, alg?: HashAlgorithm)
packages/cspell-tools/src/shasum/checksum.ts:17
↓ 4 callersFunctioncalcGlobs
(commandLineExclude: string[] | undefined)
packages/cspell/src/util/glob.ts:57
↓ 4 callersFunctioncalcP
(values: number[], p: number)
tools/perf-chart/src/calcAllStats.ts:126
↓ 4 callersFunctioncalcSettingsForLanguageId
( baseSettings: CSpellUserSettings, languageId: LanguageId[] | LanguageId, )
packages/cspell-lib/src/lib/Settings/LanguageSettings.ts:166
↓ 4 callersFunctioncalcUserSettingsForLanguage
(settings: CSpellUserSettings, languageId: string)
packages/cspell-lib/src/lib/Settings/LanguageSettings.ts:156
↓ 4 callersFunctioncanUseColor
(colorOption: boolean | undefined)
packages/cspell/src/util/canUseColor.ts:1
↓ 4 callersFunctioncaseForms
(letter: string, locale: string | string[] | undefined)
packages/cspell-trie-lib/src/lib/utils/text.ts:73
↓ 4 callersFunctioncheckCapabilityOrThrow
( fs: VProviderFileSystem | undefined, capabilities: FSCapabilityFlags, flag: FSCapabilityFlags,
packages/cspell-io/src/VirtualFS/WrappedProviderFs.ts:152
↓ 4 callersFunctioncheckCircular
(root: TrieNode)
packages/cspell-trie-lib/src/lib/TrieNode/trie-util.ts:158
↓ 4 callersFunctioncheckWord
(issue: ValidationIssue)
packages/cspell-lib/src/lib/textValidation/lineValidatorFactory.ts:183
↓ 4 callersFunctionclean
(src: T)
packages/cspell/src/util/util.ts:30
↓ 4 callersFunctioncleanCopy
(t: T)
packages/cspell-trie-lib/src/lib/utils/util.ts:12
↓ 4 callersFunctionclearCachedSettingsFiles
()
packages/cspell-lib/src/lib/Settings/Controller/configLoader/defaultConfigLoader.ts:86
↓ 4 callersFunctioncompareStats
(left: Stats, right: Stats)
packages/cspell-io/src/common/stat.ts:9
↓ 4 callersFunctioncompoundWalker
(trie: Trie, caseSensitive = true)
packages/cspell-trie-lib/src/lib/TrieNode/compoundWalker.ts:24
↓ 4 callersFunctioncompoundWords
(trie: Trie, maxDepth: number, caseSensitive = true)
packages/cspell-trie-lib/src/lib/TrieNode/compoundWalker.ts:60
↓ 4 callersFunctionconvert
(n: TrieNode)
packages/cspell-trie-lib/src/lib/flatten.ts:22
↓ 4 callersFunctioncountWords
(root: TrieNode)
packages/cspell-trie-lib/src/lib/TrieNode/trie-util.ts:113
↓ 4 callersFunctioncp
(initial: Partial<CostPosition>, ...rest: Partial<CostPosition>[])
packages/cspell-trie-lib/src/lib/mappers/mapDictionaryInfoToWeightMap.test.ts:24
↓ 4 callersFunctioncreateAutoResolveCache
()
packages/cspell-lib/src/lib/util/AutoResolve.ts:88
↓ 4 callersMethodcreateCSpellConfigFile
* Create an in memory CSpellConfigFile. * @param filename - URL to the file. Used to resolve imports. * @param settings - settings to use.
packages/cspell-lib/api/api.d.ts:391
↓ 4 callersFunctioncreateCommentedNode
(value: T, comments?: NodeComments)
packages/cspell-config-lib/src/UpdateConfig/Commented.ts:272
↓ 4 callersFunctioncreateCostMaps
(formMaps: Iterable<string>[], base: SuggestionCostMapDef)
packages/hunspell-reader/src/affToDicInfo.ts:104
↓ 4 callersFunctioncreateCostTrie
()
packages/cspell-trie-lib/src/lib/suggestions/suggestAStar.ts:337
↓ 4 callersFunctioncreateDailyStats
(data: CsvRecordsRO)
tools/perf-chart/src/dailyStats.ts:22
↓ 4 callersFunctioncreateIgnoreWordsDictionary
( wordList: readonly string[], name: string, source: string, options?: CreateIgnoreWordsDictio
packages/cspell-dictionary/src/SpellingDictionary/IgnoreWordsDictionary.ts:116
↓ 4 callersFunctioncreateInlineSpellingDictionary
( inlineDict: DictionaryDefinitionInline, source: string, )
packages/cspell-dictionary/src/SpellingDictionary/createInlineSpellingDictionary.ts:12
↓ 4 callersFunctioncreateRPCError
(id: RequestID, error: RPCError, code: ResponseCode)
packages/rpc/src/modelsHelpers.ts:151
↓ 4 callersFunctioncreateRequestHandler
( requestDef: ServiceRequestFactory<T>, fn: HandleRequestFn<T>, name?: string, description?: s
packages/cspell-service-bus/src/createRequestHandler.ts:5
↓ 4 callersFunctioncreateTrie
(repMap: ReplaceMap | undefined, ignoreCharset?: string)
packages/cspell-dictionary/src/util/repMap.ts:188
↓ 4 callersFunctioncreateTyposDef
(entries?: Iterable<[TyposDefKey, TyposDefValue]>)
packages/cspell-dictionary/src/SpellingDictionary/Typos/util.ts:69
↓ 4 callersFunctioncreateTyposDictionary
( entries: readonly string[] | TyposDef | Iterable<TypoEntry>, name: string, source: string, )
packages/cspell-dictionary/src/SpellingDictionary/TyposDictionary.ts:193
↓ 4 callersFunctioncreateUint8ArrayCursor
(array: T, i = 0)
packages/cspell-trie-lib/src/lib/TrieBlob/TypedArrayCursor.ts:44
↓ 4 callersFunctioncreateWordsCollectionFromFiles
(files: FilePathOrFilePathArray)
packages/cspell-tools/src/compiler/createWordsCollection.ts:69
↓ 4 callersFunctiondDef
(opts: DDef)
packages/cspell-lib/src/lib/SpellingDictionary/DictionaryController/DictionaryLoader.test.ts:194
↓ 4 callersFunctiondecodeUtf8_32
(utf8: Utf8_32)
packages/cspell-trie-lib/src/lib/TrieBlob/Utf8.ts:73
↓ 4 callersFunctiondecodeUtf8_32Rev
(utf8: Utf8_32Rev)
packages/cspell-trie-lib/src/lib/TrieBlob/Utf8.ts:119
↓ 4 callersFunctiondetectIndent
(content: string)
packages/cspell-config-lib/src/serializers/util.ts:1
↓ 4 callersFunctiondictionary
()
packages/cspell-trie-lib/src/lib/TrieNode/compoundWalker.test.ts:103
↓ 4 callersFunctiondictionaryCacheGetLog
()
packages/cspell-dictionary/src/SpellingDictionary/CachingDictionary.ts:153
↓ 4 callersFunctionemitTraceResults
( word: string, found: boolean, results: TraceResult[], options: EmitTraceOptions, )
packages/cspell/src/emitters/traceEmitter.ts:28
↓ 4 callersFunctionencodeTextToUtf8Into
(text: string, into: Array<number> | Uint8Array, offset = 0)
packages/cspell-trie-lib/src/lib/TrieBlob/Utf8.ts:330
↓ 4 callersFunctionencodeTextToUtf8_32Rev
(offset: TextCursor)
packages/cspell-trie-lib/src/lib/TrieBlob/Utf8.ts:309
↓ 4 callersMethodencodeToBTrie
()
packages/cspell-trie-lib/src/lib/TrieBlob/TrieBlob.ts:324
↓ 4 callersFunctionencodeToUtf8_32
(code: CodePoint)
packages/cspell-trie-lib/src/lib/TrieBlob/Utf8.ts:58
↓ 4 callersFunctionencodeToUtf8_32Rev
(code: CodePoint)
packages/cspell-trie-lib/src/lib/TrieBlob/Utf8.ts:103
↓ 4 callersFunctionentry
(result: CachedFileResult, dependencies: string[] = [], size = 100)
packages/cspell/src/util/cache/DiskCache.test.ts:228
↓ 4 callersFunctionerrNoEnt
(file: string)
packages/cspell-lib/src/lib/spellCheckFile.test.ts:279
↓ 4 callersFunctionerror
(...p: Parameters<typeof console.error>)
packages/cspell/src/console.ts:57
↓ 4 callersFunctionescapeRegEx
(s: string)
packages/cspell-tools/src/test/escapeRegEx.ts:6
↓ 4 callersFunctionextname
(uri: Uri)
packages/cspell-lib/src/lib/util/Uri.ts:74
↓ 4 callersFunctionextractRawText
(text: string, issues: ValidationIssue[])
packages/cspell-lib/src/lib/textValidation/docValidator.test.ts:369
↓ 4 callersFunctionfactoryRule
( parent: Rule, pattern: NPattern, findNext?: (this: Rule, line: LineOffsetAnchored) => MatchRuleR
packages/cspell-grammar/src/parser/grammarNormalizer.ts:242
↓ 4 callersFunctionfilterOrderedList
(compare: (a: T, b: T) => boolean | number)
packages/hunspell-reader/src/util.ts:46
↓ 4 callersFunctionfindLegacyCompound
(root: Root, word: string, options: FindOptions)
packages/cspell-trie-lib/src/lib/TrieNode/find.ts:156
↓ 4 callersMethodfindNext
(this: Rule, line: LineOffsetAnchored)
packages/cspell-grammar/src/parser/grammarNormalizer.ts:342
↓ 4 callersFunctionfindNode
(node: ITrieNode, word: string)
packages/cspell-trie-lib/src/lib/ITrieNode/trie-util.ts:30
↓ 4 callersFunctionfindRepoRoot
(directory: string | URL, vfs?: VFileSystem)
packages/cspell-gitignore/src/findRepoRoot.ts:10
↓ 4 callersMethodfindUp
( name: string | string[] | VFindUpPredicate, from: URL, options?: VFindUpURLOptions,
packages/cspell-io/src/VirtualFS/VFileSystem.ts:81
↓ 4 callersFunctionfindWord
(root: Root, word: string, options?: PartialFindOptions)
packages/cspell-trie-lib/src/lib/ITrieNode/find.ts:41
↓ 4 callersFunctionfixDicPath
(defPath: string | undefined, defFile: string | undefined)
packages/cspell-lib/src/lib/Settings/internal/DictionarySettings.ts:66
↓ 4 callersFunctionfixDir
* Resolve the path to the fixtures directory for this package. * @param fixtureFile - the path to the fixture file, relative to the `docValidator` te
packages/cspell-lib/src/lib/textValidation/docValidator.test.ts:395
↓ 4 callersFunctionfrNotFound
(r: PartialFindFullResult = {})
packages/cspell-trie-lib/src/lib/TrieNode/find.test.ts:181
↓ 4 callersMethodfrom
(url: URL, settings: CSpellSettings, _indent?: number)
packages/cspell-config-lib/src/CSpellConfigFile/CSpellConfigFileToml.ts:50
↓ 4 callersFunctionfromFilePath
(file: string)
packages/cspell-lib/src/lib/util/Uri.ts:36
↓ 4 callersMethodfromTrieRoot
* Create a TrieBlob from a TrieRoot. * * This is equivalent to, but slightly faster because it avoids creating an ITrieNodes * ```ts
packages/cspell-trie-lib/src/lib/TrieBlob/TrieBlobBuilder.ts:414
↓ 4 callersFunctiongenCfgLoc
(filename: string, extensions: string[])
packages/cspell-lib/src/lib/Settings/Controller/configLoader/configLocations.ts:70
↓ 4 callersMethodgenSuggestions
* genSuggestions will generate suggestions and send them to `collector`. `collector` is responsible for returning the max acceptable cost. * Costs a
packages/cspell-trie-lib/api/api.d.ts:565
↓ 4 callersFunctiongetCachedFileSize
()
packages/cspell-lib/src/lib/Settings/Controller/configLoader/defaultConfigLoader.ts:82
↓ 4 callersFunctiongetCompoundDictionaryITrie
(...additions: string[])
packages/cspell-trie-lib/src/lib/ITrie.test.ts:171
↓ 4 callersMethodgetCount
(key: T)
packages/cspell-lib/src/lib/util/FreqCounter.ts:14
↓ 4 callersFunctiongetDefaultVFileSystem
()
packages/cspell-io/src/VirtualFS/CVirtualFS.ts:185
↓ 4 callersFunctiongetEmptyStats
(point: number = 0)
tools/perf-chart/src/calcAllStats.ts:34
↓ 4 callersFunctiongetFileSize
(filename: string)
packages/cspell/src/util/fileHelper.ts:116
↓ 4 callersMethodgetFlag
(flag: string)
packages/cspell-lib/src/lib/FeatureFlags/FeatureFlags.ts:32
↓ 4 callersFunctiongetGlobalConfig
()
packages/cspell-lib/src/lib/Settings/GlobalSettings.ts:23
↓ 4 callersFunctiongetIterator
()
packages/cspell-pipe/src/test/throwAfter.ts:19
↓ 4 callersFunctiongetPipes
()
test-packages/dynamic-import/test-dynamic-import-cjs/src/index.ts:3
↓ 4 callersMethodgetPtrUint8Array
* Gets Uint8Array data from a pointer field. * Note: The returned Uint8Array is a view of the underlying data. * @param name - name of the f
packages/cspell-trie-lib/src/lib/binary/binaryFormat.ts:727
↓ 4 callersFunctiongetRawGlobalSettings
()
packages/cspell-lib/src/lib/Settings/GlobalSettings.ts:19
↓ 4 callersMethodgetScope
* Get a Scope that matches the scope. This method is idempotent. * @param scopeValue - a single scope value: i.e. `source.ts` * @param paren
packages/cspell-grammar/src/parser/scope.ts:39
↓ 4 callersFunctiongetSize
(i: number)
tools/perf-chart/src/runs.ts:45
↓ 4 callersMethodgetStat
* Get Stats on a uri. * @param urlOrFilename - uri to fetch stats on * @returns Stats if successful.
packages/cspell-io/src/CSpellIO.ts:46
↓ 4 callersFunctiongetTimeMeasurer
()
packages/cspell/src/util/timer.ts:4
↓ 4 callersFunctiongetTrie
()
packages/cspell-trie-lib/perf/perfSuite.perf.ts:106
↓ 4 callersFunctiongetWordInfo
(word: string)
packages/cspell-lib/src/lib/textValidation/lineValidatorFactory.ts:424
↓ 4 callersFunctiongetWordsForDictionary
()
packages/cspell-trie-lib/src/lib/TrieBlob/TrieBlob.test.ts:229
↓ 4 callersFunctionglob
(patterns: string | string[], options: TinyGlobbyOptions)
packages/cspell/src/util/glob.ts:191
↓ 4 callersFunctionhintedWalker
( root: ITrieNodeRoot, ignoreCase: boolean, hint: string, compoundingMethod: CompoundWordsMeth
packages/cspell-trie-lib/src/lib/ITrieNode/walker/hintedWalker.ts:15
↓ 4 callersFunctioniTrieHas
(trie: ITrie, word: string, caseSensitive: boolean)
packages/cspell-trie-lib/src/lib/TrieBlob/TrieBlobBuilder.test.ts:499
↓ 4 callersFunctionisBaseResponse
(message: unknown)
packages/rpc/src/modelsHelpers.ts:54
↓ 4 callersFunctionisBinaryFileType
(fileTypeId: FileTypeId | FileTypeId[] | Iterable<FileTypeId>)
packages/cspell-filetypes/src/filetypes.ts:62
↓ 4 callersFunctionisCommentedBaseNode
(node: unknown)
packages/cspell-config-lib/src/UpdateConfig/Commented.ts:85
↓ 4 callersFunctionisError
(e: unknown)
packages/cspell-lib/src/lib/util/errors.ts:33
↓ 4 callersFunctionisFilePath
(source: DictionarySource)
packages/cspell-tools/src/config/configUtils.ts:3
← previousnext →801–900 of 5,273, ranked by callers