/plugin/icalevents/vendor/sabre/vobject/lib/Recur/ |
H A D | RRuleIterator.php | 169 protected $currentDate; variable in Sabre\\VObject\\Recur\\RRuleIterator 325 $this->currentDate = $this->currentDate->modify('+' . $this->interval . ' hours'); 337 $this->currentDate = $this->currentDate->modify('+' . $this->interval . ' days'); 360 $this->currentDate = $this->currentDate->modify('+1 hours'); 410 $this->currentDate = $this->currentDate->modify('+1 hours'); 412 $this->currentDate = $this->currentDate->modify('+1 days'); 484 …$this->currentDate = new DateTimeImmutable($this->currentDate->format('Y-m-1 H:i:s'), $this->curre… 494 $this->currentDate = $this->currentDate->setDate( 662 $this->currentDate = $this->currentDate->setDate( 671 $this->currentDate = $this->currentDate->setDate( [all …]
|
H A D | RDateIterator.php | 34 $this->currentDate = clone $this->startDate; 43 return clone $this->currentDate; 77 $this->currentDate = clone $this->startDate; 92 $this->currentDate = 123 while ($this->valid() && $this->currentDate < $dt) { 144 protected $currentDate; variable in Sabre\\VObject\\Recur\\RDateIterator
|
H A D | EventIterator.php | 215 if ($this->currentDate) { 216 return clone $this->currentDate; 229 if ($this->currentDate) { 230 return clone $this->currentDate; 246 $end = clone $this->currentDate; 316 return !!$this->currentDate; 338 $this->currentDate = clone $this->startDate; 386 … $this->currentDate = $this->currentOverriddenEvent->DTSTART->getDateTime($this->timeZone); 401 $this->currentDate = $nextDate; 494 protected $currentDate; variable in Sabre\\VObject\\Recur\\EventIterator
|
/plugin/webdav/vendor/sabre/vobject/lib/Recur/ |
H A D | RRuleIterator.php | 160 protected $currentDate; variable in Sabre\\VObject\\Recur\\RRuleIterator 314 $this->currentDate = $this->currentDate->modify('+'.$this->interval.' hours'); 323 $this->currentDate = $this->currentDate->modify('+'.$this->interval.' days'); 347 $this->currentDate = $this->currentDate->modify('+1 hours'); 391 $this->currentDate = $this->currentDate->modify('+1 hours'); 393 $this->currentDate = $this->currentDate->modify('+1 days'); 460 …$this->currentDate = new DateTimeImmutable($this->currentDate->format('Y-m-1 H:i:s'), $this->curre… 477 $this->currentDate = $this->currentDate->setDate( 636 $this->currentDate = $this->currentDate->setDate( 644 $this->currentDate = $this->currentDate->setDate( [all …]
|
H A D | RDateIterator.php | 34 $this->currentDate = clone $this->startDate; 45 return clone $this->currentDate; 74 $this->currentDate = clone $this->startDate; 88 $this->currentDate = 115 while ($this->valid() && $this->currentDate < $dt) { 135 protected $currentDate; variable in Sabre\\VObject\\Recur\\RDateIterator
|
H A D | EventIterator.php | 203 if ($this->currentDate) { 204 return clone $this->currentDate; 216 if ($this->currentDate) { 217 return clone $this->currentDate; 232 $end = clone $this->currentDate; 302 return (bool) $this->currentDate; 323 $this->currentDate = clone $this->startDate; 365 … $this->currentDate = $this->currentOverriddenEvent->DTSTART->getDateTime($this->timeZone); 378 $this->currentDate = $nextDate; 468 protected $currentDate; variable in Sabre\\VObject\\Recur\\EventIterator
|
/plugin/davcard/vendor/sabre/vobject/lib/Recur/ |
H A D | RRuleIterator.php | 37 $this->currentDate = clone $this->startDate; 46 return clone $this->currentDate; 84 $this->currentDate = clone $this->startDate; 170 protected $currentDate; variable in Sabre\\VObject\\Recur\\RRuleIterator 361 $this->currentDate->modify('+1 hours'); 413 $this->currentDate->modify('+1 days'); 459 $this->currentDate = $tempDate; 485 …$this->currentDate = new \DateTime($this->currentDate->format('Y-m-1 H:i:s'), $this->currentDate->… 495 …$this->currentDate->setDate($this->currentDate->format('Y'), $this->currentDate->format('n'), $occ… 530 $this->currentDate = $nextDate; [all …]
|
H A D | RDateIterator.php | 36 $this->currentDate = clone $this->startDate; 45 return clone $this->currentDate; 79 $this->currentDate = clone $this->startDate; 94 $this->currentDate = 123 while($this->valid() && $this->currentDate < $dt ) { 144 protected $currentDate; variable in Sabre\\VObject\\Recur\\RDateIterator
|
H A D | EventIterator.php | 211 if ($this->currentDate) { 212 return clone $this->currentDate; 225 if ($this->currentDate) { 226 return clone $this->currentDate; 242 $end = clone $this->currentDate; 310 return !!$this->currentDate; 332 $this->currentDate = clone $this->startDate; 379 … $this->currentDate = $this->currentOverriddenEvent->DTSTART->getDateTime($this->timeZone); 391 $this->currentDate = $nextDate; 484 protected $currentDate; variable in Sabre\\VObject\\Recur\\EventIterator
|
/plugin/webdavclient/vendor/sabre/vobject/lib/Recur/ |
H A D | RRuleIterator.php | 37 $this->currentDate = clone $this->startDate; 46 return clone $this->currentDate; 84 $this->currentDate = clone $this->startDate; 170 protected $currentDate; variable in Sabre\\VObject\\Recur\\RRuleIterator 361 $this->currentDate->modify('+1 hours'); 413 $this->currentDate->modify('+1 days'); 459 $this->currentDate = $tempDate; 485 …$this->currentDate = new \DateTime($this->currentDate->format('Y-m-1 H:i:s'), $this->currentDate->… 495 …$this->currentDate->setDate($this->currentDate->format('Y'), $this->currentDate->format('n'), $occ… 530 $this->currentDate = $nextDate; [all …]
|
H A D | RDateIterator.php | 36 $this->currentDate = clone $this->startDate; 45 return clone $this->currentDate; 79 $this->currentDate = clone $this->startDate; 94 $this->currentDate = 123 while($this->valid() && $this->currentDate < $dt ) { 144 protected $currentDate; variable in Sabre\\VObject\\Recur\\RDateIterator
|
H A D | EventIterator.php | 211 if ($this->currentDate) { 212 return clone $this->currentDate; 225 if ($this->currentDate) { 226 return clone $this->currentDate; 242 $end = clone $this->currentDate; 310 return !!$this->currentDate; 332 $this->currentDate = clone $this->startDate; 379 … $this->currentDate = $this->currentOverriddenEvent->DTSTART->getDateTime($this->timeZone); 391 $this->currentDate = $nextDate; 484 protected $currentDate; variable in Sabre\\VObject\\Recur\\EventIterator
|
/plugin/davcal/vendor/sabre/vobject/lib/Recur/ |
H A D | RRuleIterator.php | 37 $this->currentDate = clone $this->startDate; 46 return clone $this->currentDate; 84 $this->currentDate = clone $this->startDate; 170 protected $currentDate; variable in Sabre\\VObject\\Recur\\RRuleIterator 361 $this->currentDate->modify('+1 hours'); 413 $this->currentDate->modify('+1 days'); 459 $this->currentDate = $tempDate; 485 …$this->currentDate = new \DateTime($this->currentDate->format('Y-m-1 H:i:s'), $this->currentDate->… 495 …$this->currentDate->setDate($this->currentDate->format('Y'), $this->currentDate->format('n'), $occ… 530 $this->currentDate = $nextDate; [all …]
|
H A D | RDateIterator.php | 36 $this->currentDate = clone $this->startDate; 45 return clone $this->currentDate; 79 $this->currentDate = clone $this->startDate; 94 $this->currentDate = 123 while($this->valid() && $this->currentDate < $dt ) { 144 protected $currentDate; variable in Sabre\\VObject\\Recur\\RDateIterator
|
H A D | EventIterator.php | 211 if ($this->currentDate) { 212 return clone $this->currentDate; 225 if ($this->currentDate) { 226 return clone $this->currentDate; 242 $end = clone $this->currentDate; 317 return !!$this->currentDate; 339 $this->currentDate = clone $this->startDate; 386 … $this->currentDate = $this->currentOverriddenEvent->DTSTART->getDateTime($this->timeZone); 398 $this->currentDate = $nextDate; 491 protected $currentDate; variable in Sabre\\VObject\\Recur\\EventIterator
|
/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/ |
H A D | CronExpression.php | 283 $currentDate = date('Y-m-d H:i'); 284 $currentTime = strtotime($currentDate); 286 $currentDate = clone $currentTime; 288 $currentDate->setTimezone(new DateTimeZone(date_default_timezone_get())); 289 $currentDate = $currentDate->format('Y-m-d H:i'); 290 $currentTime = strtotime($currentDate); 292 $currentDate = DateTime::createFromFormat('U', $currentTime->format('U')); 293 $currentDate->setTimezone(new DateTimeZone(date_default_timezone_get())); 294 $currentDate [all...] |
/plugin/icalevents/vendor/sabre/vobject/bin/ |
H A D | generateicalendardata.php | 32 $currentDate = new DateTime('-' . round($events / 2) . ' days'); variable 53 $dtStart = clone $currentDate; 54 $dtEnd = clone $currentDate; 64 $dtStart = clone $currentDate; 72 $currentDate->modify('+ ' . mt_rand(0, 3) . ' days');
|
/plugin/davcard/vendor/sabre/vobject/bin/ |
H A D | generateicalendardata.php | 32 $currentDate = new DateTime('-' . round($events/2) . ' days'); variable 55 $dtStart = clone $currentDate; 56 $dtEnd = clone $currentDate; 65 $dtStart = clone $currentDate; 74 $currentDate->modify('+ ' . mt_rand(0,3) . ' days');
|
/plugin/webdavclient/vendor/sabre/vobject/bin/ |
H A D | generateicalendardata.php | 32 $currentDate = new DateTime('-' . round($events/2) . ' days'); variable 55 $dtStart = clone $currentDate; 56 $dtEnd = clone $currentDate; 65 $dtStart = clone $currentDate; 74 $currentDate->modify('+ ' . mt_rand(0,3) . ' days');
|
/plugin/davcal/vendor/sabre/vobject/bin/ |
H A D | generateicalendardata.php | 32 $currentDate = new DateTime('-' . round($events/2) . ' days'); variable 55 $dtStart = clone $currentDate; 56 $dtEnd = clone $currentDate; 65 $dtStart = clone $currentDate; 74 $currentDate->modify('+ ' . mt_rand(0,3) . ' days');
|
/plugin/combo/ComboStrap/ |
H A D | PageRules.php | 111 $currentDate = date("c"); 112 return $this->addRuleWithDate($sourcePageId, $targetPageId, $priority, $currentDate);
|
/plugin/404manager/ |
H A D | admin.php | 52 var $currentDate = ''; variable in admin_plugin_404manager 81 $this->currentDate = date("c"); 378 $this->addRedirectionWithDate($sourcePageId, $targetPageId, $this->currentDate); 589 $this->pageRedirections[$sourcePageId]['LastRedirectionDate'] = $this->currentDate; 598 "TIMESTAMP" => $this->currentDate,
|
/plugin/davcal/datetimepicker-2.4.5/ |
H A D | jquery.datetimepicker.js | 1374 var currentDate = _xdsoft_datetime.getCurrentTime(), minDate, maxDate; 1375 … currentDate = new Date(currentDate.getFullYear(), currentDate.getMonth(), currentDate.getDate()); 1378 if (currentDate < minDate) { 1383 if (currentDate > maxDate) {
|
/plugin/davcal/fullcalendar-3.10.5/ |
H A D | fullcalendar.js | 10723 this.currentDate = newDate.clone(); 10732 this.currentDate = this.moment(defaultDateInput).stripZone(); 10742 this.currentDate = prevInfo.date; 10750 this.currentDate = nextInfo.date; 10755 this.currentDate.add(-1, 'years'); 10759 this.currentDate.add(1, 'years'); 10763 this.currentDate = this.getNow(); // should deny like prev/next? 10767 this.currentDate = this.moment(zonedDateInput).stripZone(); 10771 this.currentDate.add(moment.duration(delta)); 10933 this.view.setDate(this.currentDate); [all …]
|
H A D | moment.js | 2032 var i, date, input = [], currentDate, expectedWeekday, yearToUse; 2038 currentDate = currentDateArray(config); 2047 yearToUse = defaults(config._a[YEAR], currentDate[YEAR]); 2064 config._a[i] = input[i] = currentDate[i];
|