Home
last modified time | relevance | path

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

123

/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DNode.php220 return new \ArrayIterator($this->nodes);
/plugin/findologicxmlexport/vendor/hoa/protocol/Node/
H A DNode.php370 return new \ArrayIterator($this->_children);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DCookieJar.php227 return new \ArrayIterator(array_values($this->cookies));
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNConfigSet.php339 return new \ArrayIterator($this->configs);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Extension/
H A DCoreTest.php283 [[], new \ArrayIterator([1, 2]), 3],
/plugin/findologicxmlexport/vendor/jms/serializer/tests/
H A DSerializerBuilderTest.php62 … self::assertEquals('[1,2,3]', $serializer->serialize(new \ArrayIterator([1, 2, 3]), 'json'));
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DStreamTest.php230 $a = new \ArrayIterator(['foo', 'bar', '123']);
/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DUstring.php453 return new \ArrayIterator(preg_split('#(?<!^)(?!$)#u', $this->_string));
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DTemplateTest.php611 return new \ArrayIterator(['foo', 'bar']);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php3292 $this->assertCount(2, new ArrayIterator([1, 2]));
3295 $this->assertCount(2, new ArrayIterator([1, 2, 3]));
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DREADME.md101 [`ArrayIterator`](http://php.net/arrayiterator).
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DBaseSerializationTest.php1573 $iterator = new \ArrayIterator([
/plugin/issuetracker/
H A Dsyntax.php1574 $it = new ArrayIterator($result);
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md207 * #161: Simplified `ElementList` by extending `ArrayIterator`.
/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md146 * #161: Simplified `ElementList` by extending `ArrayIterator`.
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js3793 if(iter instanceof Array){iter=new ArrayIterator(iter)
4081 }}function ArrayIterator(array){var index=-1; class
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js14418 iter = new ArrayIterator(iter);
15073 function ArrayIterator(array) class
/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

123