/plugin/gtime/action/ |
H A D | timestamp.php | 155 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 D | GetBuckets.php | 32 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 D | FarmSyncUtil.php | 103 * @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 D | Timestamp.php | 14 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 D | IJR_Date.php | 23 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 D | TimestampedEvent.php | 29 public $timestamp; variable in Google\\Service\\Genomics\\TimestampedEvent 48 public function setTimestamp($timestamp) argument 50 $this->timestamp = $timestamp; 57 return $this->timestamp;
|
H A D | Event.php | 33 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 D | IntegerGauge.php | 25 public $timestamp; variable in Google\\Service\\Dataflow\\IntegerGauge 32 public function setTimestamp($timestamp) argument 34 $this->timestamp = $timestamp; 41 return $this->timestamp;
|
H A D | CPUTime.php | 26 public $timestamp; variable in Google\\Service\\Dataflow\\CPUTime 43 public function setTimestamp($timestamp) argument 45 $this->timestamp = $timestamp; 52 return $this->timestamp;
|
H A D | MemInfo.php | 37 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 D | GooglePrivacyDlpV2ProfileStatus.php | 27 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 D | Exemplar.php | 30 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 D | Exemplar.php | 24 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 D | FarmSyncUtil.php | 38 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 D | InstanceManagedByIgmError.php | 29 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 D | Action.php | 33 public $timestamp; variable in Google\\Service\\DriveActivity\\Action 94 public function setTimestamp($timestamp) argument 96 $this->timestamp = $timestamp; 103 return $this->timestamp;
|
H A D | DriveActivity.php | 36 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 D | GTHttpClient.php | 84 * @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 D | Issue.php | 45 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 D | PosInventoryRequest.php | 51 public $timestamp; variable in Google\\Service\\ShoppingContent\\PosInventoryRequest 154 public function setTimestamp($timestamp) argument 156 $this->timestamp = $timestamp; 163 return $this->timestamp;
|
H A D | PosInventory.php | 55 public $timestamp; variable in Google\\Service\\ShoppingContent\\PosInventory 172 public function setTimestamp($timestamp) argument 174 $this->timestamp = $timestamp; 181 return $this->timestamp;
|
H A D | PosSaleRequest.php | 55 public $timestamp; variable in Google\\Service\\ShoppingContent\\PosSaleRequest 172 public function setTimestamp($timestamp) argument 174 $this->timestamp = $timestamp; 181 return $this->timestamp;
|
H A D | PosInventoryResponse.php | 55 public $timestamp; variable in Google\\Service\\ShoppingContent\\PosInventoryResponse 172 public function setTimestamp($timestamp) argument 174 $this->timestamp = $timestamp; 181 return $this->timestamp;
|
H A D | PosSale.php | 59 public $timestamp; variable in Google\\Service\\ShoppingContent\\PosSale 190 public function setTimestamp($timestamp) argument 192 $this->timestamp = $timestamp; 199 return $this->timestamp;
|
H A D | PosSaleResponse.php | 59 public $timestamp; variable in Google\\Service\\ShoppingContent\\PosSaleResponse 190 public function setTimestamp($timestamp) argument 192 $this->timestamp = $timestamp; 199 return $this->timestamp;
|