Home
last modified time | relevance | path

Searched refs:timestamp (Results 201 – 225 of 262) sorted by last modified time

1234567891011

/plugin/sqlcomp/
H A Dsyntax.php210 private function _save($filename,$rs,$timestamp){ argument
211 $timestamp = (time() + ($timestamp*60));
212 $Cache["Update"] = $timestamp;
/plugin/logstats/
H A Daction.php125 $timestamp = date("[d/M/Y:H:i:s O]");
172 …$logline = "$host - $user $timestamp \"$method $page $protocol\" $status $size \"$referer\" \"$age…
/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;
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;
H A DGoogle_BooksService.php734 * @param string $timestamp RFC 3339 UTC format timestamp associated with this reading position.
743 public function setPosition($volumeId, $timestamp, $position, $optParams = array()) { argument
744 $params = array('volumeId' => $volumeId, 'timestamp' => $timestamp, 'position' => $position);
H A DGoogle_MirrorService.php663 public $timestamp; variable in Google_Location
706 public function setTimestamp( $timestamp) { argument
707 $this->timestamp = $timestamp;
710 return $this->timestamp;
H A DGoogle_AdexchangebuyerService.php668 public $timestamp; variable in Google_PerformanceReportListPerformanceReport
699 public function setTimestamp( $timestamp) { argument
700 $this->timestamp = $timestamp;
703 return $this->timestamp;
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Ddataloader.js529 request.open( 'GET', options.timestamp ? AmCharts.timestampUrl( url ) : url, options.async );
H A Ddataloader.min.js1timestamp:!1,delimiter:",",skip:0,skipEmpty:!0,emptyAs:void 0,useColumnNames:!1,init:!1,progress:!…
H A Dreadme.md109 timestamp | false | Add current timestamp to data URLs (to avoid caching)
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js27194 function timestamp() {
27205 console.log('%s - %s', timestamp(), exports.format.apply(exports, arguments));
H A Dpdfmake.min.js.map1timestamp() {\n\t var d = new Date();\n\t var time = [pad(d.getHours()),\n\t pad(d.…
/plugin/amcharts/assets/amcharts/
H A Damcharts.js218 a.y=this.mouseY/this.height;this.index0=a.index=this.index;this.timestamp0=this.timestamp;this.fire…
220 ….time:Math.min(this.timestamp0,this.timestamp),f=k[e]?g.getEndTime(k[e].time):Math.max(this.timest…
224 …O);d.remove(this.set)},clear:function(){},setTimestamp:function(a){this.timestamp=a},setIndex:func…
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js1 …nction animate(options){requestAnimFrame(function(timestamp){options||(options={});var start=times… argument
H A Dfabric.js2356 requestAnimFrame(function(timestamp) { argument
2359 var start = timestamp || +new Date(),
/plugin/relativetimehelper/
H A Dhelper.php22 * @param int $timestamp
27 public function getRelativeTimeString($timestamp, $depth = 2, $now = null) { argument
31 $timediff = abs($now - $timestamp);
104 if ($now - $timestamp < 0) {
/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/icalevents/vendor/sabre/vobject/resources/schema/
H A Dxcard.rng46 value-timestamp = element timestamp {
315 property-rev = element rev { value-timestamp }
/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/news/scripts/
H A DfeedData.php85 function timestamp() { function in feedData
99 return date('r',$this->timestamp());
/plugin/news/syntax/
H A Dfeed.php92 $metafile = $this->helper->getMetaFN('timestamp','.meta') ;
/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/jukebox/id3/
H A Dmodule.audio-video.flv.php479 $timestamp = $this->stream->readDouble();
481 return $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;

1234567891011