Home
last modified time | relevance | path

Searched refs:getIterator (Results 26 – 50 of 90) sorted by path

1234

/plugin/eventline/timeline_js/scripts/
H A Dsources.js274 return this._events.getIterator(startDate, endDate);
/plugin/eventline/timeline_js/
H A Dtimeline-bundle.js2383 …e.DefaultEventSource.prototype.getEventIterator=function(A,B){return this._events.getIterator(A,B);
/plugin/findologicxmlexport/vendor/hoa/exception/
H A DGroup.php259 public function getIterator() function in Hoa\\Exception\\Group
261 return $this->getExceptions()->getIterator();
/plugin/findologicxmlexport/vendor/hoa/exception/Test/Unit/
H A DGroup.php263 ->array(iterator_to_array($group->getIterator()))
567 ->when($result = $group->getIterator())
/plugin/findologicxmlexport/vendor/hoa/file/
H A DFinder.php600 public function getIterator() function in Hoa\\File\\Finder
H A DWatcher.php101 $iterator = $this->getIterator();
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DDemultiplexer.php83 $iterator = $iterator->getIterator();
H A DREADME.md74 `getIterator` method. It extends
H A DRepeater.php98 $iterator = $iterator->getIterator();
/plugin/findologicxmlexport/vendor/hoa/iterator/Recursive/
H A DMock.php67 $iterator = $iterator->getIterator();
/plugin/findologicxmlexport/vendor/hoa/protocol/Node/
H A DNode.php368 public function getIterator() function in Hoa\\Protocol\\Node\\Node
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/Node/
H A DNode.php70 ->array(iterator_to_array($result->getIterator()))
82 ->array(iterator_to_array($result->getIterator()))
97 ->array(iterator_to_array($result->getIterator()))
108 $oldCountChildren = count(iterator_to_array($root->getIterator()))
112 ->integer(count(iterator_to_array($root->getIterator())))
274 ->object($result->getIterator())
276 ->array(iterator_to_array($result->getIterator()))
/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DUstring.php451 public function getIterator() function in Hoa\\Ustring\\Ustring
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DAuthorList.php32 public function getIterator() function in JMS\\Serializer\\Tests\\Fixtures\\AuthorList
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/Types/
H A DCompound.php89 public function getIterator() function in phpDocumentor\\Reflection\\Types\\Compound
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/
H A DDirectory.php133 public function getIterator() function in SebastianBergmann\\CodeCoverage\\Node\\Directory
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DCount.php51 $iterator = $other->getIterator();
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestSuite.php964 public function getIterator() function in PHPUnit_Framework_TestSuite
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DArrayAccessible.php36 public function getIterator() function in ArrayAccessible
H A DMultipleDataProviderTest.php73 return $object->getIterator();
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DCoreExtension.php665 $item = $item->getIterator();
839 $array = $array->getIterator();
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DNode.php218 public function getIterator() function in Twig\\Node\\Node
/plugin/findologicxmlexport/vendor/twig/twig/src/Profiler/
H A DProfile.php156 public function getIterator() function in Twig\\Profiler\\Profile
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Extension/
H A DCoreTest.php302 public function getIterator() function in CoreTestIteratorAggregate
317 public function getIterator() function in CoreTestIteratorAggregateAggregate
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DIntegrationTest.php343 public function getIterator() function in IteratorAggregateStub

1234