Home
last modified time | relevance | path

Searched refs:stack (Results 126 – 150 of 388) sorted by last modified time

12345678910>>...16

/plugin/codemirror/dist/modes/
H A Dnginx.min.js1stack:[]}},token:function(a,b){if(a.eatSpace())return null;g=null;var c=b.tokenize(a,b);var d=b.st…
H A Dnginx.min.js.map1stack","token","eatSpace","context","pop","push","indent","textAfter","n","electricChars","defineM…
H A Ddart.min.js.map1 …eam, state) {\n // \"}\" is end of interpolation, if interpolation stack is non-empty\n …
H A Derlang.min.js.map1stack","tt","tokens","ss","concat","indenter","textAfter","t","unit","indentUnit","wordAfter","wor…
H A Dsas.min.js.map1 … context};\n }\n }\n }\n //datastep\n define('def', 'stack pgm view source de…
H A Dspreadsheet.min.js.map1stack","token","stream","state","length","peek","next","unshift","eol","shift","match","indexOf","…
H A Dspreadsheet.min.js1stack:[]}},token:function(a,b){if(!a)return;if(b.stack.length===0){if(a.peek()=='"'||a.peek()=="'"…
H A Dxquery.min.js.map1stack","newState","push","pop","reinstateTokenize","startState","cc","token","blockCommentStart","…
H A Dscheme.min.js.map1 …);\n\n function stateStack(indent, type, prev) { // represents a state stack object\n th…
H A Dslim.min.js1stack={parent:a.stack,style:"continuation",indented:b,tokenize:a.line};a.line=a.tokenize}function … class in a
H A Dslim.min.js.map1stack","parent","indented","line","finishContinue","lineContinuable","match","eol","commaContinuab…
H A Dxquery.min.js1stack.length&&a.stack[a.stack.length-1].type==b}function r(a,b){a.stack.push(b)}function s(a){a.st…
H A Ddtd.min.js1stack:[]}},token:function(a,b){if(a.eatSpace())return null;var d=b.tokenize(a,b);var e=b.stack[b.s…
H A Ddtd.min.js.map1stack","token","eatSpace","context","push","pop","indent","textAfter","n","electricChars","defineM…
H A Debnf.min.js1stack:[],inDefinition:false}},token:function(b,f){if(!b)return;if(f.stack.length===0){if(b.peek()=…
H A Debnf.min.js.map1stack","inDefinition","token","stream","state","length","peek","next","unshift","match","eol","shi…
H A Dmarkdown.min.js.map1stack, and update block indentation state\n while (lineIndentation < state.listStack[state.…
/plugin/codemirror/dist/keymaps/
H A Demacs.min.js.map1stack","quit","emacs","keyMap","normalizeKeyMap","Ctrl-W","Ctrl-K","Alt-W","getSelection","Ctrl-Y"…
H A Dvim.min.js.map1 …t, then we\n // were called by an exitInsertMode call lower on the stack.\n exitInse…
/plugin/cli/
H A Dsyntax.php23 protected $stack; variable in syntax_plugin_cli
76 $this->stack[0][self::CONT]=$this->_toregexp($s);
139 $level=count($this->stack) - 1;
147 $last=end($this->stack);
158 : $this->stack[0][self::PROMPT]
164 : $this->stack[0][self::CONT]
170 : $this->stack[0][self::COMMENT]
175 $this->stack[]=$this->current;
180 $top=end($this->stack);
183 $top=array_pop($this->stack);
[all …]
/plugin/flowcharts/
H A Dmermaid.min.js24 …t+"\nArguments: "+Array.prototype.slice.call(a).join("")+"\n"+(new Error).stack),n=!1}return e.app…
/plugin/revealjs/css/print/
H A Dpaper.css176 .reveal .slides section.stack {
H A Dpdf.css103 .reveal section.stack {
/plugin/revealjs/css/
H A Dreveal.css525 .reveal .slides > section.stack {
633 .reveal.default .slides section.stack {
662 .reveal.convex .slides section.stack {
694 .reveal.concave .slides section.stack {
778 .reveal.cube .slides section:not(.stack):before {
791 .reveal.cube .slides section:not(.stack):after {
806 .reveal.cube .slides > section.stack {
869 .reveal.page .slides section:not(.stack):after {
883 .reveal.page .slides > section.stack {
1038 .reveal .slide-background.stack {
[all …]
/plugin/revealjs/js/
H A Dreveal.js2433 function setPreviousVerticalIndex( stack, v ) { argument
2435 if( typeof stack === 'object' && typeof stack.setAttribute === 'function' ) {
2436 stack.setAttribute( 'data-previous-indexv', v || 0 );
2448 function getPreviousVerticalIndex( stack ) { argument
2450 …if( typeof stack === 'object' && typeof stack.setAttribute === 'function' && stack.classList.conta…
2452 …var attributeName = stack.hasAttribute( 'data-start-indexv' ) ? 'data-start-indexv' : 'data-previo…
2454 return parseInt( stack.getAttribute( attributeName ) || 0, 10 );

12345678910>>...16