Home
last modified time | relevance | path

Searched refs:atn (Results 1 – 25 of 25) sorted by path

/plugin/code3/styles/schemes/
H A Ddefault.css42 div.PSyHi_Container span.atn,
H A Didea_alloy.css11 div.PSyHi_Container span.atn,
/plugin/codemirror/dist/modes/
H A Dvbscript.min.js.map1 …a8tfek(v=vs.84).aspx\n var builtinFuncsWords = ['abs', 'array', 'asc', 'atn', 'cbool', 'cbyte',…
/plugin/codeprettify/code-prettify/src/
H A Dprettify.css33 .atn { color: #606 } /* a markup attribute name */
48 .atn { color: #404 }
/plugin/codeprettify/code-prettify/styles/
H A Ddesert.css12 pre .atn { color: #bdb76b; font-weight: bold } /* attribute name - khaki */
32 pre .atn, code .atn { color: #404 }
H A Ddoxy.css13 pre .atn, code .atn { color: #46eeee; font-weight: normal;} /* html/xml attribute name - lt turquo…
62 pre .atn, code .atn { color: #c71585; font-weight: normal; }
H A Dsons-of-obsidian.css40 .atn
110 .atn
H A Dsunburst.css12 pre .atn, code .atn { color: #bdb76b; } /* html/xml attribute name - khaki */
44 pre .atn, code .atn { color: #404; }
/plugin/combo/ComboStrap/PageSqlParser/
H A DPageSql.interp163 atn:
H A DPageSqlLexer.interp259 atn:
H A DPageSqlLexer.php597 protected static $atn; variable in ComboStrap\\PageSqlParser\\PageSqlLexer
606 $this->interp = new LexerATNSimulator($this, self::$atn, self::$decisionToDFA, self::$sharedContextCache);
611 if (self::$atn !== null) {
617 $atn = (new ATNDeserializer())->deserialize(self::SERIALIZED_ATN);
620 for ($i = 0, $count = $atn->getNumberOfDecisions(); $i < $count; $i++) {
621 $decisionToDFA[] = new DFA($atn->getDecisionState($i), $i);
624 self::$atn = $atn;
669 return self::$atn;
H A DPageSqlParser.php224 protected static $atn; variable in ComboStrap\\PageSqlParser\\PageSqlParser
234 $this->interp = new ParserATNSimulator($this, self::$atn, self::$decisionToDFA, self::$sharedContextCache);
239 if (self::$atn !== null) {
245 $atn = (new ATNDeserializer())->deserialize(self::SERIALIZED_ATN);
248 for ($i = 0, $count = $atn->getNumberOfDecisions(); $i < $count; $i++) {
249 $decisionToDFA[] = new DFA($atn->getDecisionState($i), $i);
252 self::$atn = $atn;
274 return self::$atn;
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATN.php134 $state->atn = $this;
H A DATNDeserializer.php137 $atn = $this->readATN();
138 $this->readStates($atn);
139 $this->readRules($atn);
140 $this->readModes($atn);
157 $this->readEdges($atn, $sets);
158 $this->readDecisions($atn);
159 $this->readLexerActions($atn);
160 $this->markPrecedenceDecisions($atn);
161 $this->verifyATN($atn);
163 if ($atn
227 readStates(ATN $atn) global() argument
310 readRules(ATN $atn) global() argument
348 readModes(ATN $atn) global() argument
392 readEdges(ATN $atn, array& $sets) global() argument
462 readDecisions(ATN $atn) global() argument
477 readLexerActions(ATN $atn) global() argument
503 generateRuleBypassTransitions(ATN $atn) global() argument
516 generateRuleBypassTransition(ATN $atn, int $idx) global() argument
630 markPrecedenceDecisions(ATN $atn) global() argument
653 verifyATN(ATN $atn) global() argument
761 edgeFactory(ATN $atn, int $type, int $src, int $trg, int $arg1, int $arg2, int $arg3, array $sets) global() argument
[all...]
H A DATNSimulator.php35 public $atn; variable in Antlr\\Antlr4\\Runtime\\Atn\\ATNSimulator
62 public function __construct(ATN $atn, PredictionContextCache $sharedContextCache) argument
64 $this->atn = $atn;
H A DLexerATNSimulator.php82 ATN $atn, argument
86 parent::__construct($atn, $sharedContextCache);
160 $startState = $this->atn->modeToStartState[$this->mode];
513 $returnState = $this->atn->states[$config->context->getReturnState($i)];
636 $lexerAction = $this->atn->lexerActions[$t->actionIndex];
806 $prediction = $this->atn->ruleToTokenType[$firstConfigWithRuleStopState->state->ruleIndex];
H A DParserATNSimulator.php299 ATN $atn, argument
303 parent::__construct($atn, $sharedContextCache);
316 $decisionState = $this->atn->getDecisionState($d);
703 $decisionState = $this->atn->getDecisionState($dfa->decision);
1081 $nextTokens = $this->atn->nextTokens($config->state);
1084 $endOfRuleState = $this->atn->ruleToStopState[$config->state->ruleIndex];
1096 $initialContext = PredictionContext::fromRuleContext($this->atn, $ctx);
1304 return $trans->matches($ttype, 0, $this->atn->maxTokenType) ? $trans->target : null;
1666 $returnState = $this->atn->states[$config->context->getReturnState($i)];
1920 $returnState = $this->atn
[all...]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/States/
H A DATNState.php51 public $atn; variable in Antlr\\Antlr4\\Runtime\\Atn\\States\\ATNState
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/
H A DDefaultErrorStrategy.php251 $s = $interpreter->atn->states[$recognizer->getState()];
579 $atn = $interpreter->atn;
581 $currentState = $atn->states[$recognizer->getState()];
583 $expectingAtLL2 = $atn->nextTokensInContext($next, $recognizer->getContext());
863 $atn = $interpreter->atn;
870 $invokingState = $atn->states[$ctx->invokingState];
873 $follow = $atn->nextTokens($rt->followState);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
H A DFailedPredicateException.php42 $s = $interpreter->atn->states[$recognizer->getState()];
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DLL1Analyzer.php30 public $atn; variable in Antlr\\Antlr4\\Runtime\\LL1Analyzer
32 public function __construct(ATN $atn) argument
34 $this->atn = $atn;
108 $lookContext = $context !== null && $s->atn !== null ?
109 PredictionContext::fromRuleContext($s->atn, $context) :
224 $returnState = $this->atn->states[$context->getReturnState($i)];
297 $look->addRange(Token::MIN_USER_TOKEN_TYPE, $this->atn->maxTokenType);
305 $this->atn->maxTokenType
H A DParser.php780 $atn = $this->interpreter()->atn;
783 $s = $atn->states[$this->getState()];
784 $following = $atn->nextTokens($s);
796 $invokingState = $atn->states[$ctx->invokingState];
800 $following = $atn->nextTokens($rt->followState);
832 $atn = $this->interpreter()->atn;
833 $s = $atn->states[$this->getState()];
835 return $atn
[all...]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/
H A DPredictionContext.php75 public static function fromRuleContext(ATN $atn, ?RuleContext $outerContext) : PredictionContext argument
88 $parent = self::fromRuleContext($atn, $outerContext->getParent());
89 $state = $atn->states[$outerContext->invokingState];
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1 …bs:1,clng:1,timeserial:1,fixs:1,len:1,asc:1,isempty:1,maths:1,dateserial:1,atn:1,timer:1,isobject:… property in hljs.LANGUAGES.vbscript.dM.k.built_in
/plugin/mermaid/
H A Dmermaid.min.js1330 `,c2t=function(i,a){return LY(i,a)},itn=function(i,a){const g=i.append("circle").attr("cx",a.cx).attr("cy",a.cy).attr("class","face").attr("r",15).attr("stroke-width",2).attr("overflow","visible"),w=i.append("g");w.append("circle").attr("cx",a.cx-15/3).attr("cy",a.cy-15/3).attr("r",1.5).attr("stroke-width",2).attr("fill","#666").attr("stroke","#666"),w.append("circle").attr("cx",a.cx+15/3).attr("cy",a.cy-15/3).attr("r",1.5).attr("stroke-width",2).attr("fill","#666").attr("stroke","#666");function v(S){const _=YL().startAngle(Math.PI/2).endAngle(3*(Math.PI/2)).innerRadius(7.5).outerRadius(6.8181818181818175);S.append("path").attr("class","mouth").attr("d",_).attr("transform","translate("+a.cx+","+(a.cy+2)+")")}function b(S){const _=YL().startAngle(3*Math.PI/2).endAngle(5*(Math.PI/2)).innerRadius(7.5).outerRadius(6.8181818181818175);S.append("path").attr("class","mouth").attr("d",_).attr("transform","translate("+a.cx+","+(a.cy+7)+")")}function E(S){S.append("line").attr("class","mouth").attr("stroke",2).attr("x1",a.cx-5).attr("y1",a.cy+7).attr("x2",a.cx+5).attr("y2",a.cy+7).attr("class","mouth").attr("stroke-width","1px").attr("stroke","#666")}return a.score>3?v(w):a.score<3?b(w):E(w),g},mHt=function(i,a){const f=i.append("circle");return f.attr("cx",a.cx),f.attr("cy",a.cy),f.attr("class","actor-"+a.pos),f.attr("fill",a.fill),f.attr("stroke",a.stroke),f.attr("r",a.r),f.class!==void 0&&f.attr("class",f.class),a.title!==void 0&&f.append("title").text(a.title),f},vHt=function(i,a){return URe(i,a)},stn=function(i,a){function f(w,v,b,E,S){return w+","+v+" "+(w+b)+","+v+" "+(w+b)+","+(v+E-S)+" "+(w+b-S*1.2)+","+(v+E)+" "+w+","+(v+E)}const g=i.append("polygon");g.attr("points",f(a.x,a.y,50,20,7)),g.attr("class","labelBox"),a.y=a.y+a.labelMargin,a.x=a.x+.5*a.labelMargin,vHt(i,a)},atn=function(i,a,f){const g=i.append("g"),w=_9();w.x=a.x,w.y=a.y,w.fill=a.fill,w.width=f.width*a.taskCount+f.diagramMarginX*(a.taskCount-1),w.height=f.height,w.class="journey-section section-type-"+a.num,w.rx=3,w.ry=3,c2t(g,w),xHt(f)(a.text,g,w.x,w.y,w.width,w.height,{class:"journey-section section-type-"+a.num},f,a.colour)};let yHt=-1;const otn=function(i,a,f){const g=a.x+f.width/2,w=i.append("g");yHt++;const v=300+5*30;w.append("line").attr("id","task"+yHt).attr("x1",g).attr("y1",a.y).attr("x2",g).attr("y2",v).attr("class","task-line").attr("stroke-width","1px").attr("stroke-dasharray","4 2").attr("stroke","#666"),itn(w,{cx:g,cy:300+(5-a.score)*30,score:a.score});const b=_9();b.x=a.x,b.y=a.y,b.fill=a.fill,b.width=f.width,b.height=f.height,b.class="task task-type-"+a.num,b.rx=3,b.ry=3,c2t(w,b);let E=a.x+14;a.people.forEach(S=>{const _=a.actors[S].color,M={cx:E,cy:a.y,r:7,fill:_,stroke:"#000",title:S,pos:a.actors[S].position};mHt(w,M),E+=10}),xHt(f)(a.task,w,b.x,b.y,b.width,b.height,{class:"task"},f,a.colour)},ctn=function(i,a){sRt(i,a)},xHt=function(){function i(w,v,b,E,S,_,M,F){const R=v.append("text").attr("x",b+S/2).attr("y",E+_/2+5).style("font-color",F).style("text-anchor","middle").text(w);g(R,M)}function a(w,v,b,E,S,_,M,F,R){const{taskFontSize:B,taskFontFamily:z}=F,Y=w.split(/<br\s*\/?>/gi);for(let nt=0;nt<Y.length;nt++){const ot=nt*B-B*(Y.length-1)/2,ft=v.append("text").attr("x",b+S/2).attr("y",E).attr("fill",R).style("text-anchor","middle").style("font-size",B).style("font-family",z);ft.append("tspan").attr("x",b+S/2).attr("dy",ot).text(Y[nt]),ft.attr("y",E+_/2).attr("dominant-baseline","central").attr("alignment-baseline","central"),g(ft,M)}}function f(w,v,b,E,S,_,M,F){const R=v.append("switch"),z=R.append("foreignObject").attr("x",b).attr("y",E).attr("width",S).attr("height",_).attr("position","fixed").append("xhtml:div").style("display","table").style("height","100%").style("width","100%");z.append("div").attr("class","label").style("display","table-cell").style("text-align","center").style("vertical-align","middle").text(w),a(w,R,b,E,S,_,M,F),g(z,M)}function g(w,v){for(const b in v)b in v&&w.attr(b,v[b])}return function(w){return w.textPlacement==="fo"?f:w.textPlacement==="old"?i:a}}(),_B={drawRect:c2t,drawCircle:mHt,drawSection:atn,drawText:vHt,drawLabel:stn,drawTask:otn,drawBackgroundRect:ctn,initGraphics:function(i){i.append(" (…)
[all...]