Searched refs:sleep (Results 1 – 25 of 108) sorted by relevance
12345
/plugin/conflictmerger/tests/ |
H A 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): 69 time.sleep(sleep) 131 sleep=options.sleep,
|
/plugin/sql2wiki/action/ |
H A 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) { 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 170 update_query_results($page, $sql2wiki_data, $sleep = 0) global() argument
|
/plugin/findologicxmlexport/vendor/jms/metadata/tests/ |
H A D | ClassMetadataTest.php | 30 sleep(2); 36 sleep(2);
|
/plugin/pgn4web/pgn4web/live/ |
H A D | live-simulation.sh | 296 sleep $delay 327 sleep $delay 356 sleep 3600
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/functions/ |
H A D | wait-for-container.sh | 17 sleep 2;
|
/plugin/logautherror/ |
H A D | action.php | 44 sleep(mt_rand(1,15));
|
/plugin/move/_test/ |
H A 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);
|
/plugin/projects/lib/ |
H A D | mutex.php | 31 sleep(1);
|
/plugin/swiftmail/Swift/Plugin/ |
H A D | AntiFlood.php | 86 if ($seconds) sleep($seconds);
|
H A D | Throttler.php | 88 sleep($secs);
|
/plugin/chat/ |
H A D | ajax.php | 246 sleep(5); 267 sleep(50);
|
/plugin/ahrefmenu/ |
H A D | xmlTree.js | 24 function sleep(numberMillis){ function
|
/plugin/poldek/ |
H A D | helper.php | 72 sleep(1);
|
/plugin/combo/action/ |
H A D | metaprocessing.php | 81 sleep(1);
|
/plugin/structpublish/_test/ |
H A D | revision.test.php | 95 sleep(3);
|
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/ |
H A D | DateHandlerTest.php | 76 sleep(1);
|
/plugin/letsencrypt/ |
H A D | Lescript.php | 144 sleep(1); 193 sleep(1);
|
/plugin/swiftmail/Swift/ |
H A D | BatchMailer.php | 220 if ($t = $this->getSleepTime()) sleep($t);
|
/plugin/move/helper/ |
H A D | rewrite.php | 281 if($oldRev == time()) sleep(1);
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/ |
H A D | DirSync.php | 116 sleep($checkInterval);
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/ |
H A D | run-elasticsearch.sh | 76 sleep 10
|
/plugin/jcapture/src/com/hammurapi/jcapture/ |
H A D | CaptureFrame.java | 221 Thread.sleep(200); // For Ubuntu. in capture() 326 Thread.sleep(200); // For Ubuntu. in record()
|
/plugin/bible/bible_douayRheims/ |
H A D | 1_Thessalonians.txt | 65 5:6. Therefore, let us not sleep, as others do: but let us watch, and be sober. 66 5:7. For they that sleep, sleep in the night; and they that are drunk, are drunk in the night. 69 5:10. Who died for us: that, whether we watch or sleep, we may live together with him.
|
12345