Searched refs:currentMonth (Results 1 – 9 of 9) sorted by relevance
| /plugin/webdavclient/vendor/sabre/vobject/lib/Recur/ |
| D | RRuleIterator.php | 369 $currentMonth = $this->currentDate->format('n'); 380 ($this->byMonth && !in_array($currentMonth, $recurrenceMonths)) 506 $currentMonth = $this->currentDate->format('n'); 514 if ($currentMonth==2 && $currentDayOfMonth==29) { 542 $currentMonth = $this->currentDate->format('n'); 574 $currentMonth++; 575 if ($currentMonth>12) { 577 $currentMonth = 1; 579 } while (!in_array($currentMonth, $this->byMonth)); 581 $this->currentDate->setDate($currentYear, $currentMonth, $currentDayOfMonth); [all …]
|
| /plugin/davcard/vendor/sabre/vobject/lib/Recur/ |
| D | RRuleIterator.php | 369 $currentMonth = $this->currentDate->format('n'); 380 ($this->byMonth && !in_array($currentMonth, $recurrenceMonths)) 506 $currentMonth = $this->currentDate->format('n'); 514 if ($currentMonth==2 && $currentDayOfMonth==29) { 542 $currentMonth = $this->currentDate->format('n'); 574 $currentMonth++; 575 if ($currentMonth>12) { 577 $currentMonth = 1; 579 } while (!in_array($currentMonth, $this->byMonth)); 581 $this->currentDate->setDate($currentYear, $currentMonth, $currentDayOfMonth); [all …]
|
| /plugin/davcal/vendor/sabre/vobject/lib/Recur/ |
| H A D | RRuleIterator.php | 369 $currentMonth = $this->currentDate->format('n'); 380 ($this->byMonth && !in_array($currentMonth, $recurrenceMonths)) 506 $currentMonth = $this->currentDate->format('n'); 514 if ($currentMonth==2 && $currentDayOfMonth==29) { 542 $currentMonth = $this->currentDate->format('n'); 574 $currentMonth++; 575 if ($currentMonth>12) { 577 $currentMonth = 1; 579 } while (!in_array($currentMonth, $this->byMonth)); 581 $this->currentDate->setDate($currentYear, $currentMonth, $currentDayOfMonth); [all …]
|
| /plugin/icalevents/vendor/sabre/vobject/lib/Recur/ |
| D | RRuleIterator.php | 368 $currentMonth = $this->currentDate->format('n'); 379 ($this->byMonth && !in_array($currentMonth, $recurrenceMonths)) 509 $currentMonth = $this->currentDate->format('n'); 517 if ($currentMonth == 2 && $currentDayOfMonth == 29) { 623 $currentMonth = $this->currentDate->format('n'); 655 $currentMonth++; 656 if ($currentMonth > 12) { 658 $currentMonth = 1; 660 } while (!in_array($currentMonth, $this->byMonth)); 664 (int)$currentMonth, [all …]
|
| /plugin/webdav/vendor/sabre/vobject/lib/Recur/ |
| D | RRuleIterator.php | 353 $currentMonth = $this->currentDate->format('n'); 363 ($this->byMonth && !in_array($currentMonth, $recurrenceMonths)) 489 $currentMonth = $this->currentDate->format('n'); 496 if (2 == $currentMonth && 29 == $currentDayOfMonth) { 602 $currentMonth = $this->currentDate->format('n'); 629 ++$currentMonth; 630 if ($currentMonth > 12) { 632 $currentMonth = 1; 634 } while (!in_array($currentMonth, $this->byMonth)); 638 (int) $currentMonth, [all …]
|
| /plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/ |
| H A D | DayOfMonthField.php | 31 * @param int $currentMonth Current month 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); 52 if ($target->format('N') < 6 && $target->format('m') == $currentMonth) {
|
| H A D | DayOfWeekField.php | 34 $currentMonth = $date->format('m'); 41 $tdate->setDate($currentYear, $currentMonth, $lastDayOfMonth); 46 ->setDate($currentYear, $currentMonth, --$lastDayOfMonth); 74 $tdate->setDate($currentYear, $currentMonth, 1); 83 $tdate->setDate($currentYear, $currentMonth, ++$currentDay);
|
| /plugin/stats/ |
| D | syntax.php | 551 $currentMonth = $dateMin; 557 $tabMonths[$i] = $currentMonth; 558 $tabVals[$i] = $date_value[$currentMonth]; 560 $previousMonth = $currentMonth; 563 $m = substr($currentMonth,0,strpos($currentMonth,"/")); 564 $y = substr($currentMonth,strpos($currentMonth,"/")+1); 571 $currentMonth = ($m < 10 ? '0' : '').$m.'/'.$y;
|
| /plugin/achart/assets/ |
| D | apexcharts.min.js | 6 …currentMonth:m.minMonth,currentYear:m.minYear,daysWidthOnXAxis:l,hoursWidthOnXAxis:h,minutesWidthO… property
|