Home
last modified time | relevance | path

Searched refs:Iterator (Results 26 – 50 of 167) sorted by path

1234567

/plugin/davcal/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php7 use Iterator; alias
25 class RRuleIterator implements Iterator {
/plugin/davcard/vendor/sabre/vobject/lib/
H A DElementList.php15 class ElementList implements \Iterator, \Countable, \ArrayAccess {
/plugin/davcard/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php57 class EventIterator implements \Iterator {
H A DRDateIterator.php7 use Iterator; alias
24 class RDateIterator implements Iterator {
H A DRRuleIterator.php7 use Iterator; alias
25 class RRuleIterator implements Iterator {
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-io-2.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
H A Dgson-2.7.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
H A Dhttpcore-4.4.9.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Djstl-1.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...
/plugin/diagramsnet/lib/js/orgchart/
H A DOrgChart.Layout.min.js1Iterator:null,ctor:function(realRoot){this.$initialize();OrgChart.Layout.LayoutStrategyBase.ctor.c…
/plugin/diagramsnet/lib/plugins/webcola/
H A Dcola.min.js2 …ull!==a.right;)this._ancestors.push(a),a=a.right;this._cursor=a},a}();c.Iterator=f;var g=function(…
/plugin/ditaa/ditaa/
H A Dditaa.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/htmlparser/ net/ ...
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Helper/Iterators/
H A DSearchHitIterator.php21 use Iterator; alias
23 class SearchHitIterator implements Iterator, \Countable
65 * @see Iterator::rewind()
92 * @see Iterator::next()
111 * @see Iterator::valid()
122 * @see Iterator::current()
133 * @see Iterator::key()
H A DSearchResponseIterator.php22 use Iterator; alias
24 class SearchResponseIterator implements Iterator
120 * @see Iterator::rewind()
134 * @see Iterator::next()
154 * @see Iterator::valid()
165 * @see Iterator::current()
176 * @see Iterator::key()
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DStream.php74 if ($resource instanceof \Iterator) {
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DCurlFactory.php277 } elseif ($body instanceof \Iterator) {
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/
H A DCore.php242 if ($message['body'] instanceof \Iterator) {
270 if ($message['body'] instanceof \Iterator) {
/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/elasticsearch/vendor/ruflin/elastica/src/Bulk/
H A DResponseSet.php7 class ResponseSet extends BaseResponse implements \Iterator, \Countable
/plugin/elasticsearch/vendor/ruflin/elastica/src/Multi/
H A DResultSet.php14 class ResultSet implements \Iterator, \ArrayAccess, \Countable
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DResultSet.php15 class ResultSet implements \Iterator, \Countable, \ArrayAccess
H A DScroll.php11 * Scroll Iterator.
17 class Scroll implements \Iterator
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DParser.php40 use Hoa\Iterator; alias
162 $this->_tokenSequence = new Iterator\Buffer(

1234567