Home
last modified time | relevance | path

Searched refs:endDate (Results 1 – 25 of 96) sorted by last modified time

1234

/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
[all...]
/plugin/combo/ComboStrap/
H A DMarkupPath.php133 private $endDate; variable in ComboStrap\\MarkupPath
1126 return $this->endDate->getValue();
1494 $this->endDate
1646 $this->endDate = EndDate::createFromPage($this);
/plugin/davcal/vendor/sabre/dav/bin/
H A Dmigrateto17.php248 $endDate = clone $component->DTSTART->getDateTime();
249 $endDate->add(\Sabre\VObject\DateTimeParser::parse($component->DURATION->value));
250 $lastOccurence = $endDate->getTimeStamp();
252 $endDate = clone $component->DTSTART->getDateTime();
253 $endDate->modify('+1 day');
254 $lastOccurence = $endDate->getTimeStamp();
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php560 $endDate = clone $component->DTSTART->getDateTime();
561 $endDate->add(VObject\DateTimeParser::parse($component->DURATION->getValue()));
562 $lastOccurence = $endDate->getTimeStamp();
564 $endDate = clone $component->DTSTART->getDateTime();
565 $endDate->modify('+1 day');
566 $lastOccurence = $endDate->getTimeStamp();
/plugin/davcal/vendor/sabre/vobject/bin/
H A Drrulebench.php15 list(, $inputFile, $startDate, $endDate) = $argv;
28 $vobj->expand(new DateTime($startDate), new DateTime($endDate));
/plugin/davcal/
H A Dhelper.php775 $endDate = explode('-', $params['eventto']);
822 $dtEnd->setDate(intval($endDate[0]), intval($endDate[1]), intval($endDate[2]));
972 * @param string $endDate The end date as a string
998 if($endDate !== null)
1000 $endTs = new \DateTime($endDate);
1279 $endDate = explode('-', $params['eventto']);
1345 $dtEnd->setDate(intval($endDate[0]), intval($endDate[1]), intval($endDate[2]));
1717 $endDate = clone $component->DTSTART->getDateTime();
1719 $lastOccurence = $endDate->getTimeStamp();
1724 $endDate->modify('+1 day');
[all …]
H A Dscript.js344 var endDate = moment(jQuery('#dw_davcal__eventto_edit').val(), 'YYYY-MM-DD');
352 endDate.add(endTime);
360 if(!endDate.isValid())
366 if(endDate.isBefore(startDate))
372 if(!allDay && endDate.isSame(startDate))
/plugin/davcal/action/
H A Dajax.php101 $endDate = $INPUT->post->str('end');
107 $user, $startDate, $endDate, $timezone, $color));
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DCampaign.php74 public $endDate; variable in Google\\Service\\Dfareporting\\Campaign
343 public function setEndDate($endDate) argument
345 $this->endDate = $endDate;
352 return $this->endDate;
H A DPricingSchedule.php30 public $endDate; variable in Google\\Service\\Dfareporting\\PricingSchedule
71 public function setEndDate($endDate) argument
73 $this->endDate = $endDate;
80 return $this->endDate;
H A DProject.php53 public $endDate; variable in Google\\Service\\Dfareporting\\Project
210 public function setEndDate($endDate) argument
212 $this->endDate = $endDate;
219 return $this->endDate;
H A DPricing.php30 public $endDate; variable in Google\\Service\\Dfareporting\\Pricing
63 public function setEndDate($endDate) argument
65 $this->endDate = $endDate;
72 return $this->endDate;
H A DPricingSchedulePricingPeriod.php25 public $endDate; variable in Google\\Service\\Dfareporting\\PricingSchedulePricingPeriod
46 public function setEndDate($endDate) argument
48 $this->endDate = $endDate;
55 return $this->endDate;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCloudSearch.php802 'endDate.day' => [
806 'endDate.month' => [
810 'endDate.year' => [
H A DDoubleclicksearch.php87 'endDate' => [
H A 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/RealTimeBidding/
H A DUrlRestriction.php38 public function setEndDate(Date $endDate) argument
40 $this->endDate = $endDate;
47 return $this->endDate;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessBusinessCalls/
H A DAggregateMetrics.php57 public function setEndDate(Date $endDate) argument
59 $this->endDate = $endDate;
66 return $this->endDate;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DUnsampledReport.php49 public $endDate; variable in Google\\Service\\Analytics\\UnsampledReport
186 public function setEndDate($endDate) argument
188 $this->endDate = $endDate;
195 return $this->endDate;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsData/
H A 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/CloudFilestore/
H A DDenyMaintenancePeriod.php32 public function setEndDate(Date $endDate) argument
34 $this->endDate = $endDate;
41 return $this->endDate;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBillingBudget/
H A DGoogleCloudBillingBudgetsV1CustomPeriod.php30 public function setEndDate(GoogleTypeDate $endDate) argument
32 $this->endDate = $endDate;
39 return $this->endDate;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Doubleclicksearch/
H A 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/PeopleService/
H A DOrganization.php140 public function setEndDate(Date $endDate) argument
142 $this->endDate = $endDate;
149 return $this->endDate;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
H A DDateRange.php30 public function setEndDate(Date $endDate) argument
32 $this->endDate = $endDate;
39 return $this->endDate;

1234