Home
last modified time | relevance | path

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

12345

/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/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/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/swiftmail/Swift/Plugin/
H A DAntiFlood.php84 public function wait($seconds) argument
86 if ($seconds) sleep($seconds);
/plugin/findologicxmlexport/vendor/phpunit/php-timer/tests/
H A DTimerTest.php28 public function testSecondsToTimeString($string, $seconds) argument
32 PHP_Timer::secondsToTimeString($seconds)
/plugin/dlcount/
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;
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;
/plugin/authgoogle2fa/
H A DREADME.md12 * The timeout slack, default is 2 ( 2*30 seconds = 60 seconds ).
/plugin/jenkins/
H A Dsyntax.php168 $seconds = $x % 60;
186 if ($seconds >= 1) {
187 $duration .= $seconds.'s ';
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.misc.cue.php266 $seconds = (isset($explodedline[1]) ? $explodedline[1] : '');
271 …[$type][$number] = array('minutes'=>intval($minutes), 'seconds'=>intval($seconds), 'frames'=>intva…
275 …[$type] = array('minutes'=>intval($minutes), 'seconds'=>intval($seconds), 'frames'=>intva…
H A Dgetid3.lib.php600 * @param int $seconds
604 public static function PlaytimeString($seconds) { argument
605 $sign = (($seconds < 0) ? '-' : '');
606 $seconds = round(abs($seconds));
607 $H = (int) floor( $seconds / 3600);
608 $M = (int) floor(($seconds - (3600 * $H) ) / 60);
609 $S = (int) round( $seconds - (3600 * $H) - (60 * $M) );
/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/mdpage/vendor/cebe/markdown/
H A D.scrutinizer.yml6 timeout: 600 # Timeout in seconds.
/plugin/flowplay2/flowplayer/
H A Djavascript.txt35 Seek(seconds:Number):Void;
41 Get's the current time (seconds advanced).
148 has following properties: name, baseUrl, fileName, start (start time in seconds),
149 end (end time in seconds), protected (is hotlink protection applied for this clip?),
200 The metadata object contains following properties: duration (seconds),
/plugin/flowplay/flowplayer/
H A Djavascript.txt16 Seek(seconds:Number)Void;
59 Seek(seconds:Number)Void;
65 Get's the current time (seconds advanced).
/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/twitter/
H A Dsyntax.php142 $seconds = $chunks [$i] [0];
146 if (($count = floor($since / $seconds)) != 0) {
157 if (($count2 = floor(($since - ($seconds * $count)) / $seconds2)) != 0) {
/plugin/davcal/fullcalendar-3.10.5/
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/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/quickstats/lang/en/
H A Dquery.txt54seconds. If your server is set to safemode and you have permission to make changes to php.ini, the…
/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&deg;&nbsp;$minutes&apos;&nbsp;$seconds&quot;" ;
/plugin/fckg/action/entities/utils/
H A Dentities.txt626 seconds
/plugin/ckgdoku/action/entities/utils/
H A Dentities.txt626 seconds
/plugin/ckgedit/action/entities/utils/
H A Dentities.txt626 seconds
/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

12345