Home
last modified time | relevance | path

Searched refs:seconds (Results 76 – 100 of 107) sorted by last modified time

12345

/plugin/codemirror/dist/modes/
H A Dsparql.min.js.map1 …", \"strafter\", \"year\", \"month\", \"day\", \"hours\", \"minutes\", \"seconds\",\n …
/plugin/phpipam/
H A Dsyntax.php1496 $seconds = 0 ;
1516 $seconds = ($d - $degrees) * 3600 ;
1518 $minutes = floor($seconds / 60) ;
1520 $seconds = floor($seconds - ($minutes * 60)) ;
1524 $dms .= "' title='$dec'>$degrees° $minutes' $seconds"" ;
/plugin/flowcharts/
H A Dmermaid.min.js24seconds(),2)})),G("Hmm",0,0,(function(){return""+this.hours()+j(this.minutes(),2)})),G("Hmmss",0,0…
/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/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dobjects.js460 seconds: 54 property in AnonymousFunction235956211700.a.film
475 seconds: 54 property in AnonymousFunction235956211700.b.film
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Ddate.rst19 The example above will output a string like ``4 seconds ago`` or ``in 1 month``,
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DStream.php439 * @param int $seconds Timeout period in seconds.
443 public function setStreamTimeout($seconds, $microseconds = 0) argument
445 return stream_set_timeout($this->getStream(), $seconds, $microseconds);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dd3.min.js5 …1e3*Math.floor(t))},function(n){return n.getSeconds()}),ga.seconds=ga.second.range,ga.seconds.utc=…
/plugin/findologicxmlexport/vendor/phpunit/php-timer/tests/
H A DTimerTest.php28 public function testSecondsToTimeString($string, $seconds) argument
32 PHP_Timer::secondsToTimeString($seconds)
/plugin/ckgdoku/action/entities/utils/
H A Dentities.txt626 seconds
/plugin/dlcount/
H A Daction.php204 function time_translate($seconds) { argument
215 if ($seconds < $secs && $secs != end($array)) continue;
216 $resv = floor($seconds / $secs);
218 $seconds -= $resv*$secs;
H A Dadmin.php171 function time_translate($seconds) { argument
182 if ($seconds < $secs && $secs != end($array)) continue;
183 $resv = floor($seconds / $secs);
185 $seconds -= $resv*$secs;
/plugin/gtime/gtlib/asn1/tsp/
H A DTSPAccuracy.php43 private $seconds; variable in TSPAccuracy
76 if (!is_null($this->seconds)) {
84 $this->seconds = $item->getValue();
163 if ($this->seconds != null) {
164 $sequence->add(new ASN1Integer($this->seconds));
202 if (!is_null($this->seconds)) {
203 $accuracy = $accuracy->add(new GTBigInteger($this->seconds));
/plugin/mdpage/vendor/cebe/markdown/
H A D.scrutinizer.yml6 timeout: 600 # Timeout in seconds.
/plugin/swiftmail/Swift/Plugin/
H A DAntiFlood.php84 public function wait($seconds) argument
86 if ($seconds) sleep($seconds);
/plugin/fckg/action/entities/utils/
H A Dentities.txt626 seconds
/plugin/jenkins/
H A Dsyntax.php168 $seconds = $x % 60;
186 if ($seconds >= 1) {
187 $duration .= $seconds.'s ';
/plugin/amcharts/assets/amcharts/
H A Damcharts.js371 …e.setUTCHours(c.hours,c.minutes,c.seconds,c.milliseconds)):e=new Date(c.year,c.month,c.date,c.hour…
/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md340 delay | 1 | number | Delay by number of seconds before triggering print
626 delay | A numeric value to delay the capturing in seconds ([details](#delay-the-capturing-before-ex…
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Dreadme.md105 reload | 0 | Reload data every X seconds
/plugin/relativetimehelper/
H A Dhelper.php33 $seconds = $timediff % $this::SECONDS_PER_MINUTE;
34 if ($seconds != 0) {
35 if ($seconds == 1) {
38 $parts[] = sprintf($this->getLang('seconds'), $seconds);
40 $timediff -= $seconds;
/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt1037 except that it denotes the local clock time (hours, minutes, and seconds) of
1078 period and the second is the number of seconds in the period. Thus, a time
1084 integer that gives the number of seconds in the period. Thus, a blitz game
1091 gives the minimum number of seconds allocated for the period and the second
1092 integer gives the number of extra seconds added after each move is made. So,
1100 integer. The integer gives the total number of seconds in the sandclock
2313 16.2.5.2: Opcode "acs": analysis count: seconds
2316 represent the number of seconds used for an analysis. Note that the value may
H A Dpgn-standard-proposed-supplement.txt318 and 56 seconds remaining on their clock.
/plugin/tuxquote/
H A Dquotes.txt3590 We know Linux is the best, it can do infinite loops in five seconds. <BR> -- Linus Torvalds
4213 What does a clock do when it's hungry? It goes back four seconds.
/plugin/authgoogle2fa/
H A DREADME.md12 * The timeout slack, default is 2 ( 2*30 seconds = 60 seconds ).

12345