Home
last modified time | relevance | path

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

/plugin/xcom/scripts/ !
Dxml.php34 $time_start = time(); variable
64 if((time() - $time_start ) > $secs ) {
139 $time_start = time();
141 if((time() - $time_start ) > $secs ) {
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/commonmark/ !
H A DDWtest.php180 $time_start = microtime(true); variable
189 $execution_time = ($time_end - $time_start)*1000;
/plugin/sqlite/ !
H A Dadmin.php180 $time_start = microtime(true);
188 $time = $time_end - $time_start;