Home
last modified time | relevance | path

Searched refs:Iterator (Results 126 – 150 of 167) sorted by relevance

1234567

/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUtils.php331 } elseif ($resource instanceof \Iterator) {
/plugin/davcal/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php57 class EventIterator implements \Iterator {
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNConfigSet.php337 public function getIterator() : \Iterator
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Extension/
H A DCoreTest.php323 final class CoreTestIterator implements Iterator
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DTest.php411 * @return array|Iterator when a data provider is specified and exists
455 if ($data instanceof Iterator) {
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DGraphEditor.java.bak7 import java.util.Iterator;
79 Iterator<EditorPaletteFactory> epfit = sl.iterator();
502 Iterator<mxPoint> it = points.iterator();
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DCurlFactory.php277 } elseif ($body instanceof \Iterator) {
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md535 ## Iterator section in Guzzle Upgrade Guide
537 The `Guzzle\Iterator` namespace has been removed.
539 - `Guzzle\Iterator\AppendIterator`, `Guzzle\Iterator\ChunkedIterator`, and
540 `Guzzle\Iterator\MethodProxyIterator` are nice, but not a core requirement of
542 - `Guzzle\Iterator\FilterIterator` is no longer needed because an equivalent
544 - `Guzzle\Iterator\MapIterator` is not really needed when using PHP 5.5 because
H A DCHANGELOG.md683 * Bug fix: ChunkedIterator can now properly chunk a \Traversable as well as an \Iterator.
684 * Bug fix: FilterIterator now relies on `\Iterator` instead of `\Traversable`.
1091 * Added a Guzzle\Iterator component
1114 * Adding the ability for the namespace Iterator factory to look in multiple directories
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DCoreExtension.php668 if ($start >= 0 && $length >= 0 && $item instanceof \Iterator) {
842 if ($array instanceof \Iterator) {
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md475 …streamFor(resource|string|null|int|float|bool|StreamInterface|callable|\Iterator $resource = '', a…
489 - `Iterator`: If the provided value implements `Iterator`, then a read-only
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A DChangeLog-5.7.md153 …gmann/phpunit/pull/2340): Data providers that use `yield` or implement `Iterator` cannot be combin…
/plugin/ditaa/ditaa/
H A Dditaa.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/htmlparser/ net/ ...
/plugin/jplayer/vendor/symfony/process/
H A DProcess.php1367 if ($this->input instanceof \Iterator) {
/plugin/combo/vendor/symfony/process/
H A DProcess.php1158 * @return resource|string|\Iterator|null
1291 if ($this->input instanceof \Iterator) {
/plugin/jcapture/lib/
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dgson-2.7.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
H A Dhttpcore-4.4.9.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/scrape/
H A DphpQuery-onefile.php
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md289 accessing the current item, as documented in PHP's Iterator documentation [#1749](https://github.com/ruflin/Elastica/pull/1749)
426 * Made result sets adhere to `\Iterator` interface definition that they implement. Specifically, you need to call `valid()` on the result set before calling `current()`. When using `foreach` this is done by PHP automatically. When `valid` returns false, the return value of `current` is undefined instead of false. [#1506](https://github.com/ruflin/Elastica/pull/1506)
1045 - Scroll Iterator [#842](https://github.com/ruflin/Elastica/issues/842/)
1291 - Added Elastica\ScanAndScroll Iterator (https://www.elastic.co/guide/en/elasticsearch/guide/current/scan-scroll.html) [#617](https://github.com/ruflin/Elastica/issues/617/)
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js2124 exports.Iterator = Iterator_1.default;
9456 var Iterator = /** @class */ (function () {
9457 function Iterator(items) {
9461 Iterator.prototype.proxyCall = function (methodName) {
9472 return Iterator;
9474 exports.default = Iterator;

1234567