Home
last modified time | relevance | path

Searched refs:time_start (Results 1 – 3 of 3) sorted by relevance

/plugin/xcom/scripts/
H A Dxml.php34 $time_start = time(); variable
64 if((time() - $time_start ) > $secs ) {
139 $time_start = time();
141 if((time() - $time_start ) > $secs ) {
H A Dxcom_save.php32 if((time() - $time_start ) > $secs ) {
40 $time_start = time();
42 if((time() - $time_start ) > $secs ) {
171 $time_start = time();
174 if((time() - $time_start ) > $secs ) {
/plugin/sqlite/
H A Dadmin.php180 $time_start = microtime(true);
188 $time = $time_end - $time_start;