Home
last modified time | relevance | path

Searched refs:wait (Results 1 – 25 of 225) sorted by relevance

123456789

/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Future/
H A DBaseFutureTrait.php32 * @param callable $wait Function that blocks until the deferred
42 callable $wait = null, argument
46 $this->waitfn = $wait;
53 public function wait() function
125 $wait = $this->waitfn;
127 $wait();
/plugin/swiftmail/Swift/Plugin/
H A DAntiFlood.php43 public function __construct($threshold, $wait=0) argument
46 $this->setWait($wait);
84 public function wait($seconds) function in Swift_Plugin_AntiFlood
100 $this->wait($this->getWait());
H A DThrottler.php60 $this->wait($overrun);
79 $this->wait($overrun);
86 public function wait($secs) function in Swift_Plugin_Throttler
/plugin/combo/ComboStrap/
H A DMutex.php36 function lock($wait=10) argument
42 for($i = 0; $i < $wait && !($lock = flock($this->filePointer,LOCK_EX|LOCK_NB)); $i++)
49 trigger_error("Not able to create a lock in $wait seconds");
/plugin/findologicxmlexport/vendor/hoa/file/Temporary/
H A DTemporary.php70 * @param bool $wait Differ opening or not.
76 $wait = false argument
82 parent::__construct($streamName, $mode, $context, $wait);
H A DRead.php59 * @param bool $wait Differ opening or not.
65 $wait = false argument
67 parent::__construct($streamName, $mode, $context, $wait);
H A DWrite.php59 * @param bool $wait Differ opening or not.
65 $wait = false argument
67 parent::__construct($streamName, $mode, $context, $wait);
H A DReadWrite.php62 * @param bool $wait Differ opening or not.
68 $wait = false argument
70 parent::__construct($streamName, $mode, $context, $wait);
/plugin/findologicxmlexport/vendor/hoa/file/Link/
H A DLink.php60 * @param bool $wait Differ opening or not.
67 $wait = false argument
77 parent::__construct($streamName, $mode, $context, $wait);
H A DRead.php59 * @param bool $wait Differ opening or not.
65 $wait = false argument
67 parent::__construct($streamName, $mode, $context, $wait);
H A DWrite.php58 * @param bool $wait Differ opening or not.
64 $wait = false argument
66 parent::__construct($streamName, $mode, $context, $wait);
H A DReadWrite.php62 * @param bool $wait Differ opening or not.
68 $wait = false argument
70 parent::__construct($streamName, $mode, $context, $wait);
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DREADME.md10 - [Synchronous wait](#synchronous-wait)
198 # Synchronous wait
204 wait function does not deliver a value, then an exception is thrown. The wait
214 echo $promise->wait(); // outputs "foo"
228 Calling `wait` on a promise that has been fulfilled will not trigger the wait
234 echo $promise->wait(); // outputs "foo"
245 $promise->wait();
267 $promise->wait(false);
310 assert('waited' === $promise->wait());
323 - `wait($unwrap = true) : mixed`
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DSecurityNamespace.asciidoc72 $params['refresh'] = (enum) If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes. (Options = true,false,wait_for)
139 $params['refresh'] = (enum) If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes. (Options = true,false,wait_for)
155 $params['refresh'] = (enum) If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes. (Options = true,false,wait_for)
169 $params['refresh'] = (enum) If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes. (Options = true,false,wait_for)
183 $params['refresh'] = (enum) If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes. (Options = true,false,wait_for)
197 $params['refresh'] = (enum) If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes. (Options = true,false,wait_for)
211 $params['refresh'] = (enum) If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes. (Options = true,false,wait_for)
225 $params['refresh'] = (enum) If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes. (Options = true,false,wait_for)
345 $params['refresh'] = (enum) If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes. (Options = true,false,wait_for)
398 $params['refresh'] = (enum) If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait fo
[all...]
H A DTransformNamespace.asciidoc111 $params['timeout'] = (time) Controls the time to wait for the transform to start
126 $params['wait_for_completion'] = (boolean) Whether to wait for the transform to fully stop before returning or not. Default to false
127 $params['timeout'] = (time) Controls the time to wait until the transform has stopped. Default to 30 seconds
129 $params['wait_for_checkpoint'] = (boolean) Whether to wait for the transform to reach a checkpoint before stopping. Default to false
/plugin/findologicxmlexport/vendor/hoa/file/
H A DRead.php58 * @param bool $wait Differ opening or not.
64 $wait = false argument
66 parent::__construct($streamName, $mode, $context, $wait);
H A DFile.php138 * @param bool $wait Differ opening or not.
145 $wait = false argument
181 parent::__construct($streamName, $context, $wait);
H A DWrite.php58 * @param bool $wait Differ opening or not.
64 $wait = false argument
66 parent::__construct($streamName, $mode, $context, $wait);
H A DDirectory.php83 * @param bool $wait Differ opening or not.
89 $wait = false argument
92 parent::__construct($streamName, $context, $wait);
H A DReadWrite.php61 * @param bool $wait Differ opening or not.
67 $wait = false argument
69 parent::__construct($streamName, $mode, $context, $wait);
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DCoroutine.php67 $this->currentPromise->wait();
101 public function wait($unwrap = true) function in GuzzleHttp\\Promise\\Coroutine
103 return $this->result->wait($unwrap);
/plugin/jplayer/vendor/symfony/process/Tests/
H A DPhpProcessTest.php27 $process->wait();
43 $process->wait();
H A DProcessTest.php123 $p->wait();
167 $process->wait();
238 $p->wait();
454 $process->wait();
573 $process->wait();
586 $process->wait();
611 $process->wait();
645 $process->wait();
710 $process->wait();
897 $process->wait();
[all …]
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DStream.php149 * @param bool $wait Differ opening or not.
151 public function __construct($streamName, $context = null, $wait = false) argument
155 $this->_hasBeenDeferred = $wait;
174 if (true === $wait) {
/plugin/webdav/vendor/sabre/event/
H A DCHANGELOG.md26 wait for any `then`/`otherwise` callbacks to trigger.
27 * Promises now have a `wait()` method. Allowing you to make a promise
28 synchronous and simply wait for a result (or exception) to happen.

123456789