Home
last modified time | relevance | path

Searched refs:seconds (Results 1 – 25 of 107) sorted by last modified time

12345

/plugin/siteexport/
H A DREADME.md29 …Defines an execution time in seconds for how long the script may run while exporting a site via UR…
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.check.php531 function NiceTimeFormatting($seconds, $precision=1, $returnparts=false) { argument
532 $sign = (($seconds < 0) ? -1 : 1);
533 $seconds = abs($seconds);
535 if ($seconds < 100) {
536 $value = number_format($seconds, 0);
537 $unit = 'second'.(($seconds > 1) ? 's' : '');
540 $minutes = $seconds / 60;
546 $hours = $seconds / 3600;
552 $days = $seconds / 86400;
558 $months = $seconds / (30 * 86400);
[all …]
/plugin/photogallery/phpThumb/
H A DphpThumb.config.php.default73 …essed in more than [30 days] (value is maximum time since last access in seconds to avoid deletion)
222 $PHPTHUMB_CONFIG['http_fopen_timeout'] = 10; // timeout (in seconds) for fopen / cur…
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js44456 d = o.seconds,
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs609 case 115: /* 's' seconds */
21979 case 'seconds': { // <number:seconds> 16.29.22
22382 case 'seconds': // 16.27.21 <number:seconds>
22753 …payload += '<number:seconds number:style="' + (c.match("ss") ? "long" : "short") + '"' + (c.match(…
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverTimeouts.php31 * @param int $seconds Wait time in second.
34 public function implicitlyWait($seconds) argument
39 ['implicit' => $seconds * 1000]
47 ['ms' => $seconds * 1000]
56 * @param int $seconds Wait time in second.
59 public function setScriptTimeout($seconds) argument
64 ['script' => $seconds * 1000]
72 ['ms' => $seconds * 1000]
81 * @param int $seconds Wait time in second.
84 public function pageLoadTimeout($seconds) argument
[all...]
/plugin/edittable/lib/
H A Dhandsontable.full.js10576 seconds: m.seconds(),
11179 data.seconds = mathAbs(data.seconds);
11237 data.seconds = seconds % 60;
11379 var a = seconds <= thresholds.ss && ['s', seconds] ||
11380 seconds < thresholds.s && ['ss', seconds] ||
11514 proto$2.seconds = seconds;
12643 ((seconds < 10) ? '0' + seconds : seconds);
12654 seconds = seconds + (Number(timeArray[1]) * 60);
12656 seconds = seconds + Number(timeArray[2]);
12659 seconds = seconds + (Number(timeArray[0]) * 60);
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dper-request-configuration.asciidoc261 parameters should be specified in seconds.
H A Dconnection-pool.asciidoc35 `dead` for 60 seconds and the next node is tried. After 60 seconds, the node is
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DTransformNamespace.asciidoc127 $params['timeout'] = (time) Controls the time to wait until the transform has stopped. Default to 30 seconds
H A DMlNamespace.asciidoc210 $params['timeout'] = (time) Controls the time to wait until the forecast(s) are deleted. Default to 30 seconds
874 $params['timeout'] = (time) Controls the time to wait until the task has started. Defaults to 20 seconds
891 $params['timeout'] = (time) Controls the time to wait until a datafeed has started. Default to 20 seconds
909 $params['timeout'] = (time) Controls the time to wait until the task has stopped. Defaults to 20 seconds
H A DDataFrameTransformDeprecatedNamespace.asciidoc132 $params['timeout'] = (time) Controls the time to wait until the transform has stopped. Default to 30 seconds
/plugin/ckgedit/action/entities/utils/
H A Dentities.txt626 seconds
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js634 return Boolean(dur.hours() || dur.minutes() || dur.seconds() || dur.milliseconds());
1461 seconds: this.seconds(),
1480 .seconds(time.seconds())
1494 seconds: 0,
12791 { seconds: 30 },
12792 { seconds: 15 }
H A Dmoment.js1663 zeroFill(this.seconds(), 2);
2747 seconds * 1e3 + // 1000
3437 this.seconds(0);
3498 seconds: m.seconds(),
4101 data.seconds = mathAbs(data.seconds);
4159 data.seconds = seconds % 60;
4305 var a = seconds <= thresholds.ss && ['s', seconds] ||
4306 seconds < thresholds.s && ['ss', seconds] ||
4391 seconds %= 60;
4405 var s = seconds ? seconds.toFixed(3).replace(/\.?0+$/, '') : '';
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/
H A DTimeOfDay.php37 public $seconds; variable in Google\\Service\\OSConfig\\TimeOfDay
84 public function setSeconds($seconds) argument
86 $this->seconds = $seconds;
93 return $this->seconds;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DDateTime.php45 public $seconds; variable in Google\\Service\\ShoppingContent\\DateTime
130 public function setSeconds($seconds) argument
132 $this->seconds = $seconds;
139 return $this->seconds;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ToolResults/
H A DDuration.php29 public $seconds; variable in Google\\Service\\ToolResults\\Duration
48 public function setSeconds($seconds) argument
50 $this->seconds = $seconds;
57 return $this->seconds;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/
H A DTimeOfDay.php37 public $seconds; variable in Google\\Service\\AuthorizedBuyersMarketplace\\TimeOfDay
84 public function setSeconds($seconds) argument
86 $this->seconds = $seconds;
93 return $this->seconds;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DTimeOfDay.php37 public $seconds; variable in Google\\Service\\Sheets\\TimeOfDay
84 public function setSeconds($seconds) argument
86 $this->seconds = $seconds;
93 return $this->seconds;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Classroom/
H A DTimeOfDay.php37 public $seconds; variable in Google\\Service\\Classroom\\TimeOfDay
84 public function setSeconds($seconds) argument
86 $this->seconds = $seconds;
93 return $this->seconds;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleTypeDateTime.php45 public $seconds; variable in Google\\Service\\Document\\GoogleTypeDateTime
130 public function setSeconds($seconds) argument
132 $this->seconds = $seconds;
139 return $this->seconds;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRedis/
H A DTimeOfDay.php37 public $seconds; variable in Google\\Service\\CloudRedis\\TimeOfDay
84 public function setSeconds($seconds) argument
86 $this->seconds = $seconds;
93 return $this->seconds;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGoogleTypeTimeOfDay.php37 public $seconds; variable in Google\\Service\\DLP\\GoogleTypeTimeOfDay
84 public function setSeconds($seconds) argument
86 $this->seconds = $seconds;
93 return $this->seconds;

12345