MCPcopy Create free account

hub / github.com/streetsidesoftware/cspell / functions

Functions5,273 in github.com/streetsidesoftware/cspell

↓ 2 callersFunctionextractDependencies
(settings: CSpellSettingsWSTO | CSpellSettingsI)
packages/cspell-lib/src/lib/Settings/CSpellSettingsServer.ts:377
↓ 2 callersFunctionextractFxLetters
(fxm: Map<string, Fx> | undefined)
packages/hunspell-reader/src/affToDicInfo.ts:177
↓ 2 callersFunctionextractGlobsFromMatcher
(globMatcher: GlobMatcher)
packages/cspell/src/util/glob.ts:127
↓ 2 callersFunctionextractHexSequences
(s: string, minLength: number = MIN_HEX_SEQUENCE_LENGTH)
packages/cspell-lib/src/lib/textValidation/isRandomString.ts:71
↓ 2 callersFunctionextractIgnoreValues
(typosDef: TyposDef, ignorePrefix: string)
packages/cspell-dictionary/src/SpellingDictionary/Typos/util.ts:101
↓ 2 callersFunctionextractInDocDictionary
(settings: CSpellUserSettings)
packages/cspell-lib/src/lib/Settings/InDocSettings.ts:394
↓ 2 callersFunctionextractReporterIssueOptions
(settings: CSpellSettings | ReportIssueOptions)
packages/cspell/src/reporters/reporters.ts:160
↓ 2 callersFunctionf
(url: URL)
packages/cspell-lib/src/lib/util/url.test.ts:184
↓ 2 callersFunctionfactoryPathHelper
(path: PathInterface)
packages/cspell-gitignore/src/helpers.ts:89
↓ 2 callersFunctionfactoryRuleBase
( parent: Rule | undefined, pattern: NPattern | NGrammar, repository: NRepository, grammar: NG
packages/cspell-grammar/src/parser/grammarNormalizer.ts:221
↓ 2 callersFunctionfetchHead
(request: string | URL)
packages/cspell-io/src/node/file/fetch.ts:4
↓ 2 callersFunctionfileLength
* This is the approximate size of the file in bytes. * @param file * @returns
packages/cspell-dictionary-bundler-plugin/src/core/bundler.ts:192
↓ 2 callersFunctionfileToDocument
( file: string, text?: string, languageId?: string, locale?: string, )
packages/cspell-lib/src/lib/Document/resolveDocument.ts:19
↓ 2 callersFunctionfilenameToUri
(filename: string, cwd?: string)
packages/cspell/src/util/fileHelper.ts:61
↓ 2 callersFunctionfilterAff
* Returns a filter function that will filter adjacent AffWords * It compares the word and the flags.
packages/hunspell-reader/src/aff.ts:160
↓ 2 callersFunctionfilterDictDefsToLoad
( dictRefCol: DictionaryReferenceCollection, defs: DictionaryDefinitionInternal[], )
packages/cspell-lib/src/lib/Settings/internal/DictionarySettings.ts:44
↓ 2 callersFunctionfilterExcludedTextOffsets
(issues: ValidationIssue[], excluded: TextOffsetRO[] | undefined)
packages/cspell-lib/src/lib/textValidation/lineValidatorFactory.ts:479
↓ 2 callersFunctionfilterFeatureIssues
( features: FeaturesSupportedByReporter | undefined, issue: Issue, reportOptions?: ReportIssueOpti
packages/cspell/src/reporters/reporters.ts:31
↓ 2 callersMethodfilterOutIgnored
(files: Iterable<string> | AsyncIterable<string>)
packages/cspell-gitignore/src/GitIgnore.ts:69
↓ 2 callersFunctionfilterUnique
()
packages/cspell-trie-lib/src/lib/io/test/sampleData.ts:106
↓ 2 callersFunctionfinalizeReporter
(reporter: CSpellReporter | undefined)
packages/cspell/src/reporters/reporters.ts:108
↓ 2 callersFunctionfind
(word: string, compoundLen: true | number)
packages/cspell-trie-lib/src/lib/TrieNode/find.test.ts:140
↓ 2 callersMethodfind
* @param text - text to find in the Trie * @param minCompoundLength - deprecated - allows words to be glued together
packages/cspell-trie-lib/src/lib/trie.ts:74
↓ 2 callersFunctionfindLegacyCompound
(root: Root, word: string, options: PartialFindOptions)
packages/cspell-trie-lib/src/lib/ITrieNode/find.ts:116
↓ 2 callersFunctionfindLegacyCompoundNode
( roots: (TrieNode | undefined)[], word: string, minCompoundLength: number, compoundSeparator:
packages/cspell-trie-lib/src/lib/TrieNode/find.ts:316
↓ 2 callersFunctionfindLegacyCompoundNode
( roots: (ITrieNode | undefined)[], word: string, minCompoundLength: number, compoundSeparator
packages/cspell-trie-lib/src/lib/ITrieNode/find.ts:283
↓ 2 callersMethodfindMatch
(line: LineOffsetAnchored, rule: Rule)
packages/cspell-grammar/src/parser/grammarNormalized.ts:136
↓ 2 callersFunctionfindMatchingFileTypes
(filename: string)
packages/cspell-filetypes/src/filetypes.ts:167
↓ 2 callersFunctionfindNearestWithEnd
(ctx: Context)
packages/cspell-grammar/src/parser/tokenizeLine.ts:143
↓ 2 callersFunctionfindNextWordText
({ text, offset }: TextOffset)
packages/cspell-lib/src/lib/util/wordSplitter.ts:131
↓ 2 callersFunctionfindPair
(yNode: YamlNode, yKey: string | Scalar<string>)
packages/cspell-config-lib/src/CSpellConfigFile/CSpellConfigFileYaml.ts:656
↓ 2 callersFunctionfindTrieTrieCostPrefixes
(trie: TrieTrieCost, str: string, i: number)
packages/cspell-trie-lib/src/lib/distance/weightedMaps.ts:301
↓ 2 callersMethodfindWord
(word: string, options?: FindWordOptionsRO)
packages/cspell-trie-lib/src/lib/ITrie.ts:280
↓ 2 callersMethodfindWord
(word: string, options?: FindWordOptionsRO)
packages/cspell-trie-lib/src/lib/trie.ts:136
↓ 2 callersFunctionfindWordNode
(root: Root, word: string, options?: PartialFindOptions)
packages/cspell-trie-lib/src/lib/TrieNode/find.ts:92
↓ 2 callersFunctionfirstFn
(v: string)
packages/cspell-pipe/src/operators/first.test.ts:11
↓ 2 callersFunctionfixMatch
(type: AffixRule['type'], match: string)
packages/hunspell-reader/src/affReader.ts:225
↓ 2 callersFunctionfixOSSystemID
(zBuf: Uint8Array, os: OSFlags = OSFlags.Unix)
packages/cspell-tools/src/gzip/compressFiles.ts:59
↓ 2 callersFunctionflagsToString
(flags: AffixFlags)
packages/hunspell-reader/src/aff.test.ts:248
↓ 2 callersFunctionflush
()
packages/cspell-tools/src/compiler/readers/readHunspellFiles.ts:43
↓ 2 callersFunctionfnK
(k: (v: T) => U)
packages/cspell-pipe/src/operators/unique.ts:4
↓ 2 callersFunctionformatCharCodes
(char: string)
packages/cspell-trie-lib/src/lib/utils/isValidChar.ts:14
↓ 2 callersFunctionformatDictionaryLocation
( dictSource: string, maxWidth: number, { cwd, dictionaryPathFormat: format,
packages/cspell/src/emitters/helpers.ts:54
↓ 2 callersFunctionformatWord
(word: string, r: SuggestedWord)
packages/cspell/src/emitters/suggestionsEmitter.ts:79
↓ 2 callersFunctionfr
({ found = false, forbidden = undefined, compoundUsed = false, caseMatched = true, }: PartialF
packages/cspell-trie-lib/src/lib/TrieNode/find.test.ts:167
↓ 2 callersFunctionfr
(r: PartialFindFullResult)
packages/cspell-trie-lib/src/lib/ITrieNode/find.test.ts:207
↓ 2 callersFunctionfrNotFound
(r: PartialFindFullResult = {})
packages/cspell-trie-lib/src/lib/TrieNode/find.dutch.test.ts:225
↓ 2 callersFunctionfragmentString
(str: string, splitOnRegex: RegExp, sType: T)
packages/cspell/src/util/ansi.ts:44
↓ 2 callersMethodfrom
(arr: (T | CommentedNode<T>)[], comments?: NodeComments)
packages/cspell-config-lib/src/UpdateConfig/Commented.ts:180
↓ 2 callersMethodfromError
(url: URL, e: Error)
packages/cspell-io/src/node/file/FetchError.ts:19
↓ 2 callersFunctionfromStdinFilePath
(path?: string)
packages/cspell-lib/src/lib/util/Uri.ts:40
↓ 2 callersFunctiongatherIssues
(text: string)
test-packages/cspell-types/test-cspell-types-rollup/src/index.ts:4
↓ 2 callersFunctiongen
()
packages/cspell-pipe/src/operators/buffer.test.ts:46
↓ 2 callersFunctiongen
(mask: number, a: BufClosure, b: BufClosure)
packages/cspell-pipe/src/helpers/fork.ts:27
↓ 2 callersFunctiongenResult
(text: string, issues: ValidationIssue[], includeRanges: MatchRange[])
packages/cspell-lib/src/lib/textValidation/checkText.ts:98
↓ 2 callersFunctiongenSamples
(count: number, max: number, depth = 3)
packages/cspell-dictionary/src/perf/has.perf.ts:265
↓ 2 callersMethodgenSuggestions
(collector: SuggestionCollector, suggestOptions: SuggestOptionsRO)
packages/cspell-dictionary/src/SpellingDictionary/SpellingDictionary.ts:147
↓ 2 callersFunctiongenWords
(len: number, startLetter: string, endLetter: string)
packages/cspell-trie-lib/src/lib/TrieBlob/TrieBlobBuilder.test.ts:480
↓ 2 callersFunctiongenerateBTrie
(files: string[], options: GenerateBTrieOptions)
packages/cspell-tools/src/bTrie.ts:4
↓ 2 callersFunctiongenerateBTrieFromFile
(file: string, options: GenerateBTrieOptions)
packages/cspell-tools/src/compiler/bTrie.ts:17
↓ 2 callersMethodget
(index: number)
packages/cspell-config-lib/src/UpdateConfig/Commented.ts:62
↓ 2 callersMethodget1
(key: Key)
packages/cspell-trie-lib/src/lib/utils/secondChanceCache.ts:50
↓ 2 callersMethodgetActiveInfo
()
packages/cspell-trie-lib/src/lib/ITrieNode/TrieInfo.ts:227
↓ 2 callersMethodgetAllPreferredSuggestions
* Get a list of all preferred suggestions in the trie. * They are returned in order and in the following format: * ``` * <word1>:<suggestion1>
packages/cspell-trie-lib/api/api.d.ts:539
↓ 2 callersFunctiongetBinaryFormat
()
packages/cspell-trie-lib/src/lib/TrieBlob/TrieBlobEncoder.ts:18
↓ 2 callersMethodgetBytes
* Get the bytes of the file. * @param gunzip - gunzip the data. * - `true` to gunzip the data before returning it. * - `false` to r
packages/cspell-io/src/models/FileResource.ts:67
↓ 2 callersMethodgetChildrenFromRef
(ref: Ref)
packages/cspell-trie-lib/src/lib/TrieBlob/TrieBlob.ts:418
↓ 2 callersMethodgetConfigErrors
()
packages/cspell-lib/src/lib/textValidation/docValidator.ts:515
↓ 2 callersMethodgetDeserializer
()
packages/cspell-config-lib/src/CSpellConfigFileReaderWriter.ts:82
↓ 2 callersFunctiongetDict
()
packages/cspell-lib/src/lib/textValidation/lineValidatorFactory.test.ts:65
↓ 2 callersFunctiongetDictionaryLoader
(vfs?: VFileSystem)
packages/cspell-lib/src/lib/SpellingDictionary/DictionaryLoader.ts:11
↓ 2 callersMethodgetFileDep
(file: string)
packages/cspell/src/util/cache/DiskCache.ts:217
↓ 2 callersMethodgetFileDescriptor
(file: string)
packages/cspell/src/util/cache/file-entry-cache/file-entry-cache.ts:259
↓ 2 callersFunctiongetFileTypesForExt
(ext: string)
packages/cspell-filetypes/src/filetypes.ts:139
↓ 2 callersMethodgetFinalizedDocSettings
()
packages/cspell-lib/src/lib/textValidation/docValidator.ts:509
↓ 2 callersMethodgetFlagInfo
(flag: string)
packages/cspell-tools/src/FeatureFlags/FeatureFlags.ts:54
↓ 2 callersMethodgetFlagInfo
(flag: string)
packages/cspell-lib/src/lib/FeatureFlags/FeatureFlags.ts:49
↓ 2 callersMethodgetFlagValues
()
packages/cspell-tools/src/FeatureFlags/FeatureFlags.ts:62
↓ 2 callersMethodgetFreq
(key: T)
packages/cspell-lib/src/lib/util/FreqCounter.ts:18
↓ 2 callersFunctiongetGlobMatcherGlobGlob
(glob: GlobObj)
packages/cspell-lib/src/lib/globs/getGlobMatcher.ts:31
↓ 2 callersMethodgetGlobPatters
()
packages/cspell-gitignore/src/GitIgnoreFile.ts:45
↓ 2 callersFunctiongetGlobalConfigPath
()
packages/cspell-lib/src/lib/Settings/GlobalSettings.ts:69
↓ 2 callersMethodgetGlobs
(directory: string)
packages/cspell-gitignore/src/GitIgnore.ts:101
↓ 2 callersFunctiongetHashList
(node: NodeType)
packages/cspell-trie-lib/src/lib/TrieBlob/optimizeNodes.ts:34
↓ 2 callersFunctiongetInlineConfigDictionaries
(settings: CSpellSettings)
packages/cspell-lib/src/lib/SpellingDictionary/Dictionaries.ts:45
↓ 2 callersMethodgetLine
(lineNum: number)
packages/cspell-lib/api/api.d.ts:125
↓ 2 callersMethodgetLines
()
packages/cspell-lib/api/api.d.ts:126
↓ 2 callersFunctiongetLogger
()
packages/cspell-lib/src/lib/util/logger.ts:48
↓ 2 callersFunctiongetModuleUrl
(moduleName: string)
packages/cspell-lib/src/lib/test/makeBTrieForDictionary.ts:8
↓ 2 callersFunctiongetPipes
()
test-packages/dynamic-import/test-dynamic-import-esm/src/index.ts:3
↓ 2 callersFunctiongetPlugins
* Get new instances of all the common plugins.
test-packages/cspell-pipe/test-cspell-pipe-rollup/rollup.config.mjs:31
↓ 2 callersFunctiongetPlugins
* Get new instances of all the common plugins.
test-packages/cspell-service-bus/test-cspell-service-bus-rollup/rollup.config.mjs:30
↓ 2 callersFunctiongetPlugins
* Get new instances of all the common plugins.
test-packages/cspell-types/test-cspell-types-rollup/rollup.config.mjs:31
↓ 2 callersFunctiongetPossibleInDocSettings
(text: string)
packages/cspell-lib/src/lib/Settings/InDocSettings.ts:370
↓ 2 callersFunctiongetPreferred
(dict: SpellingDictionary, word: string)
packages/cspell-lib/src/lib/textValidation/traceWord.ts:185
↓ 2 callersMethodgetRawTestName
()
packages/cspell-tools/src/test/TestHelper.ts:101
↓ 2 callersMethodgetRoot
()
packages/cspell-trie-lib/src/lib/TrieNode/TrieNodeTrie.ts:37
↓ 2 callersMethodgetRuleIndexes
(rules: WordFlags)
packages/hunspell-reader/src/aff.ts:370
↓ 2 callersMethodgetRules
(rules: WordFlags)
packages/hunspell-reader/src/aff.ts:361
↓ 2 callersMethodgetRulesForIndexes
(indexes: RuleIdx[] | undefined)
packages/hunspell-reader/src/aff.ts:385
← previousnext →1,601–1,700 of 5,273, ranked by callers