/plugin/icalevents/vendor/sabre/vobject/lib/Recur/ |
D | RRuleIterator.php | 37 $this->currentDate = clone $this->startDate; 46 return clone $this->currentDate; 73 return is_null($this->until) || $this->currentDate <= $this->until; 84 $this->currentDate = clone $this->startDate; 148 while ($this->valid() && $this->currentDate < $dt) { 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'); 355 if ($this->currentDate->format('G') == '23') { 357 … $this->currentDate = $this->currentDate->modify('+' . $this->interval - 1 . ' days'); [all …]
|
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
|
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/ |
D | RRuleIterator.php | 37 $this->currentDate = clone $this->startDate; 48 return clone $this->currentDate; 70 if (null === $this->currentDate) { 77 return is_null($this->until) || $this->currentDate <= $this->until; 85 $this->currentDate = clone $this->startDate; 140 while ($this->valid() && $this->currentDate < $dt) { 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'); 342 if ('23' == $this->currentDate->format('G')) { [all …]
|
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
|
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/webdavclient/vendor/sabre/vobject/lib/Recur/ |
D | RRuleIterator.php | 37 $this->currentDate = clone $this->startDate; 46 return clone $this->currentDate; 73 return is_null($this->until) || $this->currentDate <= $this->until; 84 $this->currentDate = clone $this->startDate; 96 $previousStamp = $this->currentDate->getTimeStamp(); 149 while($this->valid() && $this->currentDate < $dt ) { 170 protected $currentDate; variable in Sabre\\VObject\\Recur\\RRuleIterator 326 $this->currentDate->modify('+' . $this->interval . ' hours'); 338 $this->currentDate->modify('+' . $this->interval . ' days'); 356 if ($this->currentDate->format('G') == '23') { [all …]
|
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
|
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/davcard/vendor/sabre/vobject/lib/Recur/ |
D | RRuleIterator.php | 37 $this->currentDate = clone $this->startDate; 46 return clone $this->currentDate; 73 return is_null($this->until) || $this->currentDate <= $this->until; 84 $this->currentDate = clone $this->startDate; 96 $previousStamp = $this->currentDate->getTimeStamp(); 149 while($this->valid() && $this->currentDate < $dt ) { 170 protected $currentDate; variable in Sabre\\VObject\\Recur\\RRuleIterator 326 $this->currentDate->modify('+' . $this->interval . ' hours'); 338 $this->currentDate->modify('+' . $this->interval . ' days'); 356 if ($this->currentDate->format('G') == '23') { [all …]
|
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
|
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/ |
D | RRuleIterator.php | 37 $this->currentDate = clone $this->startDate; 46 return clone $this->currentDate; 73 return is_null($this->until) || $this->currentDate <= $this->until; 84 $this->currentDate = clone $this->startDate; 96 $previousStamp = $this->currentDate->getTimeStamp(); 149 while($this->valid() && $this->currentDate < $dt ) { 170 protected $currentDate; variable in Sabre\\VObject\\Recur\\RRuleIterator 326 $this->currentDate->modify('+' . $this->interval . ' hours'); 338 $this->currentDate->modify('+' . $this->interval . ' days'); 356 if ($this->currentDate->format('G') == '23') { [all …]
|
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
|
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/ |
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 = $currentDate->format('Y-m-d H:i'); 295 $currentTime = strtotime($currentDate); [all …]
|
/plugin/icalevents/vendor/sabre/vobject/bin/ |
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/webdavclient/vendor/sabre/vobject/bin/ |
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/davcard/vendor/sabre/vobject/bin/ |
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/ |
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/ |
D | PageRules.php | 111 $currentDate = date("c"); 112 return $this->addRuleWithDate($sourcePageId, $targetPageId, $priority, $currentDate);
|
/plugin/404manager/ |
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/ |
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/ |
D | fullcalendar.js | 10711 this.currentDate = this.moment(dateOrRange).stripZone(); // just like gotoDate 10723 this.currentDate = newDate.clone(); 10732 this.currentDate = this.moment(defaultDateInput).stripZone(); 10735 this.currentDate = this.getNow(); // getNow already returns unzoned 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(); [all …]
|
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];
|