Home
last modified time | relevance | path

Searched refs:pop (Results 1 – 25 of 559) sorted by relevance

12345678910>>...23

/plugin/abc2/abc-libraries/abc2svg/
H A Dpsvg-1.js33 function exec(){var X=Os.pop();run(X,false)}
34 function step(){var C=Es.pop();var L=C.shift();var X=C.pop();for(var I=0;I<C.length;I++)
40 function Wps(psvg_i){var psvg=psvg_i;var Os=[];var Sd={};var Ds=[Sd];var Es=[];var Ps=new Ps0(Os,Ds,Es);Sd["true"]=function(){Os.push(true)};Sd["false"]=function(){Os.push(false)};Sd["null"]=function(){Os.push(null)};Sd["sub"]=function(){var X=Os.pop();Os.push(Os.pop()-X)};Sd["mul"]=function(){Os.push(Os.pop()*Os.pop())};Sd["div"]=function(){var X=Os.pop();Os.push(Os.pop()/X)};Sd["mod"]=function(){var X=Os.pop();O
[all...]
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D48.48.js1pop"}]],scriptEmbedded:[[/@[^@]/,{token:"@rematch",switchTo:"@razorInEmbeddedState.scriptEmbedded.…
H A D52.52.js1pop"},"@default":"string.$S2"}}]],heredoc:[[/^(\s*)(@heredelim)$/,{cases:{"$2==$S2":["string.hered…
H A D65.65.js1pop"],[/#{\s*/,"string.twig","@interpolationState"],[/[^#"\\]*(?:(?:\\.|#(?!\{))[^#"\\]*)*/,"strin…
H A D22.22.js1pop"}]],scriptEmbedded:[[/\{\{/,{token:"@rematch",switchTo:"@handlebarsInEmbeddedState.scriptEmbed…
H A D41.41.js1pop"}]],scriptEmbedded:[[/<\?((php)|=)?/,{token:"@rematch",switchTo:"@phpInEmbeddedState.scriptEmb…
H A D66.66.js1pop"],[/[\/*]/,"comment"]],jsdoc:[[/[^\/*]+/,"comment.doc"],[/\*\//,"comment.doc","@pop"],[/[\/*]/…
H A D3.3.js1pop"],[/[\/*]/,"comment"]],jsdoc:[[/[^\/*]+/,"comment.doc"],[/\*\//,"comment.doc","@pop"],[/[\/*]/…
H A D24.24.js1pop"}]],scriptEmbedded:[[/<\/script/,{token:"@rematch",next:"@pop",nextEmbedded:"@pop"}],[/[^<]+/,…
H A D64.64.js1pop"}]],sstring:[[/\[/,{token:"@brackets",next:"@nestedCall"}],[/\$+(?:\:\:)?\{/,{token:"identifie…
H A D63.63.js5pop"],[/\:[a-zA-Z]+\:/,"comment.doc.param"],[/./,"comment.doc"]],commentbody:[[/\/\*/,"comment","@…
H A D14.14.js1pop"],[/[\/*]/,"comment"]],string:[[/[^\\"]+/,"string"],[/@escapes/,"string.escape"],[/\\./,"strin…
H A D57.57.js.map1pop' }]\n ],\n selectorname: [\n ['#{', { token: 'meta', next: '@variable…
H A D68.68.js1pop"}],[/(\/)(>)/,[{token:"tag"},{token:"delimiter",next:"@pop"}]],[/>/,{token:"delimiter",next:"@
H A D30.30.js1pop"}]],space_identifier_until_period:[[":","delimiter"],[" ",{token:"white",next:"@identifier_res…
H A D20.20.js1pop"],[/[\/*]/,"comment"]],doccomment:[[/[^\/*]+/,"comment.doc"],[/\/\*/,"comment.doc.invalid"],[/…
H A D51.51.js1pop"]],subsequentLinesOfLiteralBlocks:[[/(@blockLiteralStart+)(.*)/,["keyword",""]],[/^(?!blockLit…
H A D62.62.js1pop"}],[/\b[A-Za-z0-9_]+\b/,"variable.name","@pop"]],comment:[[/[^\/*]+/,"comment"],[/\/\*/,"comme…
H A D16.16.js.map1pop' }]\n ],\n selectorname: [\n ['(\\\\.|#(?=[^{])|%|(@identifier)|:)+',…
H A D65.65.js.map1pop'],\n [/./, 'comment.twig']\n ],\n /**\n * Block Tag Handling\…
/plugin/codemirror/dist/modes/
H A Dsoy.min.js1pop()}else{e.skipToEnd()}if(!i.context||!i.context.scope){var p=/@param\??\s+(\S+)/g;var q=e.curre…
H A Dhandlebars.min.js1pop:true,token:"tag"}],handlebars:[{regex:/\}\}/,pop:true,token:"tag"},{regex:/"(?:[^\\"]|\\.)*"?/…
H A Dcrystal.min.js1pop();b.currentIndent-=1}if(t.hasOwnProperty(l)){b.tokenize.push(t[l])}return"keyword"}else if(k.t…
/plugin/const/
H A Dclass.evalmath.php341 $stack->pop(); // $fn
430 $stack->pop(); // (
431 $stack->pop(); // 1
432 $stack->pop(); // $fn
515 $op1 = $stack->pop();
534 $arg = $stack->pop();
566 $arg = $stack->pop();
579 $op2 = $stack->pop();
583 $op1 = $stack->pop();
639 return $stack->pop();
[all …]
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/
H A DCoverage.php237 $pop = array_pop($this->_todo);
239 if ($pop instanceof Compiler\Llk\Rule\Ekzit) {
240 $this->_trace[] = $pop;
241 $this->updateCoverage($pop);
243 $out = $this->coverage($this->_rules[$pop->getRule()]);
532 $pop = array_pop($this->_trace);
534 if ($pop instanceof Compiler\Llk\Rule\Entry) {
535 $rule = $this->_rules[$pop->getRule()];
545 $ruleName = $pop->getRule();
546 $this->_covered = $pop->getData();
[all …]

12345678910>>...23