Home
last modified time | relevance | path

Searched refs:iterator (Results 51 – 75 of 221) sorted by relevance

123456789

/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DMultiple.php69 \Iterator $iterator,
73 $out = parent::attachIterator($iterator, $infos);
H A DLookbehind.php77 public function __construct(\Iterator $iterator) argument
79 $this->_iterator = $iterator;
H A DLookahead.php84 public function __construct(\Iterator $iterator) argument
86 $this->_iterator = $iterator;
H A DBuffer.php92 public function __construct(\Iterator $iterator, $bufferSize) argument
94 $this->_iterator = $iterator;
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DNoRewind.php57 $iterator = new LUT\Map($dummyArray),
58 $norewind = new LUT\NoRewind($iterator)
/plugin/davcard/vendor/sabre/vobject/lib/
H A DParameter.php366 if (!is_null($this->iterator))
367 return $this->iterator;
369 return $this->iterator = new ArrayObject((array)$this->value);
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DParameter.php366 if (!is_null($this->iterator))
367 return $this->iterator;
369 return $this->iterator = new ArrayObject((array)$this->value);
/plugin/davcal/vendor/sabre/vobject/lib/
H A DParameter.php366 if (!is_null($this->iterator))
367 return $this->iterator;
369 return $this->iterator = new ArrayObject((array)$this->value);
/plugin/findologicxmlexport/vendor/hoa/file/
H A DFinder.php137 $iterator = new Iterator\CallbackFilter(
144 foreach ($iterator as $fileInfo) {
616 $iterator = new Iterator\IteratorIterator(
625 $iterator = new Iterator\Recursive\Iterator(
635 $iterator->setMaxDepth($maxDepth - 1);
639 $_iterator->append($iterator);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dhelpers.asciidoc14 [[search-response-iterator]]
15 ==== Search response iterator
50 [[search-hit-iterator]] argument
51 ==== Search hit iterator
/plugin/webdav/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php394 … $iterator = new EventIterator($object, (string) $component->UID, $this->timeZone);
404 $iterator->fastForward($this->start);
409 while ($iterator->valid() && --$maxRecurrences) {
410 $startTime = $iterator->getDTStart();
415 $iterator->getDTStart(),
416 $iterator->getDTEnd(),
419 $iterator->next();
H A DParameter.php367 if (!is_null($this->iterator)) {
368 return $this->iterator;
371 return $this->iterator = new ArrayIterator((array) $this->value);
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php427 … $iterator = new EventIterator($object, (string)$component->UID, $this->timeZone);
437 $iterator->fastForward($this->start);
442 while ($iterator->valid() && --$maxRecurrences) {
444 $startTime = $iterator->getDTStart();
449 $iterator->getDTStart(),
450 $iterator->getDTEnd(),
453 $iterator->next();
H A DParameter.php387 if (!is_null($this->iterator))
388 return $this->iterator;
390 return $this->iterator = new ArrayIterator((array)$this->value);
/plugin/findologicxmlexport/vendor/hoa/iterator/Recursive/
H A DRegularExpression.php71 \RecursiveIterator $iterator,
77 parent::__construct($iterator, $regex, $mode, $flags, $pregFlags);
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfckblockquotecommand.js38 var iterator = new FCKDomRangeIterator( range ) ;
43 iterator.EnforceRealBlocks = true ;
45 while ( ( block = iterator.GetNextParagraph() ) )
97 while ( ( block = iterator.GetNextParagraph() ) )
/plugin/findologicxmlexport/vendor/phpunit/php-file-iterator/
H A DREADME.md7 composer require phpunit/php-file-iterator
11 composer require --dev phpunit/php-file-iterator
/plugin/findologicxmlexport/vendor/jms/metadata/src/Driver/
H A DFileLocator.php47 $iterator = new \RecursiveIteratorIterator(
52 foreach ($iterator as $file) {
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DCHANGELOG.md71 - Update EachPromise to prevent recurring on a iterator when advancing, as this
80 - Update EachPromise to immediately resolve when the underlying promise iterator
96 - Updating EachPromise to call next on the underlying promise iterator as late
/plugin/findologicxmlexport/vendor/phpunit/php-file-iterator/src/
H A DFacade.php36 $iterator = $factory->getFileIterator(
42 foreach ($iterator as $file) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/FS/
H A DDirectory.php98 $iterator = new \FilesystemIterator(
103 foreach ($iterator as $entry) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/FS/
H A DDirectory.php98 $iterator = new \FilesystemIterator(
103 foreach ($iterator as $entry) {
/plugin/davcal/
H A Djstz.js169 find_dst_fold = function find_dst_fold(a_date, padding, iterator) {
172 iterator = consts.HOUR;
182 while (current < date_end - iterator) {
190 current += iterator;
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/
H A DDirectoryResource.php110 public function __construct(\RecursiveDirectoryIterator $iterator, $pattern = null) argument
112 parent::__construct($iterator);
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js723 iterator = iterator || Prototype.K;
733 iterator = iterator || Prototype.K;
743 iterator = iterator || Prototype.K;
772 iterator = iterator || Prototype.K;
822 iterator = iterator || Prototype.K;
833 iterator = iterator || Prototype.K;
844 iterator = iterator || Prototype.K;
970 iterator(this[i]);
1124 iterator(pair);
1291 iterator(value);
[all …]

123456789