Home
last modified time | relevance | path

Searched refs:timestamp (Results 126 – 150 of 262) sorted by relevance

1234567891011

/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daurora.js1453 return seekPoint.timestamp;
1691 timestamp: timestamp
1699 if (high > 0 && this.seekPoints[high - 1].timestamp < timestamp) {
1705 if (time < timestamp) {
1707 } else if (time >= timestamp) {
1721 timestamp: timestamp, property in Demuxer.seek.seekPoint
2406 timestamp = 0;
2416 timestamp: timestamp
2573 timestamp: point.timestamp / track.timeScale * 1000 | 0,
3515 timestamp = (timestamp / 1000) * this.format.sampleRate;
[all …]
/plugin/fedauth/Auth/OpenID/
H A DInterface.php183 function useNonce($server_url, $timestamp, $salt) argument
/plugin/removeold/
H A Dadmin.php238 $timestamp = date('d/M/Y G:i:s');
244 $record = "[".$timestamp."]".chr(9).$result.chr(9).chr(9).$file.chr(10);
/plugin/metadisplay/
H A Dadmin.php116 $timestamp = $commands['year'] .'-'. $commands['month'] .'-'. $commands['day'];
118 $cmdline .= $w . "$timestamp";
/plugin/highlight2wiki/
H A Daction.php62 $timestamp = date("Y:m:d:H:i:s");
95 var timestamp = "'.$timestamp.'";
/plugin/publish/action/
H A Dmail.php82 $timestamp = dformat(filemtime(wikiFN($ID)), $conf['dformat']);
83 $subject = $this->getLang('apr_mail_subject') . ': ' . $ID . ' - ' . $timestamp;
/plugin/combo/ComboStrap/
H A DIso8601Date.php136 public static function createFromTimestamp($timestamp): Iso8601Date argument
139 $dateTime->setTimestamp($timestamp);
H A DFileSystems.php322 $timestamp = filemtime($filename);
323 fputs(STDOUT, " $timestamp" . PHP_EOL);
/plugin/authgoogle/google/contrib/
H A DGoogle_CoordinateService.php520 public $timestamp; variable in Google_JobChange
533 public function setTimestamp( $timestamp) { argument
534 $this->timestamp = $timestamp;
537 return $this->timestamp;
/plugin/data-au/
H A Dhelper.php304 case 'timestamp':
388 '%lastmod%' => array('lastmod', 'timestamp')
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DTextStructureNamespace.asciidoc42 $params['timestamp_field'] = (string) Optional parameter to specify the timestamp field in the file
43 $params['timestamp_format'] = (string) Optional parameter to specify the timestamp format in the file - may be either a Joda or Java time format
/plugin/ireadit/
H A Dhelper.php175 $timestamp = $row['timestamp'];
178 $pages[$page]['timestamp'] = $timestamp;
/plugin/data/
H A Dhelper.php315 case 'timestamp':
418 '%lastmod%' => ['lastmod', 'timestamp']
/plugin/structpublish/meta/
H A DRevision.php101 * The revision timestamp
165 * The timestamp of when the status of this revision was changed
192 * Set the timestamp of when the status of this revision was changed
194 public function setTimestamp($timestamp)
196 $this->datetime = date('Y-m-d\TH:i', $timestamp);
193 setTimestamp($timestamp) global() argument
/plugin/dwcommits/
H A Dhelper.php383 $timestamp=0;
402 $timestamp = mktime ($hour,$min,$sec, $months[$mon], $day, $year);
404 if($timestamp < $timestamp_start) {
423 $this->insert($author,$timestamp,$gitid,$msg,$table);
443 function insert($author,$timestamp,$gitid,$msg,$table) { argument
448 $author,$timestamp,$gitid,$msg,$prefix,$this->selected_branch)){
/plugin/sqlcomp/
H A Dsyntax.php210 private function _save($filename,$rs,$timestamp){ argument
211 $timestamp = (time() + ($timestamp*60));
212 $Cache["Update"] = $timestamp;
/plugin/fckg/syntax/
H A Ddwplugin.php449 $timestamp = time() + (5000*24*60*60);
452 $timestamp = $meta_data ['persistent']['dwplugin'];
455 $timestamp = $meta_data ['dwplugin'];
460 if($timestamp < $tmp) {
/plugin/pot/source/
H A Dformat.php35 $timestamp = time(); variable
/plugin/authucenter/
H A Dauth.php470 $timestamp = time();
477 $life = $life > 0 ? $timestamp + $life : ($life < 0 ? $timestamp - 31536000 : 0);
/plugin/davcard/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php372 $timestamp = key($this->overriddenEventsIndex);
373 if (!$nextDate || $timestamp < $nextDate->getTimeStamp()) {
/plugin/webdavclient/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php372 $timestamp = key($this->overriddenEventsIndex);
373 if (!$nextDate || $timestamp < $nextDate->getTimeStamp()) {
/plugin/combo/admin/
H A Dpagerules.php257 $timestamp = $row[PageRules::TIMESTAMP_NAME];
284 ptln(' <td>' . $timestamp . '</td>');
/plugin/mantis/lib/
H A Dclass.nusoap_base.php900 * @param string $timestamp Unix time stamp
904 function timestamp_to_iso8601($timestamp,$utc=true){ argument
905 $datestr = date('Y-m-d\TH:i:sO',$timestamp);
/plugin/davcal/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php379 $timestamp = key($this->overriddenEventsIndex);
380 if (!$nextDate || $timestamp < $nextDate->getTimeStamp()) {
/plugin/tagfilter/script/select2/
H A DLICENSE3 Version: @@ver@@ Timestamp: @@timestamp@@

1234567891011