Home
last modified time | relevance | path

Searched refs:ArrayIterator (Results 26 – 50 of 68) sorted by last modified time

123

/plugin/strata/_test/
H A Dstrataquerytest.inc.php72 $this->assertIteratorsEqual($relations, new ArrayIterator($expectedResult), $message);
/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/webdav/vendor/sabre/vobject/lib/
H A DParameter.php5 use ArrayIterator; alias
371 return $this->iterator = new ArrayIterator((array) $this->value);
H A DElementList.php5 use ArrayIterator; alias
18 class ElementList extends ArrayIterator
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md207 * #161: Simplified `ElementList` by extending `ArrayIterator`.
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/
H A DCoalescingDirectoryResource.php75 return new \ArrayIterator($this->getFileResources());
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Util/
H A DTraversableString.php32 return new \ArrayIterator($this->many);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/
H A DValueContainer.php63 return new \ArrayIterator($this->values);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DFilterCollection.php75 return new \ArrayIterator($this->filters);
/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/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DAuthorList.php34 return new \ArrayIterator($this->authors);
H A DObjectWithIterator.php19 public function __construct(\ArrayIterator $iterator)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DArrayAccessible.php38 return new ArrayIterator($this->array);
/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/hoa/iterator/
H A DMap.php47 class Map extends \ArrayIterator
H A DREADME.md101 [`ArrayIterator`](http://php.net/arrayiterator).
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/
H A Diterable.test11 'traversable' => new \ArrayIterator([]),
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DIntegrationTest.php345 return new \ArrayIterator($this->data);
H A DTemplateTest.php611 return new \ArrayIterator(['foo', 'bar']);
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/Types/
H A DCompound.php15 use ArrayIterator; alias
91 return new ArrayIterator($this->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)
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DNode.php220 return new \ArrayIterator($this->nodes);
/plugin/findologicxmlexport/vendor/twig/twig/src/Profiler/
H A DProfile.php158 return new \ArrayIterator($this->profiles);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Extension/
H A DCoreTest.php283 [[], new \ArrayIterator([1, 2]), 3],
/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]));

123