Home
last modified time | relevance | path

Searched refs:currentDate (Results 1 – 25 of 33) sorted by relevance

12

/plugin/icalevents/vendor/sabre/vobject/lib/Recur/
DRRuleIterator.php37 $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 …]
DRDateIterator.php34 $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
DEventIterator.php215 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/
DRRuleIterator.php37 $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 …]
DRDateIterator.php34 $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
DEventIterator.php203 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/
DRRuleIterator.php37 $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 …]
DRDateIterator.php36 $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
DEventIterator.php211 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/
DRRuleIterator.php37 $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 …]
DRDateIterator.php36 $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
DEventIterator.php211 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 DRRuleIterator.php37 $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 …]
H A DRDateIterator.php36 $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 DEventIterator.php211 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 DCronExpression.php283 $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/
Dgenerateicalendardata.php32 $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/
Dgenerateicalendardata.php32 $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/
Dgenerateicalendardata.php32 $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 Dgenerateicalendardata.php32 $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/calendar/
H A Daction.php528 $currentDate = clone $startDateObj;
529 $currentDate->modify('first day of next month'); // Jump to first of next month
531 while ($currentDate <= $endDateObj) {
532 $currentMonth = $currentDate->format('Y-m');
533 $firstDayOfMonth = $currentDate->format('Y-m-01');
583 $currentDate->modify('first day of next month');
672 $currentDate = clone $startDateObj;
673 $currentDate->modify('first day of next month'); // Jump to first of next month
675 while ($currentDate <= $endDateObj) {
676 $firstDayOfMonth = $currentDate->format('Y-m-01');
[all …]
H A Dadmin.php4490 $currentDate = new DateTime($startDate);
4496 $currentDate->modify('+1 day');
4501 $daysSinceStart = (new DateTime($startDate))->diff($currentDate)->days;
4506 $daysSinceStart = (new DateTime($startDate))->diff($currentDate)->days;
4509 $currentDayOfWeek = (int)$currentDate->format('w');
4516 … $monthsSinceStart = (($currentDate->format('Y') - $startDT->format('Y')) * 12) +
4517 ($currentDate->format('n') - $startDT->format('n'));
4524 $currentDay = (int)$currentDate->format('j');
4525 $daysInMonth = (int)$currentDate->format('t');
4529 … $shouldInclude = $this->isOrdinalWeekdayAdmin($currentDate, $ordinalWeek, $ordinalDay);
[all …]
/plugin/deletepageguard/build/
H A Dupdate-version.php24 $currentDate = $versionInfo['date']; variable
32 echo "Current version: {$currentVersion} ({$currentDate})\n\n";
49 echo "Updating date from {$currentDate} to {$newDate}\n\n";
/plugin/combo/ComboStrap/
H A DPageRules.php111 $currentDate = date("c");
112 return $this->addRuleWithDate($sourcePageId, $targetPageId, $priority, $currentDate);
/plugin/404manager/
Dadmin.php52 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,

12