/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsReporting/ |
H A D | DateRange.php | 29 public $startDate; variable in Google\\Service\\AnalyticsReporting\\DateRange 48 public function setStartDate($startDate) argument 50 $this->startDate = $startDate; 57 return $this->startDate;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsData/ |
H A D | DateRange.php | 33 public $startDate; variable in Google\\Service\\AnalyticsData\\DateRange 66 public function setStartDate($startDate) argument 68 $this->startDate = $startDate; 75 return $this->startDate;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/ |
H A D | DenyMaintenancePeriod.php | 29 public $startDate; variable in Google\\Service\\SQLAdmin\\DenyMaintenancePeriod 52 public function setStartDate($startDate) argument 54 $this->startDate = $startDate; 61 return $this->startDate;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/ |
H A D | DateRange.php | 37 public $startDate; variable in Google\\Service\\Dfareporting\\DateRange 84 public function setStartDate($startDate) argument 86 $this->startDate = $startDate; 93 return $this->startDate;
|
H A D | Flight.php | 33 public $startDate; variable in Google\\Service\\Dfareporting\\Flight 70 public function setStartDate($startDate) argument 72 $this->startDate = $startDate; 79 return $this->startDate;
|
H A D | PricingSchedulePricingPeriod.php | 37 public $startDate; variable in Google\\Service\\Dfareporting\\PricingSchedulePricingPeriod 88 public function setStartDate($startDate) argument 90 $this->startDate = $startDate; 97 return $this->startDate;
|
H A D | DimensionValueRequest.php | 40 public $startDate; variable in Google\\Service\\Dfareporting\\DimensionValueRequest 101 public function setStartDate($startDate) argument 103 $this->startDate = $startDate; 110 return $this->startDate;
|
H A D | Pricing.php | 44 public $startDate; variable in Google\\Service\\Dfareporting\\Pricing 119 public function setStartDate($startDate) argument 121 $this->startDate = $startDate; 128 return $this->startDate;
|
H A D | ReportSchedule.php | 50 public $startDate; variable in Google\\Service\\Dfareporting\\ReportSchedule 139 public function setStartDate($startDate) argument 141 $this->startDate = $startDate; 148 return $this->startDate;
|
H A D | PricingSchedule.php | 48 public $startDate; variable in Google\\Service\\Dfareporting\\PricingSchedule 141 public function setStartDate($startDate) argument 143 $this->startDate = $startDate; 150 return $this->startDate;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Doubleclicksearch/ |
H A D | ReportRequestTimeRange.php | 37 public $startDate; variable in Google\\Service\\Doubleclicksearch\\ReportRequestTimeRange 84 public function setStartDate($startDate) argument 86 $this->startDate = $startDate; 93 return $this->startDate;
|
H A D | ReportApiColumnSpec.php | 61 public $startDate; variable in Google\\Service\\Doubleclicksearch\\ReportApiColumnSpec 192 public function setStartDate($startDate) argument 194 $this->startDate = $startDate; 201 return $this->startDate;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/ |
H A D | ReturnPolicySeasonalOverride.php | 35 public $startDate; variable in Google\\Service\\ShoppingContent\\ReturnPolicySeasonalOverride 82 public function setStartDate($startDate) argument 84 $this->startDate = $startDate; 91 return $this->startDate;
|
H A D | SettlementReport.php | 40 public $startDate; variable in Google\\Service\\ShoppingContent\\SettlementReport 111 public function setStartDate($startDate) argument 113 $this->startDate = $startDate; 120 return $this->startDate;
|
/plugin/bez/lib/jquery.datepair/ |
H A D | datepair.js | 128 var startDate = this.settings.parseDate(this.startDateInput); 130 if (startDate && endDate) { 131 this.dateDelta = endDate.getTime() - startDate.getTime(); 200 var startDate = this.settings.parseDate(this.startDateInput); 203 if (!startDate || !endDate) { 205 if (startDate) { 206 var newEnd = new Date(startDate.getTime() + this.settings.defaultDateDelta * _ONE_DAY); 223 var newDate = new Date(startDate.getTime() + this.dateDelta); 229 if (endDate < startDate) { 235 this.dateDelta = endDate.getTime() - startDate [all...] |
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBillingBudget/ |
H A D | GoogleCloudBillingBudgetsV1CustomPeriod.php | 44 public function setStartDate(GoogleTypeDate $startDate) argument 46 $this->startDate = $startDate; 53 return $this->startDate;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/ |
H A D | DateRange.php | 44 public function setStartDate(Date $startDate) argument 46 $this->startDate = $startDate; 53 return $this->startDate;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidManagement/ |
H A D | FreezePeriod.php | 44 public function setStartDate(Date $startDate) argument 46 $this->startDate = $startDate; 53 return $this->startDate;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/ |
H A D | AbsoluteDateRange.php | 44 public function setStartDate(Date $startDate) argument 46 $this->startDate = $startDate; 53 return $this->startDate;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdMob/ |
H A D | DateRange.php | 44 public function setStartDate(Date $startDate) argument 46 $this->startDate = $startDate; 53 return $this->startDate;
|
/plugin/webdav/vendor/sabre/vobject/lib/Recur/ |
H A D | RDateIterator.php | 32 $this->startDate = $start; 34 $this->currentDate = clone $this->startDate; 74 $this->currentDate = clone $this->startDate; 91 $this->startDate->getTimezone() 127 protected $startDate; variable in Sabre\\VObject\\Recur\\RDateIterator
|
/plugin/icalevents/vendor/sabre/vobject/lib/Recur/ |
H A D | RDateIterator.php | 32 $this->startDate = $start; 34 $this->currentDate = clone $this->startDate; 77 $this->currentDate = clone $this->startDate; 95 $this->startDate->getTimezone() 136 protected $startDate; variable in Sabre\\VObject\\Recur\\RDateIterator
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Webmasters/ |
H A D | SearchAnalyticsQueryRequest.php | 31 public $startDate; variable in Google\\Service\\Webmasters\\SearchAnalyticsQueryRequest 96 public function setStartDate($startDate) argument 98 $this->startDate = $startDate; 102 return $this->startDate;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
H A D | Localservices.php | 94 'startDate.day' => [ 98 'startDate.month' => [ 102 'startDate.year' => [ 145 'startDate.day' => [ 149 'startDate.month' => [ 153 'startDate.year' => [
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SearchConsole/ |
H A D | SearchAnalyticsQueryRequest.php | 52 public $startDate; variable in Google\\Service\\SearchConsole\\SearchAnalyticsQueryRequest 163 public function setStartDate($startDate) argument 165 $this->startDate = $startDate; 172 return $this->startDate;
|