/plugin/timer/ |
H A D | syntax.php | 59 list($starttime, $endtime) = preg_split("/=/u", $str, 2); 60 return array($state, array($prt,$starttime,$endtime)); 79 list($prts,$starttime,$endtime) = $match; 81 if (($timestamp = strtotime($starttime)) === -1) { 84 $err= "Starttime ($starttime) is invalid";
|
/plugin/amcharts/assets/amcharts/plugins/export/examples/ |
H A D | export.config.advanced.js | 113 var starttime = Number( new Date() ); 124 diff = ( delay - ( Number( new Date() ) - starttime ) / 1000 ); 149 var starttime = Number( new Date() ); 160 var diff = ( delay - ( Number( new Date() ) - starttime ) / 1000 );
|
/plugin/meta/ |
H A D | syntax.php | 134 list($startdate, $starttime) = explode(' ', trim($start), 2); 139 $starttime = $this->autocompleteTime($starttime); 162 $start = strtotime($startdate.' '.$starttime);
|
/plugin/authucenter/lib/uc_client/control/ |
H A D | pm.php | 238 $starttime = $today; 240 $starttime = $today - 86400; 242 $starttime = $today - 172800; 244 $starttime = $today - 604800; 246 $starttime = 0; 268 …$pms = $_ENV['pm']->getpmbyplid($this->user['uid'], $plid, $starttime, $endtime, $start, $ppp, $ty…
|
/plugin/authucenter/lib/uc_client/model/ |
H A D | pm.php | 64 function getpmbyplid($uid, $plid, $starttime, $endtime, $start, $ppp, $type = 0) { argument 66 $pm = $this->getprivatepmbyplid($uid, $plid, $starttime, $endtime, $start, $ppp); 68 $pm = $this->getchatpmbyplid($uid, $plid, $starttime, $endtime, $start, $ppp); 537 function getprivatepmbyplid($uid, $plid, $starttime = 0, $endtime = 0, $start = 0, $ppp = 0) { argument 555 if($starttime) { 556 $addsql[]= "p.dateline>'$starttime'"; 576 function getchatpmbyplid($uid, $plid, $starttime = 0, $endtime = 0, $start = 0, $ppp = 0) { argument 585 if($starttime) { 586 $addsql[]= "p.dateline>'$starttime'";
|
/plugin/bugzillahttp/ |
H A D | syntax.php | 26 private $starttime; variable in syntax_plugin_bugzillaHTTP
|
/plugin/jplayer/vendor/james-heinrich/getid3/demos/ |
H A D | demo.browse.php | 89 $starttime = microtime(true); variable 124 echo 'File parsed in '.number_format($endtime - $starttime, 3).' seconds.<br>'; 139 $starttime = microtime(true); variable 218 echo 'Directory scanned in '.number_format($endtime - $starttime, 2).' seconds.<br>';
|
H A D | demo.mysqli.php | 164 $starttime = microtime(true); 166 $TimeSpentQuerying += (microtime(true) - $starttime); 456 $starttime = time(); variable
|
/plugin/combo/vendor/symfony/process/ |
H A D | Process.php | 60 private $starttime; variable in Symfony\\Component\\Process\\Process 304 $this->starttime = $this->lastOutputTime = microtime(true); 1201 if (null !== $this->timeout && $this->timeout < microtime(true) - $this->starttime) { 1223 return $this->starttime; 1474 $this->starttime = null;
|
/plugin/jplayer/vendor/symfony/process/ |
H A D | Process.php | 57 private $starttime; variable in Symfony\\Component\\Process\\Process 278 $this->starttime = $this->lastOutputTime = microtime(true); 1327 if (null !== $this->timeout && $this->timeout < microtime(true) - $this->starttime) { 1558 $this->starttime = null;
|
/plugin/importfacebookevents/ |
H A D | syntax.php | 349 $entry = str_replace('{starttime}', $timeStart, $entry);
|
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/ |
H A D | module.graphic.bmp.php | 641 $starttime = time(); 663 …nfo['resolution_x'] * $BMPinfo['resolution_y']).' pixels in '.(time() - $starttime).' seconds<BR>';
|
/plugin/photogallery/phpThumb/ |
H A D | phpThumb.php | 27 $starttime = array_sum(explode(' ', microtime())); // could be called as microtime(true) for PHP 5.… variable 127 $phpThumb->DebugTimingMessage('phpThumb.php start', __FILE__, __LINE__, $starttime);
|
H A D | phpthumb.bmp.php | 750 $starttime = time(); 760 …nfo['resolution_x'] * $BMPinfo['resolution_y']).' pixels in '.(time() - $starttime).' seconds<BR>';
|
/plugin/importfacebookevents/nppBackup/ |
H A D | syntax.php.2018-03-08_163705.bak | 344 $entry = str_replace('{starttime}', $timeStart, $entry);
|
H A D | syntax.php.2018-03-08_165255.bak | 351 $entry = str_replace('{starttime}', $timeStart, $entry);
|
H A D | syntax.php.2018-03-08_163658.bak | 345 $entry = str_replace('{starttime}', $timeStart, $entry);
|
H A D | syntax.php.2018-03-08_163718.bak | 344 $entry = str_replace('{starttime}', $timeStart, $entry);
|
H A D | syntax.php.2018-03-08_164623.bak | 344 $entry = str_replace('{starttime}', $timeStart, $entry);
|
H A D | syntax.php.2018-03-08_164706.bak | 348 $entry = str_replace('{starttime}', $timeStart, $entry);
|
H A D | syntax.php.2018-03-08_165027.bak | 350 $entry = str_replace('{starttime}', $timeStart, $entry);
|
H A D | syntax.php.2018-03-08_165158.bak | 349 $entry = str_replace('{starttime}', $timeStart, $entry);
|