Home
last modified time | relevance | path

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

123

/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DUstring.php453 return new \ArrayIterator(preg_split('#(?<!^)(?!$)#u', $this->_string));
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/
H A DIteratorHandlerTest.php29 new \ArrayIterator(self::DATA),
/plugin/findologicxmlexport/vendor/hoa/protocol/Node/
H A DNode.php370 return new \ArrayIterator($this->_children);
/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/Serializer/
H A DBaseSerializationTest.php1573 $iterator = new \ArrayIterator([
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Util/
H A DDeprecationCollectorTest.php41 return new \ArrayIterator([
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/Trac/523/
H A DIssue523Test.php10 class Issue523 extends ArrayIterator
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/Trac/
H A D523.phpt2 #523: assertAttributeEquals does not work with classes extending ArrayIterator
/plugin/findologicxmlexport/vendor/jms/serializer/tests/
H A DSerializerBuilderTest.php62 … self::assertEquals('[1,2,3]', $serializer->serialize(new \ArrayIterator([1, 2, 3]), 'json'));
/plugin/gtime/gtlib/tsp/
H A DGTHashChain.php137 $iter1 = new ArrayIterator($this->entries);
138 $iter2 = new ArrayIterator($hashChain->entries);
/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/issuetracker/
H A Dsyntax.php1574 $it = new ArrayIterator($result);
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DParameter.php5 use ArrayIterator; alias
390 return $this->iterator = new ArrayIterator((array)$this->value);
H A DElementList.php5 use ArrayIterator; alias
18 class ElementList extends ArrayIterator {
/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md146 * #161: Simplified `ElementList` by extending `ArrayIterator`.
/plugin/subjectindex/inc/
H A Dmatcher.php54 return new ArrayIterator($this->matchers);

123