MCPcopy Create free account

hub / github.com/streetsidesoftware/cspell / functions

Functions5,273 in github.com/streetsidesoftware/cspell

↓ 2 callersFunctionadd
(v: T)
packages/cspell/src/util/cache/ObjectCollection.ts:146
↓ 2 callersFunctionaddAdjustment
(map: WeightMap, ...adjustments: PenaltyAdjustment[])
packages/cspell-trie-lib/src/lib/distance/weightedMaps.ts:101
↓ 2 callersFunctionaddAll
(map: Map<K, Boxed<V>>, entries: [key: K, value: V][] | undefined)
packages/cspell-strong-weak-map/src/StrongWeakMap.test.ts:163
↓ 2 callersFunctionaddCompileOptions
(compileCommand: Command)
packages/cspell-tools/src/app.ts:28
↓ 2 callersMethodaddDataElement
* Append a data element to the binary data. * @param data - the data to add * @returns the DataElement added
packages/cspell-trie-lib/src/lib/binary/binaryFormat.ts:416
↓ 2 callersFunctionaddDefsToWeightMap
(map: WeightMap, defs: SuggestionCostMapDef[])
packages/cspell-trie-lib/src/lib/distance/weightedMaps.ts:108
↓ 2 callersMethodaddKeyCount
(key: T, count: number)
packages/cspell-lib/src/lib/util/FreqCounter.ts:22
↓ 2 callersMethodaddLine
(line: AffLine)
packages/hunspell-reader/src/affReader.ts:28
↓ 2 callersFunctionaddPathsToGlobalImportsResultToTable
(results: Link.AddPathsToGlobalImportsResults)
packages/cspell/src/link.ts:33
↓ 2 callersFunctionaddSetToTrieTrieCost
( trie: TrieTrieCost, set: string[], cost: number | undefined, penalties: number | undefined,
packages/cspell-trie-lib/src/lib/distance/weightedMaps.ts:221
↓ 2 callersMethodaddToHead
(n: LLNode<{ p: T; r: V }>)
packages/cspell-lib/src/lib/util/AutoResolveLRUCache.ts:82
↓ 2 callersFunctionaddToHeap
(t: T[], c: T, compare: (a: T, b: T) => number)
packages/cspell-lib/src/lib/util/MinHeapQueue.ts:7
↓ 2 callersFunctionaddToKnownPaths
(candidate: Candidate, path: PathNode | undefined)
packages/cspell-lib/src/lib/util/wordSplitter.ts:379
↓ 2 callersFunctionaddToStack
(c: Record<string, TrieNode> | undefined, p: TrieRefNode)
packages/cspell-trie-lib/src/lib/flatten.ts:70
↓ 2 callersFunctionaddToTrieCost
(trie: TrieCost, str: string, cost: number, penalties: number | undefined)
packages/cspell-trie-lib/src/lib/distance/weightedMaps.ts:187
↓ 2 callersMethodaddUint8
(name: string, description: string, value?: number | Uint8Array | number[])
packages/cspell-trie-lib/src/lib/binary/binaryFormat.ts:77
↓ 2 callersFunctionaddUniqueWordsToListAndSort
* Adds words to a list, sorts the list and makes sure it is unique. * Note: this method is used to try and preserve comments in the config file. * @
packages/cspell-config-lib/src/CSpellConfigFile.ts:156
↓ 2 callersMethodaddWords
(_words: string[])
packages/cspell-config-lib/src/CSpellConfigFileReaderWriter.test.ts:199
↓ 2 callersFunctionadjustCases
(words: string[], allowedWords: AllowedSplitWordsCollection, keepCase: boolean)
packages/cspell-tools/src/compiler/splitCamelCaseIfAllowed.ts:33
↓ 2 callersFunctionadjustGlobPatternForBackwardsCompatibility
(g: string)
packages/cspell-lib/src/lib/exclusionHelper.ts:24
↓ 2 callersFunctionadjustLocale
(locale: string | string[] | undefined)
packages/cspell-lib/src/lib/suggestions.ts:260
↓ 2 callersMethodadjustSuggestions
( text: string, rawSuggestions: (ExtendedSuggestion | SuggestionResult)[], )
packages/cspell-lib/src/lib/textValidation/docValidator.ts:489
↓ 2 callersFunctionaffToDicInfo
(aff: AffInfo, locale: string)
packages/hunspell-reader/src/affToDicInfo.ts:7
↓ 2 callersFunctionannotateIsFlagged
(word: ValidationIssue)
packages/cspell-lib/src/lib/textValidation/lineValidatorFactory.ts:155
↓ 2 callersMethodapi
()
packages/cspell-worker/src/cspellWorker.ts:74
↓ 2 callersMethodappend
Add items to the heap
packages/cspell-trie-lib/src/lib/utils/PairingHeap.ts:46
↓ 2 callersFunctionapplyCaptureToBeginOrMatch
(matchRuleResult: MatchRuleResult)
packages/cspell-grammar/src/parser/processors/procMatchingRule.ts:13
↓ 2 callersFunctionapplyCaptures
(rule: Rule, match: MatchResult, captures: NCaptures | undefined)
packages/cspell-grammar/src/parser/processors/procMatchingRule.ts:43
↓ 2 callersFunctionapplyEdits
(word: string, edits: Edit[])
packages/cspell-dictionary/src/util/repMap.ts:134
↓ 2 callersMethodapplyRulesToWord
* @internal
packages/hunspell-reader/src/affLegacy.ts:79
↓ 2 callersMethodapplyRulesToWord
* @internal
packages/hunspell-reader/src/aff.ts:70
↓ 2 callersFunctionargDDict
(dict: string)
packages/cspell/src/app.test.ts:170
↓ 2 callersMethodasFilename
()
packages/cspell-eslint-plugin/fixtures/samples/sample.ts:39
↓ 2 callersMethodasFilename
()
packages/cspell-eslint-plugin/fixtures/simple/sample.ts:41
↓ 2 callersFunctionassertLessThan
(a, b)
test-packages/cspell-lib/test-cspell-lib-tsup/test-bin.mjs:21
↓ 2 callersFunctionassertParsedLinesAreValid
(lines: TokenizedLine[])
packages/cspell-grammar/src/parser/tokenizeLine.test.ts:121
↓ 2 callersFunctionassertSorted
(nodes: T[], mask: number, skip: number = 1)
packages/cspell-trie-lib/src/lib/TrieBlob/TrieBuilderUtils.ts:57
↓ 2 callersFunctionbasename
(filename: string)
packages/cspell-filetypes/src/filetypes.ts:174
↓ 2 callersFunctionbasename
(uri: Uri)
packages/cspell-lib/src/lib/util/Uri.ts:66
↓ 2 callersFunctionbs
(s: string, sep = win32.sep)
packages/cspell/src/emitters/traceEmitter.test.ts:198
↓ 2 callersFunctionbuffer
(iter: Iterable<T>, bufferSize: number)
packages/cspell-trie-lib/src/lib/utils/bufferLines.ts:1
↓ 2 callersFunctionbuild
(targets: string[] | undefined, options: BuildOptions)
packages/cspell-tools/src/build.ts:32
↓ 2 callersMethodbuild
()
packages/cspell-trie-lib/src/lib/binary/binaryFormat.ts:505
↓ 2 callersFunctionbuildContext
(line: LineOffsetAnchored, rule: Rule)
packages/cspell-grammar/src/parser/tokenizeLine.ts:98
↓ 2 callersFunctionbuildGlobMatcher
(globs: Glob[], root: string, isExclude: boolean)
packages/cspell/src/util/glob.ts:118
↓ 2 callersFunctionbuildTrie
(words: Iterable<string>, trieOptions?: PartialTrieOptions)
packages/cspell-trie-lib/src/lib/TrieBuilder.ts:29
↓ 2 callersMethodbundle
(url: URL, content?: string)
packages/cspell-dictionary-bundler-plugin/src/core/bundler.ts:36
↓ 2 callersFunctioncUrl
(url: string | URL, replaceWith: Partial<UriComponents>)
packages/cspell-lib/src/lib/Settings/Controller/configLoader/configLoader.test.ts:977
↓ 2 callersMethodcaches
()
packages/cspell-dictionary/src/util/simpleCache.ts:48
↓ 2 callersMethodcaches
()
packages/cspell-dictionary/src/util/simpleCache.ts:130
↓ 2 callersMethodcaches
()
packages/cspell-lib/src/lib/util/simpleCache.ts:48
↓ 2 callersFunctioncalcCacheSettings
( config: CSpellSettings, cacheOptions: CacheOptions, root: string, )
packages/cspell/src/util/cache/createCache.ts:48
↓ 2 callersFunctioncalcCapitalizationForms
(letter: string, locale: string)
packages/hunspell-reader/src/affToDicInfo.ts:111
↓ 2 callersFunctioncalcColHeaderSep
(sep: string, width: number)
tools/perf-chart/src/text.ts:76
↓ 2 callersFunctioncalcDictionaryDefsToLoad
(settings: CSpellSettingsInternal)
packages/cspell-lib/src/lib/Settings/internal/DictionarySettings.ts:115
↓ 2 callersFunctioncalcFirstCharacterReplace
(cs: CharacterSetCosts, editCost: EditCostsRequired)
packages/cspell-trie-lib/src/lib/mappers/mapToSuggestionCostDef.ts:79
↓ 2 callersFunctioncalcFlagged
(info: WordStatusInfo)
packages/cspell-lib/src/lib/textValidation/lineValidatorFactory.ts:113
↓ 2 callersMethodcalcInsDelCosts
(pos: CostPosition)
packages/cspell-trie-lib/src/lib/distance/weightedMaps.ts:69
↓ 2 callersMethodcalcKey
(def: DictionaryFileDefinitionInternal)
packages/cspell-lib/src/lib/SpellingDictionary/DictionaryController/DictionaryLoader.ts:221
↓ 2 callersMethodcalcKey
(urlDirectory: URL)
packages/cspell-lib/src/lib/Settings/Controller/pnpLoader.ts:62
↓ 2 callersFunctioncalcProgress
()
packages/hunspell-reader/src/commandWords.ts:187
↓ 2 callersFunctioncalcRef
(r: TrieRefNode)
packages/cspell-trie-lib/src/lib/flatten.ts:84
↓ 2 callersFunctioncalcStats
(data: CsvRecord[], fn: (d: CsvRecord) => number)
tools/perf-chart/src/calcAllStats.ts:81
↓ 2 callersFunctioncalcSuggestionAdjustedToToMatchCase
( originalWord: string, sugs: T[], locale: string | string[] | undefined, ignoreCase: boolean,
packages/cspell-lib/src/lib/suggestions.ts:268
↓ 2 callersFunctioncalcSumMinMaxMidAvg
(data: CsvRecord[], fn: (d: CsvRecord) => number)
tools/perf-chart/src/calcAllStats.ts:113
↓ 2 callersMethodcalcSwapCosts
(pos: CostPosition)
packages/cspell-trie-lib/src/lib/distance/weightedMaps.ts:70
↓ 2 callersFunctioncalcUpdateChecksumForFiles
( filename: string, files: string[], options: ReportOptions, )
packages/cspell-tools/src/shasum/shasum.ts:178
↓ 2 callersFunctioncalcVersion
(version: string)
packages/cspell/src/util/cache/DiskCache.ts:325
↓ 2 callersFunctioncalculateTextDocumentOffsets
( uri: string | Uri | URL, doc: string, wordOffsets: T[], )
packages/cspell-lib/src/lib/util/text.ts:207
↓ 2 callersFunctioncanCache
(n: TrieRefNode)
packages/cspell-trie-lib/src/lib/flatten.ts:12
↓ 2 callersMethodcancel
()
packages/rpc/src/client.ts:186
↓ 2 callersMethodcancelRequest
()
packages/rpc/src/client.ts:184
↓ 2 callersFunctioncanonicalSearchOptions
(opt: SearchOptions)
packages/cspell-dictionary/src/SpellingDictionary/SpellingDictionaryMethods.ts:76
↓ 2 callersFunctioncategorizeString
(s: string)
packages/cspell-lib/src/lib/textValidation/isRandomString.ts:41
↓ 2 callersFunctioncfgYaml
(...parts: string[])
packages/cspell-tools/src/build.test.ts:73
↓ 2 callersFunctionchangeDate
(date: Date, deltaDays: number)
tools/perf-chart/src/perfChart.ts:156
↓ 2 callersFunctioncharsetToRepMap
(charset: CharacterSet | undefined, replaceWith = '')
packages/cspell-dictionary/src/util/repMap.ts:55
↓ 2 callersFunctioncharsetToRepMapRegEx
(charset: CharacterSet | undefined, replaceWith = '')
packages/cspell-dictionary/src/util/repMap.ts:44
↓ 2 callersMethodcheck
(parsedText: ParsedText)
packages/cspell-lib/src/lib/textValidation/docValidator.ts:287
↓ 2 callersFunctioncheckFile
(checksum: string, filename: string, alg?: HashAlgorithm)
packages/cspell-tools/src/shasum/checksum.ts:22
↓ 2 callersFunctioncheckName
(dir: URL, name: string)
packages/cspell-io/src/VirtualFS/findUpFromUrl.ts:45
↓ 2 callersFunctioncheckName
(dir: string, name: string)
packages/cspell-lib/src/lib/util/findUp.ts:36
↓ 2 callersFunctioncheckTemplate
(template: string)
packages/cspell/src/cli-reporter.ts:581
↓ 2 callersFunctioncheckoutRepositoryAsync
( logger: Logger, url: string, path: string, commit: string, branch: string | undefined, )
integration-tests/src/repositoryHelper.ts:77
↓ 2 callersFunctionchildren
(n: TrieNode, hintOffset: number)
packages/cspell-trie-lib/src/lib/walker/hintedWalker.ts:72
↓ 2 callersFunctionchildren
(n: ITrieNode)
packages/cspell-trie-lib/src/lib/ITrieNode/walker/walker.ts:20
↓ 2 callersFunctionchildren
(n: ITrieNode, hintOffset: number)
packages/cspell-trie-lib/src/lib/ITrieNode/walker/hintedWalker.ts:69
↓ 2 callersFunctionclean
(src: T)
packages/cspell-dictionary/src/util/clean.ts:6
↓ 2 callersFunctioncleanOutput
(out: string)
integration-tests/src/check.ts:265
↓ 2 callersFunctioncleanSugs
(rawSugs: readonly string[])
packages/cspell-dictionary/src/SpellingDictionary/Typos/typosParser.ts:41
↓ 2 callersFunctioncleanupStreams
()
packages/hunspell-reader/src/commandWords.ts:95
↓ 2 callersMethodclearCachedSettingsFiles
()
packages/cspell-lib/src/lib/Settings/Controller/configLoader/configLoader.ts:327
↓ 2 callersMethodclearCachedSettingsFiles
* The loader caches configuration files for performance. This method clears the cache.
packages/cspell-lib/api/api.d.ts:372
↓ 2 callersFunctionclearLastPrefix
()
integration-tests/src/outputHelper.ts:52
↓ 2 callersFunctionclearPnPGlobalCache
()
packages/cspell-lib/src/lib/Settings/Controller/pnpLoader.ts:103
↓ 2 callersFunctioncollectSuggestion
(suggestion: SuggestionResultBase)
packages/cspell-trie-lib/src/lib/suggestions/suggestCollector.ts:196
↓ 2 callersFunctioncollectSuggestions
(sugGen: SuggestionGenerator, maxCost = 300, numSugs = 10)
packages/cspell-trie-lib/src/lib/suggestions/collectSuggestions.ts:8
↓ 2 callersFunctioncombineTextAndLanguageSettings
( settings: CSpellUserSettings, text: string | undefined, languageId: string | string[], )
packages/cspell-lib/src/lib/Settings/TextDocumentSettings.ts:8
↓ 2 callersFunctioncompDep
(a: Dependency, b: Dependency)
packages/cspell/src/util/cache/DiskCache.ts:321
↓ 2 callersFunctioncompLen
(n: number)
packages/cspell-trie-lib/src/lib/TrieNode/compoundWalker.test.ts:81
← previousnext →1,401–1,500 of 5,273, ranked by callers