/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Future/ |
H A D | BaseFutureTrait.php | 32 * @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 D | AntiFlood.php | 43 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 D | Throttler.php | 60 $this->wait($overrun); 79 $this->wait($overrun); 86 public function wait($secs) function in Swift_Plugin_Throttler
|
/plugin/combo/ComboStrap/ |
H A D | Mutex.php | 36 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 D | Temporary.php | 70 * @param bool $wait Differ opening or not. 76 $wait = false argument 82 parent::__construct($streamName, $mode, $context, $wait);
|
H A D | Read.php | 59 * @param bool $wait Differ opening or not. 65 $wait = false argument 67 parent::__construct($streamName, $mode, $context, $wait);
|
H A D | Write.php | 59 * @param bool $wait Differ opening or not. 65 $wait = false argument 67 parent::__construct($streamName, $mode, $context, $wait);
|
H A D | ReadWrite.php | 62 * @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 D | Link.php | 60 * @param bool $wait Differ opening or not. 67 $wait = false argument 77 parent::__construct($streamName, $mode, $context, $wait);
|
H A D | Read.php | 59 * @param bool $wait Differ opening or not. 65 $wait = false argument 67 parent::__construct($streamName, $mode, $context, $wait);
|
H A D | Write.php | 58 * @param bool $wait Differ opening or not. 64 $wait = false argument 66 parent::__construct($streamName, $mode, $context, $wait);
|
H A D | ReadWrite.php | 62 * @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 D | README.md | 10 - [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 D | SecurityNamespace.asciidoc | 72 $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 D | TransformNamespace.asciidoc | 111 $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 D | Read.php | 58 * @param bool $wait Differ opening or not. 64 $wait = false argument 66 parent::__construct($streamName, $mode, $context, $wait);
|
H A D | File.php | 138 * @param bool $wait Differ opening or not. 145 $wait = false argument 181 parent::__construct($streamName, $context, $wait);
|
H A D | Write.php | 58 * @param bool $wait Differ opening or not. 64 $wait = false argument 66 parent::__construct($streamName, $mode, $context, $wait);
|
H A D | Directory.php | 83 * @param bool $wait Differ opening or not. 89 $wait = false argument 92 parent::__construct($streamName, $context, $wait);
|
H A D | ReadWrite.php | 61 * @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 D | Coroutine.php | 67 $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 D | PhpProcessTest.php | 27 $process->wait(); 43 $process->wait();
|
H A D | ProcessTest.php | 123 $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 D | Stream.php | 149 * @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 D | CHANGELOG.md | 26 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.
|