Home
last modified time | relevance | path

Searched refs:seconds (Results 26 – 50 of 107) sorted by path

12345

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storagetransfer/
H A DTimeOfDay.php37 public $seconds; variable in Google\\Service\\Storagetransfer\\TimeOfDay
84 public function setSeconds($seconds) argument
86 $this->seconds = $seconds;
93 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;
H A DTimestamp.php29 public $seconds; variable in Google\\Service\\ToolResults\\Timestamp
48 public function setSeconds($seconds) argument
50 $this->seconds = $seconds;
57 return $this->seconds;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md32 **After this change, `RetryMiddleware` will sleep for 1 second, then 2 seconds, then 4 seconds.**
910 * The new default CURLOPT_TIMEOUT setting has been increased to 150 seconds so that Guzzle works on…
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSocketHandler.php138 public function setConnectionTimeout(float $seconds): self argument
140 $this->validateTimeout($seconds);
141 $this->connectionTimeout = $seconds;
151 public function setTimeout(float $seconds): self argument
153 $this->validateTimeout($seconds);
154 $this->timeout = $seconds;
162 * @param float $seconds 0 for no timeout
164 public function setWritingTimeout(float $seconds): self argument
166 $this->validateTimeout($seconds);
167 $this->writingTimeout = $seconds;
[all …]
/plugin/chat/
H A Dreadme.txt95 - First, new messages are polled each 5 seconds.
96 - After 30 seconds, checking interval is prolonged to 10 seconds.
97 - After another 30 seconds, checking interval is changed to 30 seconds.
101 10 seconds and the cycle repeats again.
104 to fastest 5 seconds immediately.
/plugin/ckgdoku/action/entities/utils/
H A Dentities.txt626 seconds
/plugin/ckgedit/action/entities/utils/
H A Dentities.txt626 seconds
/plugin/codemirror/dist/modes/
H A Dperl.min.js.map1seconds\n socket :1, // - create a socket\n …
H A Dsparql.min.js.map1 …", \"strafter\", \"year\", \"month\", \"day\", \"hours\", \"minutes\", \"seconds\",\n …
H A Dsql.min.js.map1 …v prior regexp retain-union retain-intersection right rstream sec second seconds select set some s…
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64seconds-from-time|fn:seconds-from-duration|fn:seconds-from-dateTime|fn:round-half-to-even|fn:round…
/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/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/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-io-2.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
H A Dgson-2.7.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
H A Djstl-1.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...
H A Dservlet-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/ ...
/plugin/diagramsnet/lib/js/diagramly/
H A DEditorUi.js6517 var seconds = Math.floor((new Date() - date) / 1000);
6518 var interval = Math.floor(seconds / 31536000);
6525 interval = Math.floor(seconds / 2592000);
6532 interval = Math.floor(seconds / 86400);
6539 interval = Math.floor(seconds / 3600);
6546 interval = Math.floor(seconds / 60);
/plugin/diagramsnet/lib/js/
H A Dextensions.min.js1728seconds(),2)})),q("Hmm",0,0,(function(){return""+this.hours()+j(this.minutes(),2)})),q("Hmmss",0,0…
/plugin/diagramsnet/lib/js/mermaid/
H A Dmermaid.min.js29seconds(),2)})),q("Hmm",0,0,(function(){return""+this.hours()+j(this.minutes(),2)})),q("Hmmss",0,0…
/plugin/dirtylittlehelper/
H A Ddokuwiki_plugin_dirtylittlehelper.txt297 The six letters are for the seconds since the year began.\\

12345