Home
last modified time | relevance | path

Searched refs:ArrayIterator (Results 1 – 25 of 68) sorted by path

123

/plugin/authfacebook/lib/
H A DFacebookBatchRequest.php26 use ArrayIterator; alias
284 * @return ArrayIterator
288 return new ArrayIterator($this->requests);
H A DFacebookBatchResponse.php26 use ArrayIterator; alias
121 return new ArrayIterator($this->responses);
/plugin/authfacebook/lib/GraphNodes/
H A DCollection.php35 use ArrayIterator; alias
173 * @return ArrayIterator
177 return new ArrayIterator($this->items);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DCookieJar.php227 return new \ArrayIterator(array_values($this->cookies));
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DCreate.php79 return new \ArrayIterator($value);
82 return new \ArrayIterator([$value]);
/plugin/combo/ComboStrap/
H A DArrayCaseInsensitive.php35 * @var \ArrayIterator
37 private \ArrayIterator $iterator;
/plugin/combo/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
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNConfigSet.php339 return new \ArrayIterator($this->configs);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/SemanticContexts/
H A DAndOperator.php149 $iterator = new \ArrayIterator($predicates);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DIntervalSet.php396 $iter = new \ArrayIterator($this->intervals);
447 $iterator = new \ArrayIterator($this->intervals);
/plugin/combo/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);
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DParser.php21 use ArrayIterator; alias
35 return $this->buildTree(new ArrayIterator($tokens));
41 * @param \ArrayIterator $tokens Stream of tokens
48 private function buildTree(ArrayIterator $tokens)
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DArrayCollection.php70 * @return \ArrayIterator<int, mixed>
72 * @phpstan-return \ArrayIterator<int, T>
75 public function getIterator(): \ArrayIterator
77 return new \ArrayIterator($this->elements);
H A DPrioritizedList.php68 $this->optimized = new \ArrayIterator($sorted);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DStreamTest.php230 $a = new \ArrayIterator(['foo', 'bar', '123']);
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Future/
H A DCompletedFutureArray.php61 * @return \ArrayIterator
65 return new \ArrayIterator($this->result);
H A DFutureArray.php59 * @return \ArrayIterator
63 return new \ArrayIterator($this->_value);
/plugin/elasticsearch/vendor/patrickschur/language-detection/src/LanguageDetection/
H A DLanguageResult.php133 * @return \ArrayIterator
135 public function getIterator(): \ArrayIterator
137 return new \ArrayIterator($this->result);
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DMap.php47 class Map extends \ArrayIterator
H A DREADME.md101 [`ArrayIterator`](http://php.net/arrayiterator).
/plugin/findologicxmlexport/vendor/hoa/protocol/Node/
H A DNode.php370 return new \ArrayIterator($this->_children);
/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DUstring.php453 return new \ArrayIterator(preg_split('#(?<!^)(?!$)#u', $this->_string));
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dannotations.rst396 | ArrayIterator | Similar to array, but will be deserial…
397 | | into ArrayIterator class. …
399 | ArrayIterator<T> | Similar to array<T>, but will be deser…
400 | | into ArrayIterator class. …
402 | ArrayIterator<K, V> | Similar to array<K, V>, but will be de…
403 | | into ArrayIterator class. …
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DIteratorHandler.php27 'type' => \ArrayIterator::class,
34 'type' => \ArrayIterator::class,
88 return new \ArrayIterator($visitor->visitArray($data, $type));
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DAuthorList.php34 return new \ArrayIterator($this->authors);

123