Home
last modified time | relevance | path

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

1234567891011

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DMlNamespace.php401 * $params['timestamp_field'] = (string) Optional parameter to specify the timestamp field in the file
402 * $params['timestamp_format'] = (string) Optional parameter to specify the timestamp format in the file - may be either a Joda or Java time format
479 * $params['timestamp'] = (string) The timestamp of the desired single bucket result
498 $timestamp = $this->extractArgument($params, 'timestamp');
505 $endpoint->setTimestamp($timestamp);
711 * $params['start'] = (string) start timestamp for the requested influencers
712 * $params['end'] = (string) end timestamp for the requested influencers
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D23.23.js.map1 …name|file|fileexists|fileset|filebase64|templatefile|formatdate|timeadd|timestamp|base64sha256|bas…
/plugin/fedauth/Auth/OpenID/
H A DConsumer.php1272 list($timestamp, $salt) = $parts;
1274 if (!$this->store->useNonce($server_url, $timestamp, $salt)) {
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Ddataloader.js529 request.open( 'GET', options.timestamp ? AmCharts.timestampUrl( url ) : url, options.async );
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsSpecificationExamples.yml82 [yaml.timestamp('2001-07-02'),
83 yaml.timestamp('2001-08-12'),
84 yaml.timestamp('2001-08-14')],
86 [yaml.timestamp('2001-07-23')]
/plugin/openid/Auth/OpenID/
H A DConsumer.php1347 list($timestamp, $salt) = $parts;
1349 if (!$this->store->useNonce($server_url, $timestamp, $salt)) {
/plugin/odtsupport/
H A Ddokuwiki_plugin_page.wiki85 … the metadata value addressed by "last_change date" (that's the page's "timestamp, date of last mo…
/plugin/findologicxmlexport/vendor/doctrine/annotations/
H A DCHANGELOG.md78 - [105: Return single max timestamp](https://github.com/doctrine/annotations/pull/105)
/plugin/authgoogle/google/contrib/
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);
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
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;
/plugin/photogallery/phpThumb/
H A Dphpthumb.class.php4320 foreach ($this->debugtiming as $timestamp => $timingstring) {
4321 $DebugOutput[] = ' * '.$timestamp.' '.$timingstring;
4590 public function DebugTimingMessage($message, $file='', $line='', $timestamp=0) { argument
4591 if (!$timestamp) {
4592 $timestamp = array_sum(explode(' ', microtime()));
4594 …$this->debugtiming[number_format($timestamp, 6, '.', '')] = ': '.$message.($file ? ' in file "'.(b…
/plugin/importfacebookevents/nppBackup/
H A Dsyntax.php.2018-03-08_163705.bak348 $entry = str_replace('{timestamp}', date('c', strtotime($event['start_time'])), $entry);
H A Dsyntax.php.2018-03-08_165255.bak355 $entry = str_replace('{timestamp}', date('c', strtotime($event['start_time'])), $entry);
H A Dsyntax.php.2018-03-08_163658.bak349 $entry = str_replace('{timestamp}', date('c', strtotime($event['start_time'])), $entry);
H A Dsyntax.php.2018-03-08_163718.bak348 $entry = str_replace('{timestamp}', date('c', strtotime($event['start_time'])), $entry);
H A Dsyntax.php.2018-03-08_164623.bak348 $entry = str_replace('{timestamp}', date('c', strtotime($event['start_time'])), $entry);
H A Dsyntax.php.2018-03-08_164706.bak352 $entry = str_replace('{timestamp}', date('c', strtotime($event['start_time'])), $entry);
H A Dsyntax.php.2018-03-08_165027.bak354 $entry = str_replace('{timestamp}', date('c', strtotime($event['start_time'])), $entry);
H A Dsyntax.php.2018-03-08_165158.bak353 $entry = str_replace('{timestamp}', date('c', strtotime($event['start_time'])), $entry);
/plugin/mediathumbnails/
H A Ddokuwiki_plugin_page.wiki68 … replaced by another file (with the same name), this will be noticed by timestamp comparison - the…
/plugin/authgooglesheets/vendor/firebase/php-jwt/
H A DREADME.md262 - Use static `$timestamp` instead of `time()` to improve unit testing. See [#93](https://github.com…
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced_legacy.rst750 public function dateFilter($timestamp, $format = 'F j, Y H:i')
752 return '...'.twig_date_format_filter($timestamp, $format);
/plugin/codemirror/dist/modes/
H A Dcypher.min.js.map1 …ev\", \"stdevp\", \"str\", \"substring\", \"sum\", \"tail\", \"tan\", \"timestamp\", \"toFloat\", …
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js15932 var timestamp = date.valueOf();
15933 if (!timegrid[timestamp]){
15934 timegrid[timestamp] = [];
15937 timegrid[timestamp].push(task);
27850 var timestamp = null;
27852 timestamp = settings.day;
27857 return timestamp;
28105 if (timestamp !== null) {
28122 if (timestamp !== null) {
28563 if (!unit || !timestamp) {
[all …]
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.core.js4392 timestamp,
4550 timestamp = params.start || anim.start || +new Date;
4554 timestamp: timestamp, property in runAnimation.e
4555 start: timestamp + (anim.del || 0),

1234567891011