/plugin/codemirror/dist/modes/ |
H A D | yaml-frontmatter.min.js | 1 …startState:function(){return{state:b,inner:a.startState(g)}},copyState:function(b){return{state:b.…
|
H A D | jsx.min.js | 1 …startState(g,k),g,0,e.context);return null}if(j.depth==1){if(c.peek()=="<"){f.skipAttribute(j.stat…
|
H A D | haskell-literate.min.js | 1 … d=a.getMode(b,c&&c.base||"haskell");return{startState:function(){return{inCode:false,baseState:a.…
|
H A D | haml.min.js | 1 …(a,b)}}}return c.token(a,b.htmlState)}return{startState:function(){var b=a.startState(c);var e=a.s…
|
H A D | yaml-frontmatter.min.js.map | 1 …startState","inner","copyState","token","stream","match","end","sol","style","mode","blankLine"],"…
|
H A D | pegjs.min.js | 1 …startState:function(){return{inString:false,stringType:null,inComment:false,inCharacterClass:false…
|
H A D | haskell-literate.min.js.map | 1 …startState","inCode","baseState","token","stream","state","sol","eat","skipToEnd","innerMode","mod…
|
H A D | php.min.js | 1 …startState(e,d.indent(c.html,"",""));c.curState=c.php;return"meta"}if(c.pending=='"'||c.pending=="…
|
H A D | htmlmixed.min.js | 1 …startState(p,f.indent(e.htmlState,"",""))}else if(e.inTag){e.inTag+=b.current();if(b.eol())e.inTag…
|
H A D | pug.min.js | 1 …startState(h);this.restOfLine="";this.isIncludeFiltered=false;this.isEach=false;this.lastTag="";th…
|
H A D | ebnf.min.js | 1 …startState:function(){return{stringType:null,commentType:null,braced:0,lhs:true,localState:null,st…
|
H A D | rst.min.js | 1 …startState(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 D | jsx.min.js.map | 1 …startState","style","cur","current","stop","test","indexOf","backUp","length","expressionAllowed",…
|
H A D | brainfuck.min.js | 1 …;var b="><+-.,[]".split("");a.defineMode("brainfuck",function(){return{startState:function(){retur…
|
H A D | verilog.min.js | 1 …startState:function(a){var b={tokenize:null,context:new F((a||0)-d,0,"top",false),indented:0,start…
|
H A D | slim.min.js | 1 …startState(d);f.tokenize=e;return y(b,f)}}function y(a,b){return d.token(a,b.rubyState)}function z…
|
H A D | tornado.min.js | 1 …f(d.match(a)){return"keyword"}return c=="#"?"comment":"string"}}return{startState:function(){retur…
|
H A D | properties.min.js | 1 …sition==="quote"){if(a.eol()){b.nextMultiline=true}}return b.position},startState:function(){retur…
|
H A D | smarty.min.js | 1 …tch(b)){d.tokenize=n;break}c.next()}return a}}return{startState:function(){return{base:a.startStat…
|
H A D | asciiarmor.min.js | 1 …urn b(a)}},blankLine:function(a){if(a.state=="headers")a.state="body"},startState:function(){retur…
|
H A D | spreadsheet.min.js | 1 …(function(a){"use strict";a.defineMode("spreadsheet",function(){return{startState:function(){retur…
|
H A D | cmake.min.js | 1 ….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 D | DFA.php | 111 * @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 D | BlockEndState.php | 10 public $startState; variable in Antlr\\Antlr4\\Runtime\\Atn\\States\\BlockEndState
|
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/ |
H A D | ATNDeserializer.php | 318 $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);
|