Home
last modified time | relevance | path

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

12345678

/template/strap/vendor/salesforce/handlebars-php/src/Handlebars/
H A DTemplate.php37 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);
148 array_push($this->stack, [0, $newStack, false]);
150 array_pop($this->stack);
[all …]
H A DContext.php33 protected $stack = []; variable in Handlebars\\Context
67 $this->stack = [$context];
89 array_push($this->stack, $value);
136 return array_pop($this->stack);
180 return end($this->stack);
244 if (count($this->stack) < $level) {
253 end($this->stack);
255 prev($this->stack);
258 $current = current($this->stack);
H A DParser.php50 $stack = [];
63 $result = array_pop($stack);
76 array_push($stack, $result);
84 array_push($stack, $token);
90 return $stack;
/template/mikio/inc/
H A Dparens-parser.php8 protected $stack = null; variable in ParensParser
32 $this->stack = array();
42 array_push($this->stack, $this->current);
51 $this->current = array_pop($this->stack);
/template/bootstrap3/assets/iconify/plugins/
Dfa.css111 .fa-stack {
119 .fa-stack-1x,
120 .fa-stack-2x {
128 .fa-stack-1x {
131 .fa-stack-2x {
/template/twigstarter/vendor/twig/twig/src/
DParser.php37 private $stack = []; variable in Twig\\Parser
66 $this->stack[] = $vars;
121 foreach (array_pop($this->stack) as $key => $val) {
/template/strap/vendor/antlr/antlr4-php-runtime/src/
H A DParser.php858 $stack = [];
865 $stack[] = 'n/a';
867 $stack[] = $ruleNames[$ruleIndex];
873 return $stack;
/template/templar/less/
Dresponsive-767px-max.less164 // Reset float and spacing to stack
171 // Remove side margins since we stack instead of indent
/template/bootie/css/
Dcode.less8 /* same font stack should be used for ".dokuwiki table.diff td" in _diff.css */
/template/mikio/inc/stemmechanics/lesserphp/
H A Dlessc.inc.php327 $stack = array();
332 $stack[] = $prop;
335 $stack[] = $prop;
337 $vars = array_merge($vars, $stack);
339 $other = array_merge($other, $stack);
341 $stack = array();
346 $stack[] = $prop;
347 $imports = array_merge($imports, $stack);
349 $stack = array();
352 $stack[] = $prop;
[all …]
/template/mikio/icons/elusive/css/
H A Delusive-icons.min.css4stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:m…
/template/strap/resources/snippet/js/
H A Dmetadata.js207 console.error(e.stack)
/template/drop/font-awesome/css/
Dfont-awesome.css160 .fa-stack {
168 .fa-stack-1x,
169 .fa-stack-2x {
175 .fa-stack-1x {
178 .fa-stack-2x {
1213 .fa-stack-overflow:before {
1306 .fa-stack-exchange:before {
Dfont-awesome.min.css6stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:m…
/template/cutopillar/css/monopillar/
Dtypography.css10 /* Font stack options
/template/boozurk/css/
Dfont-awesome.min.css24stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:-…
Dfont-awesome.css245 .icon-stack {
253 .icon-stack [class^="icon-"],
254 .icon-stack [class*=" icon-"] {
264 .icon-stack .icon-stack-base {
/template/prsnl10/css/
Dprsnl10_screen.css41 /* same font stack should be used for ".dokuwiki div.toc" */
50 /* same font stack should be used for ".dokuwiki div.tocheader" */
238 /* same font stack should be used for ".dokuwiki table.diff td" and
702 /* same font stack should be used for "pre, code, samp, kbd" and
987 /* same font stack should be used for "pre, code, samp, kbd" and
/template/mindthedark/css/
Dbasic.less351 /* same font stack should be used for ".dokuwiki table.diff td" in _diff.css */
364 /* same font stack should be used for ".dokuwiki table.diff td" in _diff.css */
/template/argon/assets/css/
Dfont-awesome.css190 .fa-stack {
199 .fa-stack-1x,
200 .fa-stack-2x {
207 .fa-stack-1x {
211 .fa-stack-2x {
1581 .fa-stack-overflow:before {
1706 .fa-stack-exchange:before {
/template/parallax/lib/css/
Dfont-awesome.min.css4stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:m…
/template/argon-alt/assets/css/
Dfont-awesome.css190 .fa-stack {
199 .fa-stack-1x,
200 .fa-stack-2x {
207 .fa-stack-1x {
211 .fa-stack-2x {
1581 .fa-stack-overflow:before {
1706 .fa-stack-exchange:before {
/template/mikio/icons/fontawesome/css/
H A Dall.min.css4stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:m…
/template/mnml-blog/css/
Dmnml-blog_screen.css41 /* same font stack should be used for ".dokuwiki div.toc" */
50 /* same font stack should be used for ".dokuwiki div.toc div.tocheader" */
256 /* same font stack should be used for ".dokuwiki table.diff td" and
881 /* same font stack should be used for "pre, code, samp, kbd" and
1180 /* same font stack should be used for "pre, code, samp, kbd" and
1526 …display: -moz-inline-stack; /* Gecko fallback to prevent really ugly layout if "inline-block" is n…
/template/apricot/css/
Dbasic.css156 /* same font stack should be used for ".dokuwiki table.diff td" in _diff.css */

12345678