Home
last modified time | relevance | path

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

1234567891011

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
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 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 DPosSaleResponse.php59 public $timestamp; variable in Google\\Service\\ShoppingContent\\PosSaleResponse
190 public function setTimestamp($timestamp) argument
192 $this->timestamp = $timestamp;
199 return $this->timestamp;
/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/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/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md668 * Bug fix: SchemaFormatter now returns an integer when formatting to a Unix 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/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md300 …* Added optional reduction of timestamp precision via `Logger->useMicrosecondTimestamps(false)`, d…
H A DUPGRADE.md35 - The records' `datetime` is not sent anymore. Only `timestamp` is sent to Loggly.
/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) {
H A DPushoverHandler.php157 $timestamp = $record['datetime']->getTimestamp();
164 'timestamp' => $timestamp,
/plugin/authucenter/
H A Dauth.php470 $timestamp = time();
477 $life = $life > 0 ? $timestamp + $life : ($life < 0 ? $timestamp - 31536000 : 0);
/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/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/bez/ctl/
H A Dstart.php14 $timestamp = strtotime($iso8601);
15 $date = date('Y-m-d', $timestamp);
16 $time = date('H:i', $timestamp);
/plugin/bibtex/OSBib/format/
H A DREADME.txt65 …e and Experience [collectionTitleShort] => [collectionType] => journal [timestamp] => 2005-04-24 1…
/plugin/bliki/
H A Dlocal.php.dist8 …er'] = ' \\\\ <sub>Posted @ {timestamp} -- [[{permalink}|Permalink]] -- [[{edit}|Edit]]</sub> \\\\…
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
/plugin/bookmark2wiki/
H A Daction.php56 $timestamp = date("Y:m:d:H:i:s"); //timestamp
70 …echo 'temp[1] = " * [['.$url.'|'.$title.']] \\\\\\\\ '.$wikitext.' -- '.$timestamp.'\r\n" + tem…
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";';
/plugin/c3chart/assets/
H A Djs-yaml.min.js2 …ump+"\n":""}}.dump,lt=o,ct={binary:L,float:S,map:y,null:A,pairs:Y,set:B,timestamp:F,bool:v,int:C,m…
/plugin/callflow/
H A Draphael.js4753 timestamp,
4911 timestamp = params.start || anim.start || +new Date;
4915 timestamp: timestamp, property in runAnimation.e
4916 start: timestamp + (anim.del || 0),
/plugin/chordsheets/js/
H A Draphael.js1 …return ie(t,+G[1],+G[2],+G[3],+G[4],m)}}else W=X;if(k={anim:r,percent:a,timestamp:y=u.start||r.sta…
/plugin/ckgdoku/ckeditor/
H A Dckeditor.js6 ….CKEDITOR=function(){var a=/(^|.*[\\\/])ckeditor\.js(?:\?.*|;.*)?$/i,f={timestamp:"H4P6",version:"… property in AnonymousFunctione4ea00380200.f
7 …on(a){-1==a.indexOf(":/")&&0!==a.indexOf("/")&&(a=this.basePath+a);this.timestamp&&"/"!=a.charAt(a…

1234567891011