Home
last modified time | relevance | path

Searched refs:blockStack (Results 1 – 25 of 93) sorted by relevance

1234

/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/vendor/twig/twig/src/
H A DParser.php44 protected $blockStack; variable in Twig\\Parser
116 $this->blockStack = [];
249 return $this->blockStack;
254 …return isset($this->blockStack[\count($this->blockStack) - 1]) ? $this->blockStack[\count($this->b…
259 array_pop($this->blockStack);
264 $this->blockStack[] = $name;
340 if (\count($this->blockStack) > 1) {
/dports/www/limesurvey/limesurvey/application/third_party/Twig/
H A DParser.php44 protected $blockStack; variable in Twig\\Parser
116 $this->blockStack = [];
249 return $this->blockStack;
254 …return isset($this->blockStack[\count($this->blockStack) - 1]) ? $this->blockStack[\count($this->b…
259 array_pop($this->blockStack);
264 $this->blockStack[] = $name;
340 if (\count($this->blockStack) > 1) {
/dports/www/drupal8/drupal-8.9.20/vendor/twig/twig/src/
H A DParser.php44 protected $blockStack; variable in Twig\\Parser
116 $this->blockStack = [];
249 return $this->blockStack;
254 …return isset($this->blockStack[\count($this->blockStack) - 1]) ? $this->blockStack[\count($this->b…
259 array_pop($this->blockStack);
264 $this->blockStack[] = $name;
340 if (\count($this->blockStack) > 1) {
/dports/finance/prestashop/prestashop/vendor/twig/twig/src/
H A DParser.php44 protected $blockStack; variable in Twig\\Parser
116 $this->blockStack = [];
249 return $this->blockStack;
254 …return isset($this->blockStack[\count($this->blockStack) - 1]) ? $this->blockStack[\count($this->b…
259 array_pop($this->blockStack);
264 $this->blockStack[] = $name;
340 if (\count($this->blockStack) > 1) {
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/vendor/twig/twig/src/
H A DParser.php44 private $blockStack; variable in Twig\\Parser
92 $this->blockStack = [];
205 return $this->blockStack;
210 …return isset($this->blockStack[\count($this->blockStack) - 1]) ? $this->blockStack[\count($this->b…
215 array_pop($this->blockStack);
220 $this->blockStack[] = $name;
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/twig/twig/src/
H A DParser.php44 private $blockStack; variable in Twig\\Parser
92 $this->blockStack = [];
205 return $this->blockStack;
210 …return isset($this->blockStack[\count($this->blockStack) - 1]) ? $this->blockStack[\count($this->b…
215 array_pop($this->blockStack);
220 $this->blockStack[] = $name;
/dports/www/phpbb3/phpBB3/vendor/twig/twig/src/
H A DParser.php44 private $blockStack; variable in Twig\\Parser
92 $this->blockStack = [];
205 return $this->blockStack;
210 …return isset($this->blockStack[\count($this->blockStack) - 1]) ? $this->blockStack[\count($this->b…
215 array_pop($this->blockStack);
220 $this->blockStack[] = $name;
/dports/deskutils/egroupware/egroupware/vendor/twig/twig/src/
H A DParser.php44 private $blockStack; variable in Twig\\Parser
92 $this->blockStack = [];
205 return $this->blockStack;
210 …return isset($this->blockStack[\count($this->blockStack) - 1]) ? $this->blockStack[\count($this->b…
215 array_pop($this->blockStack);
220 $this->blockStack[] = $name;
/dports/www/baikal/baikal/vendor/twig/twig/src/
H A DParser.php44 private $blockStack; variable in Twig\\Parser
92 $this->blockStack = [];
205 return $this->blockStack;
210 …return isset($this->blockStack[\count($this->blockStack) - 1]) ? $this->blockStack[\count($this->b…
215 array_pop($this->blockStack);
220 $this->blockStack[] = $name;
/dports/www/opencart/opencart-3.0.3.8/upload/system/storage/vendor/twig/twig/src/
H A DParser.php44 private $blockStack; variable in Twig\\Parser
92 $this->blockStack = [];
205 return $this->blockStack;
210 …return isset($this->blockStack[\count($this->blockStack) - 1]) ? $this->blockStack[\count($this->b…
215 array_pop($this->blockStack);
220 $this->blockStack[] = $name;
/dports/www/drupal9/drupal-9.2.10/vendor/twig/twig/src/
H A DParser.php44 private $blockStack; variable in Twig\\Parser
92 $this->blockStack = [];
205 return $this->blockStack;
210 …return isset($this->blockStack[\count($this->blockStack) - 1]) ? $this->blockStack[\count($this->b…
215 array_pop($this->blockStack);
220 $this->blockStack[] = $name;
/dports/www/phpmustache/mustache.php-2.14.1/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) {
/dports/www/moodle310/moodle/lib/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) {
/dports/www/moodle39/moodle/lib/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) {
/dports/www/moodle311/moodle/lib/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) {
/dports/www/kf5-khtml/khtml-5.89.0/src/html/
H A Dhtmlparser.cpp163 blockStack = nullptr; in KHTMLParser()
179 blockStack = nullptr; in KHTMLParser()
1656 curr = blockStack; in handleResidualStyleCloseTagAcrossBlocks()
1679 curr = blockStack; in handleResidualStyleCloseTagAcrossBlocks()
1730 blockStack = Elem; in pushBlock()
1809 Elem = blockStack; in popBlock()
1835 Elem = blockStack; in popBlock()
1874 Elem = blockStack; in popBlock()
1906 blockStack = Elem->next; in popOneBlock()
1936 while (blockStack) { in freeBlock()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Serialization/
H A DCodeGenerator.cs55 Stack blockStack; field in System.Xml.Serialization.CodeGenerator
120 blockStack = null; in EndMethod()
296 blockStack.Push(forState); in For()
381 blockStack.Push(forState); in ForEach()
472 blockStack.Push(ifState); in If()
487 blockStack.Push(ifState); in Else()
501 blockStack.Push(ifState); in ElseIf()
1622 blockStack.Push(ifState); in InternalIf()
2028 blockStack.Push(ifState); in InternalElseIf()
2056 blockStack.Push(ifState); in ElseIfString()
[all …]
/dports/www/bolt/bolt-2.2.24/vendor/twig/twig/lib/Twig/
H A DParser.php27 protected $blockStack; variable in Twig_Parser
98 $this->blockStack = array();
230 return $this->blockStack;
235 return $this->blockStack[count($this->blockStack) - 1];
240 array_pop($this->blockStack);
245 $this->blockStack[] = $name;
/dports/www/pear-twig/Twig-1.29.0/lib/Twig/
H A DParser.php27 protected $blockStack; variable in Twig_Parser
101 $this->blockStack = array();
233 return $this->blockStack;
238 return $this->blockStack[count($this->blockStack) - 1];
243 array_pop($this->blockStack);
248 $this->blockStack[] = $name;
/dports/devel/gitlist/gitlist/vendor/twig/twig/lib/Twig/
H A DParser.php27 protected $blockStack; variable in Twig_Parser
99 $this->blockStack = array();
232 return $this->blockStack;
237 return $this->blockStack[count($this->blockStack) - 1];
242 array_pop($this->blockStack);
247 $this->blockStack[] = $name;
/dports/www/matomo/piwik/vendor/twig/twig/src/
H A DParser.php40 private $blockStack; variable in Twig\\Parser
78 $this->blockStack = [];
191 return $this->blockStack;
196 return $this->blockStack[\count($this->blockStack) - 1] ?? null;
201 array_pop($this->blockStack);
206 $this->blockStack[] = $name;
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/twig/twig/lib/Twig/
H A DParser.php27 protected $blockStack; variable in Twig_Parser
99 $this->blockStack = array();
232 return $this->blockStack;
237 return $this->blockStack[count($this->blockStack) - 1];
242 array_pop($this->blockStack);
247 $this->blockStack[] = $name;
/dports/www/itop/web/lib/silex/vendor/twig/twig/lib/Twig/
H A DParser.php27 protected $blockStack; variable in Twig_Parser
98 $this->blockStack = array();
230 return $this->blockStack;
235 return $this->blockStack[count($this->blockStack) - 1];
240 array_pop($this->blockStack);
245 $this->blockStack[] = $name;
/dports/games/minetestmapper/minetestmapper-20200328/
H A DTileGenerator.cpp491 for (const auto &it : blockStack) { in renderMap()
520 BlockList blockStack; in renderMap() local
522 blockStack.sort(); in renderMap()
524 renderSingle(xPos, zPos, blockStack); in renderMap()
544 BlockList blockStack; in renderMap() local
545 m_db->getBlocksByPos(blockStack, positions); in renderMap()
546 blockStack.sort(); in renderMap()
548 renderSingle(xPos, zPos, blockStack); in renderMap()
566 BlockList blockStack; in renderMap() local
568 blockStack.sort(); in renderMap()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Runtime.Serialization/System/Runtime/Serialization/
H A DCodeGenerator.cs170 Stack blockStack; field in System.Runtime.Serialization.CodeGenerator
262 blockStack = null; in EndMethod()
334 blockStack.Push(forState); in For()
411 blockStack.Push(forState); in ForEach()
512 blockStack.Push(ifState); in If()
529 blockStack.Push(ifState); in Else()
546 blockStack.Push(ifState); in ElseIf()
1610 blockStack.Push(ifState); in InternalIf()
1924 blockStack.Push(ifState); in ElseIfIsEmptyString()
1974 blockStack.Push(ifState); in ElseIfString()
[all …]

1234