Searched refs:currentYear (Results 1 – 8 of 8) sorted by relevance
| /plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/ |
| H A D | DayOfWeekField.php | 33 $currentYear = $date->format('Y'); 41 $tdate->setDate($currentYear, $currentMonth, $lastDayOfMonth); 46 ->setDate($currentYear, $currentMonth, --$lastDayOfMonth); 74 $tdate->setDate($currentYear, $currentMonth, 1); 83 $tdate->setDate($currentYear, $currentMonth, ++$currentDay);
|
| H A D | DayOfMonthField.php | 30 * @param int $currentYear Current year 36 private static function getNearestWeekday($currentYear, $currentMonth, $targetDay) argument 39 $target = DateTime::createFromFormat('Y-m-d', "$currentYear-$currentMonth-$tday"); 51 $target->setDate($currentYear, $currentMonth, $adjusted);
|
| /plugin/icalevents/vendor/sabre/vobject/lib/Recur/ |
| D | RRuleIterator.php | 510 $currentYear = $this->currentDate->format('Y'); 550 $currentYear = $this->currentDate->format('Y'); 559 $date->setISODate($currentYear, $byWeekNo, $dayOffset); 573 $currentYear += $this->interval; 587 $currentYear = $this->currentDate->format('Y'); 595 $date->setDate($currentYear, 1, 1); 613 $currentYear += $this->interval; 624 $currentYear = $this->currentDate->format('Y'); 657 $currentYear += $this->interval; 663 (int)$currentYear, [all …]
|
| /plugin/webdav/vendor/sabre/vobject/lib/Recur/ |
| D | RRuleIterator.php | 490 $currentYear = $this->currentDate->format('Y'); 527 $currentYear = $this->currentDate->format('Y'); 536 $date->setISODate($currentYear, $byWeekNo, $dayOffset); 551 $currentYear += $this->interval; 565 $currentYear = $this->currentDate->format('Y'); 573 $date = $date->setDate($currentYear, 1, 1); 592 $currentYear += $this->interval; 603 $currentYear = $this->currentDate->format('Y'); 631 $currentYear += $this->interval; 637 (int) $currentYear, [all …]
|
| /plugin/webdavclient/vendor/sabre/vobject/lib/Recur/ |
| D | RRuleIterator.php | 507 $currentYear = $this->currentDate->format('Y'); 543 $currentYear = $this->currentDate->format('Y'); 576 $currentYear+=$this->interval; 581 $this->currentDate->setDate($currentYear, $currentMonth, $currentDayOfMonth); 586 $this->currentDate->setDate($currentYear, $currentMonth, $occurrence); 597 $currentYear+=$this->interval; 601 $this->currentDate->setDate($currentYear, $currentMonth, $currentDayOfMonth);
|
| /plugin/davcard/vendor/sabre/vobject/lib/Recur/ |
| D | RRuleIterator.php | 507 $currentYear = $this->currentDate->format('Y'); 543 $currentYear = $this->currentDate->format('Y'); 576 $currentYear+=$this->interval; 581 $this->currentDate->setDate($currentYear, $currentMonth, $currentDayOfMonth); 586 $this->currentDate->setDate($currentYear, $currentMonth, $occurrence); 597 $currentYear+=$this->interval; 601 $this->currentDate->setDate($currentYear, $currentMonth, $currentDayOfMonth);
|
| /plugin/davcal/vendor/sabre/vobject/lib/Recur/ |
| H A D | RRuleIterator.php | 507 $currentYear = $this->currentDate->format('Y'); 543 $currentYear = $this->currentDate->format('Y'); 576 $currentYear+=$this->interval; 581 $this->currentDate->setDate($currentYear, $currentMonth, $currentDayOfMonth); 586 $this->currentDate->setDate($currentYear, $currentMonth, $occurrence); 597 $currentYear+=$this->interval; 601 $this->currentDate->setDate($currentYear, $currentMonth, $currentDayOfMonth);
|
| /plugin/achart/assets/ |
| D | apexcharts.min.js | 6 …currentYear:m.minYear,daysWidthOnXAxis:l,hoursWidthOnXAxis:h,minutesWidthOnXAxis:c,secondsWidthOnX… property
|