Searched refs:usec (Results 1 – 15 of 15) sorted by relevance
| /plugin/bashorg/ |
| D | bash.org.php | 27 list($usec, $sec) = explode(' ', microtime()); 29 srand((float) $sec + ((float) $usec * 100000));
|
| /plugin/mantis/lib/ |
| D | class.nusoap_base.php | 859 $usec = $tod['usec']; 862 $usec = 0; 864 return strftime('%Y-%m-%d %H:%M:%S', $sec) . '.' . sprintf('%06d', $usec); 966 * @param string $usec the number of microseconds to sleep 970 function usleepWindows($usec) argument 980 while ($timePassed < $usec);
|
| D | nusoap.php | 859 $usec = $tod['usec']; 862 $usec = 0; 864 return strftime('%Y-%m-%d %H:%M:%S', $sec) . '.' . sprintf('%06d', $usec); 966 * @param string $usec the number of microseconds to sleep 970 function usleepWindows($usec) argument 980 while ($timePassed < $usec);
|
| /plugin/tabtables/ |
| D | action.php | 248 list($usec, $sec) = explode(" ", microtime()); 249 return 1000000*((float)$usec + (float)$sec);
|
| /plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/ |
| D | StreamHandler.php | 330 $usec = ($readTimeout - $sec) * 100000; 331 stream_set_timeout($resource, $sec, $usec);
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/Handler/ |
| D | StreamHandler.php | 335 $usec = ($readTimeout - $sec) * 100000; 336 \stream_set_timeout($resource, $sec, $usec);
|
| /plugin/upgrade/HTTP/ |
| D | HTTPClient.php | 755 list($usec, $sec) = explode(" ", microtime()); 756 return ((float)$usec + (float)$sec);
|
| /plugin/elwikiupgrade/ |
| D | HTTPClient.php | 745 list($usec, $sec) = explode(" ", microtime()); 746 return ((float)$usec + (float)$sec);
|
| /plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/ |
| D | SSH2.php | 1444 $usec = (int) (1000000 * ($this->curTimeout - $sec)); 1445 if (@stream_select($read, $write, $except, $sec, $usec) === false) { 3436 $usec = (int) (1000000 * ($this->curTimeout - $sec)); 3439 if (!@stream_select($read, $write, $except, $sec, $usec)) {
|
| /plugin/googlesearch/ |
| D | nusoap.php | 792 $usec = $tod['usec']; 795 $usec = 0; 797 return strftime('%Y-%m-%d %H:%M:%S', $sec) . '.' . sprintf('%06d', $usec); 887 * @param string $usec the number of microseconds to sleep 891 function usleepWindows($usec) argument 901 while ($timePassed < $usec);
|
| /plugin/jplayer/vendor/james-heinrich/getid3/demos/ |
| D | demo.mp3header.php | 227 list($usec, $sec) = explode(' ', microtime()); 228 return ((float) $usec + (float) $sec);
|
| /plugin/qrcode2/ |
| D | phpqrcode.php | 261 list($usec, $sec) = explode(" ", microtime()); 262 $time = ((float)$usec + (float)$sec);
|
| /plugin/asciidocjs/node_modules/@asciidoctor/opal-runtime/src/ |
| D | index.mjs | 20689 …jd,to_date,format,isdst,!=,<=,==,ceil,local,gm,asctime,getgm,gmt_offset,inspect,usec,gmtime,gmt?'); 21131 $def(self, '$usec', function $$usec() { 21520 $alias(self, "tv_usec", "usec");
|
| D | index.cjs | 20698 …jd,to_date,format,isdst,!=,<=,==,ceil,local,gm,asctime,getgm,gmt_offset,inspect,usec,gmtime,gmt?'); 21140 $def(self, '$usec', function $$usec() { 21529 $alias(self, "tv_usec", "usec");
|
| /plugin/xlsx2dw/packages/xlsx/ |
| D | xlsx.mjs | 1086 /* time rounding depends on presence of minute / second / usec fields */
|