Searched refs:sleep (Results 1 – 25 of 124) sorted by relevance
12345
| /plugin/conflictmerger/tests/ |
| D | acceptance.test.php | 97 sleep(1); 111 sleep(1); 127 sleep(1); 143 sleep(1); 171 sleep(1); 183 sleep(1); 194 sleep(1); 207 sleep(1); 218 sleep(1); 229 sleep(1); [all …]
|
| /plugin/davcal/vendor/sabre/dav/bin/ |
| H A D | naturalselection | 22 def run(cacheDir, threshold, sleep=5, simulate=False, min_erase = 0): argument 69 time.sleep(sleep) 131 sleep=options.sleep,
|
| /plugin/sql2wiki/action/ |
| D | sqlite.php | 101 $sleep = $page == $ID ? 1 : 0; 102 $this->update_query_results($page, $sql2wiki_filtered, $sleep); 190 protected function update_query_results($page, $sql2wiki_data, $sleep=0) { argument 194 sleep($sleep); // wait if we are processing currently viewed page 201 sleep(1); // wait for all types of updates since we have just updated the page
|
| /plugin/findologicxmlexport/vendor/jms/metadata/tests/ |
| D | ClassMetadataTest.php | 30 sleep(2); 36 sleep(2);
|
| /plugin/pgn4web/pgn4web/live/ |
| D | live-simulation.sh | 296 sleep $delay 327 sleep $delay 356 sleep 3600
|
| /plugin/indexmenu/_test/ |
| D | AjaxRequestsTest.php | 26 sleep(1); // ensure different timestamps for 'dsort' 28 sleep(1);
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/functions/ |
| D | wait-for-container.sh | 17 sleep 2;
|
| /plugin/logautherror/ |
| D | action.php | 44 sleep(mt_rand(1,15));
|
| /plugin/move/_test/ |
| D | cache_handling.test.php | 32 sleep(1); // wait in order to make sure that conditions with < give the right result.
|
| /plugin/combo/ComboStrap/ |
| H A D | Mutex.php | 44 sleep(1);
|
| H A D | Lock.php | 103 sleep(1);
|
| /plugin/projects/lib/ |
| D | mutex.php | 31 sleep(1);
|
| /plugin/swiftmail/Swift/Plugin/ |
| D | AntiFlood.php | 86 if ($seconds) sleep($seconds);
|
| D | Throttler.php | 88 sleep($secs);
|
| /plugin/chat/ |
| D | ajax.php | 246 sleep(5); 267 sleep(50);
|
| /plugin/aichat/Storage/ |
| D | QdrantStorage.php | 66 sleep(1 + $retry); 79 sleep(1 + $retry);
|
| /plugin/ahrefmenu/ |
| D | xmlTree.js | 24 function sleep(numberMillis){ function
|
| /plugin/poldek/ |
| D | helper.php | 72 sleep(1);
|
| /plugin/structpublish/_test/ |
| H A D | revision.test.php | 95 sleep(3);
|
| /plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/ |
| D | DateHandlerTest.php | 76 sleep(1);
|
| /plugin/combo/action/ |
| H A D | metaprocessing.php | 81 sleep(1);
|
| /plugin/letsencrypt/ |
| D | Lescript.php | 144 sleep(1); 193 sleep(1);
|
| /plugin/swiftmail/Swift/ |
| D | BatchMailer.php | 220 if ($t = $this->getSleepTime()) sleep($t);
|
| /plugin/struct/_test/ |
| H A D | SearchTest.php | 178 sleep(1); 206 sleep(1);
|
| /plugin/jcapture/src/com/hammurapi/jcapture/ |
| D | CaptureFrame.java | 221 Thread.sleep(200); // For Ubuntu. in capture() 326 Thread.sleep(200); // For Ubuntu. in record()
|
12345