Home
last modified time | relevance | path

Searched refs:startState (Results 1 – 25 of 231) sorted by last modified time

12345678910

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerATNSimulator.php160 $startState = $this->atn->modeToStartState[$this->mode];
163 $this->log[] = \sprintf('matchATN mode %d start: %s', $this->mode, (string) $startState);
168 $s0_closure = $this->computeStartState($input, $startState);
H A DATNDeserializer.php318 $startState = $atn->states[$s];
320 if (!$startState instanceof RuleStartState) {
324 $atn->ruleToStartState[$i] = $startState;
435 if ($state->endState->startState !== null) {
439 $state->endState->startState = $state;
529 $bypassStop->startState = $bypassStart;
707 $this->checkCondition($state->startState !== null);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/States/
H A DBlockEndState.php10 public $startState; variable in Antlr\\Antlr4\\Runtime\\Atn\\States\\BlockEndState
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Dfa/
H A DDFA.php111 * @param DFAState $startState The start state corresponding to the
116 public function setPrecedenceStartState(int $precedence, DFAState $startState) : void argument
137 $this->s0->edges[$precedence] = $startState;
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Djstl-1.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1 …ntent(lineNumber), stateBeforeLine, 0);\n return {\n startState: stateBeforeLine…
H A Dbundle.js396 …okenizationSupport.tokenize2(this._model.getLineContent(e),t,0);return{startState:t,tokens1:n.toke…
/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.js396 …okenizationSupport.tokenize2(this._model.getLineContent(e),t,0);return{startState:t,tokens1:n.toke…
/plugin/codemirror/dist/
H A Dscripts.min.js.map1startState","a1","a2","StringStream","lineOracle","lastColumnPos","lastColumnValue","lineStart","e…
H A Dscripts.min.js5 …verlay:Fe(function(b,c){var d=b.token?b:a.getMode(this.options,b);if(d.startState){throw new Error…
6startState=Wa;a.innerMode=Va;a.commands=Xg;a.keyMap=Kg;a.keyName=Qg;a.isModifierKey=Og;a.lookupKey…
7startState(g.mode,e.indent?e.indent(d.outer,"",""):0)}}}else if(d.innerActive.close==="\n"){d.inne… method in AnonymousFunction3fb7904a21700.d
8 …tion j(a,c){a.innerMode=b.loadMode(c);if(a.innerMode.startState){a.innerState=a.innerMode.startSta…
/plugin/codemirror/dist/modes/
H A Dasn.1.min.js1 …")a.indented=a.context.indented;return a.context=a.context.prev}return{startState:function(a){retu…
H A Dcypher.min.js1 …,"types","user","users","with","write"]);var m=/[*+\-<>=&|~%^]/;return{startState:function(){retur…
H A Dd.min.js1 …")a.indented=a.context.indented;return a.context=a.context.prev}return{startState:function(a){retu…
H A Dforth.min.js.map1startState","state","base","token","stream","stt","mat","eatSpace","match","backUp","skipToEnd","e…
H A Dgas.min.js1 …{if(d==="/"&&c){b.tokenize=null;break}c=d==="*"}return"comment"}return{startState:function(){retur…
H A Dgherkin.min.js1 …r)})(function(a){"use strict";a.defineMode("gherkin",function(){return{startState:function(){retur…
H A Dgherkin.min.js.map1startState","lineNumber","tableHeaderLine","allowFeature","allowBackground","allowScenario","allow…
H A Dgo.min.js1 …")a.indented=a.context.indented;return a.context=a.context.prev}return{startState:function(a){retu…
H A Dgroovy.min.js1 …")a.indented=a.context.indented;return a.context=a.context.prev}return{startState:function(a){retu…
H A Djsx.min.js1startState(g,k),g,0,e.context);return null}if(j.depth==1){if(c.peek()=="<"){f.skipAttribute(j.stat…
H A Dlivescript.min.js1 …n g.token}else{a.next();return"error"}}}a.next();return"error"};var b={startState:function(){retur… method in AnonymousFunction1e0d314e0200.b
H A Dmbox.min.js1 …turn o}a.skipToEnd();return null}a.defineMode("mbox",function(){return{startState:function(){retur…
H A Dmbox.min.js.map1startState","token","blankLine","defineMIME"],"mappings":"CAGA,SAAUA,GACR,SAAWC,UAAW,gBAAmBC,SAAU,…
H A Dmirc.min.js1 ….tokenize=g;break}if(d==")")c++;else if(d!=" ")c=0}return"meta"}return{startState:function(){retur…
H A Dmirc.min.js.map1startState","token","eatSpace"],"mappings":"CAKA,SAAUA,GACR,SAAWC,UAAW,gBAAmBC,SAAU,SACjDF,EAAIG,Q…

12345678910