Home
last modified time | relevance | path

Searched refs:timestamp (Results 1 – 25 of 262) sorted by relevance

1234567891011

/plugin/gtime/action/
H A Dtimestamp.php155 function gt_extend($timestamp,$INFO) { argument
160 if ($timestamp->isExtended()) {
177 if (!$timestamp->isExtendable($publicationsFile)) {
184 GTHttpClient::extend($timestamp, $Extender_URL);
190 if ($timestamp->isExtended()) {
191 $timestamp->save($INFO['filepath'].'.gtts');
251 $timestamp->save($data[0][0].'.gtts');
289 $timestamp = GTTimestamp::load($INFO['filepath'].".gtts");
292 if (!$timestamp->isExtended()) {
293 $this->gt_extend($timestamp,$INFO);
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/
H A DGetBuckets.php32 protected $timestamp; variable in Elasticsearch\\Endpoints\\Ml\\GetBuckets
42 $timestamp = $this->timestamp ?? null;
44 if (isset($timestamp)) {
45 return "/_ml/anomaly_detectors/$job_id/results/buckets/$timestamp";
90 public function setTimestamp($timestamp): GetBuckets argument
92 if (isset($timestamp) !== true) {
95 $this->timestamp = $timestamp;
/plugin/farmsync/meta/
H A DFarmSyncUtil.php103 * @param int $timestamp
107 if ($timestamp) touch($remoteFile, $timestamp);
116 * @param int $timestamp
121 if (!$timestamp) $timestamp = time();
143 …RemoteFile($this->getRemoteMediaFilename($target, $media, $timestamp), $sourceContent, $timestamp);
163 * @param int $timestamp revision
175 * @param int $timestamp
186 $mediaFN = mediaFN($media, $timestamp, $clean);
209 $FN = wikiFN($document, $timestamp, $clean);
386 private function isValidTimeStamp($timestamp) { argument
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DTimestamp.php14 private $timestamp; variable in JMS\\Serializer\\Tests\\Fixtures\\Timestamp
16 public function __construct($timestamp) argument
18 $this->timestamp = $timestamp;
23 return $this->timestamp;
/plugin/jsonrpc/
H A DIJR_Date.php23 function parseTimestamp($timestamp) { argument
24 $this->year = gmdate('Y', $timestamp);
25 $this->month = gmdate('m', $timestamp);
26 $this->day = gmdate('d', $timestamp);
27 $this->hour = gmdate('H', $timestamp);
28 $this->minute = gmdate('i', $timestamp);
29 $this->second = gmdate('s', $timestamp);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Genomics/
H A DTimestampedEvent.php29 public $timestamp; variable in Google\\Service\\Genomics\\TimestampedEvent
48 public function setTimestamp($timestamp) argument
50 $this->timestamp = $timestamp;
57 return $this->timestamp;
H A DEvent.php33 public $timestamp; variable in Google\\Service\\Genomics\\Event
66 public function setTimestamp($timestamp) argument
68 $this->timestamp = $timestamp;
75 return $this->timestamp;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DIntegerGauge.php25 public $timestamp; variable in Google\\Service\\Dataflow\\IntegerGauge
32 public function setTimestamp($timestamp) argument
34 $this->timestamp = $timestamp;
41 return $this->timestamp;
H A DCPUTime.php26 public $timestamp; variable in Google\\Service\\Dataflow\\CPUTime
43 public function setTimestamp($timestamp) argument
45 $this->timestamp = $timestamp;
52 return $this->timestamp;
H A DMemInfo.php37 public $timestamp; variable in Google\\Service\\Dataflow\\MemInfo
88 public function setTimestamp($timestamp) argument
90 $this->timestamp = $timestamp;
97 return $this->timestamp;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2ProfileStatus.php27 public $timestamp; variable in Google\\Service\\DLP\\GooglePrivacyDlpV2ProfileStatus
46 public function setTimestamp($timestamp) argument
48 $this->timestamp = $timestamp;
55 return $this->timestamp;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DExemplar.php30 public $timestamp; variable in Google\\Service\\Monitoring\\Exemplar
50 public function setTimestamp($timestamp) argument
52 $this->timestamp = $timestamp;
59 return $this->timestamp;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Networkconnectivity/
H A DExemplar.php24 public $timestamp; variable in Google\\Service\\Networkconnectivity\\Exemplar
35 public function setTimestamp($timestamp) argument
37 $this->timestamp = $timestamp;
41 return $this->timestamp;
/plugin/farmsync/_test/mock/
H A DFarmSyncUtil.php38 public function replaceRemoteFile($remoteFile, $content, $timestamp = 0) { argument
42 'timestamp' => $timestamp
55 public function saveRemotePage($animal, $page, $content, $timestamp = false) { argument
60 'timestamp' => $timestamp
64 public function setPagemtime($animal, $page, $timestamp) { argument
65 $this->remoteData[$animal][$page]['mtime'] = $timestamp;
77 public function readRemotePage($animal, $page, $clean = true, $timestamp = null) { argument
78 …remoteData[$animal][$page]['content'] : parent::readRemotePage($animal, $page, $clean, $timestamp);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DInstanceManagedByIgmError.php29 public $timestamp; variable in Google\\Service\\Compute\\InstanceManagedByIgmError
62 public function setTimestamp($timestamp) argument
64 $this->timestamp = $timestamp;
71 return $this->timestamp;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DriveActivity/
H A DAction.php33 public $timestamp; variable in Google\\Service\\DriveActivity\\Action
94 public function setTimestamp($timestamp) argument
96 $this->timestamp = $timestamp;
103 return $this->timestamp;
H A DDriveActivity.php36 public $timestamp; variable in Google\\Service\\DriveActivity\\DriveActivity
111 public function setTimestamp($timestamp) argument
113 $this->timestamp = $timestamp;
120 return $this->timestamp;
/plugin/gtime/gtlib/http/
H A DGTHttpClient.php84 * @param GTTimestamp $timestamp timestamp to be extended
88 public static function extend(GTTimestamp $timestamp, $verifierUrl) { argument
91 …$request->setHistoryIdentifier(new GTBigInteger($timestamp->getProperty(GTTimestamp::HISTORY_ID)));
115 $timestamp->extend($response);
134 * @param GTTimestamp $timestamp the timestamp to verify
143 if (empty($timestamp)) {
161 $extendable = $timestamp->isExtendable($publicationsFile);
170 …$request->setHistoryIdentifier(new GTBigInteger($timestamp->getProperty(GTTimestamp::HISTORY_ID)));
227 $timestamp->extend($response);
241 $gtResult = $timestamp->verify($dataHash, $publicationsFile);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ManufacturerCenter/
H A DIssue.php45 public $timestamp; variable in Google\\Service\\ManufacturerCenter\\Issue
128 public function setTimestamp($timestamp) argument
130 $this->timestamp = $timestamp;
137 return $this->timestamp;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DPosInventoryRequest.php51 public $timestamp; variable in Google\\Service\\ShoppingContent\\PosInventoryRequest
154 public function setTimestamp($timestamp) argument
156 $this->timestamp = $timestamp;
163 return $this->timestamp;
H A DPosInventory.php55 public $timestamp; variable in Google\\Service\\ShoppingContent\\PosInventory
172 public function setTimestamp($timestamp) argument
174 $this->timestamp = $timestamp;
181 return $this->timestamp;
H A DPosSaleRequest.php55 public $timestamp; variable in Google\\Service\\ShoppingContent\\PosSaleRequest
172 public function setTimestamp($timestamp) argument
174 $this->timestamp = $timestamp;
181 return $this->timestamp;
H A DPosInventoryResponse.php55 public $timestamp; variable in Google\\Service\\ShoppingContent\\PosInventoryResponse
172 public function setTimestamp($timestamp) argument
174 $this->timestamp = $timestamp;
181 return $this->timestamp;
H A DPosSale.php59 public $timestamp; variable in Google\\Service\\ShoppingContent\\PosSale
190 public function setTimestamp($timestamp) argument
192 $this->timestamp = $timestamp;
199 return $this->timestamp;
H A DPosSaleResponse.php59 public $timestamp; variable in Google\\Service\\ShoppingContent\\PosSaleResponse
190 public function setTimestamp($timestamp) argument
192 $this->timestamp = $timestamp;
199 return $this->timestamp;

1234567891011