Home
last modified time | relevance | path

Searched refs:endTime (Results 1 – 25 of 247) sorted by relevance

12345678910

/plugin/davcard/vendor/sabre/vobject/lib/
DFreeBusyGenerator.php245 $endTime = null;
247 $endTime = $component->DTEND->getDateTime($this->timeZone);
250 $endTime = clone $startTime;
251 $endTime->add($duration);
253 $endTime = clone $startTime;
254 $endTime->modify('+1 day');
260 $times[] = array($startTime, $endTime);
288 list($startTime, $endTime) = explode('/', $value);
291 if (substr($endTime,0,1)==='P' || substr($endTime,0,2)==='-P') {
292 $duration = DateTimeParser::parseDuration($endTime);
[all …]
/plugin/webdavclient/vendor/sabre/vobject/lib/
DFreeBusyGenerator.php245 $endTime = null;
247 $endTime = $component->DTEND->getDateTime($this->timeZone);
250 $endTime = clone $startTime;
251 $endTime->add($duration);
253 $endTime = clone $startTime;
254 $endTime->modify('+1 day');
260 $times[] = array($startTime, $endTime);
288 list($startTime, $endTime) = explode('/', $value);
291 if (substr($endTime,0,1)==='P' || substr($endTime,0,2)==='-P') {
292 $duration = DateTimeParser::parseDuration($endTime);
[all …]
/plugin/davcal/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php245 $endTime = null;
247 $endTime = $component->DTEND->getDateTime($this->timeZone);
250 $endTime = clone $startTime;
251 $endTime->add($duration);
253 $endTime = clone $startTime;
254 $endTime->modify('+1 day');
260 $times[] = array($startTime, $endTime);
288 list($startTime, $endTime) = explode('/', $value);
291 if (substr($endTime,0,1)==='P' || substr($endTime,0,2)==='-P') {
292 $duration = DateTimeParser::parseDuration($endTime);
[all …]
/plugin/icalevents/vendor/sabre/vobject/lib/
DFreeBusyGenerator.php463 $endTime = null;
465 $endTime = $component->DTEND->getDateTime($this->timeZone);
468 $endTime = clone $startTime;
469 $endTime = $endTime->add($duration);
471 $endTime = clone $startTime;
472 $endTime = $endTime->modify('+1 day');
478 $times[] = [$startTime, $endTime];
506 list($startTime, $endTime) = explode('/', $value);
509 … if (substr($endTime, 0, 1) === 'P' || substr($endTime, 0, 2) === '-P') {
510 $duration = DateTimeParser::parseDuration($endTime);
[all …]
/plugin/webdav/vendor/sabre/vobject/lib/
DFreeBusyGenerator.php426 $endTime = null;
428 $endTime = $component->DTEND->getDateTime($this->timeZone);
431 $endTime = clone $startTime;
432 $endTime = $endTime->add($duration);
434 $endTime = clone $startTime;
435 $endTime = $endTime->modify('+1 day');
441 $times[] = [$startTime, $endTime];
471 list($startTime, $endTime) = explode('/', $value);
474 … if ('P' === substr($endTime, 0, 1) || '-P' === substr($endTime, 0, 2)) {
475 $duration = DateTimeParser::parseDuration($endTime);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
DTimeInterval.php25 public $endTime; variable in Google\\Service\\Monitoring\\TimeInterval
34 public function setEndTime($endTime) argument
36 $this->endTime = $endTime;
43 return $this->endTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PolicyAnalyzer/
DGoogleCloudPolicyanalyzerV1ObservationPeriod.php25 public $endTime; variable in Google\\Service\\PolicyAnalyzer\\GoogleCloudPolicyanalyzerV1ObservationPeriod
34 public function setEndTime($endTime) argument
36 $this->endTime = $endTime;
43 return $this->endTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
DTimePeriod.php25 public $endTime; variable in Google\\Service\\ShoppingContent\\TimePeriod
34 public function setEndTime($endTime) argument
36 $this->endTime = $endTime;
43 return $this->endTime;
DRepricingRuleEffectiveTimeFixedTimePeriod.php25 public $endTime; variable in Google\\Service\\ShoppingContent\\RepricingRuleEffectiveTimeFixedTimePeriod
34 public function setEndTime($endTime) argument
36 $this->endTime = $endTime;
43 return $this->endTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
DTimeRange.php25 public $endTime; variable in Google\\Service\\DisplayVideo\\TimeRange
34 public function setEndTime($endTime) argument
36 $this->endTime = $endTime;
43 return $this->endTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Cloudchannel/
DGoogleCloudChannelV1alpha1TrialSettings.php25 public $endTime; variable in Google\\Service\\Cloudchannel\\GoogleCloudChannelV1alpha1TrialSettings
34 public function setEndTime($endTime) argument
36 $this->endTime = $endTime;
43 return $this->endTime;
DGoogleCloudChannelV1TrialSettings.php25 public $endTime; variable in Google\\Service\\Cloudchannel\\GoogleCloudChannelV1TrialSettings
34 public function setEndTime($endTime) argument
36 $this->endTime = $endTime;
43 return $this->endTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BigQueryDataTransfer/
DTimeRange.php25 public $endTime; variable in Google\\Service\\BigQueryDataTransfer\\TimeRange
34 public function setEndTime($endTime) argument
36 $this->endTime = $endTime;
43 return $this->endTime;
DScheduleTransferRunsRequest.php25 public $endTime; variable in Google\\Service\\BigQueryDataTransfer\\ScheduleTransferRunsRequest
34 public function setEndTime($endTime) argument
36 $this->endTime = $endTime;
43 return $this->endTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
DTimeSpan.php22 public $endTime; variable in Google\\Service\\ContainerAnalysis\\TimeSpan
25 public function setEndTime($endTime) argument
27 $this->endTime = $endTime;
31 return $this->endTime;
DContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan.php25 public $endTime; variable in Google\\Service\\ContainerAnalysis\\ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan
34 public function setEndTime($endTime) argument
36 $this->endTime = $endTime;
43 return $this->endTime;
DGoogleDevtoolsContaineranalysisV1alpha1OperationMetadata.php29 public $endTime; variable in Google\\Service\\ContainerAnalysis\\GoogleDevtoolsContaineranalysisV1alpha1OperationMetadata
48 public function setEndTime($endTime) argument
50 $this->endTime = $endTime;
57 return $this->endTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Reseller/
DSubscriptionPlanCommitmentInterval.php25 public $endTime; variable in Google\\Service\\Reseller\\SubscriptionPlanCommitmentInterval
34 public function setEndTime($endTime) argument
36 $this->endTime = $endTime;
43 return $this->endTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
DInterval.php25 public $endTime; variable in Google\\Service\\Sheets\\Interval
34 public function setEndTime($endTime) argument
36 $this->endTime = $endTime;
43 return $this->endTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
DTimeInterval.php25 public $endTime; variable in Google\\Service\\AdExchangeBuyerII\\TimeInterval
34 public function setEndTime($endTime) argument
36 $this->endTime = $endTime;
43 return $this->endTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudAsset/
DTimeWindow.php25 public $endTime; variable in Google\\Service\\CloudAsset\\TimeWindow
34 public function setEndTime($endTime) argument
36 $this->endTime = $endTime;
43 return $this->endTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/VersionHistory/
DInterval.php25 public $endTime; variable in Google\\Service\\VersionHistory\\Interval
34 public function setEndTime($endTime) argument
36 $this->endTime = $endTime;
43 return $this->endTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTalentSolution/
DTimestampRange.php25 public $endTime; variable in Google\\Service\\CloudTalentSolution\\TimestampRange
34 public function setEndTime($endTime) argument
36 $this->endTime = $endTime;
43 return $this->endTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DriveActivity/
DTimeRange.php25 public $endTime; variable in Google\\Service\\DriveActivity\\TimeRange
34 public function setEndTime($endTime) argument
36 $this->endTime = $endTime;
43 return $this->endTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
DTimeSpan.php25 public $endTime; variable in Google\\Service\\CloudBuild\\TimeSpan
34 public function setEndTime($endTime) argument
36 $this->endTime = $endTime;
43 return $this->endTime;

12345678910