Home
last modified time | relevance | path

Searched refs:wait (Results 26 – 50 of 225) sorted by relevance

123456789

/plugin/searchindex/
H A Dscript.js59 var wait = 250;
68 window.setTimeout(index, wait);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DOnDemandScanning.php119 ],'wait' => [
120 'path' => 'v1/{+name}:wait',
H A DTranslate.php343 ],'wait' => [
344 'path' => 'v3/{+name}:wait',
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DPromise.php60 public function wait($unwrap = true) function in GuzzleHttp\\Promise\\Promise
65 return $this->result->wait($unwrap);
274 $result->wait(false);
H A DPromiseInterface.php96 public function wait($unwrap = true); function
H A DUtils.php83 'value' => $promise->wait()
134 $results[$key] = $promise->wait();
H A DFulfilledPromise.php58 public function wait($unwrap = true, $defaultDelivery = null) function in GuzzleHttp\\Promise\\FulfilledPromise
H A DRejectedPromise.php61 public function wait($unwrap = true, $defaultDelivery = null) function in GuzzleHttp\\Promise\\RejectedPromise
/plugin/combo/ComboStrap/
H A DFetcherScreenshot.php121 // wait until the target page is loaded
123 $webDriver->wait(2, 500)->until(
139 $webDriver->wait(2, 500)->until(
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Future/
H A DFutureInterface.php10 * You can use the future in a blocking manner using the wait() function, or
14 * When the future is dereferenced using wait(), the result of the computation
15 * is cached and returned for subsequent calls to wait(). If the result of the
16 * computation has not yet completed when wait() is called, the call to wait()
26 * Throwing an exception in the wait() method will mark the future as
27 * realized and will throw the exception each time wait() is called.
30 * exception if the future's wait() method is called again.
34 public function wait(); function
H A DMagicFutureTrait.php30 return $this->_value = $this->wait();
H A DCompletedFutureValue.php32 public function wait() function in GuzzleHttp\\Ring\\Future\\CompletedFutureValue
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DCHANGELOG.md46 - `wait()` foreign promise compatibility
81 is empty. Previously, such a promise would throw an exception when its `wait`
/plugin/davcal/vendor/sabre/http/examples/
H A Dasyncclient.php63 // After everything is done, we call 'wait'. This causes the client to wait for
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dfutures.asciidoc112 you can call `wait()` on the future to force resolution, too:
131 //wait() forces future resolution and will execute the underlying curl batch
132 $futures[999]->wait();
157 This changes the behavior to wait on 500 queued requests before sending the
259 For example, if you resolve manually using `wait()`, you may need to call
260 `wait()` several times if there were retries. This is because each retry
/plugin/jplayer/vendor/symfony/process/Tests/
H A DErrorProcessInitiator.php29 $process->wait();
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriver.php80 * $driver->wait(20, 1000)->until(
88 public function wait( function
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DDataFrameTransformDeprecatedNamespace.asciidoc116 $params['timeout'] = (time) Controls the time to wait for the transform to start
131 $params['wait_for_completion'] = (boolean) Whether to wait for the transform to fully stop before returning or not. Default to false
132 $params['timeout'] = (time) Controls the time to wait until the transform has stopped. Default to 30 seconds
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/
H A Dbackbone.js623 var wait = options.wait;
628 if (attrs && !wait) {
643 if (wait) serverAttrs = _.extend({}, attrs, serverAttrs);
651 if (attrs && wait) this.attributes = _.extend({}, attributes, attrs);
670 var wait = options.wait;
678 if (wait) destroy();
690 if (!wait) destroy();
1076 var wait = options.wait;
1079 if (!wait) this.add(model, options);
1083 if (wait) collection.add(m, callbackOpts);
/plugin/issuelinks/
H A Dstyle.less205 cursor: wait;
286 cursor: wait;
320 cursor: wait;
/plugin/diagramsnet/lib/plugins/
H A Danimation.js235 var wait = 'wait 1000\n';
256 list.value += wait
266 list.value += wait
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/
H A DRegionOperations.php138 public function wait($project, $region, $operation, $optParams = []) function in Google\\Service\\Compute\\Resource\\RegionOperations
H A DZoneOperations.php137 public function wait($project, $zone, $operation, $optParams = []) function in Google\\Service\\Compute\\Resource\\ZoneOperations
H A DGlobalOperations.php194 public function wait($project, $operation, $optParams = []) function in Google\\Service\\Compute\\Resource\\GlobalOperations
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/Resource/
H A DProjectsLocationsOperations.php131 public function wait($name, $optParams = []) function in Google\\Service\\OnDemandScanning\\Resource\\ProjectsLocationsOperations

123456789