Home
last modified time | relevance | path

Searched refs:startState (Results 1 – 25 of 231) sorted by relevance

12345678910

/plugin/codemirror/dist/modes/
H A Dyaml-frontmatter.min.js1startState:function(){return{state:b,inner:a.startState(g)}},copyState:function(b){return{state:b.…
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 Dhaskell-literate.min.js1 … d=a.getMode(b,c&&c.base||"haskell");return{startState:function(){return{inCode:false,baseState:a.
H A Dhaml.min.js1 …(a,b)}}}return c.token(a,b.htmlState)}return{startState:function(){var b=a.startState(c);var e=a.s…
H A Dyaml-frontmatter.min.js.map1startState","inner","copyState","token","stream","match","end","sol","style","mode","blankLine"],"…
H A Dpegjs.min.js1startState:function(){return{inString:false,stringType:null,inComment:false,inCharacterClass:false…
H A Dhaskell-literate.min.js.map1startState","inCode","baseState","token","stream","state","sol","eat","skipToEnd","innerMode","mod…
H A Dphp.min.js1startState(e,d.indent(c.html,"",""));c.curState=c.php;return"meta"}if(c.pending=='"'||c.pending=="…
H A Dhtmlmixed.min.js1startState(p,f.indent(e.htmlState,"",""))}else if(e.inTag){e.inTag+=b.current();if(b.eol())e.inTag…
H A Dpug.min.js1startState(h);this.restOfLine="";this.isIncludeFiltered=false;this.isEach=false;this.lastTag="";th…
H A Debnf.min.js1startState:function(){return{stringType:null,commentType:null,braced:0,lhs:true,localState:null,st…
H A Drst.min.js1startState(d)})}else if(b.sol()&&b.match(q)){W(c,Q);f="meta"}else if(b.sol()&&b.match(p)){W(c,P);f…
H A Djsx.min.js.map1startState","style","cur","current","stop","test","indexOf","backUp","length","expressionAllowed",…
H A Dbrainfuck.min.js1 …;var b="><+-.,[]".split("");a.defineMode("brainfuck",function(){return{startState:function(){retur…
H A Dverilog.min.js1startState:function(a){var b={tokenize:null,context:new F((a||0)-d,0,"top",false),indented:0,start…
H A Dslim.min.js1startState(d);f.tokenize=e;return y(b,f)}}function y(a,b){return d.token(a,b.rubyState)}function z…
H A Dtornado.min.js1 …f(d.match(a)){return"keyword"}return c=="#"?"comment":"string"}}return{startState:function(){retur…
H A Dproperties.min.js1 …sition==="quote"){if(a.eol()){b.nextMultiline=true}}return b.position},startState:function(){retur…
H A Dsmarty.min.js1 …tch(b)){d.tokenize=n;break}c.next()}return a}}return{startState:function(){return{base:a.startStat…
H A Dasciiarmor.min.js1 …urn b(a)}},blankLine:function(a){if(a.state=="headers")a.state="body"},startState:function(){retur…
H A Dspreadsheet.min.js1 …(function(a){"use strict";a.defineMode("spreadsheet",function(){return{startState:function(){retur…
H A Dcmake.min.js1 ….match(/[0-9]/)){return"number"}c.eatWhile(/[\w-]/);return null}return{startState:function(){var a…
/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/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/Atn/
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);

12345678910