Searched refs:monthlyType (Results 1 – 5 of 5) sorted by relevance
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/ |
| D | RecurringSchedule.php | 34 protected $monthlyType = MonthlySchedule::class; variable in Google\\Service\\OSConfig\\RecurringSchedule
|
| /plugin/calendar/ |
| D | action.php | 240 $monthlyType = $INPUT->str('monthlyType', 'dayOfMonth'); 247 …terval=$recurrenceInterval, weekDays=" . implode(',', $weekDays) . ", monthlyType='$monthlyType'"); 394 … $weekDays, $monthlyType, $monthDay, $ordinalWeek, $ordinalDay, $generatedId); 1371 $recurrenceEnd, $weekDays, $monthlyType, $monthDay, argument 1453 if ($monthlyType === 'dayOfMonth') { 1534 $eventData['monthlyType'] = $monthlyType; 1535 if ($monthlyType === 'dayOfMonth') {
|
| D | admin.php | 3097 $monthlyType = $series['monthlyType'] ?? 'dayOfMonth'; 3109 if ($monthlyType === 'dayOfMonth') { 4267 $monthlyType = $INPUT->str('monthly_type', ''); 4342 if (!empty($monthlyType)) { 4343 $event['monthlyType'] = $monthlyType; 4344 if ($monthlyType === 'dayOfMonth' && $monthDay > 0) { 4348 } elseif ($monthlyType === 'ordinalWeekday') { 4439 $monthlyType, 4461 if (!empty($monthlyType)) $newEvent['monthlyType'] = $monthlyType; 4462 … if ($monthlyType === 'dayOfMonth' && $monthDay > 0) $newEvent['monthDay'] = $monthDay; [all …]
|
| D | calendar-main.js | 1633 let monthlyType = 'dayOfMonth'; 1639 monthlyType = monthlyTypeRadio ? monthlyTypeRadio.value : 'dayOfMonth'; 1641 if (monthlyType === 'dayOfMonth') { 1682 monthlyType: monthlyType, property
|
| D | CHANGELOG.md | 1058 - New parameters: recurrenceInterval, weekDays, monthlyType, monthDay, ordinalWeek, ordinalDay
|