Searched refs:monthDay (Results 1 – 10 of 10) sorted by relevance
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/ |
| D | MonthlySchedule.php | 25 public $monthDay; variable in Google\\Service\\OSConfig\\MonthlySchedule 32 public function setMonthDay($monthDay) argument 34 $this->monthDay = $monthDay; 41 return $this->monthDay;
|
| /plugin/webdavclient/vendor/sabre/vobject/lib/Recur/ |
| D | RRuleIterator.php | 805 if ($this->byMonthDay) foreach($this->byMonthDay as $monthDay) { 808 if ($monthDay > $startDate->format('t') || 809 $monthDay < 0-$startDate->format('t')) { 812 if ($monthDay>0) { 813 $byMonthDayResults[] = $monthDay; 816 $byMonthDayResults[] = $startDate->format('t') + 1 + $monthDay;
|
| /plugin/davcard/vendor/sabre/vobject/lib/Recur/ |
| D | RRuleIterator.php | 805 if ($this->byMonthDay) foreach($this->byMonthDay as $monthDay) { 808 if ($monthDay > $startDate->format('t') || 809 $monthDay < 0-$startDate->format('t')) { 812 if ($monthDay>0) { 813 $byMonthDayResults[] = $monthDay; 816 $byMonthDayResults[] = $startDate->format('t') + 1 + $monthDay;
|
| /plugin/davcal/vendor/sabre/vobject/lib/Recur/ |
| H A D | RRuleIterator.php | 805 if ($this->byMonthDay) foreach($this->byMonthDay as $monthDay) { 808 if ($monthDay > $startDate->format('t') || 809 $monthDay < 0-$startDate->format('t')) { 812 if ($monthDay>0) { 813 $byMonthDayResults[] = $monthDay; 816 $byMonthDayResults[] = $startDate->format('t') + 1 + $monthDay;
|
| /plugin/icalevents/vendor/sabre/vobject/lib/Recur/ |
| D | RRuleIterator.php | 914 if ($this->byMonthDay) foreach ($this->byMonthDay as $monthDay) { 917 if ($monthDay > $startDate->format('t') || 918 $monthDay < 0 - $startDate->format('t')) { 921 if ($monthDay > 0) { 922 $byMonthDayResults[] = $monthDay; 925 $byMonthDayResults[] = $startDate->format('t') + 1 + $monthDay;
|
| /plugin/webdav/vendor/sabre/vobject/lib/Recur/ |
| D | RRuleIterator.php | 873 foreach ($this->byMonthDay as $monthDay) { 875 if ($monthDay > $startDate->format('t') || 876 $monthDay < 0 - $startDate->format('t')) { 879 if ($monthDay > 0) { 880 $byMonthDayResults[] = $monthDay; 883 $byMonthDayResults[] = $startDate->format('t') + 1 + $monthDay;
|
| /plugin/calendar/ |
| H A D | action.php | 278 $monthDay = $INPUT->int('monthDay', 0); 437 … $weekDays, $monthlyType, $monthDay, $ordinalWeek, $ordinalDay, $generatedId); 1501 $recurrenceEnd, $weekDays, $monthlyType, $monthDay, argument 1585 $targetDay = $monthDay ?: (int)(new DateTime($startDate))->format('j'); 1666 $eventData['monthDay'] = $monthDay;
|
| H A D | admin.php | 4364 $monthDay = $INPUT->int('month_day', 0); 4440 if ($monthlyType === 'dayOfMonth' && $monthDay > 0) { 4441 $event['monthDay'] = $monthDay; 4536 $monthDay, 4558 … if ($monthlyType === 'dayOfMonth' && $monthDay > 0) $newEvent['monthDay'] = $monthDay; 4584 …RecurrenceDates($startDate, $type, $interval, $weekDays, $monthlyType, $monthDay, $ordinalWeek, $o… argument 4619 $targetDay = $monthDay ?: (int)$startDT->format('j');
|
| H A D | calendar-main.js | 1637 let monthDay = ''; 1648 monthDay = monthDayInput ? monthDayInput.value : ''; 1688 monthDay: monthDay, property
|
| H A D | CHANGELOG.md | 1149 - New parameters: recurrenceInterval, weekDays, monthlyType, monthDay, ordinalWeek, ordinalDay
|