| /plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/ |
| D | WeeklySchedule.php | 25 public $dayOfWeek; variable in Google\\Service\\OSConfig\\WeeklySchedule 30 public function setDayOfWeek($dayOfWeek) argument 32 $this->dayOfWeek = $dayOfWeek; 39 return $this->dayOfWeek;
|
| D | WeekDayOfMonth.php | 25 public $dayOfWeek; variable in Google\\Service\\OSConfig\\WeekDayOfMonth 38 public function setDayOfWeek($dayOfWeek) argument 40 $this->dayOfWeek = $dayOfWeek; 47 return $this->dayOfWeek;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/DataprocMetastore/ |
| D | MaintenanceWindow.php | 25 public $dayOfWeek; variable in Google\\Service\\DataprocMetastore\\MaintenanceWindow 34 public function setDayOfWeek($dayOfWeek) argument 36 $this->dayOfWeek = $dayOfWeek; 43 return $this->dayOfWeek;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/ |
| D | DayPart.php | 25 public $dayOfWeek; variable in Google\\Service\\AdExchangeBuyerII\\DayPart 34 public function setDayOfWeek($dayOfWeek) argument 36 $this->dayOfWeek = $dayOfWeek; 43 return $this->dayOfWeek;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/ |
| D | DayPart.php | 25 public $dayOfWeek; variable in Google\\Service\\AuthorizedBuyersMarketplace\\DayPart 34 public function setDayOfWeek($dayOfWeek) argument 36 $this->dayOfWeek = $dayOfWeek; 43 return $this->dayOfWeek;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/ |
| D | DayAndTimeAssignedTargetingOptionDetails.php | 25 public $dayOfWeek; variable in Google\\Service\\DisplayVideo\\DayAndTimeAssignedTargetingOptionDetails 42 public function setDayOfWeek($dayOfWeek) argument 44 $this->dayOfWeek = $dayOfWeek; 51 return $this->dayOfWeek;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/ |
| D | TargetingValueDayPartTargetingDayPart.php | 22 public $dayOfWeek; variable in Google\\Service\\AdExchangeBuyer\\TargetingValueDayPartTargetingDayPart 28 public function setDayOfWeek($dayOfWeek) argument 30 $this->dayOfWeek = $dayOfWeek; 34 return $this->dayOfWeek;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/ |
| D | GooglePrivacyDlpV2DateTime.php | 27 public $dayOfWeek; variable in Google\\Service\\DLP\\GooglePrivacyDlpV2DateTime 50 public function setDayOfWeek($dayOfWeek) argument 52 $this->dayOfWeek = $dayOfWeek; 59 return $this->dayOfWeek;
|
| /plugin/davcal/datetimepicker-2.4.5/ |
| H A D | jquery.datetimepicker.js | 15 dayOfWeek: [ property 23 dayOfWeek: [ property 31 dayOfWeek: [ property 39 dayOfWeek: [ property 47 dayOfWeek: [ property 55 dayOfWeek: [ property 63 dayOfWeek: [ property 71 dayOfWeek: [ property 79 dayOfWeek: [ property 87 dayOfWeek: [ property [all …]
|
| /plugin/calendar/ |
| D | calendar-main.js | 343 const dayOfWeek = firstDay.getDay(); 416 const rowCount = Math.ceil((daysInMonth + dayOfWeek) / 7); 421 if ((row === 0 && col < dayOfWeek) || currentDay > daysInMonth) { 1922 const dayOfWeek = now.getDay(); 1932 ordinalDaySelect.value = dayOfWeek;
|
| D | syntax.php | 231 $dayOfWeek = date('w', $firstDay); 284 $rowCount = ceil(($daysInMonth + $dayOfWeek) / 7); 289 if (($row === 0 && $col < $dayOfWeek) || $currentDay > $daysInMonth) {
|