Searched refs:secs (Results 1 – 14 of 14) sorted by relevance
52 var secs = getElementsByClass('section_highlight');53 for(var j=0; j<secs.length; j++){54 secs[j].className = secs[j].className.replace(/ ?section_highlight/,'');56 var secs = getElementsByClass('section_highlight');
20 $secs = 15; variable64 if((time() - $time_start ) > $secs ) { 128 global $secs;141 if((time() - $time_start ) > $secs ) {
30 $secs = 25; 32 if((time() - $time_start ) > $secs ) { 42 if((time() - $time_start ) > $secs ) { 170 $secs = 5; 174 if((time() - $time_start ) > $secs ) {
181 foreach ($array as $name=>$secs) {182 if ($seconds < $secs && $secs != end($array)) continue;183 $resv = floor($seconds / $secs);185 $seconds -= $resv*$secs;
214 foreach ($array as $name=>$secs) {215 if ($seconds < $secs && $secs != end($array)) continue;216 $resv = floor($seconds / $secs);218 $seconds -= $resv*$secs;
72 var secs = 0;79 secs++;80 dom.innerHTML = data + '[seconds: ' + secs*15 + ']';
86 public function wait($secs) argument88 sleep($secs);
259 $secs = ($decimaldegrees - $dms) * 3600;260 $min = floor($secs / 60);261 $sec = round($secs - ($min * 60), 3);
212 $secs = $dateTime->getTimestamp(); // Gets the seconds213 $millisecs = $secs * 1000; // Converted to milliseconds
414 $secs = '0';419 $secs = '0';424 $secs = $match[3];429 $secs = $match[3];434 $date->setTime(intval($hour), intval($mins), intval($secs));
408 $secs = round((($time % 60000) / 1000), 2);410 if ($secs !== 0) {411 $time .= ", $secs secs";
89 public function setSleepTime($secs) argument91 $this->sleepTime = abs($secs);
76 public function setTimeout($secs) argument78 $this->timeout = (int)$secs;
693 $secs = ($decimaldegrees - $dms) * 3600;694 $min = floor($secs / 60);695 $sec = round($secs - ($min * 60), 3);