/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; 88 if ($endtime=="-") { 91 if (($timestamp = strtotime($endtime)) === -1) { 94 $err .= " Endtime ($endtime) is invalid";
|
/plugin/meta/ |
H A D | syntax.php | 142 list($enddate, $endtime) = explode(' ', trim($end), 2); 143 if (!trim($endtime)) { 147 $endtime = $this->autocompleteTime($enddate, true); 152 $endtime = '23:59:59'; 159 $endtime = $this->autocompleteTime($endtime, true); 163 $end = strtotime($enddate.' '.$endtime);
|
/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 558 if($endtime) { 559 $addsql[] = "p.dateline<'$endtime'"; 576 function getchatpmbyplid($uid, $plid, $starttime = 0, $endtime = 0, $start = 0, $ppp = 0) { argument 588 if($endtime) { 589 $addsql[] = "p.dateline<'$endtime'";
|
/plugin/bugzillahttp/ |
H A D | syntax.php | 27 private $endtime; variable in syntax_plugin_bugzillaHTTP
|
/plugin/jplayer/vendor/james-heinrich/getid3/demos/ |
H A D | demo.browse.php | 123 $endtime = microtime(true); variable 124 echo 'File parsed in '.number_format($endtime - $starttime, 3).' seconds.<br>'; 215 $endtime = microtime(true); variable 218 echo 'Directory scanned in '.number_format($endtime - $starttime, 2).' seconds.<br>';
|
/plugin/authucenter/lib/uc_client/control/ |
H A D | pm.php | 248 $endtime = $this->time; 268 …$pms = $_ENV['pm']->getpmbyplid($this->user['uid'], $plid, $starttime, $endtime, $start, $ppp, $ty…
|
/plugin/importfacebookevents/ |
H A D | syntax.php | 352 $entry = str_replace('{endtime}', $timeEnd, $entry);
|
/plugin/importfacebookevents/nppBackup/ |
H A D | syntax.php.2018-03-08_163705.bak | 347 $entry = str_replace('{endtime}', $timeEnd, $entry);
|
H A D | syntax.php.2018-03-08_165255.bak | 354 $entry = str_replace('{endtime}', $timeEnd, $entry);
|
H A D | syntax.php.2018-03-08_163658.bak | 348 $entry = str_replace('{endtime}', $timeEnd, $entry);
|
H A D | syntax.php.2018-03-08_163718.bak | 347 $entry = str_replace('{endtime}', $timeEnd, $entry);
|
H A D | syntax.php.2018-03-08_164623.bak | 347 $entry = str_replace('{endtime}', $timeEnd, $entry);
|
H A D | syntax.php.2018-03-08_164706.bak | 351 $entry = str_replace('{endtime}', $timeEnd, $entry);
|
H A D | syntax.php.2018-03-08_165027.bak | 353 $entry = str_replace('{endtime}', $timeEnd, $entry);
|
H A D | syntax.php.2018-03-08_165158.bak | 352 $entry = str_replace('{endtime}', $timeEnd, $entry);
|