MCPcopy Create free account

hub / github.com/CJex/regulex / functions

Functions404 in github.com/CJex/regulex

↓ 1 callersMethodNum
()
test/ParsecSpec.ts:240
↓ 1 callersMethodRepeat
()
src/grammar/JSRE.ts:41
↓ 1 callersMethodTerm
()
src/grammar/JSRE.ts:25
↓ 1 callersMethod_afterRender
()
src/web/RegexEditor.ts:93
↓ 1 callersMethod_checkNullable
()
src/Parsec.ts:332
↓ 1 callersMethod_deref
()
src/Parsec.ts:336
↓ 1 callersMethod_includeCodePoint
(cp: number)
src/Parsec.ts:817
↓ 1 callersMethod_initFlagsInput
()
src/web/RegexEditor.ts:117
↓ 1 callersFunction_throwIfFailed
(out: C.RunDetails<T>)
test/utils.ts:98
↓ 1 callersFunctionbuildAliasMap
()
src/UnicodeProperty.ts:282
↓ 1 callersFunctionbuildUnicode
(outputFile: string, unicodePkg = DEFAULT_UNICODE_PKG)
src/tools/buildUnicode.ts:12
↓ 1 callersFunctioncata
(n: N, parent?: N)
src/AST.ts:318
↓ 1 callersFunctioncharPairGen
()
test/KitSpec.ts:9
↓ 1 callersFunctioncheck
(re: AST.Node)
src/grammar/Base.ts:477
↓ 1 callersMethodclear
(eventType: T)
src/web/EventEmitter.ts:91
↓ 1 callersFunctioncompare
(a: T, b: T)
src/Kit.ts:179
↓ 1 callersMethodcompare
(a: Charset, b: Charset)
src/Kit.ts:940
↓ 1 callersFunctioncompareCodePointToRange
(cp: number, range: CharRangeRepr)
src/Kit.ts:644
↓ 1 callersFunctionerrorAsKey
(err: Error)
test/utils.ts:46
↓ 1 callersFunctionescapeUnsafeUnicode
(s: string)
src/tools/buildUnicode.ts:85
↓ 1 callersFunctionfactorize
(charsets: Charset[])
src/tools/buildUnicode.ts:110
↓ 1 callersFunctionfindParts
(charset: Charset)
src/tools/buildUnicode.ts:185
↓ 1 callersFunctionfmap
(node: NodeF<A>, f: (n: A) => B)
src/AST.ts:290
↓ 1 callersFunctiongenExpr
(depth: number)
test/benchmark/Parsec.ts:51
↓ 1 callersFunctionget
(id)
src/tools/fetchUnicodeProperty.js:20
↓ 1 callersFunctiongetAliasForms
(cat: AST.UnicodeCharClass)
test/grammar/BaseGen.ts:511
↓ 1 callersFunctiongetAliasInTable
(emuTable)
src/tools/fetchUnicodeProperty.js:24
↓ 1 callersFunctiongetDefRuleNames
* Get object all available property names,include its prototype chain but exclude top Object.prototype
src/Parsec.ts:1022
↓ 1 callersFunctiongetGroupsInfo
(re: Node, _renumber = false)
src/AST.ts:376
↓ 1 callersMethodgetRawText
()
src/web/RegexEditor.ts:110
↓ 1 callersMethodgetRegexSource
()
src/Parsec.ts:736
↓ 1 callersMethodgetTextContent
()
src/web/TextEditor.ts:107
↓ 1 callersFunctionguid
()
src/Kit.ts:376
↓ 1 callersFunctionhasOwn
(o: any, k: string)
src/Kit.ts:355
↓ 1 callersFunctionincludeCodePoint
(range: CharRangeRepr, cp: number)
src/Kit.ts:544
↓ 1 callersMethodinsertAt
(content: string | Node, position: 'Start' | 'End' | 'Caret')
src/web/TextEditor.ts:78
↓ 1 callersMethodisCaretAtBoundary
(boundary: 'Start' | 'End')
src/web/TextEditor.ts:117
↓ 1 callersFunctionisNumber
(n: any)
test/utils.ts:165
↓ 1 callersFunctionisSubsetOf
(a: CharRangeRepr, b: CharRangeRepr)
src/Kit.ts:548
↓ 1 callersFunctionjoin
(a: CharRangeRepr, b: CharRangeRepr)
src/Kit.ts:571
↓ 1 callersFunctionmakeGenState
()
test/grammar/BaseGen.ts:48
↓ 1 callersFunctionmakeUnicodeEscape
(...points: string[])
src/grammar/Base.ts:576
↓ 1 callersFunctionrandInt
(min: number, max: number)
src/Kit.ts:350
↓ 1 callersFunctionreadCharset
(cls: string, cat: string)
src/tools/buildUnicode.ts:75
↓ 1 callersMethodrenderTo
(container: HTMLElement)
src/web/RegexEditor.ts:88
↓ 1 callersFunctionreplace
(k: string, v: any)
test/utils.ts:17
↓ 1 callersFunctionrunGrammarTest
( title: string, parse: typeof JSRE.parse, gen: Arbitrary<{flags: AST.RegexFlags; testCase: TestCase<AST
test/grammar/BaseGen.ts:548
↓ 1 callersFunctionseqs
(...parsers: any)
src/Parsec.ts:1228
↓ 1 callersFunctionsingle
(codePoint: number)
src/Kit.ts:519
↓ 1 callersFunctionsortKeys
(a: any)
test/utils.ts:33
↓ 1 callersFunctionsortUnique
(a: T[], cmp: Comparator<T> = compare)
src/Kit.ts:284
↓ 1 callersFunctionsum
(nums: number[])
src/Kit.ts:434
↓ 1 callersFunctiont
(tag: E['tagName'], attrs?: any, ...children: Children)
src/web/HTML.ts:65
↓ 1 callersFunctiontoNodeList
(nodes: T[])
src/grammar/Base.ts:448
↓ 1 callersMethodun
(eventType: T, listener: (e: any) => void)
src/web/EventEmitter.ts:62
FunctionAlts
(alts: ParseTestCase<A>[], i: number)
test/ParsecSpec.ts:102
FunctionAltsExacts
()
test/ParsecSpec.ts:152
FunctionBackref
(state: GenState)
test/grammar/BaseGen.ts:210
FunctionBackref
(n)
src/grammar/Base.ts:505
FunctionBaseAssertion
(state: GenState)
test/grammar/BaseGen.ts:197
FunctionBaseAssertion
(n)
src/grammar/Base.ts:656
FunctionBind
()
test/ParsecSpec.ts:183
FunctionChar
(state: GenState)
test/grammar/BaseGen.ts:81
FunctionCharClass
(state: GenState)
test/grammar/BaseGen.ts:126
FunctionCharClass
()
src/grammar/Base.ts:307
FunctionCharClassAtom
()
src/grammar/Base.ts:369
FunctionCharClassEscape
(state: GenState)
test/grammar/BaseGen.ts:111
FunctionCharClassEscape
(n)
src/grammar/Base.ts:636
FunctionCharClassRanges
()
src/grammar/Base.ts:313
FunctionCharRange
(n)
src/grammar/Base.ts:630
FunctionCharset
(s: string)
test/ParsecSpec.ts:34
FunctionCountsNoneOf
(s: string)
test/ParsecSpec.ts:59
FunctionCountsOneOf
(s: string)
test/ParsecSpec.ts:52
FunctionDisjunction
(state: GenState)
test/grammar/BaseGen.ts:256
FunctionDisjunction
()
src/grammar/Base.ts:445
FunctionDot
(state: GenState)
test/grammar/BaseGen.ts:74
FunctionEOF
()
test/ParsecSpec.ts:125
FunctionEmpty
()
test/ParsecSpec.ts:122
FunctionErr
(a: E)
src/Kit.ts:152
FunctionExacts
(s: string)
test/ParsecSpec.ts:22
FunctionExpr
()
test/ParsecSpec.ts:230
FunctionExpr
( state: GenState, excludes?: TA )
test/grammar/BaseGen.ts:234
FunctionFactor
()
test/ParsecSpec.ts:227
FunctionGetState
(s: string)
test/ParsecSpec.ts:75
FunctionGroup
(state: GenState)
test/grammar/BaseGen.ts:332
FunctionGroup
(n)
src/AST.ts:380
FunctionGroup
(n)
src/grammar/Base.ts:526
FunctionGroupAssertion
(state: GenState)
test/grammar/BaseGen.ts:369
FunctionGroupAssertion
(n)
src/grammar/Base.ts:535
FunctionIndexSig
(a: T)
src/Kit.ts:139
MethodLexer
This loose mode lexer is not used in strict whole parsing
src/grammar/JSRE.ts:95
FunctionList
(state: GenState)
test/grammar/BaseGen.ts:298
FunctionList
(n)
src/grammar/Base.ts:555
MethodMain
()
test/ParsecSpec.ts:236
MethodMain
()
test/benchmark/Parsec.ts:30
FunctionNoneOf
(s: string)
test/ParsecSpec.ts:29
FunctionOneOf
(s: string)
test/ParsecSpec.ts:25
FunctionQuantifier
(state: GenState)
test/grammar/BaseGen.ts:405
FunctionRegexRepeat
(s: string)
test/ParsecSpec.ts:68
FunctionRepeat
(state: GenState)
test/grammar/BaseGen.ts:435
← previousnext →101–200 of 404, ranked by callers