Home
last modified time | relevance | path

Searched refs:wait (Results 51 – 75 of 225) sorted by last modified time

123456789

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md32 wait for a result. Guzzle promises allows this functionality (and does
34 3. Because we need to be able to wait on a result, doing so using React
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DUtils.php83 'value' => $promise->wait()
134 $results[$key] = $promise->wait();
H A DEachPromise.php116 $promise->wait();
H A DPromiseInterface.php96 public function wait($unwrap = true); function
H A DRejectedPromise.php61 public function wait($unwrap = true, $defaultDelivery = null) function in GuzzleHttp\\Promise\\RejectedPromise
H A DCoroutine.php67 $this->currentPromise->wait();
101 public function wait($unwrap = true) function in GuzzleHttp\\Promise\\Coroutine
103 return $this->result->wait($unwrap);
H A DFulfilledPromise.php58 public function wait($unwrap = true, $defaultDelivery = null) function in GuzzleHttp\\Promise\\FulfilledPromise
H A DPromise.php60 public function wait($unwrap = true) function in GuzzleHttp\\Promise\\Promise
65 return $this->result->wait($unwrap);
274 $result->wait(false);
/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 DGlobalOperations.php194 public function wait($project, $operation, $optParams = []) function in Google\\Service\\Compute\\Resource\\GlobalOperations
H A DZoneOperations.php137 public function wait($project, $zone, $operation, $optParams = []) function in Google\\Service\\Compute\\Resource\\ZoneOperations
/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',
H A DCompute.php2697 ],'wait' => [
2698 'path' => 'projects/{project}/global/operations/{operation}/wait',
11241 ],'wait' => [
11242 'path' => 'projects/{project}/regions/{region}/operations/{operation}/wait',
16042 ],'wait' => [
16043 'path' => 'projects/{project}/zones/{zone}/operations/{operation}/wait',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Translate/Resource/
H A DProjectsLocationsOperations.php130 public function wait($name, WaitOperationRequest $postBody, $optParams = []) function in Google\\Service\\Translate\\Resource\\ProjectsLocationsOperations
/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
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DClient.php129 return $this->sendAsync($request, $options)->wait();
182 return $this->requestAsync($method, $uri, $options)->wait();
H A DPool.php109 $pool->promise()->wait();
/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`
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/passpolicy/
H A Dwords.txt3929 wait
/plugin/diagramsnet/lib/js/diagramly/
H A DmxRuler.js378 function debounce(func, wait, immediate) argument
394 timeout = setTimeout(later, wait);
/plugin/diagramsnet/lib/resources/
H A Ddia_kn.txt764 updatingDocument=Updating Document. Please wait...
765 updatingPreview=Updating Preview. Please wait...
766 updatingSelection=Updating Selection. Please wait...
H A Ddia_si.txt764 updatingDocument=Updating Document. Please wait...
765 updatingPreview=Updating Preview. Please wait...
766 updatingSelection=Updating Selection. Please wait...
H A Ddia_sl.txt764 updatingDocument=Updating Document. Please wait...
765 updatingPreview=Updating Preview. Please wait...
766 updatingSelection=Updating Selection. Please wait...

123456789