Home
last modified time | relevance | path

Searched refs:endDate (Results 1 – 25 of 103) sorted by relevance

12345

/plugin/calendar/classes/
DGoogleCalendarSync.php325 * @param string $endDate End date (Y-m-d)
328 public function importEvents($namespace = '', $startDate = null, $endDate = null) { argument
337 if (!$endDate) {
338 $endDate = date('Y-m-d', strtotime('+12 months'));
348 'timeMax' => $endDate . 'T23:59:59Z',
384 'date_range' => "$startDate to $endDate"
419 $endDate = $gEvent['end']['date'];
421 $endDate = date('Y-m-d', strtotime($endDate . ' -1 day'));
429 $endDate = $endObj->format('Y-m-d');
434 if ($date === $endDate) {
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsReporting/
DDateRange.php25 public $endDate; variable in Google\\Service\\AnalyticsReporting\\DateRange
34 public function setEndDate($endDate) argument
36 $this->endDate = $endDate;
43 return $this->endDate;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
DDenyMaintenancePeriod.php25 public $endDate; variable in Google\\Service\\SQLAdmin\\DenyMaintenancePeriod
38 public function setEndDate($endDate) argument
40 $this->endDate = $endDate;
47 return $this->endDate;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsData/
DDateRange.php25 public $endDate; variable in Google\\Service\\AnalyticsData\\DateRange
38 public function setEndDate($endDate) argument
40 $this->endDate = $endDate;
47 return $this->endDate;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Doubleclicksearch/
DReportRequestTimeRange.php33 public $endDate; variable in Google\\Service\\Doubleclicksearch\\ReportRequestTimeRange
70 public function setEndDate($endDate) argument
72 $this->endDate = $endDate;
79 return $this->endDate;
DReportApiColumnSpec.php37 public $endDate; variable in Google\\Service\\Doubleclicksearch\\ReportApiColumnSpec
108 public function setEndDate($endDate) argument
110 $this->endDate = $endDate;
117 return $this->endDate;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
DFlight.php25 public $endDate; variable in Google\\Service\\Dfareporting\\Flight
42 public function setEndDate($endDate) argument
44 $this->endDate = $endDate;
51 return $this->endDate;
DDateRange.php25 public $endDate; variable in Google\\Service\\Dfareporting\\DateRange
42 public function setEndDate($endDate) argument
44 $this->endDate = $endDate;
51 return $this->endDate;
DPricingSchedulePricingPeriod.php25 public $endDate; variable in Google\\Service\\Dfareporting\\PricingSchedulePricingPeriod
46 public function setEndDate($endDate) argument
48 $this->endDate = $endDate;
55 return $this->endDate;
DDimensionValueRequest.php30 public $endDate; variable in Google\\Service\\Dfareporting\\DimensionValueRequest
59 public function setEndDate($endDate) argument
61 $this->endDate = $endDate;
68 return $this->endDate;
DPricing.php30 public $endDate; variable in Google\\Service\\Dfareporting\\Pricing
63 public function setEndDate($endDate) argument
65 $this->endDate = $endDate;
72 return $this->endDate;
DPricingSchedule.php30 public $endDate; variable in Google\\Service\\Dfareporting\\PricingSchedule
71 public function setEndDate($endDate) argument
73 $this->endDate = $endDate;
80 return $this->endDate;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
DReturnPolicySeasonalOverride.php25 public $endDate; variable in Google\\Service\\ShoppingContent\\ReturnPolicySeasonalOverride
40 public function setEndDate($endDate) argument
42 $this->endDate = $endDate;
49 return $this->endDate;
DSettlementReport.php26 public $endDate; variable in Google\\Service\\ShoppingContent\\SettlementReport
55 public function setEndDate($endDate) argument
57 $this->endDate = $endDate;
64 return $this->endDate;
/plugin/bez/lib/jquery.datepair/
H A Ddatepair.js129 var endDate = this.settings.parseDate(this.endDateInput);
130 if (startDate && endDate) {
131 this.dateDelta = endDate.getTime() - startDate.getTime();
201 var endDate = this.settings.parseDate(this.endDateInput);
203 if (!startDate || !endDate) {
209 } else if (endDate) {
210 var newStart = new Date(endDate.getTime() - this.settings.defaultDateDelta * _ONE_DAY);
226 var newDate = new Date(endDate.getTime() - this.dateDelta);
229 if (endDate < startDate) {
235 this.dateDelta = endDate.getTime() - startDate.getTime();
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Webmasters/
DSearchAnalyticsQueryRequest.php28 public $endDate; variable in Google\\Service\\Webmasters\\SearchAnalyticsQueryRequest
72 public function setEndDate($endDate) argument
74 $this->endDate = $endDate;
78 return $this->endDate;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DLocalservices.php70 'endDate.day' => [
74 'endDate.month' => [
78 'endDate.year' => [
121 'endDate.day' => [
125 'endDate.month' => [
129 'endDate.year' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBillingBudget/
DGoogleCloudBillingBudgetsV1CustomPeriod.php30 public function setEndDate(GoogleTypeDate $endDate) argument
32 $this->endDate = $endDate;
39 return $this->endDate;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
DDateRange.php30 public function setEndDate(Date $endDate) argument
32 $this->endDate = $endDate;
39 return $this->endDate;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdMob/
DDateRange.php30 public function setEndDate(Date $endDate) argument
32 $this->endDate = $endDate;
39 return $this->endDate;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
DAbsoluteDateRange.php30 public function setEndDate(Date $endDate) argument
32 $this->endDate = $endDate;
39 return $this->endDate;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidManagement/
DFreezePeriod.php30 public function setEndDate(Date $endDate) argument
32 $this->endDate = $endDate;
39 return $this->endDate;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SearchConsole/
DSearchAnalyticsQueryRequest.php40 public $endDate; variable in Google\\Service\\SearchConsole\\SearchAnalyticsQueryRequest
121 public function setEndDate($endDate) argument
123 $this->endDate = $endDate;
130 return $this->endDate;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CivicInfo/
DPollingLocation.php28 public $endDate; variable in Google\\Service\\CivicInfo\\PollingLocation
71 public function setEndDate($endDate) argument
73 $this->endDate = $endDate;
80 return $this->endDate;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
DGaDataQuery.php36 public $endDate; variable in Google\\Service\\Analytics\\GaDataQuery
91 public function setEndDate($endDate) argument
93 $this->endDate = $endDate;
100 return $this->endDate;

12345