Home
last modified time | relevance | path

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

123

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/Trac/
H A D523.phpt2 #523: assertAttributeEquals does not work with classes extending ArrayIterator
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/
H A DMessage.php67 return new \ArrayIterator($this->data);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DAuthorList.php34 return new \ArrayIterator($this->authors);
/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/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DEntry.php14 use ArrayIterator;
223 * @psalm-return \ArrayIterator<array-key, Attribute>
227 return new ArrayIterator($this->attributes);
H A DChanges.php14 use ArrayIterator;
129 * @psalm-return \ArrayIterator<int, Change>
133 return new ArrayIterator($this->changes);
H A DEntries.php14 use ArrayIterator;
146 return new ArrayIterator($this->entries);
H A DDn.php14 use ArrayIterator;
85 * @@psalm-return \ArrayIterator<array-key, Rdn>
90 return new ArrayIterator($this->toArray());
H A DOptions.php14 use ArrayIterator;
170 * @psalm-return ArrayIterator<array-key, Option>
174 return new ArrayIterator($this->options);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/
H A DCoalescingDirectoryResource.php75 return new \ArrayIterator($this->getFileResources());
/plugin/subjectindex/inc/
H A Dmatcher.php54 return new ArrayIterator($this->matchers);
/plugin/gtime/gtlib/tsp/
H A DGTHashChain.php137 $iter1 = new ArrayIterator($this->entries);
138 $iter2 = new ArrayIterator($hashChain->entries);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
H A DControlBag.php14 use ArrayIterator;
167 * @psalm-return \ArrayIterator<array-key, Control>
171 return new ArrayIterator($this->controls);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/
H A DIteratorHandlerTest.php29 new \ArrayIterator(self::DATA),
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DAbstractType.php13 use ArrayIterator;
248 * @return ArrayIterator<AbstractType>
250 public function getIterator(): ArrayIterator
252 return new ArrayIterator($this->children);
/plugin/combo/ComboStrap/
H A DArrayCaseInsensitive.php35 * @var \ArrayIterator
37 private \ArrayIterator $iterator;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DFilterContainerTrait.php14 use ArrayIterator;
131 * @psalm-return ArrayIterator<array-key, FilterInterface>
136 return new ArrayIterator($this->filters);
/plugin/findologicxmlexport/vendor/twig/twig/src/Profiler/
H A DProfile.php158 return new \ArrayIterator($this->profiles);
/plugin/strata/_test/
H A Dstrataquerytest.inc.php72 $this->assertIteratorsEqual($relations, new ArrayIterator($expectedResult), $message);
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DArrayCollection.php70 * @return \ArrayIterator<int, mixed>
72 * @phpstan-return \ArrayIterator<int, T>
75 public function getIterator(): \ArrayIterator
77 return new \ArrayIterator($this->elements);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/SemanticContexts/
H A DAndOperator.php149 $iterator = new \ArrayIterator($predicates);
/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/combo/vendor/antlr/antlr4-php-runtime/src/
H A DIntervalSet.php396 $iter = new \ArrayIterator($this->intervals);
447 $iterator = new \ArrayIterator($this->intervals);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DIntegrationTest.php345 return new \ArrayIterator($this->data);

123