Home
last modified time | relevance | path

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

123456789

/plugin/aceeditor/
H A Dbuild.js1 …riter(?:.getProfiles)?|view|viewmtx|visdiff|volumebounds|voronoi|voronoin|wait|waitbar|waitfor|wai…
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe26774 ĠKu wait
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Dreadme.md91 async | true | If set to false (not recommended) everything will wait until data is fully loaded
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js9209 function debounce(func, wait, options) {
9224 wait = wait < 0 ? 0 : wait;
9245 var remaining = wait - (now() - stamp);
9246 if (remaining <= 0 || remaining > wait) {
9269 if (trailing || (maxWait !== wait)) {
9307 else if (!timeoutId && wait !== maxWait) {
9308 timeoutId = setTimeout(delayed, wait);
9358 function delay(func, wait) {
9359 return baseDelay(func, wait, arguments, 2);
9720 function throttle(func, wait, options) {
[all …]
H A Dpdfmake.min.js.map1wait","args","isFunction","FUNC_ERROR_TEXT","setTimeout","baseSlice","baseDifference","getIndexOf"…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
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',
H A DOnDemandScanning.php119 ],'wait' => [
120 'path' => 'v1/{+name}:wait',
H A DTranslate.php343 ],'wait' => [
344 'path' => 'v3/{+name}:wait',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/
H A DGlobalOperations.php194 public function wait($project, $operation, $optParams = []) function in Google\\Service\\Compute\\Resource\\GlobalOperations
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
/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/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/auth/src/HttpHandler/
H A DGuzzle5HttpHandler.php85 $futureResponse->wait();
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DREADME.md36 $promise->wait();
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/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/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);
H A DEachPromise.php116 $promise->wait();
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);
H A DPromiseInterface.php96 public function wait($unwrap = true); function

123456789