Home
last modified time | relevance | path

Searched refs:nextDate (Results 1 – 11 of 11) sorted by relevance

/plugin/davcard/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php331 $this->nextDate = null;
347 if ($this->nextDate) {
349 $nextDate = $this->nextDate;
350 $this->nextDate = null;
357 $nextDate = null;
360 $nextDate = $this->recurIterator->current();
362 } while(isset($this->exceptions[$nextDate->getTimeStamp()]));
373 if (!$nextDate || $timestamp < $nextDate->getTimeStamp()) {
378 $this->nextDate = $nextDate;
391 $this->currentDate = $nextDate;
[all …]
H A DRRuleIterator.php527 $nextDate = clone $this->currentDate;
528 $nextDate->modify('+ ' . ($this->interval*$counter) . ' years');
529 } while ($nextDate->format('n')!=2);
530 $this->currentDate = $nextDate;
/plugin/webdavclient/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php331 $this->nextDate = null;
347 if ($this->nextDate) {
349 $nextDate = $this->nextDate;
350 $this->nextDate = null;
357 $nextDate = null;
360 $nextDate = $this->recurIterator->current();
362 } while(isset($this->exceptions[$nextDate->getTimeStamp()]));
373 if (!$nextDate || $timestamp < $nextDate->getTimeStamp()) {
378 $this->nextDate = $nextDate;
391 $this->currentDate = $nextDate;
[all …]
H A DRRuleIterator.php527 $nextDate = clone $this->currentDate;
528 $nextDate->modify('+ ' . ($this->interval*$counter) . ' years');
529 } while ($nextDate->format('n')!=2);
530 $this->currentDate = $nextDate;
/plugin/icalevents/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php337 $this->nextDate = null;
353 if ($this->nextDate) {
355 $nextDate = $this->nextDate;
356 $this->nextDate = null;
363 $nextDate = null;
366 $nextDate = $this->recurIterator->current();
368 } while (isset($this->exceptions[$nextDate->getTimeStamp()]));
380 if (!$nextDate || $timestamp < $nextDate->getTimeStamp()) {
385 $this->nextDate = $nextDate;
401 $this->currentDate = $nextDate;
[all …]
H A DRRuleIterator.php530 $nextDate = clone $this->currentDate;
531 $nextDate = $nextDate->modify('+ ' . ($this->interval * $counter) . ' years');
532 } while ($nextDate->format('n') != 2);
534 $this->currentDate = $nextDate;
/plugin/webdav/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php322 $this->nextDate = null;
335 if ($this->nextDate) {
337 $nextDate = $this->nextDate;
338 $this->nextDate = null;
345 $nextDate = null;
348 $nextDate = $this->recurIterator->current();
350 } while (isset($this->exceptions[$nextDate->getTimeStamp()]));
359 if (!$nextDate || $timestamp < $nextDate->getTimeStamp()) {
364 $this->nextDate = $nextDate;
378 $this->currentDate = $nextDate;
[all …]
H A DRRuleIterator.php508 $nextDate = clone $this->currentDate;
509 $nextDate = $nextDate->modify('+ '.($this->interval * $counter).' years');
510 } while (2 != $nextDate->format('n'));
512 $this->currentDate = $nextDate;
/plugin/davcal/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php338 $this->nextDate = null;
354 if ($this->nextDate) {
356 $nextDate = $this->nextDate;
357 $this->nextDate = null;
364 $nextDate = null;
367 $nextDate = $this->recurIterator->current();
369 } while(isset($this->exceptions[$nextDate->getTimeStamp()]));
380 if (!$nextDate || $timestamp < $nextDate->getTimeStamp()) {
385 $this->nextDate = $nextDate;
398 $this->currentDate = $nextDate;
[all …]
H A DRRuleIterator.php527 $nextDate = clone $this->currentDate;
528 $nextDate->modify('+ ' . ($this->interval*$counter) . ' years');
529 } while ($nextDate->format('n')!=2);
530 $this->currentDate = $nextDate;
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js5708 var nextDate = currentDateProfile.date.clone()
5711 return this.build(nextDate, 1);