Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/streetsidesoftware/cspell
/ functions
Functions
5,273 in github.com/streetsidesoftware/cspell
⨍
Functions
5,273
◇
Types & classes
1,525
↓ 2 callers
Function
extractDependencies
(settings: CSpellSettingsWSTO | CSpellSettingsI)
packages/cspell-lib/src/lib/Settings/CSpellSettingsServer.ts:377
↓ 2 callers
Function
extractFxLetters
(fxm: Map<string, Fx> | undefined)
packages/hunspell-reader/src/affToDicInfo.ts:177
↓ 2 callers
Function
extractGlobsFromMatcher
(globMatcher: GlobMatcher)
packages/cspell/src/util/glob.ts:127
↓ 2 callers
Function
extractHexSequences
(s: string, minLength: number = MIN_HEX_SEQUENCE_LENGTH)
packages/cspell-lib/src/lib/textValidation/isRandomString.ts:71
↓ 2 callers
Function
extractIgnoreValues
(typosDef: TyposDef, ignorePrefix: string)
packages/cspell-dictionary/src/SpellingDictionary/Typos/util.ts:101
↓ 2 callers
Function
extractInDocDictionary
(settings: CSpellUserSettings)
packages/cspell-lib/src/lib/Settings/InDocSettings.ts:394
↓ 2 callers
Function
extractReporterIssueOptions
(settings: CSpellSettings | ReportIssueOptions)
packages/cspell/src/reporters/reporters.ts:160
↓ 2 callers
Function
f
(url: URL)
packages/cspell-lib/src/lib/util/url.test.ts:184
↓ 2 callers
Function
factoryPathHelper
(path: PathInterface)
packages/cspell-gitignore/src/helpers.ts:89
↓ 2 callers
Function
factoryRuleBase
( parent: Rule | undefined, pattern: NPattern | NGrammar, repository: NRepository, grammar: NG
packages/cspell-grammar/src/parser/grammarNormalizer.ts:221
↓ 2 callers
Function
fetchHead
(request: string | URL)
packages/cspell-io/src/node/file/fetch.ts:4
↓ 2 callers
Function
fileLength
* This is the approximate size of the file in bytes. * @param file * @returns
packages/cspell-dictionary-bundler-plugin/src/core/bundler.ts:192
↓ 2 callers
Function
fileToDocument
( file: string, text?: string, languageId?: string, locale?: string, )
packages/cspell-lib/src/lib/Document/resolveDocument.ts:19
↓ 2 callers
Function
filenameToUri
(filename: string, cwd?: string)
packages/cspell/src/util/fileHelper.ts:61
↓ 2 callers
Function
filterAff
* Returns a filter function that will filter adjacent AffWords * It compares the word and the flags.
packages/hunspell-reader/src/aff.ts:160
↓ 2 callers
Function
filterDictDefsToLoad
( dictRefCol: DictionaryReferenceCollection, defs: DictionaryDefinitionInternal[], )
packages/cspell-lib/src/lib/Settings/internal/DictionarySettings.ts:44
↓ 2 callers
Function
filterExcludedTextOffsets
(issues: ValidationIssue[], excluded: TextOffsetRO[] | undefined)
packages/cspell-lib/src/lib/textValidation/lineValidatorFactory.ts:479
↓ 2 callers
Function
filterFeatureIssues
( features: FeaturesSupportedByReporter | undefined, issue: Issue, reportOptions?: ReportIssueOpti
packages/cspell/src/reporters/reporters.ts:31
↓ 2 callers
Method
filterOutIgnored
(files: Iterable<string> | AsyncIterable<string>)
packages/cspell-gitignore/src/GitIgnore.ts:69
↓ 2 callers
Function
filterUnique
()
packages/cspell-trie-lib/src/lib/io/test/sampleData.ts:106
↓ 2 callers
Function
finalizeReporter
(reporter: CSpellReporter | undefined)
packages/cspell/src/reporters/reporters.ts:108
↓ 2 callers
Function
find
(word: string, compoundLen: true | number)
packages/cspell-trie-lib/src/lib/TrieNode/find.test.ts:140
↓ 2 callers
Method
find
* @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 callers
Function
findLegacyCompound
(root: Root, word: string, options: PartialFindOptions)
packages/cspell-trie-lib/src/lib/ITrieNode/find.ts:116
↓ 2 callers
Function
findLegacyCompoundNode
( roots: (TrieNode | undefined)[], word: string, minCompoundLength: number, compoundSeparator:
packages/cspell-trie-lib/src/lib/TrieNode/find.ts:316
↓ 2 callers
Function
findLegacyCompoundNode
( roots: (ITrieNode | undefined)[], word: string, minCompoundLength: number, compoundSeparator
packages/cspell-trie-lib/src/lib/ITrieNode/find.ts:283
↓ 2 callers
Method
findMatch
(line: LineOffsetAnchored, rule: Rule)
packages/cspell-grammar/src/parser/grammarNormalized.ts:136
↓ 2 callers
Function
findMatchingFileTypes
(filename: string)
packages/cspell-filetypes/src/filetypes.ts:167
↓ 2 callers
Function
findNearestWithEnd
(ctx: Context)
packages/cspell-grammar/src/parser/tokenizeLine.ts:143
↓ 2 callers
Function
findNextWordText
({ text, offset }: TextOffset)
packages/cspell-lib/src/lib/util/wordSplitter.ts:131
↓ 2 callers
Function
findPair
(yNode: YamlNode, yKey: string | Scalar<string>)
packages/cspell-config-lib/src/CSpellConfigFile/CSpellConfigFileYaml.ts:656
↓ 2 callers
Function
findTrieTrieCostPrefixes
(trie: TrieTrieCost, str: string, i: number)
packages/cspell-trie-lib/src/lib/distance/weightedMaps.ts:301
↓ 2 callers
Method
findWord
(word: string, options?: FindWordOptionsRO)
packages/cspell-trie-lib/src/lib/ITrie.ts:280
↓ 2 callers
Method
findWord
(word: string, options?: FindWordOptionsRO)
packages/cspell-trie-lib/src/lib/trie.ts:136
↓ 2 callers
Function
findWordNode
(root: Root, word: string, options?: PartialFindOptions)
packages/cspell-trie-lib/src/lib/TrieNode/find.ts:92
↓ 2 callers
Function
firstFn
(v: string)
packages/cspell-pipe/src/operators/first.test.ts:11
↓ 2 callers
Function
fixMatch
(type: AffixRule['type'], match: string)
packages/hunspell-reader/src/affReader.ts:225
↓ 2 callers
Function
fixOSSystemID
(zBuf: Uint8Array, os: OSFlags = OSFlags.Unix)
packages/cspell-tools/src/gzip/compressFiles.ts:59
↓ 2 callers
Function
flagsToString
(flags: AffixFlags)
packages/hunspell-reader/src/aff.test.ts:248
↓ 2 callers
Function
flush
()
packages/cspell-tools/src/compiler/readers/readHunspellFiles.ts:43
↓ 2 callers
Function
fnK
(k: (v: T) => U)
packages/cspell-pipe/src/operators/unique.ts:4
↓ 2 callers
Function
formatCharCodes
(char: string)
packages/cspell-trie-lib/src/lib/utils/isValidChar.ts:14
↓ 2 callers
Function
formatDictionaryLocation
( dictSource: string, maxWidth: number, { cwd, dictionaryPathFormat: format,
packages/cspell/src/emitters/helpers.ts:54
↓ 2 callers
Function
formatWord
(word: string, r: SuggestedWord)
packages/cspell/src/emitters/suggestionsEmitter.ts:79
↓ 2 callers
Function
fr
({ found = false, forbidden = undefined, compoundUsed = false, caseMatched = true, }: PartialF
packages/cspell-trie-lib/src/lib/TrieNode/find.test.ts:167
↓ 2 callers
Function
fr
(r: PartialFindFullResult)
packages/cspell-trie-lib/src/lib/ITrieNode/find.test.ts:207
↓ 2 callers
Function
frNotFound
(r: PartialFindFullResult = {})
packages/cspell-trie-lib/src/lib/TrieNode/find.dutch.test.ts:225
↓ 2 callers
Function
fragmentString
(str: string, splitOnRegex: RegExp, sType: T)
packages/cspell/src/util/ansi.ts:44
↓ 2 callers
Method
from
(arr: (T | CommentedNode<T>)[], comments?: NodeComments)
packages/cspell-config-lib/src/UpdateConfig/Commented.ts:180
↓ 2 callers
Method
fromError
(url: URL, e: Error)
packages/cspell-io/src/node/file/FetchError.ts:19
↓ 2 callers
Function
fromStdinFilePath
(path?: string)
packages/cspell-lib/src/lib/util/Uri.ts:40
↓ 2 callers
Function
gatherIssues
(text: string)
test-packages/cspell-types/test-cspell-types-rollup/src/index.ts:4
↓ 2 callers
Function
gen
()
packages/cspell-pipe/src/operators/buffer.test.ts:46
↓ 2 callers
Function
gen
(mask: number, a: BufClosure, b: BufClosure)
packages/cspell-pipe/src/helpers/fork.ts:27
↓ 2 callers
Function
genResult
(text: string, issues: ValidationIssue[], includeRanges: MatchRange[])
packages/cspell-lib/src/lib/textValidation/checkText.ts:98
↓ 2 callers
Function
genSamples
(count: number, max: number, depth = 3)
packages/cspell-dictionary/src/perf/has.perf.ts:265
↓ 2 callers
Method
genSuggestions
(collector: SuggestionCollector, suggestOptions: SuggestOptionsRO)
packages/cspell-dictionary/src/SpellingDictionary/SpellingDictionary.ts:147
↓ 2 callers
Function
genWords
(len: number, startLetter: string, endLetter: string)
packages/cspell-trie-lib/src/lib/TrieBlob/TrieBlobBuilder.test.ts:480
↓ 2 callers
Function
generateBTrie
(files: string[], options: GenerateBTrieOptions)
packages/cspell-tools/src/bTrie.ts:4
↓ 2 callers
Function
generateBTrieFromFile
(file: string, options: GenerateBTrieOptions)
packages/cspell-tools/src/compiler/bTrie.ts:17
↓ 2 callers
Method
get
(index: number)
packages/cspell-config-lib/src/UpdateConfig/Commented.ts:62
↓ 2 callers
Method
get1
(key: Key)
packages/cspell-trie-lib/src/lib/utils/secondChanceCache.ts:50
↓ 2 callers
Method
getActiveInfo
()
packages/cspell-trie-lib/src/lib/ITrieNode/TrieInfo.ts:227
↓ 2 callers
Method
getAllPreferredSuggestions
* 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 callers
Function
getBinaryFormat
()
packages/cspell-trie-lib/src/lib/TrieBlob/TrieBlobEncoder.ts:18
↓ 2 callers
Method
getBytes
* 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 callers
Method
getChildrenFromRef
(ref: Ref)
packages/cspell-trie-lib/src/lib/TrieBlob/TrieBlob.ts:418
↓ 2 callers
Method
getConfigErrors
()
packages/cspell-lib/src/lib/textValidation/docValidator.ts:515
↓ 2 callers
Method
getDeserializer
()
packages/cspell-config-lib/src/CSpellConfigFileReaderWriter.ts:82
↓ 2 callers
Function
getDict
()
packages/cspell-lib/src/lib/textValidation/lineValidatorFactory.test.ts:65
↓ 2 callers
Function
getDictionaryLoader
(vfs?: VFileSystem)
packages/cspell-lib/src/lib/SpellingDictionary/DictionaryLoader.ts:11
↓ 2 callers
Method
getFileDep
(file: string)
packages/cspell/src/util/cache/DiskCache.ts:217
↓ 2 callers
Method
getFileDescriptor
(file: string)
packages/cspell/src/util/cache/file-entry-cache/file-entry-cache.ts:259
↓ 2 callers
Function
getFileTypesForExt
(ext: string)
packages/cspell-filetypes/src/filetypes.ts:139
↓ 2 callers
Method
getFinalizedDocSettings
()
packages/cspell-lib/src/lib/textValidation/docValidator.ts:509
↓ 2 callers
Method
getFlagInfo
(flag: string)
packages/cspell-tools/src/FeatureFlags/FeatureFlags.ts:54
↓ 2 callers
Method
getFlagInfo
(flag: string)
packages/cspell-lib/src/lib/FeatureFlags/FeatureFlags.ts:49
↓ 2 callers
Method
getFlagValues
()
packages/cspell-tools/src/FeatureFlags/FeatureFlags.ts:62
↓ 2 callers
Method
getFreq
(key: T)
packages/cspell-lib/src/lib/util/FreqCounter.ts:18
↓ 2 callers
Function
getGlobMatcherGlobGlob
(glob: GlobObj)
packages/cspell-lib/src/lib/globs/getGlobMatcher.ts:31
↓ 2 callers
Method
getGlobPatters
()
packages/cspell-gitignore/src/GitIgnoreFile.ts:45
↓ 2 callers
Function
getGlobalConfigPath
()
packages/cspell-lib/src/lib/Settings/GlobalSettings.ts:69
↓ 2 callers
Method
getGlobs
(directory: string)
packages/cspell-gitignore/src/GitIgnore.ts:101
↓ 2 callers
Function
getHashList
(node: NodeType)
packages/cspell-trie-lib/src/lib/TrieBlob/optimizeNodes.ts:34
↓ 2 callers
Function
getInlineConfigDictionaries
(settings: CSpellSettings)
packages/cspell-lib/src/lib/SpellingDictionary/Dictionaries.ts:45
↓ 2 callers
Method
getLine
(lineNum: number)
packages/cspell-lib/api/api.d.ts:125
↓ 2 callers
Method
getLines
()
packages/cspell-lib/api/api.d.ts:126
↓ 2 callers
Function
getLogger
()
packages/cspell-lib/src/lib/util/logger.ts:48
↓ 2 callers
Function
getModuleUrl
(moduleName: string)
packages/cspell-lib/src/lib/test/makeBTrieForDictionary.ts:8
↓ 2 callers
Function
getPipes
()
test-packages/dynamic-import/test-dynamic-import-esm/src/index.ts:3
↓ 2 callers
Function
getPlugins
* Get new instances of all the common plugins.
test-packages/cspell-pipe/test-cspell-pipe-rollup/rollup.config.mjs:31
↓ 2 callers
Function
getPlugins
* Get new instances of all the common plugins.
test-packages/cspell-service-bus/test-cspell-service-bus-rollup/rollup.config.mjs:30
↓ 2 callers
Function
getPlugins
* Get new instances of all the common plugins.
test-packages/cspell-types/test-cspell-types-rollup/rollup.config.mjs:31
↓ 2 callers
Function
getPossibleInDocSettings
(text: string)
packages/cspell-lib/src/lib/Settings/InDocSettings.ts:370
↓ 2 callers
Function
getPreferred
(dict: SpellingDictionary, word: string)
packages/cspell-lib/src/lib/textValidation/traceWord.ts:185
↓ 2 callers
Method
getRawTestName
()
packages/cspell-tools/src/test/TestHelper.ts:101
↓ 2 callers
Method
getRoot
()
packages/cspell-trie-lib/src/lib/TrieNode/TrieNodeTrie.ts:37
↓ 2 callers
Method
getRuleIndexes
(rules: WordFlags)
packages/hunspell-reader/src/aff.ts:370
↓ 2 callers
Method
getRules
(rules: WordFlags)
packages/hunspell-reader/src/aff.ts:361
↓ 2 callers
Method
getRulesForIndexes
(indexes: RuleIdx[] | undefined)
packages/hunspell-reader/src/aff.ts:385
← previous
next →
1,601–1,700 of 5,273, ranked by callers