Home
last modified time | relevance | path

Searched refs:timestamp (Results 51 – 75 of 262) sorted by relevance

1234567891011

/plugin/swarmwebhook/
H A Dhelper.php19 * @param int $timestamp
24 public function getDateTimeInstance($timestamp, $payloadTimezoneOffset) argument
30 $dateTime->setTimestamp($timestamp);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSupport/
H A DMedia.php118 public $timestamp; variable in Google\\Service\\CloudSupport\\Media
519 public function setTimestamp($timestamp) argument
521 $this->timestamp = $timestamp;
528 return $this->timestamp;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTubeReporting/
H A DGdataMedia.php118 public $timestamp; variable in Google\\Service\\YouTubeReporting\\GdataMedia
519 public function setTimestamp($timestamp) argument
521 $this->timestamp = $timestamp;
528 return $this->timestamp;
/plugin/freechat/phpfreechat/src/
H A Dpfccontainer.class.php161 $timestamp = $this->getMeta("channelid-to-nickid", $this->encode('SERVER'), $nickid);
162 if (count($timestamp["timestamp"]) == 0) return $deleted_user;
163 $timestamp = $timestamp["timestamp"][0];
167 $deleted_user["timestamp"][] = $timestamp;
291 $timestamp = $ret['timestamp'][$i];
293 …if (time() > ($timestamp+$timeout/1000) && $nickid) // user will be disconnected after 'timeout' s…
341 $timestamp = $this->getMeta("channelid-to-nickid", $this->encode('SERVER'), $nickid);
342 if (count($timestamp['timestamp']) == 0) continue;
343 $timestamp = $timestamp['timestamp'][0];
347 $online_user["timestamp"][] = $timestamp;
/plugin/fedauth/Auth/OpenID/
H A DSQLiteStore.php58 function _add_nonce($server_url, $timestamp, $salt) argument
67 return parent::_add_nonce('x' . $server_url, $timestamp, $salt);
H A DFileStore.php131 $timestamp = $parts[0];
132 $timestamp = intval($timestamp, 16);
133 if (abs($timestamp - $now) > $Auth_OpenID_SKEW) {
360 function useNonce($server_url, $timestamp, $salt) argument
369 if ( abs($timestamp - time()) > $Auth_OpenID_SKEW ) {
385 $filename = sprintf('%08x-%s-%s-%s-%s', $timestamp, $proto,
/plugin/openid/Auth/OpenID/
H A DSQLiteStore.php58 function _add_nonce($server_url, $timestamp, $salt) argument
67 return parent::_add_nonce('x' . $server_url, $timestamp, $salt);
H A DDumbStore.php99 * @param int $timestamp
103 function useNonce($server_url, $timestamp, $salt) argument
H A DFileStore.php139 $timestamp = $parts[0];
140 $timestamp = intval($timestamp, 16);
141 if (abs($timestamp - $now) > $Auth_OpenID_SKEW) {
390 * @param int $timestamp
394 function useNonce($server_url, $timestamp, $salt) argument
403 if ( abs($timestamp - time()) > $Auth_OpenID_SKEW ) {
419 $filename = sprintf('%08x-%s-%s-%s-%s', $timestamp, $proto,
H A DInterface.php178 * @param int $timestamp
182 function useNonce($server_url, $timestamp, $salt) argument
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/
H A DFileResource.php33 public function isFresh($timestamp) argument
35 return file_exists($this->path) && filemtime($this->path) <= $timestamp;
/plugin/bookmark2wiki/
H A Dbookmark2wiki.php41 $timestamp = date("Y:m:d:H:i:s"); //Group blogged items per year variable
53 …a")[0].innerHTML += " * [['.$url.'|'.$title.']] \\\\\\\\ '.$wikitext.' -- '.$timestamp.'\r\n";';
H A Daction.php56 $timestamp = date("Y:m:d:H:i:s"); //timestamp
70 …echo 'temp[1] = " * [['.$url.'|'.$title.']] \\\\\\\\ '.$wikitext.' -- '.$timestamp.'\r\n" + tem…
/plugin/adfs/phpsaml/lib/Saml/
H A DMetadata.php33 $timestamp = time() + self::VALIDITY_SECONDS;
34 $date = new DateTime("@$timestamp", new DateTimeZone('UTC'));
H A DAuthRequest.php60 $timestamp = $date->format("Y-m-d\TH:i:s\Z");
61 return $timestamp;
/plugin/findologicxmlexport/vendor/jms/metadata/src/
H A DClassHierarchyMetadata.php34 public function isFresh(int $timestamp): bool argument
37 if (!$metadata->isFresh($timestamp)) {
/plugin/autotweet/
H A DOAuth.php630 $timestamp = @$request->get_parameter('oauth_timestamp');
633 $this->check_timestamp($timestamp);
634 $this->check_nonce($consumer, $token, $nonce, $timestamp);
654 private function check_timestamp($timestamp) { argument
655 if( ! $timestamp )
662 if (abs($now - $timestamp) > $this->timestamp_threshold) {
664 "Expired timestamp, yours $timestamp, ours $now"
672 private function check_nonce($consumer, $token, $nonce, $timestamp) { argument
683 $timestamp
701 function lookup_nonce($consumer, $token, $nonce, $timestamp) { argument
/plugin/combo/ComboStrap/
H A DLocalFileSystem.php70 $timestamp = filemtime($path->toCanonicalAbsolutePath()->toAbsoluteId());
71 return Iso8601Date::createFromTimestamp($timestamp)->getDateTime();
83 $timestamp = filectime($filePath);
84 return Iso8601Date::createFromTimestamp($timestamp)->getDateTime();
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/
H A DTwigResource.php43 public function isFresh($timestamp) argument
46 return $this->loader->isFresh($this->name, $timestamp);
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DUtil.php183 $timestamp = $date;
185 $timestamp = \strtotime($date);
188 return \date('Y-m-d\TH:i:s\Z', $timestamp);
/plugin/xcom/lang/en/
H A Dfunctions.txt84 ^Parameters |(int) timestamp (See below: [[#timestamp|timestamp]])|
85 ^Description|Returns a list of recent changes since given timestamp. \\ As stated in [[doku>:recent…
90 ^Parameters |(int) timestamp (See below: [[#timestamp|timestamp]])|
91 ^Description|Returns a list of recent changed media since given timestamp.|
151 Enter a date formatted all in numerals as follows: YYYY-MM-DD, e.g. // 2011-3-19 //. The timestamp
/plugin/authgoogle/google/contrib/
H A DGoogle_FreebaseService.php302 public $timestamp; variable in Google_TopicValue
352 public function setTimestamp( $timestamp) { argument
353 $this->timestamp = $timestamp;
356 return $this->timestamp;
/plugin/cleanoldips/
H A Daction.php110 list($timestamp, $ip, $rest) = explode("\t", $line, 3);
111 $ageOfEntry = time() - (int)$timestamp;
119 $cleanedLine = implode("\t", [$timestamp, str_pad('', strlen($ip)), $rest]);
/plugin/icalendar/
H A Dfunctions.php8 function get_timezone_offset($remote_tz, $timestamp, $origin_tz = null) { argument
17 $origin_dt = new DateTime("@$timestamp", $origin_dtz);
18 $remote_dt = new DateTime("@$timestamp", $remote_dtz);
/plugin/gdpr/action/
H A Doldips.php109 list($timestamp, $ip, $rest) = explode("\t", $line, 3);
110 $ageOfEntry = time() - (int)$timestamp;
118 $cleanedLine = implode("\t", [$timestamp, str_pad('', strlen($ip)), $rest]);

1234567891011