Home
last modified time | relevance | path

Searched refs:sleep (Results 1 – 25 of 124) sorted by relevance

12345

/plugin/conflictmerger/tests/
Dacceptance.test.php97 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 Dnaturalselection22 def run(cacheDir, threshold, sleep=5, simulate=False, min_erase = 0): argument
69 time.sleep(sleep)
131 sleep=options.sleep,
/plugin/sql2wiki/action/
Dsqlite.php101 $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/
DClassMetadataTest.php30 sleep(2);
36 sleep(2);
/plugin/pgn4web/pgn4web/live/
Dlive-simulation.sh296 sleep $delay
327 sleep $delay
356 sleep 3600
/plugin/indexmenu/_test/
DAjaxRequestsTest.php26 sleep(1); // ensure different timestamps for 'dsort'
28 sleep(1);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/functions/
Dwait-for-container.sh17 sleep 2;
/plugin/logautherror/
Daction.php44 sleep(mt_rand(1,15));
/plugin/move/_test/
Dcache_handling.test.php32 sleep(1); // wait in order to make sure that conditions with < give the right result.
/plugin/combo/ComboStrap/
H A DMutex.php44 sleep(1);
H A DLock.php103 sleep(1);
/plugin/projects/lib/
Dmutex.php31 sleep(1);
/plugin/swiftmail/Swift/Plugin/
DAntiFlood.php86 if ($seconds) sleep($seconds);
DThrottler.php88 sleep($secs);
/plugin/chat/
Dajax.php246 sleep(5);
267 sleep(50);
/plugin/aichat/Storage/
DQdrantStorage.php66 sleep(1 + $retry);
79 sleep(1 + $retry);
/plugin/ahrefmenu/
DxmlTree.js24 function sleep(numberMillis){ function
/plugin/poldek/
Dhelper.php72 sleep(1);
/plugin/structpublish/_test/
H A Drevision.test.php95 sleep(3);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/
DDateHandlerTest.php76 sleep(1);
/plugin/combo/action/
H A Dmetaprocessing.php81 sleep(1);
/plugin/letsencrypt/
DLescript.php144 sleep(1);
193 sleep(1);
/plugin/swiftmail/Swift/
DBatchMailer.php220 if ($t = $this->getSleepTime()) sleep($t);
/plugin/struct/_test/
H A DSearchTest.php178 sleep(1);
206 sleep(1);
/plugin/jcapture/src/com/hammurapi/jcapture/
DCaptureFrame.java221 Thread.sleep(200); // For Ubuntu. in capture()
326 Thread.sleep(200); // For Ubuntu. in record()

12345