Home
last modified time | relevance | path

Searched refs:stack (Results 26 – 50 of 388) sorted by relevance

12345678910>>...16

/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DContext.php31 * @var array stack for context only top stack is available
33 protected $stack = []; variable in Handlebars\\Context
36 * @var array index stack for sections
41 * @var array dataStack stack for data within sections
46 * @var array key stack for objects
67 $this->stack = [$context];
81 * Push a new Context frame onto the stack.
89 array_push($this->stack, $value);
93 * Push an Index onto the index stack
[all...]
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DContextTest.php100 $stack = $context->getMetadataStack();
103 $self->assertEquals(0, $stack->count());
107 $self->assertEquals(2, $stack->count());
108 $self->assertEquals('JMS\Serializer\Tests\Fixtures\Node', $stack[1]->name);
109 $self->assertEquals('children', $stack[0]->name);
118 $stack = $context->getMetadataStack();
121 $self->assertEquals(1, $stack->count());
122 $self->assertEquals('JMS\Serializer\Tests\Fixtures\Node', $stack[0]->name);
126 $self->assertEquals(3, $stack->count());
127 $self->assertEquals('JMS\Serializer\Tests\Fixtures\Node', $stack[2]->name);
[all …]
/plugin/ckgdoku/
H A Dscript.js41 var index, chars, match, stack = [], last = html; variable
64 stack.last = function(){
72 if ( !stack.last() || !special[ stack.last() ] ) {
127 parseEndTag( "", stack.last() );
140 while ( stack.last() && inline[ stack.last() ] ) {
141 parseEndTag( "", stack.last() );
152 stack.push( tagName );
183 if ( stack[ pos ] == tagName )
188 for ( var i = stack.length - 1; i >= pos; i-- )
190 handler.end( stack[ i ] );
[all …]
/plugin/prosemirror/schema/
H A DNodeStack.php9 protected $stack = []; variable in dokuwiki\\plugin\\prosemirror\\schema\\NodeStack
11 /** @var int index to the top of the stack */
32 return $this->stack[0];
36 * Get the current node (the one at the top of the stack)
42 return $this->stack[$this->stacklength];
62 $this->stack[] = $node;
78 * Pop the current node off the stack
88 $node = array_pop($this->stack);
/plugin/authucenter/lib/uc_client/lib/
H A Dxml.class.php35 var $stack; variable in XML
61 $this->stack = array();
81 $this->stack[] = &$this->document;
97 array_pop($this->stack);
98 if($this->stack) {
99 $this->document = &$this->stack[count($this->stack)-1];
/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/ckgedit/
H A Dscript.js42 var index, chars, match, stack = [], last = html; variable
88 stack.last = function(){
96 if ( !stack.last() || !special[ stack.last() ] ) {
151 parseEndTag( "", stack.last() );
164 while ( stack.last() && inline[ stack.last() ] ) {
165 parseEndTag( "", stack.last() );
176 stack.push( tagName );
207 if ( stack[ pos ] == tagName )
212 for ( var i = stack.length - 1; i >= pos; i-- )
214 handler.end( stack[ i ] );
[all …]
/plugin/zip/pear/
H A DPEAR.php597 $stack = &$GLOBALS['_PEAR_error_handler_stack'];
600 $stack[] = array($def_mode, $def_options);
626 $stack[] = array($mode, $options);
635 array_pop($stack);
636 list($mode, $options) = $stack[sizeof($stack) - 1];
637 array_pop($stack);
690 $stack[] = array($def_mode, $def_options);
697 $stack[] = array($mode, $options);
714 array_pop($stack);
715 list($mode, $options) = $stack[sizeof($stack) - 1];
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DInvalidArgumentHelper.php26 $stack = debug_backtrace(false);
33 $stack[1]['class'],
34 $stack[1]['function'],
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DTemplate.php146 $stack = new Mustache_Context();
150 $stack->push($helpers);
154 $stack->push($context);
157 return $stack;
/plugin/move/helper/
H A Drewrite.php161 $stack = intval(file_get_contents($lockfile));
162 ++$stack;
163 io_savefile($lockfile, strval($stack));
178 $stack = intval(file_get_contents($lockfile));
179 if($stack === 1) {
182 --$stack;
183 io_savefile($lockfile, strval($stack));
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Exception/
H A DInvalidArgumentException.php24 $stack = debug_backtrace(0);
31 $stack[1]['class'],
32 $stack[1]['function'],
/plugin/codemirror/dist/modes/
H A Dspreadsheet.min.js.map1stack","token","stream","state","length","peek","next","unshift","eol","shift","match","indexOf","…
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 Debnf.min.js.map1stack","inDefinition","token","stream","state","length","peek","next","unshift","match","eol","shi…
H A Ddtd.min.js.map1stack","token","eatSpace","context","push","pop","indent","textAfter","n","electricChars","defineM…
/plugin/virtualkeyboard/vk/extensions/tests/
H A DjsUnitCore.js345 var stack = parseErrorStack(testExcp);
346 for (var i = 1; i < stack.length; i++)
348 result += '> ' + stack[i] + '\n';
358 var stack = [];
361 if (!excp || !excp.stack)
363 return stack;
366 var stacklist = excp.stack.split('\n');
377 stack[stack.length] = name;
381 while (stack.length && stack[stack.length - 1] == 'anonymous')
383 stack.length = stack.length - 1;
[all …]
/plugin/publist/bib2tpl/lib/
H A DPEAR.php575 $stack[] = array($def_mode, $def_options);
601 $stack[] = array($mode, $options);
607 $stack = &$GLOBALS['_PEAR_error_handler_stack'];
610 array_pop($stack);
611 list($mode, $options) = $stack[sizeof($stack) - 1];
612 array_pop($stack);
663 $stack[] = array($def_mode, $def_options);
670 $stack[] = array($mode, $options);
684 array_pop($stack);
685 list($mode, $options) = $stack[sizeof($stack) - 1];
[all …]
/plugin/publistf/bib2tpl/lib/
H A DPEAR.php575 $stack[] = array($def_mode, $def_options);
601 $stack[] = array($mode, $options);
607 $stack = &$GLOBALS['_PEAR_error_handler_stack'];
610 array_pop($stack);
611 list($mode, $options) = $stack[sizeof($stack) - 1];
612 array_pop($stack);
663 $stack[] = array($def_mode, $def_options);
670 $stack[] = array($mode, $options);
684 array_pop($stack);
685 list($mode, $options) = $stack[sizeof($stack) - 1];
[all …]
/plugin/publistx/bib2tpl/lib/
H A DPEAR.php575 $stack[] = array($def_mode, $def_options);
601 $stack[] = array($mode, $options);
607 $stack = &$GLOBALS['_PEAR_error_handler_stack'];
610 array_pop($stack);
611 list($mode, $options) = $stack[sizeof($stack) - 1];
612 array_pop($stack);
663 $stack[] = array($def_mode, $def_options);
670 $stack[] = array($mode, $options);
684 array_pop($stack);
685 list($mode, $options) = $stack[sizeof($stack) - 1];
[all …]
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/
H A DTokenizer.php25 * A token stack.
29 protected $stack = []; variable in setasign\\Fpdi\\PdfParser\\Tokenizer
52 * Clear the token stack.
56 $this->stack = [];
60 * Push a token onto the stack.
66 $this->stack[] = $token;
76 $token = \array_pop($this->stack);
/plugin/yalist/
H A Dsyntax.php29 private $stack = array(); variable in syntax_plugin_yalist
75 array_push($this->stack, $frame);
79 while($frame = array_pop($this->stack)) {
98 $last_frame = end($this->stack);
117 array_pop($this->stack);
118 $last_frame = end($this->stack);
157 count($this->stack) > 1) {
172 array_pop($this->stack);
173 $last_frame = end($this->stack);
177 array_pop($this->stack);
[all …]
/plugin/scrape/
H A DphpQuery-onefile.php
/plugin/move/action/
H A Drewrite.php34 static $stack = array();
56 if(isset($stack[$id])) return;
72 $stack[$id] = true;
74 unset($stack[$id]);
/plugin/extlist/
H A Dsyntax.php34 protected $stack = array(); variable in syntax_plugin_extlist
385 // add to stack
386 array_push($this->stack, $m1);
406 // retrieve previous list item from stack
407 $m0 = array_pop($this->stack);
421 // restore stack
422 array_push($this->stack, $m0);
455 $m0 = array_pop($this->stack);
469 // restore stack
470 array_push($this->stack,
[all...]

12345678910>>...16