Home
last modified time | relevance | path

Searched refs:currentMonth (Results 1 – 9 of 9) sorted by relevance

/plugin/davcard/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php369 $currentMonth = $this->currentDate->format('n');
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;
595 $currentMonth++;
596 if ($currentMonth>12) {
598 $currentMonth = 1;
[all …]
/plugin/webdavclient/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php369 $currentMonth = $this->currentDate->format('n');
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;
595 $currentMonth++;
596 if ($currentMonth>12) {
598 $currentMonth = 1;
[all …]
/plugin/davcal/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php369 $currentMonth = $this->currentDate->format('n');
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;
595 $currentMonth++;
596 if ($currentMonth>12) {
598 $currentMonth = 1;
[all …]
/plugin/icalevents/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php509 $currentMonth = $this->currentDate->format('n');
623 $currentMonth = $this->currentDate->format('n');
655 $currentMonth++;
656 if ($currentMonth > 12) {
658 $currentMonth = 1;
664 (int)$currentMonth,
673 (int)$currentMonth,
684 $currentMonth++;
685 if ($currentMonth > 12) {
687 $currentMonth = 1;
[all …]
/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/
H A DDayOfMonthField.php31 * @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 DDayOfWeekField.php34 $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/webdav/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php489 $currentMonth = $this->currentDate->format('n');
602 $currentMonth = $this->currentDate->format('n');
629 ++$currentMonth;
630 if ($currentMonth > 12) {
632 $currentMonth = 1;
638 (int) $currentMonth,
646 (int) $currentMonth,
655 ++$currentMonth;
656 if ($currentMonth > 12) {
658 $currentMonth = 1;
[all …]
/plugin/stats/
H A Dsyntax.php551 $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/
H A Dapexcharts.min.js6currentMonth:m.minMonth,currentYear:m.minYear,daysWidthOnXAxis:l,hoursWidthOnXAxis:h,minutesWidthO… property in AnonymousFunction1cae5b5135800.AnonymousFunction1cae5b5135900.v