Home
last modified time | relevance | path

Searched refs:ArrayIterator (Results 1 – 9 of 9) sorted by relevance

/template/strap/vendor/carica/phpcss/src/PhpCss/Ast/Selector/
H A DGroup.php12 use ArrayIterator; alias
120 * @return ArrayIterator
123 public function getIterator(): ArrayIterator {
124 return new ArrayIterator($this->_sequences);
/template/strap/vendor/salesforce/handlebars-php/src/Handlebars/
H A DParser.php21 use ArrayIterator; alias
35 return $this->buildTree(new ArrayIterator($tokens));
48 private function buildTree(ArrayIterator $tokens)
/template/strap/ComboStrap/
H A DArrayCaseInsensitive.php37 private \ArrayIterator $iterator;
/template/twigstarter/vendor/twig/twig/src/Profiler/
DProfile.php163 return new \ArrayIterator($this->profiles);
/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/SemanticContexts/
H A DAndOperator.php149 $iterator = new \ArrayIterator($predicates);
/template/strap/vendor/antlr/antlr4-php-runtime/src/
H A DIntervalSet.php396 $iter = new \ArrayIterator($this->intervals);
447 $iterator = new \ArrayIterator($this->intervals);
/template/twigstarter/vendor/twig/twig/src/Node/
DNode.php176 return new \ArrayIterator($this->nodes);
/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNConfigSet.php339 return new \ArrayIterator($this->configs);
/template/strap/resources/firebug/
H A Dfirebug-lite-1.4.js3804 if(iter instanceof Array){iter=new ArrayIterator(iter)
4092 }}function ArrayIterator(array){var index=-1; class