Home
last modified time | relevance | path

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

123

/plugin/combo/ComboStrap/
H A DArrayCaseInsensitive.php35 * @var \ArrayIterator
37 private \ArrayIterator $iterator;
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Selector/
H A DGroup.php12 use ArrayIterator; alias
120 * @return ArrayIterator
123 public function getIterator(): ArrayIterator {
124 return new ArrayIterator($this->_sequences);
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DParser.php21 use ArrayIterator; alias
35 return $this->buildTree(new ArrayIterator($tokens));
41 * @param \ArrayIterator $tokens Stream of tokens
48 private function buildTree(ArrayIterator $tokens)
/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
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNConfigSet.php339 return new \ArrayIterator($this->configs);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/SemanticContexts/
H A DAndOperator.php149 $iterator = new \ArrayIterator($predicates);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DIntervalSet.php396 $iter = new \ArrayIterator($this->intervals);
447 $iterator = new \ArrayIterator($this->intervals);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DStreamTest.php230 $a = new \ArrayIterator(['foo', 'bar', '123']);
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Future/
H A DCompletedFutureArray.php61 * @return \ArrayIterator
65 return new \ArrayIterator($this->result);
H A DFutureArray.php59 * @return \ArrayIterator
63 return new \ArrayIterator($this->_value);
/plugin/elasticsearch/vendor/patrickschur/language-detection/src/LanguageDetection/
H A DLanguageResult.php133 * @return \ArrayIterator
135 public function getIterator(): \ArrayIterator
137 return new \ArrayIterator($this->result);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DCookieJar.php227 return new \ArrayIterator(array_values($this->cookies));
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DCreate.php79 return new \ArrayIterator($value);
82 return new \ArrayIterator([$value]);
/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/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 DAttribute.php14 use ArrayIterator;
222 return new ArrayIterator($this->values);
H A DOptions.php14 use ArrayIterator;
170 * @psalm-return ArrayIterator<array-key, Option>
174 return new ArrayIterator($this->options);
H A DChanges.php14 use ArrayIterator;
129 * @psalm-return \ArrayIterator<int, Change>
133 return new ArrayIterator($this->changes);
H A DDn.php14 use ArrayIterator;
85 * @@psalm-return \ArrayIterator<array-key, Rdn>
90 return new ArrayIterator($this->toArray());
H A DEntries.php14 use ArrayIterator;
146 return new ArrayIterator($this->entries);
/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/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/
H A DMessage.php67 return new \ArrayIterator($this->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/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);
H A DPrioritizedList.php68 $this->optimized = new \ArrayIterator($sorted);

123