Home
last modified time | relevance | path

Searched refs:stack (Results 1 – 25 of 388) sorted by relevance

12345678910>>...16

/plugin/rrdgraph/inc/
H A Drpncomputer.php87 $stack = array ();
95 $b = array_pop($stack);
96 $a = array_pop($stack);
98 array_push($stack, $r);
105 $b = array_pop($stack);
106 $a = array_pop($stack);
108 array_push($stack, $r);
115 $b = array_pop($stack);
116 $a = array_pop($stack);
118 array_push($stack, $r);
[all …]
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/
H A DContextStackTest.php22 $this->stack->contextUri = '/foo/bar';
23 $this->stack->elementMap['{DAV:}foo'] = 'Bar';
24 $this->stack->namespaceMap['DAV:'] = 'd';
26 $this->stack->pushContext();
28 $this->assertEquals('/foo/bar', $this->stack->contextUri);
30 $this->assertEquals('d', $this->stack->namespaceMap['DAV:']);
32 $this->stack->contextUri = '/gir/zim';
33 $this->stack->elementMap['{DAV:}foo'] = 'newBar';
34 $this->stack->namespaceMap['DAV:'] = 'dd';
36 $this->stack->popContext();
[all …]
/plugin/davcal/vendor/sabre/xml/tests/Sabre/Xml/
H A DContextStackTest.php22 $this->stack->contextUri = '/foo/bar';
23 $this->stack->elementMap['{DAV:}foo'] = 'Bar';
24 $this->stack->namespaceMap['DAV:'] = 'd';
26 $this->stack->pushContext();
28 $this->assertEquals('/foo/bar', $this->stack->contextUri);
30 $this->assertEquals('d', $this->stack->namespaceMap['DAV:']);
32 $this->stack->contextUri = '/gir/zim';
33 $this->stack->elementMap['{DAV:}foo'] = 'newBar';
34 $this->stack->namespaceMap['DAV:'] = 'dd';
36 $this->stack->popContext();
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DHandlerStack.php18 private $stack = []; variable in GuzzleHttp\\HandlerStack
48 return $stack;
82 $stack = [];
93 $stack[] = $str;
96 foreach (array_keys($stack) as $k) {
97 $result .= "< {$stack[$k]}\n";
145 $this->stack[] = [$middleware, $name];
182 $this->stack = array_values(array_filter(
183 $this->stack,
218 foreach ($this->stack as $k => $v) {
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DStackTest.php6 $stack = [];
7 $this->assertCount(0, $stack);
9 array_push($stack, 'foo');
10 $this->assertEquals('foo', $stack[count($stack)-1]);
11 $this->assertCount(1, $stack);
13 return $stack;
19 public function testPop(array $stack) argument
21 $this->assertEquals('foo', array_pop($stack));
22 $this->assertCount(0, $stack);
/plugin/const/
H A Dclass.evalmath.php214 $token = $stack[ $i ];
298 $stack->push( '_' );
390 $stack->push( $stack->pop() + 1 );
392 $stack->push( '(' );
409 $stack->push( 1 );
425 if ( '(' !== $stack->last() || 1 !== $stack->last( 2 ) ) {
430 $stack->pop(); // (
431 $stack->pop(); // 1
579 $op2 = $stack->pop();
620 $stack->push( -1 * $stack->pop() );
[all …]
/plugin/diagramsnet/lib/math/extensions/TeX/
H A Dbegingroup.js19stack:null,top:0,isEqn:false,Init:function(e){this.isEqn=e;this.stack=[];if(!e){this.Push(a(b.macr…
H A DAMScd.js19stack.env.CD_minw||a.harrowsize,minh:this.stack.env.CD_minh||a.varrowsize})},CD_arrow:function(g){…
H A Dboldsymbol.js19stack.env.boldsymbol){var e=f.Get("mathvariant");if(e==null){f.mathvariant=a.VARIANT.BOLD}else{f.m…
/plugin/exttab2/
H A Dsyntax.php24 var $stack = array(); variable in syntax_plugin_exttab2
255 $this->stack[] = EXTTAB2_TABLE;
260 $t = end($this->stack);
285 array_pop($this->stack);
287 array_pop($this->stack);
293 while (!empty($this->stack)) {
311 $this->stack[] = EXTTAB2_TR;
318 $this->stack[] = EXTTAB2_TH;
325 $this->stack[] = EXTTAB2_TD;
334 $t = end($this->stack);
[all …]
/plugin/odt/ODT/
H A DODTState.php41 protected $stack = array(); variable in ODTState
50 $this->stack [$this->size] = new ODTElementRoot();
138 $previous = $this->stack [$this->size-1];
141 $this->stack [$this->size] = $element;
160 return $this->stack [$this->size-1];
170 unset ($this->stack [$this->size-1]);
183 unset ($this->stack [$reset]);
196 if ($this->stack [$search]->getClass() == $clazz) {
197 return $this->stack [$search];
216 return $this->stack [$search];
[all …]
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DContext.php17 private $stack = array(); variable in Mustache_Context
28 $this->stack = array($context);
39 array_push($this->stack, $value);
59 return array_pop($this->stack);
79 return end($this->stack);
99 return $this->findVariableInStack($id, $this->stack);
131 $value = $this->findVariableInStack($first, $this->stack);
204 * @param array $stack Context stack
208 private function findVariableInStack($id, array $stack) argument
210 for ($i = count($stack) - 1; $i >= 0; $i--) {
[all …]
/plugin/codemirror/dist/modes/
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 Debnf.min.js1stack:[],inDefinition:false}},token:function(b,f){if(!b)return;if(f.stack.length===0){if(b.peek()=…
H A Dspreadsheet.min.js1stack:[]}},token:function(a,b){if(!a)return;if(b.stack.length===0){if(a.peek()=='"'||a.peek()=="'"…
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 Dslim.min.js1stack={parent:a.stack,style:"continuation",indented:b,tokenize:a.line};a.line=a.tokenize}function … class in b
/plugin/fckg/
H A Dscript.js41 var index, chars, match, stack = [], last = html; variable
43 stack.last = function(){
51 if ( !stack.last() || !special[ stack.last() ] ) {
106 parseEndTag( "", stack.last() );
119 while ( stack.last() && inline[ stack.last() ] ) {
120 parseEndTag( "", stack.last() );
131 stack.push( tagName );
162 if ( stack[ pos ] == tagName )
167 for ( var i = stack.length - 1; i >= pos; i-- )
169 handler.end( stack[ i ] );
[all …]
/plugin/scrape/HTMLPurifier/Lexer/
H A DPH5P.php
H A DPEARSax3.php
/plugin/exttab3/
H A Dsyntax.php186 array_push($this->stack, $tag);
191 $oldtag = array_pop($this->stack);
196 $tag_prev = end($this->stack);
206 array_push($this->stack, $tag);
211 array_push($this->stack, 'tr');
213 array_push($this->stack, $tag);
226 array_push($this->stack, $tag);
231 array_push($this->stack, $tag);
247 array_push($this->stack, $tag);
254 array_push($this->stack, $tag);
[all …]
/plugin/definitionlist/
H A Dsyntax.php86 array_push($this->stack, 'dt');
92 $oldtag = array_pop($this->stack);
94 array_push($this->stack, $newtag);
102 while ($tag = array_pop($this->stack)) {
341 $stack = $renderer->getHTMLStack ();
345 $stack->getState ($state);
349 $stack->open('dl', 'class="plugin_definitionlist"', NULL, NULL);
352 $stack->open('dd', NULL, NULL, NULL);
358 $stack->close('dd');
359 $stack->open('dt', NULL, NULL, NULL);
[all …]
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DTemplate.php35 * @var array Run stack
37 private $stack = []; variable in Handlebars\\Template
51 array_push($this->stack, [0, $this->getTree(), false]);
93 $topStack = array_pop($this->stack);
95 array_push($this->stack, $topStack);
105 return end($this->stack)[2];
123 $topTree = end($this->stack); // never pop a value from stack
141 array_push($this->stack, [0, $newStack, false]);
143 array_pop($this->stack);
[all...]
H A DParser.php50 $stack = [];
63 $result = array_pop($stack);
76 array_push($stack, $result);
84 array_push($stack, $token);
90 return $stack;
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/
H A DConsecutiveCalls.php20 protected $stack; variable in PHPUnit_Framework_MockObject_Stub_ConsecutiveCalls
23 public function __construct($stack) argument
25 $this->stack = $stack;
30 $this->value = array_shift($this->stack);

12345678910>>...16