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/ |
| D | action.php | 241 $monthDay = $INPUT->int('monthDay', 0); 394 … $weekDays, $monthlyType, $monthDay, $ordinalWeek, $ordinalDay, $generatedId); 1371 $recurrenceEnd, $weekDays, $monthlyType, $monthDay, argument 1455 $targetDay = $monthDay ?: (int)(new DateTime($startDate))->format('j'); 1536 $eventData['monthDay'] = $monthDay;
|
| D | admin.php | 4268 $monthDay = $INPUT->int('month_day', 0); 4344 if ($monthlyType === 'dayOfMonth' && $monthDay > 0) { 4345 $event['monthDay'] = $monthDay; 4440 $monthDay, 4462 … if ($monthlyType === 'dayOfMonth' && $monthDay > 0) $newEvent['monthDay'] = $monthDay; 4488 …RecurrenceDates($startDate, $type, $interval, $weekDays, $monthlyType, $monthDay, $ordinalWeek, $o… argument 4523 $targetDay = $monthDay ?: (int)$startDT->format('j');
|
| D | calendar-main.js | 1632 let monthDay = ''; 1643 monthDay = monthDayInput ? monthDayInput.value : ''; 1683 monthDay: monthDay, property
|
| D | CHANGELOG.md | 1058 - New parameters: recurrenceInterval, weekDays, monthlyType, monthDay, ordinalWeek, ordinalDay
|