Home
last modified time | relevance | path

Searched refs:timestamp (Results 176 – 200 of 262) sorted by path

1234567891011

/plugin/importfacebookevents/
H A Dsyntax.php353 $entry = str_replace('{timestamp}', date('c', strtotime($event['start_time'])), $entry);
/plugin/ireadit/
H A Dhelper.php175 $timestamp = $row['timestamp'];
178 $pages[$page]['timestamp'] = $timestamp;
/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/jcapture/lib/
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/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 …]
H A Dmp3.js66 this.prototype.seek = function(timestamp) { argument
72 timestamp = this._super(timestamp);
75 offset = timestamp * this.format.bitrate / 8 / this.format.sampleRate;
113 timestamp = this.stream.offset / (this.format.bitrate / 8) * this.format.sampleRate;
116 return timestamp;
H A Dogg.js2timestamp=Date.now()}return bytesRead}),write:(function(stream,buffer,offset,length,pos){if(!strea… property in AnonymousFunction31ab72835400.entries
H A Dopus.js2timestamp=Date.now()}return bytesRead}),write:(function(stream,buffer,offset,length,pos){if(!strea… property in AnonymousFunction7d3a5dcd5400.entries
H A Dvorbis.js2timestamp=Date.now()}return bytesRead}),write:(function(stream,buffer,offset,length,pos){if(!strea… property in AnonymousFunctionee075bfb5400.entries
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt654 never was a lyrics3-flags-timestamp field present even though
656 timestamp not present). (thanks i*f*schulzØweb*de)
2744 ¤ OWNE now returns ['purchasedateunix'] as a UNIX timestamp
H A Dstructure.txt820 ['timestamp']=>integer() //
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.flv.php728 $timestamp = $this->stream->readDouble();
730 return $timestamp;
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/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/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/
H A DCoalescingDirectoryResource.php37 public function isFresh($timestamp) argument
40 if (!$file->isFresh($timestamp)) {
H A DDirectoryResource.php40 public function isFresh($timestamp) argument
42 if (!is_dir($this->path) || filemtime($this->path) > $timestamp) {
47 if (!$resource->isFresh($timestamp)) {
H A DFileResource.php33 public function isFresh($timestamp) argument
35 return file_exists($this->path) && filemtime($this->path) <= $timestamp;
H A DResourceInterface.php24 * @param integer $timestamp A UNIX timestamp
28 public function isFresh($timestamp); argument
/plugin/jsonrpc/
H A DIJR_Date.php23 function parseTimestamp($timestamp) { argument
24 $this->year = gmdate('Y', $timestamp);
25 $this->month = gmdate('m', $timestamp);
26 $this->day = gmdate('d', $timestamp);
27 $this->hour = gmdate('H', $timestamp);
28 $this->minute = gmdate('i', $timestamp);
29 $this->second = gmdate('s', $timestamp);
H A Djsonrpc.php531 public function getRecentChanges($timestamp) { argument
532 if(strlen($timestamp) != 10)
538 $recents = getRecentsSince($timestamp);
561 public function getRecentMediaChanges($timestamp) { argument
562 if(strlen($timestamp) != 10)
568 $recents = getRecentsSince($timestamp, null, '', RECENTS_MEDIA_CHANGES);
/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/judge/
H A Dsubmissions.sqlite21 timestamp DATETIME NOT NULL,
/plugin/jukebox/id3/
H A Dmodule.audio-video.flv.php479 $timestamp = $this->stream->readDouble();
481 return $timestamp;

1234567891011