Home
last modified time | relevance | path

Searched refs:Iterator (Results 26 – 50 of 167) sorted by last modified time

1234567

/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;
/plugin/davcal/vendor/sabre/vobject/lib/
H A DElementList.php15 class ElementList implements \Iterator, \Countable, \ArrayAccess {
/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/authgooglesheets/vendor/google/apiclient/src/
H A DCollection.php10 class Collection extends Model implements \Iterator, \Countable
/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/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DCreate.php74 if ($value instanceof \Iterator) {
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUtils.php331 } elseif ($resource instanceof \Iterator) {
/plugin/strata/helper/
H A Dtriples.php865 class strata_relations_iterator implements Iterator {
938 class strata_resource_iterator implements Iterator {
1015 class strata_aggregating_iterator implements Iterator {
/plugin/diagramsnet/lib/WEB-INF/lib/
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 ...
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/ ...
/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/diagramsnet/lib/js/orgchart/
H A DOrgChart.Layout.min.js1Iterator:null,ctor:function(realRoot){this.$initialize();OrgChart.Layout.LayoutStrategyBase.ctor.c…
/plugin/refnotes/
H A Dinstructions.php218 class refnotes_instruction_list implements Iterator {
234 * Implementation of Iterator interface
241 * Implementation of Iterator interface
248 * Implementation of Iterator interface
255 * Implementation of Iterator interface
262 * Implementation of Iterator interface
/plugin/webdav/vendor/sabre/vobject/lib/Recur/
H A DRDateIterator.php6 use Iterator; alias
22 class RDateIterator implements Iterator
H A DEventIterator.php61 class EventIterator implements \Iterator
H A DRRuleIterator.php7 use Iterator; alias
25 class RRuleIterator implements Iterator
/plugin/jplayer/vendor/symfony/process/
H A DInputStream.php80 if ($current instanceof \Iterator) {
/plugin/jplayer/vendor/symfony/process/Pipes/
H A DAbstractPipes.php35 if (\is_resource($input) || $input instanceof \Iterator) {
102 if ($input instanceof \Iterator) {
154 if ($this->input instanceof \Iterator) {
164 …if (!isset($this->inputBuffer[0]) && !($this->input instanceof \Iterator ? $this->input->valid() :…
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/Iterator/
H A DAssetCollectionFilterIterator.php12 namespace Assetic\Asset\Iterator;
H A DAssetCollectionIterator.php12 namespace Assetic\Asset\Iterator;

1234567