MCPcopy Create free account

hub / github.com/CJex/regulex / functions

Functions404 in github.com/CJex/regulex

FunctionRepeat
(n)
src/grammar/Base.ts:558
FunctionRepeatNoneOf
(s: string)
test/ParsecSpec.ts:46
FunctionRepeatOneOf
(s: string)
test/ParsecSpec.ts:39
FunctionSeqs
(seqs: ParseTestCase<A>[])
test/ParsecSpec.ts:95
FunctionSeqsExacts
()
test/ParsecSpec.ts:139
FunctionSeqsLast
()
test/ParsecSpec.ts:146
FunctionSeqsRepeatOneOfNoneOf
()
test/ParsecSpec.ts:131
FunctionSlice
(p: ParseTestCase<any>)
test/ParsecSpec.ts:114
FunctionThenF
(s: string)
test/ParsecSpec.ts:83
FunctionThenR
(seqs: ParseTestCase<A>[])
test/ParsecSpec.ts:107
FunctionTryAlts
()
test/ParsecSpec.ts:162
Function[K._inspect_]
()
src/Parsec.ts:254
Method[_inspect_]
()
src/Kit.ts:936
Method_checkCaretBoundaryEvent
(event: KeyboardEvent)
src/web/TextEditor.ts:44
Method_checkChangeEvent
()
src/web/TextEditor.ts:142
Function_checkNullable
()
src/Parsec.ts:220
Method_checkNullable
()
src/Parsec.ts:361
Method_checkNullable
()
src/Parsec.ts:408
Method_checkNullable
()
src/Parsec.ts:455
Method_checkNullable
()
src/Parsec.ts:494
Method_checkNullable
()
src/Parsec.ts:544
Method_checkNullable
()
src/Parsec.ts:597
Method_checkNullable
()
src/Parsec.ts:875
Function_counts
( this: RegexRepeat<State, UserError>, n: number )
src/Parsec.ts:752
Function_deref
()
src/Parsec.ts:238
Method_deref
()
src/Parsec.ts:365
Method_deref
()
src/Parsec.ts:399
Method_deref
()
src/Parsec.ts:431
Method_deref
()
src/Parsec.ts:459
Method_deref
()
src/Parsec.ts:498
Method_deref
()
src/Parsec.ts:551
Method_deref
()
src/Parsec.ts:604
Method_deref
()
src/Parsec.ts:654
Method_deref
()
src/Parsec.ts:972
Function_getDeref
()
src/Parsec.ts:227
Function_getFirstSet
Get NonNullable left first set
src/Parsec.ts:245
Method_getFirstSet
()
src/Parsec.ts:341
Method_getFirstSet
()
src/Parsec.ts:370
Method_getFirstSet
()
src/Parsec.ts:404
Method_getFirstSet
()
src/Parsec.ts:436
Method_getFirstSet
()
src/Parsec.ts:464
Method_getFirstSet
()
src/Parsec.ts:504
Method_getFirstSet
()
src/Parsec.ts:558
Method_getFirstSet
()
src/Parsec.ts:611
Method_getFirstSet
()
src/Parsec.ts:662
Method_getFirstSet
()
src/Parsec.ts:977
Method_includeCodePoint
(cp: number)
src/Parsec.ts:797
Method_includeCodePoint
(cp: number)
src/Parsec.ts:838
Method_onChange
(event: SyntheticEvent)
src/web/RegexEditor.ts:139
Function_parseWith
(context: ParseCtx<string, State, UserError>)
src/Parsec.ts:761
Method_parseWith
(context: ParseCtx<S, State, UserError>)
src/Parsec.ts:271
Method_parseWith
(context: ParseCtx<S, State, UserError>)
src/Parsec.ts:312
Method_parseWith
(context: ParseCtx<S, State, UserError>)
src/Parsec.ts:351
Method_parseWith
(context: ParseCtx<S, State, UserError>)
src/Parsec.ts:386
Method_parseWith
(context: ParseCtx<S, State, UserError>)
src/Parsec.ts:417
Method_parseWith
(context: ParseCtx<S, State, UserError>)
src/Parsec.ts:445
Method_parseWith
(context: ParseCtx<S, State, UserError>)
src/Parsec.ts:477
Method_parseWith
(context: ParseCtx<S, State, UserError>)
src/Parsec.ts:528
Method_parseWith
(context: ParseCtx<S, State, UserError>)
src/Parsec.ts:582
Method_parseWith
(context: ParseCtx<S, State, UserError>)
src/Parsec.ts:631
Method_parseWith
(context: ParseCtx<any, State, UserError>)
src/Parsec.ts:673
Method_parseWith
(context: ParseCtx<any, State, UserError>)
src/Parsec.ts:695
Method_parseWith
(context: ParseCtx<S, State, UserError>)
src/Parsec.ts:714
Method_parseWith
(context: ParseCtx<string, State, UserError>)
src/Parsec.ts:859
Method_parseWith
(...args: any[])
src/Parsec.ts:921
Method_parseWith
(context: ParseCtx<S, State, UserError>)
src/Parsec.ts:931
Function_repeats
( this: RegexRepeat<State, UserError>, min = 0, max = Infinity )
src/Parsec.ts:741
FunctionallEqual
(a: any[])
test/utils.ts:125
Functionalts
(...parsers: any)
src/Parsec.ts:1216
Functionand
(next: Parser<S, B, State, UserError>)
src/Parsec.ts:165
Functionapply
(compiler: webpack.Compiler)
webpack.config.ts:31
MethodasLexeme
(type: RawLexeme['type'])
src/grammar/JSRE.ts:96
Functionbetween
( left: Parser<S, any, State, UserError>, right: Parser<S, any, State, UserError> )
src/Parsec.ts:169
Functionbetweens
(left: S, right: S)
src/Parsec.ts:191
Functionbind
( ..._bindings: any )
src/Parsec.ts:1249
FunctionbottomUp
(n: N, f: (n: NodeF<T, N>, parent?: N) => T)
src/AST.ts:317
Functioncharset
(ch: K.Charset)
src/Parsec.ts:1190
Functioncoalesce
(ranges: CharRangeRepr[])
src/Kit.ts:604
FunctioncodePointEscape
(c: string)
src/Kit.ts:334
FunctioncompareCharToRange
(c: string, range: CharRangeRepr)
src/Kit.ts:640
FunctioncompareFullUnicode
(s1: string, s2: string)
src/Kit.ts:230
FunctioncompareIn
(x: CharRangeRepr, r: CharRangeRepr)
src/Kit.ts:631
Functionconstructor
(public readonly flags: AST.RegexFlags, public readonly maxGroupDepth = 30)
test/grammar/BaseGen.ts:72
Methodconstructor
(public readonly input: S, public state: State)
src/Parsec.ts:38
Methodconstructor
( private _f: (context: { readonly input: S; readonly position: number; readonly state:
src/Parsec.ts:261
Methodconstructor
( private _p: Parser<S, A, State, any>, private _f: (v: SimpleResult<A, UserError>, ctx: TokenCtx<S, S
src/Parsec.ts:294
Methodconstructor
(private _p: Parser<S, A, State, UserError>, private _f: (st: State, ctx: TokenCtx<S, State>) => State)
src/Parsec.ts:347
Methodconstructor
( private _p: Parser<S, A, State, UserError>, private _f: (a: A, st: TokenCtx<S, State>) => Parser<S,
src/Parsec.ts:379
Methodconstructor
(private _p: Parser<S, A, State, UserError>)
src/Parsec.ts:414
Methodconstructor
(private _p: Parser<S, A, State, UserError>)
src/Parsec.ts:442
Methodconstructor
( private _p: Parser<S, A, State, UserError>, private _look: Parser<S, any, State, UserError>, pri
src/Parsec.ts:470
Methodconstructor
(private _items: Array<Parser<S, any, State, UserError>>)
src/Parsec.ts:515
Methodconstructor
(private _alts: Array<Parser<S, A, State, UserError>>)
src/Parsec.ts:577
Methodconstructor
(private _p: Parser<S, A, State, UserError>, private _min: number = 0, private _max: number = Infinity)
src/Parsec.ts:627
Methodconstructor
(private _msg: string, private _userError?: UserError)
src/Parsec.ts:691
Methodconstructor
(private _s: S)
src/Parsec.ts:709
Methodconstructor
(private _charset: K.Charset)
src/Parsec.ts:793
Methodconstructor
(a: string)
src/Parsec.ts:812
Methodconstructor
(re: RegExp)
src/Parsec.ts:853
Methodconstructor
(private _refName: string)
src/Parsec.ts:898
← previousnext →201–300 of 404, ranked by callers