Home
last modified time | relevance | path

Searched refs:blockStack (Results 1 – 2 of 2) sorted by path

/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DParser.php44 protected $blockStack; variable in Twig\\Parser
116 $this->blockStack = [];
249 return $this->blockStack;
254 return $this->blockStack[\count($this->blockStack) - 1];
259 array_pop($this->blockStack);
264 $this->blockStack[] = $name;
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DContext.php18 private $blockStack = array(); variable in Mustache_Context
49 array_push($this->blockStack, $value);
69 return array_pop($this->blockStack);
189 foreach ($this->blockStack as $context) {