Home
last modified time | relevance | path

Searched refs:timestamp (Results 76 – 100 of 262) sorted by relevance

1234567891011

/plugin/authfacebook/lib/Authentication/
H A DAccessTokenMetadata.php367 * @param int $timestamp
371 private function convertTimestampToDateTime($timestamp) argument
374 $dt->setTimestamp($timestamp);
/plugin/openid/Auth/OpenID/
H A DMemcachedStore.php183 * @param int $timestamp
187 function useNonce($server_url, $timestamp, $salt) argument
192 if (abs($timestamp - time()) > $Auth_OpenID_SKEW) {
H A DSQLStore.php483 * @param int $timestamp
487 function _add_nonce($server_url, $timestamp, $salt) argument
492 $timestamp,
503 function useNonce($server_url, $timestamp, $salt) argument
507 if ( abs($timestamp - time()) > $Auth_OpenID_SKEW ) {
511 return $this->_add_nonce($server_url, $timestamp, $salt);
H A DMDB2Store.php370 function useNonce($server_url, $timestamp, $salt) argument
374 if (abs($timestamp - time()) > $Auth_OpenID_SKEW ) {
379 "timestamp" => $timestamp,
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DJWT.php51 public static $timestamp = null; variable in Firebase\\JWT\\JWT
96 $timestamp = \is_null(static::$timestamp) ? \time() : static::$timestamp;
146 if (isset($payload->nbf) && $payload->nbf > ($timestamp + static::$leeway)) {
155 if (isset($payload->iat) && $payload->iat > ($timestamp + static::$leeway)) {
162 if (isset($payload->exp) && ($timestamp - static::$leeway) >= $payload->exp) {
/plugin/rssticker/
H A DlastRSS.php173 if ($this->date_format != '' && ($timestamp = strtotime($result['lastBuildDate'])) !==-1) {
175 $result['lastBuildDate'] = strftime($this->date_format, $timestamp);
218 … if ($this->date_format != '' && ($timestamp = strtotime($result['items'][$i]['pubDate'])) !==-1) {
220 $result['items'][$i]['pubDate'] = strftime($this->date_format, $timestamp);
/plugin/authucenter/lib/api/
H A Duc.php45 $timestamp = time(); variable
46 if($timestamp - $get['time'] > 3600) {
356 global $timestamp;
365 $life = $life > 0 ? $timestamp + $life : ($life < 0 ? $timestamp - 31536000 : 0);
/plugin/bliki/
H A Dsyntax.php178 $timestamp = date($this->getConf('datefooter'), $ts);
179 …$str .= str_replace(array('{timestamp}', '{permalink}', '{edit}'), array($timestamp, $post_url, "t…
190 * @param timestamp $ts
201 * @return timestamp
225 * @param timestamp $ts
H A Dlocal.php.dist8 …er'] = ' \\\\ <sub>Posted @ {timestamp} -- [[{permalink}|Permalink]] -- [[{edit}|Edit]]</sub> \\\\…
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DDeduplicationHandler.php129 list($timestamp, $level, $message) = explode(':', $store[$i], 3);
131 …if ($level === $record['level_name'] && $message === $expectedMessage && $timestamp > $timestampVa…
135 if ($timestamp < $yesterday) {
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/
H A DCoalescingDirectoryResource.php37 public function isFresh($timestamp) argument
40 if (!$file->isFresh($timestamp)) {
/plugin/telleveryone/
H A Dadmin.php112 $timestamp = strtotime($log['timestamp']);
119 ptln('<div>' . dformat($timestamp) . '</div>');
147 … ptln('<div>' . dformat($timestamp) . ' ' . $edit_link . ' ' . $delete_link . '</div>');
/plugin/fedauth/Auth/OpenID/
H A DSQLStore.php454 function _add_nonce($server_url, $timestamp, $salt) argument
458 $timestamp,
468 function useNonce($server_url, $timestamp, $salt) argument
472 if ( abs($timestamp - time()) > $Auth_OpenID_SKEW ) {
476 return $this->_add_nonce($server_url, $timestamp, $salt);
H A DMDB2Store.php370 function useNonce($server_url, $timestamp, $salt) argument
374 if (abs($timestamp - time()) > $Auth_OpenID_SKEW ) {
379 "timestamp" => $timestamp,
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.ivf.php62 …$timestamp = getid3_lib::LittleEndian2Int(substr($frameheader, 4, 8)); // 64-bit presentation time…
68 $info['playtime_seconds'] = $timestamp / 100000;
H A Dmodule.tag.lyrics3.php295 foreach ($thislinetimestamps as $timestampkey => $timestamp) {
296 if (isset($Lyrics3data['synchedlyrics'][$timestamp])) {
299 $Lyrics3data['synchedlyrics'][$timestamp] .= "\r\n".$lyricline;
301 $Lyrics3data['synchedlyrics'][$timestamp] = $lyricline;
/plugin/ckgdoku/ckeditor/plugins/shortcuts/
H A Dplugin.js.unc14 // Define an editor command that inserts a timestamp.
23 // var timestamp = new Date();
24 // Insert the timestamp into the document.
/plugin/ckgedit/ckeditor/plugins/shortcuts/
H A Dplugin.js.unc14 // Define an editor command that inserts a timestamp.
23 // var timestamp = new Date();
24 // Insert the timestamp into the document.
/plugin/icalevents/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php378 $timestamp = key($this->overriddenEventsIndex);
380 if (!$nextDate || $timestamp < $nextDate->getTimeStamp()) {
389 array_pop($this->overriddenEventsIndex[$timestamp]);
390 if (!$this->overriddenEventsIndex[$timestamp]) {
/plugin/webdav/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php357 $timestamp = key($this->overriddenEventsIndex);
359 if (!$nextDate || $timestamp < $nextDate->getTimeStamp()) {
368 array_pop($this->overriddenEventsIndex[$timestamp]);
369 if (!$this->overriddenEventsIndex[$timestamp]) {
/plugin/tagfilter/script/select2/
H A Drelease.sh21 timestamp=$(date)
22 tokens="s/@@ver@@/$ver/g;s/\@@timestamp@@/$timestamp/g"
/plugin/judge/helper/
H A Dcrud.php138 public function convert_time($timestamp) argument
144 return $pdate->date("l j F Y H:i:s", $timestamp);
146 return date('l j F Y H:i:s', $timestamp);
/plugin/telleveryone/action/
H A Dnotification.php120 $timestamp = strtotime($log['timestamp']);
128 'timestamp' => $timestamp
/plugin/notification/action/
H A Dcron.php120 $timestamp = $notification['timestamp'];
122 $date = strftime('%d.%m %H:%M', $timestamp);
/plugin/bez/ctl/
H A Dstart.php14 $timestamp = strtotime($iso8601);
15 $date = date('Y-m-d', $timestamp);
16 $time = date('H:i', $timestamp);

1234567891011