Home
last modified time | relevance | path

Searched refs:startTime (Results 126 – 150 of 261) sorted by relevance

1234567891011

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRedis/
H A DWeeklyMaintenanceWindow.php64 public function setStartTime(TimeOfDay $startTime) argument
66 $this->startTime = $startTime;
73 return $this->startTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudFilestore/
H A DSchedule.php64 public function setStartTime(TimeOfDay $startTime) argument
66 $this->startTime = $startTime;
73 return $this->startTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/
H A DDayPart.php62 public function setStartTime(TimeOfDay $startTime) argument
64 $this->startTime = $startTime;
71 return $this->startTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
H A DDayPart.php62 public function setStartTime(TimeOfDay $startTime) argument
64 $this->startTime = $startTime;
71 return $this->startTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Playdeveloperreporting/
H A DGooglePlayDeveloperReportingV1beta1TimelineSpec.php62 public function setStartTime(GoogleTypeDateTime $startTime) argument
64 $this->startTime = $startTime;
71 return $this->startTime;
H A DGooglePlayDeveloperReportingV1beta1MetricsRow.php79 public function setStartTime(GoogleTypeDateTime $startTime) argument
81 $this->startTime = $startTime;
88 return $this->startTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Networkconnectivity/
H A DMetricValue.php31 public $startTime; variable in Google\\Service\\Networkconnectivity\\MetricValue
102 public function setStartTime($startTime) argument
104 $this->startTime = $startTime;
108 return $this->startTime;
H A DTraceSpan.php33 public $startTime; variable in Google\\Service\\Networkconnectivity\\TraceSpan
121 public function setStartTime($startTime) argument
123 $this->startTime = $startTime;
127 return $this->startTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/
H A DRecurringSchedule.php43 public $startTime; variable in Google\\Service\\OSConfig\\RecurringSchedule
124 public function setStartTime($startTime) argument
126 $this->startTime = $startTime;
133 return $this->startTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PaymentsResellerSubscription/
H A DGoogleCloudPaymentsResellerSubscriptionV1Promotion.php50 public $startTime; variable in Google\\Service\\PaymentsResellerSubscription\\GoogleCloudPaymentsResellerSubscriptionV1Promotion
155 public function setStartTime($startTime) argument
157 $this->startTime = $startTime;
164 return $this->startTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMachineLearningEngine/
H A DGoogleCloudMlV1HyperparameterOutput.php44 public $startTime; variable in Google\\Service\\CloudMachineLearningEngine\\GoogleCloudMlV1HyperparameterOutput
145 public function setStartTime($startTime) argument
147 $this->startTime = $startTime;
154 return $this->startTime;
H A DGoogleCloudMlV1Trial.php48 public $startTime; variable in Google\\Service\\CloudMachineLearningEngine\\GoogleCloudMlV1Trial
159 public function setStartTime($startTime) argument
161 $this->startTime = $startTime;
168 return $this->startTime;
H A DGoogleCloudMlV1Job.php57 public $startTime; variable in Google\\Service\\CloudMachineLearningEngine\\GoogleCloudMlV1Job
196 public function setStartTime($startTime) argument
198 $this->startTime = $startTime;
205 return $this->startTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storagetransfer/
H A DTransferOperation.php44 public $startTime; variable in Google\\Service\\Storagetransfer\\TransferOperation
143 public function setStartTime($startTime) argument
145 $this->startTime = $startTime;
152 return $this->startTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2DlpJob.php48 public $startTime; variable in Google\\Service\\DLP\\GooglePrivacyDlpV2DlpJob
159 public function setStartTime($startTime) argument
161 $this->startTime = $startTime;
168 return $this->startTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Transcoder/
H A DJob.php49 public $startTime; variable in Google\\Service\\Transcoder\\Job
164 public function setStartTime($startTime) argument
166 $this->startTime = $startTime;
173 return $this->startTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Cloudchannel/
H A DGoogleCloudChannelV1Offer.php46 public $startTime; variable in Google\\Service\\Cloudchannel\\GoogleCloudChannelV1Offer
163 public function setStartTime($startTime) argument
165 $this->startTime = $startTime;
172 return $this->startTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DTrainingRun.php36 public $startTime; variable in Google\\Service\\Bigquery\\TrainingRun
121 public function setStartTime($startTime) argument
123 $this->startTime = $startTime;
130 return $this->startTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DOrderPromotion.php48 public $startTime; variable in Google\\Service\\ShoppingContent\\OrderPromotion
165 public function setStartTime($startTime) argument
167 $this->startTime = $startTime;
174 return $this->startTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AlertCenter/
H A DAlert.php63 public $startTime; variable in Google\\Service\\AlertCenter\\Alert
216 public function setStartTime($startTime) argument
218 $this->startTime = $startTime;
225 return $this->startTime;
/plugin/webdav/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php410 $startTime = $iterator->getDTStart();
411 if ($this->end && $startTime > $this->end) {
423 if ($this->end && $startTime > $this->end) {
431 $endTime = clone $startTime;
434 $endTime = clone $startTime;
441 $times[] = [$startTime, $endTime];
471 list($startTime, $endTime) = explode('/', $value);
472 $startTime = DateTimeParser::parseDateTime($startTime);
476 $endTime = clone $startTime;
485 if ($this->end && $this->end < $startTime) {
[all …]
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php444 $startTime = $iterator->getDTStart();
445 if ($this->end && $startTime > $this->end) {
460 if ($this->end && $startTime > $this->end) {
468 $endTime = clone $startTime;
471 $endTime = clone $startTime;
478 $times[] = [$startTime, $endTime];
506 list($startTime, $endTime) = explode('/', $value);
507 $startTime = DateTimeParser::parseDateTime($startTime);
511 $endTime = clone $startTime;
518 if ($this->end && $this->end < $startTime) continue;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/
H A DBuildProvenance.php64 public $startTime; variable in Google\\Service\\OnDemandScanning\\BuildProvenance
227 public function setStartTime($startTime) argument
229 $this->startTime = $startTime;
236 return $this->startTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DBuildProvenance.php64 public $startTime; variable in Google\\Service\\ContainerAnalysis\\BuildProvenance
227 public function setStartTime($startTime) argument
229 $this->startTime = $startTime;
236 return $this->startTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/
H A DWorkflowMetadata.php59 public $startTime; variable in Google\\Service\\Dataproc\\WorkflowMetadata
216 public function setStartTime($startTime) argument
218 $this->startTime = $startTime;
225 return $this->startTime;

1234567891011