Home
last modified time | relevance | path

Searched refs:endTime (Results 176 – 200 of 242) sorted by relevance

12345678910

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/
H A DWorkflowMetadata.php49 public $endTime; variable in Google\\Service\\Dataproc\\WorkflowMetadata
174 public function setEndTime($endTime) argument
176 $this->endTime = $endTime;
183 return $this->endTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMachineLearningEngine/
H A DGoogleCloudMlV1Job.php29 public $endTime; variable in Google\\Service\\CloudMachineLearningEngine\\GoogleCloudMlV1Job
84 public function setEndTime($endTime) argument
86 $this->endTime = $endTime;
93 return $this->endTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DCreativeAssignment.php46 public $endTime; variable in Google\\Service\\Dfareporting\\CreativeAssignment
167 public function setEndTime($endTime) argument
169 $this->endTime = $endTime;
176 return $this->endTime;
H A DAd.php82 public $endTime; variable in Google\\Service\\Dfareporting\\Ad
409 public function setEndTime($endTime) argument
411 $this->endTime = $endTime;
418 return $this->endTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
H A DBackupRun.php37 public $endTime; variable in Google\\Service\\SQLAdmin\\BackupRun
140 public function setEndTime($endTime) argument
142 $this->endTime = $endTime;
149 return $this->endTime;
H A DOperation.php27 public $endTime; variable in Google\\Service\\SQLAdmin\\Operation
96 public function setEndTime($endTime) argument
98 $this->endTime = $endTime;
105 return $this->endTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BigQueryDataTransfer/
H A DTransferRun.php35 public $endTime; variable in Google\\Service\\BigQueryDataTransfer\\TransferRun
124 public function setEndTime($endTime) argument
126 $this->endTime = $endTime;
133 return $this->endTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
H A DOperation.php32 public $endTime; variable in Google\\Service\\Container\\Operation
107 public function setEndTime($endTime) argument
109 $this->endTime = $endTime;
116 return $this->endTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Networkconnectivity/
H A DOperation.php24 public $endTime; variable in Google\\Service\\Networkconnectivity\\Operation
51 public function setEndTime($endTime) argument
53 $this->endTime = $endTime;
57 return $this->endTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTrace/
H A DSpan.php33 public $endTime; variable in Google\\Service\\CloudTrace\\Span
112 public function setEndTime($endTime) argument
114 $this->endTime = $endTime;
121 return $this->endTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3Experiment.php40 public $endTime; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3Experiment
133 public function setEndTime($endTime) argument
135 $this->endTime = $endTime;
142 return $this->endTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ToolResults/
H A DTestCase.php65 public function setEndTime(Timestamp $endTime) argument
67 $this->endTime = $endTime;
74 return $this->endTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1RatePlan.php56 public $endTime; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1RatePlan
207 public function setEndTime($endTime) argument
209 $this->endTime = $endTime;
216 return $this->endTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vault/
H A DQuery.php37 public $endTime; variable in Google\\Service\\Vault\\Query
132 public function setEndTime($endTime) argument
134 $this->endTime = $endTime;
141 return $this->endTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DJobStatistics.php36 public $endTime; variable in Google\\Service\\Bigquery\\JobStatistics
121 public function setEndTime($endTime) argument
123 $this->endTime = $endTime;
130 return $this->endTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DatabaseMigrationService/
H A DMigrationJob.php49 public $endTime; variable in Google\\Service\\DatabaseMigrationService\\MigrationJob
190 public function setEndTime($endTime) argument
192 $this->endTime = $endTime;
199 return $this->endTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DOperation.php38 public $endTime; variable in Google\\Service\\Compute\\Operation
161 public function setEndTime($endTime) argument
163 $this->endTime = $endTime;
170 return $this->endTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DeploymentManager/
H A DOperation.php38 public $endTime; variable in Google\\Service\\DeploymentManager\\Operation
161 public function setEndTime($endTime) argument
163 $this->endTime = $endTime;
170 return $this->endTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DExperiment.php42 public $endTime; variable in Google\\Service\\Analytics\\Experiment
185 public function setEndTime($endTime) argument
187 $this->endTime = $endTime;
194 return $this->endTime;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/
H A DRequestLog.php35 public $endTime; variable in Google\\Service\\Logging\\RequestLog
188 public function setEndTime($endTime) argument
190 $this->endTime = $endTime;
197 return $this->endTime;
/plugin/noticeboard/classes/
H A DNotice.php27 private $endTime; variable in helper_plugin_noticeboard_Notice
83 $this->endTime = $time;
88 return $this->endTime;
H A DEditForm.php28 private $endTime; variable in helper_plugin_noticeboard_EditForm
93 $this->endTime = date("H:i",$notice->getEndTime());
118 $this->endTime = $_REQUEST['noticeboard_end_time'];
178 …nput type='text' id='noticeboard_EndTime' name='noticeboard_end_time' value='".$this->endTime."' />
/plugin/noticeboard/noticeboard/classes/
H A DNotice.php27 private $endTime; variable in helper_plugin_noticeboard_Notice
83 $this->endTime = $time;
88 return $this->endTime;
H A DEditForm.php28 private $endTime; variable in helper_plugin_noticeboard_EditForm
93 $this->endTime = date("H:i",$notice->getEndTime());
118 $this->endTime = $_REQUEST['noticeboard_end_time'];
178 …nput type='text' id='noticeboard_EndTime' name='noticeboard_end_time' value='".$this->endTime."' />
/plugin/authgoogle/google/contrib/
H A DGoogle_SQLAdminService.php435 public $endTime; variable in Google_BackupRun
456 public function setEndTime( $endTime) { argument
457 $this->endTime = $endTime;
460 return $this->endTime;
661 public $endTime; variable in Google_InstanceOperation
679 public function setEndTime( $endTime) { argument
680 $this->endTime = $endTime;
683 return $this->endTime;

12345678910