Home
last modified time | relevance | path

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

123

/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/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/Types/
H A DContextFactory.php72 $tokens = new \ArrayIterator(token_get_all($fileContents));
120 private function parseNamespace(\ArrayIterator $tokens)
142 private function parseUseStatement(\ArrayIterator $tokens)
167 private function skipToNextStringOrNamespaceSeparator(\ArrayIterator $tokens)
182 private function extractUseStatement(\ArrayIterator $tokens)
H A DCompound.php15 use ArrayIterator; alias
91 return new ArrayIterator($this->types);
/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/webdav/vendor/sabre/vobject/lib/
H A DElementList.php5 use ArrayIterator; alias
18 class ElementList extends ArrayIterator
H A DParameter.php5 use ArrayIterator; alias
371 return $this->iterator = new ArrayIterator((array) $this->value);
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DElementList.php5 use ArrayIterator; alias
18 class ElementList extends ArrayIterator {
H A DParameter.php5 use ArrayIterator; alias
390 return $this->iterator = new ArrayIterator((array)$this->value);
/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/authfacebook/lib/GraphNodes/
H A DCollection.php35 use ArrayIterator; alias
173 * @return ArrayIterator
177 return new ArrayIterator($this->items);
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DCreate.php79 return new \ArrayIterator($value);
82 return new \ArrayIterator([$value]);
/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/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
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/Trac/523/
H A DIssue523Test.php10 class Issue523 extends ArrayIterator
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DObjectWithIterator.php19 public function __construct(\ArrayIterator $iterator)
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DAttribute.php14 use ArrayIterator;
222 return new ArrayIterator($this->values);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Util/
H A DTraversableString.php32 return new \ArrayIterator($this->many);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DArrayAccessible.php38 return new ArrayIterator($this->array);
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Future/
H A DFutureArray.php59 * @return \ArrayIterator
63 return new \ArrayIterator($this->_value);
H A DCompletedFutureArray.php61 * @return \ArrayIterator
65 return new \ArrayIterator($this->result);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Util/
H A DDeprecationCollectorTest.php41 return new \ArrayIterator([
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/
H A Diterable.test11 'traversable' => new \ArrayIterator([]),
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DPrioritizedList.php68 $this->optimized = new \ArrayIterator($sorted);

123