Home
last modified time | relevance | path

Searched refs:startDate (Results 1 – 25 of 116) sorted by last modified time

12345

/plugin/bez/lib/jquery.datepair/
H A Ddatepair.js128 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/combo/ComboStrap/
H A DMarkupPath.php129 private $startDate; variable in ComboStrap\\MarkupPath
1137 return $this->startDate->getValue();
1507 $this->startDate
1645 $this->startDate = StartDate::createFromPage($this);
/plugin/davcal/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php147 $this->startDate = $this->masterEvent->DTSTART->getDateTime($this->timeZone);
165 $this->startDate->getTimeStamp();
168 $end = clone $this->startDate;
170 $this->eventDuration = $end->getTimeStamp() - $this->startDate->getTimeStamp();
180 $this->startDate
185 $this->startDate
193 $this->startDate
339 $this->currentDate = clone $this->startDate;
484 protected $startDate; variable in Sabre\\VObject\\Recur\\EventIterator
H A DRDateIterator.php34 $this->startDate = $start;
36 $this->currentDate = clone $this->startDate;
79 $this->currentDate = clone $this->startDate;
136 protected $startDate; variable in Sabre\\VObject\\Recur\\RDateIterator
H A DRRuleIterator.php35 $this->startDate = $start;
37 $this->currentDate = clone $this->startDate;
84 $this->currentDate = clone $this->startDate;
162 protected $startDate; variable in Sabre\\VObject\\Recur\\RRuleIterator
651 if($this->until < $this->startDate) {
652 $this->until = $this->startDate;
748 $startDate = clone $this->currentDate;
764 $checkDate = new \DateTime($startDate->format('Y-m-1'));
773 } while ($checkDate->format('n') === $startDate->format('n'));
808 if ($monthDay > $startDate->format('t') ||
[all …]
/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.php773 $startDate = explode('-', $params['eventfrom']);
813 $dtStart->setDate(intval($startDate[0]), intval($startDate[1]), intval($startDate[2]));
971 * @param string $startDate The start date as a string
977 …public function getEventsWithinDateRange($id, $user, $startDate, $endDate, $timezone, $color = nul… argument
993 if($startDate !== null)
995 $startTs = new \DateTime($startDate);
1013 $arr = $wdc->getCalendarEntries($connectionId, $startDate, $endDate);
1277 $startDate = explode('-', $params['eventfrom']);
1338 $dtStart->setDate(intval($startDate[0]), intval($startDate[1]), intval($startDate[2]));
H A Dscript.js343 var startDate = moment(jQuery('#dw_davcal__eventfrom_edit').val(), 'YYYY-MM-DD');
351 startDate.add(startTime);
354 if(!startDate.isValid())
366 if(endDate.isBefore(startDate))
372 if(!allDay && endDate.isSame(startDate))
/plugin/davcal/action/
H A Dajax.php100 $startDate = $INPUT->post->str('start');
107 $user, $startDate, $endDate, $timezone, $color));
/plugin/davcal/datetimepicker-2.4.5/
H A Djquery.datetimepicker.js451 startDate: false, // new Date(), '1986/12/08', '-1970/01/05','-1970/01/05', property in default_options
1905 if (options.startDate) {
1906 ct = _xdsoft_datetime.strToDate(options.startDate);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DCampaign.php106 public $startDate; variable in Google\\Service\\Dfareporting\\Campaign
483 public function setStartDate($startDate) argument
485 $this->startDate = $startDate;
492 return $this->startDate;
H A DPricingSchedule.php48 public $startDate; variable in Google\\Service\\Dfareporting\\PricingSchedule
141 public function setStartDate($startDate) argument
143 $this->startDate = $startDate;
150 return $this->startDate;
H A DProject.php75 public $startDate; variable in Google\\Service\\Dfareporting\\Project
294 public function setStartDate($startDate) argument
296 $this->startDate = $startDate;
303 return $this->startDate;
H A DPricing.php44 public $startDate; variable in Google\\Service\\Dfareporting\\Pricing
119 public function setStartDate($startDate) argument
121 $this->startDate = $startDate;
128 return $this->startDate;
H A DPricingSchedulePricingPeriod.php37 public $startDate; variable in Google\\Service\\Dfareporting\\PricingSchedulePricingPeriod
88 public function setStartDate($startDate) argument
90 $this->startDate = $startDate;
97 return $this->startDate;
H A DReportSchedule.php50 public $startDate; variable in Google\\Service\\Dfareporting\\ReportSchedule
139 public function setStartDate($startDate) argument
141 $this->startDate = $startDate;
148 return $this->startDate;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCloudSearch.php814 'startDate.day' => [
818 'startDate.month' => [
822 'startDate.year' => [
H A DDoubleclicksearch.php97 'startDate' => [
H A DLocalservices.php94 'startDate.day' => [
98 'startDate.month' => [
102 'startDate.year' => [
145 'startDate.day' => [
149 'startDate.month' => [
153 'startDate.year' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RealTimeBidding/
H A DUrlRestriction.php66 public function setStartDate(Date $startDate) argument
68 $this->startDate = $startDate;
75 return $this->startDate;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessBusinessCalls/
H A DAggregateMetrics.php99 public function setStartDate(Date $startDate) argument
101 $this->startDate = $startDate;
108 return $this->startDate;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DUnsampledReport.php81 public $startDate; variable in Google\\Service\\Analytics\\UnsampledReport
298 public function setStartDate($startDate) argument
300 $this->startDate = $startDate;
307 return $this->startDate;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsData/
H A DDateRange.php33 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/CloudFilestore/
H A DDenyMaintenancePeriod.php46 public function setStartDate(Date $startDate) argument
48 $this->startDate = $startDate;
55 return $this->startDate;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBillingBudget/
H A DGoogleCloudBillingBudgetsV1CustomPeriod.php44 public function setStartDate(GoogleTypeDate $startDate) argument
46 $this->startDate = $startDate;
53 return $this->startDate;

12345