Home
last modified time | relevance | path

Searched refs:timestamp (Results 26 – 50 of 262) sorted by relevance

1234567891011

/plugin/logger/action/
H A Dlogging.php51 $timestamp = time();
57 $log_dataset .= ";" . '"' . date("Y-m-d", $timestamp) . '"';
62 $log_dataset .= ";" . '"' . date("H:i:s", $timestamp) . '"';
105 $log_filename = date("Y-m", $timestamp) . '.csv';
107 $log_filename = date("Y", $timestamp) . '.csv';
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1Result.php51 public $timestamp; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1Result
162 public function setTimestamp($timestamp) argument
164 $this->timestamp = $timestamp;
171 return $this->timestamp;
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/
H A DDateHandlerTest.php99 $timestamp = (string) time();
103 $expectedDateTime = \DateTime::createFromFormat('U', $timestamp);
106 $actualDateTime = $this->handler->deserializeDateTimeFromJson($visitor, $timestamp, $type);
118 $timestamp = (string) time();
122 $expectedDateTime = \DateTime::createFromFormat('U', $timestamp);
125 …$actualDateTime = $this->handler->deserializeDateTimeImmutableFromJson($visitor, $timestamp, $type…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Testing/
H A DTestExecution.php49 public $timestamp; variable in Google\\Service\\Testing\\TestExecution
168 public function setTimestamp($timestamp) argument
170 $this->timestamp = $timestamp;
177 return $this->timestamp;
H A DTestMatrix.php64 public $timestamp; variable in Google\\Service\\Testing\\TestMatrix
237 public function setTimestamp($timestamp) argument
239 $this->timestamp = $timestamp;
246 return $this->timestamp;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Networkconnectivity/
H A DLogEntry.php35 public $timestamp; variable in Google\\Service\\Networkconnectivity\\LogEntry
136 public function setTimestamp($timestamp) argument
138 $this->timestamp = $timestamp;
142 return $this->timestamp;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/
H A DV2LogEntry.php63 public $timestamp; variable in Google\\Service\\ServiceControl\\V2LogEntry
226 public function setTimestamp($timestamp) argument
228 $this->timestamp = $timestamp;
235 return $this->timestamp;
/plugin/findologicxmlexport/vendor/jms/metadata/src/
H A DClassMetadata.php58 public function isFresh(?int $timestamp = null): bool argument
60 if (null === $timestamp) {
61 $timestamp = $this->createdAt;
69 if ($timestamp < filemtime($filepath)) {
/plugin/issuelinks/helper/
H A Dutil.php103 * @param string|int $timestamp
107 public function isValidTimeStamp($timestamp) argument
109 return ((string)(int)$timestamp === (string)$timestamp);
/plugin/fedauth/Auth/OpenID/
H A DNonce.php49 $timestamp =
52 if ($timestamp === false || $timestamp < 0) {
56 return array($timestamp, $uniquifier);
/plugin/openid/Auth/OpenID/
H A DNonce.php49 $timestamp =
52 if ($timestamp === false || $timestamp < 0) {
56 return [$timestamp, $uniquifier];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudLifeSciences/
H A DEvent.php43 public $timestamp; variable in Google\\Service\\CloudLifeSciences\\Event
166 public function setTimestamp($timestamp) argument
168 $this->timestamp = $timestamp;
175 return $this->timestamp;
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DSplFileInfo.php106 $timestamp = $this->realdom->boundinteger(
107 $this->realdom->timestamp('yesterday'),
108 $this->realdom->timestamp('tomorrow')
110 $atime = $this->sample($timestamp),
111 $ctime = $this->sample($timestamp),
112 $mtime = $this->sample($timestamp),
/plugin/timestamp/
H A Dplugin.info.txt1 base timestamp
6 desc A plugin that adds a timestamp button to the edit toolbar
7 url http://www.dokuwiki.org/plugin:timestamp
H A DREADME1 timestamp Plugin for DokuWiki
3 A plugin that adds a timestamp button to the edit toolbar
6 http://www.dokuwiki.org/plugin:timestamp
9 lib/plugins/timestamp/ - if the folder is called different it
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/
H A DLogEntry.php73 public $timestamp; variable in Google\\Service\\Logging\\LogEntry
296 public function setTimestamp($timestamp) argument
298 $this->timestamp = $timestamp;
305 return $this->timestamp;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/
H A DPerformanceReport.php43 public $timestamp; variable in Google\\Service\\AdExchangeBuyer\\PerformanceReport
206 public function setTimestamp($timestamp) argument
208 $this->timestamp = $timestamp;
212 return $this->timestamp;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/Resource/
H A DMylibraryReadingpositions.php59 * @param string $timestamp RFC 3339 UTC format timestamp associated with this
71 public function setPosition($volumeId, $position, $timestamp, $optParams = []) argument
73 $params = ['volumeId' => $volumeId, 'position' => $position, 'timestamp' => $timestamp];
/plugin/timer/
H A Dsyntax.php81 if (($timestamp = strtotime($starttime)) === -1) {
86 $sts = $timestamp;
91 if (($timestamp = strtotime($endtime)) === -1) {
96 $ets = $timestamp;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DSetCookie.php218 * @param int $timestamp Unix timestamp
220 public function setExpires($timestamp) argument
222 $this->data['Expires'] = is_numeric($timestamp)
223 ? (int) $timestamp
224 : strtotime($timestamp);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/
H A DResourceInterface.php24 * @param integer $timestamp A UNIX timestamp
28 public function isFresh($timestamp); argument
H A DDirectoryResource.php40 public function isFresh($timestamp) argument
42 if (!is_dir($this->path) || filemtime($this->path) > $timestamp) {
47 if (!$resource->isFresh($timestamp)) {
/plugin/relativetimehelper/
H A Dhelper.php22 * @param int $timestamp
27 public function getRelativeTimeString($timestamp, $depth = 2, $now = null) { argument
31 $timediff = abs($now - $timestamp);
104 if ($now - $timestamp < 0) {
/plugin/html2pdf/html2pdf/html2ps/
H A Dfilter.pre.fields.class.php7 function PreTreeFilterHTML2PSFields($filename=null, $filesize=null, $timestamp=null) { argument
11 if (is_null($timestamp)) {
14 $this->_timestamp = $timestamp;
/plugin/adfs/phpsaml/lib/Saml2/
H A DUtils.php753 $timestamp = $date->format("Y-m-d\TH:i:s\Z");
754 return $timestamp;
844 if ($timestamp === null) {
845 $timestamp = time();
861 $timestamp -= gmmktime(0, 0, 0, $month, 1, $year);
880 $timestamp += $durWeeks * 7 * 24 * 60 * 60;
881 $timestamp += $durDays * 24 * 60 * 60;
882 $timestamp += $durHours * 60 * 60;
883 $timestamp += $durMinutes * 60;
884 $timestamp += $durSeconds;
[all …]

1234567891011