Home
last modified time | relevance | path

Searched refs:wait (Results 51 – 75 of 225) sorted by relevance

123456789

/plugin/projects/lib/
H A Dmaker.php262 $this->wait($nodes);
266 $this->wait($nodes);
277 private function wait(&$nodes) { function in Maker
/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/combo/vendor/php-webdriver/webdriver/lib/Support/Events/
H A DEventFiringWebDriver.php298 public function wait($timeout_in_second = 30, $interval_in_millisecond = 250) function in Facebook\\WebDriver\\Support\\Events\\EventFiringWebDriver
301 return $this->driver->wait($timeout_in_second, $interval_in_millisecond);
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_drag_timeline.js479 var wait = false;
482 if (!wait) {
484 wait = true;
486 wait = false;
H A Ddhtmlxgantt_click_drag.js699 var wait = false;
702 if (!wait) {
704 wait = true;
706 wait = false;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DClusterNamespace.asciidoc75 $params['wait_for_removal'] = (boolean) Specifies whether to wait for all excluded nodes to be removed from the cluster before clearing the voting configuration exclusions list. (Default = true)
143 $params['wait_for_no_relocating_shards'] = (boolean) Whether to wait until there are no relocating shards in the cluster
144 $params['wait_for_no_initializing_shards'] = (boolean) Whether to wait until there are no initializing shards in the cluster
255 $params['wait_for_timeout'] = (time) The maximum time to wait for wait_for_metadata_version before timing out
H A DSnapshotNamespace.asciidoc76 $params['wait_for_completion'] = (boolean) Should this request wait until the operation has completed before returning (Default = false)
170 $params['wait_for_completion'] = (boolean) Should this request wait until the operation has completed before returning (Default = false)
H A DMlNamespace.asciidoc95 $params['timeout'] = (time) Controls the time to wait until a job has closed. Default to 30 minutes
153 $params['timeout'] = (time) Controls the time to wait until a job is deleted. Defaults to 1 minute
210 $params['timeout'] = (time) Controls the time to wait until the forecast(s) are deleted. Default to 30 seconds
225 $params['wait_for_completion'] = (boolean) Should this request wait until the operation has completed before returning (Default = true)
874 $params['timeout'] = (time) Controls the time to wait until the task has started. Defaults to 20 seconds
891 $params['timeout'] = (time) Controls the time to wait until a datafeed has started. Default to 20 seconds
909 $params['timeout'] = (time) Controls the time to wait until the task has stopped. Defaults to 20 seconds
1017 $params['timeout'] = (time) How long should the API wait for the job to be opened and the old snapshot to be loaded.
H A DSearchableSnapshotsNamespace.asciidoc55 $params['wait_for_completion'] = (boolean) Should this request wait until the operation has completed before returning (Default = false)
/plugin/codeprettify/code-prettify/src/
H A Dlang-vhdl.js39 …ra|srl|subtype|then|to|transport|type|unaffected|units|until|use|variable|wait|when|while|with|xno…
/plugin/authgooglesheets/vendor/google/auth/src/HttpHandler/
H A DGuzzle5HttpHandler.php85 $futureResponse->wait();
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DPool.php109 $pool->promise()->wait();
H A DClient.php129 return $this->sendAsync($request, $options)->wait();
182 return $this->requestAsync($method, $uri, $options)->wait();
/plugin/combo/vendor/symfony/process/
H A DCHANGELOG.md36 * added the `Process::waitUntil()` method to wait for the process only for a
112 * added support for non-blocking processes (start(), wait(), isRunning(), stop())
/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore.js765 _.delay = function(func, wait) { argument
769 }, wait);
781 _.throttle = function(func, wait, options) { argument
795 var remaining = wait - (now - previous);
798 if (remaining <= 0 || remaining > wait) {
817 _.debounce = function(func, wait, immediate) { argument
823 if (last < wait && last >= 0) {
824 timeout = setTimeout(later, wait - last);
839 if (!timeout) timeout = setTimeout(later, wait);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DTransport.php150 $result = $result->wait();
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DAwsAuthV4.php53 return $signer->signRequest($transport->sanitizeRequest($req), $credProvider()->wait());
/plugin/jplayer/vendor/symfony/process/
H A DCHANGELOG.md53 * added support for non-blocking processes (start(), wait(), isRunning(), stop())
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Dsync.js18 library.create(attrs, {wait: false});
124 library.first().destroy({wait: true});
H A Dmodel.js691 model.save({id: 42}, {wait: true});
997 model.save({x: 1}, {wait: true});
1039 model.save({x: 3}, {wait: true});
1052 model.save({x: 1}, {wait: true});
1063 model.save({x: 3}, {wait: true});
1071 model.save({x: 1}, {wait: true});
1318 .save(null, {wait: true});
1425 model.save({x: 1}, {wait: true});
/plugin/webdav/vendor/sabre/event/lib/
H A DPromise.php187 function wait() { function in Sabre\\Event\\Promise
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore.js795 _.delay = restArgs(function(func, wait, args) { argument
798 }, wait);
810 _.throttle = function(func, wait, options) { argument
825 var remaining = wait - (now - previous);
828 if (remaining <= 0 || remaining > wait) {
855 _.debounce = function(func, wait, immediate) { argument
867 timeout = setTimeout(later, wait);
870 timeout = _.delay(later, wait, this, args);
/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A DREADME.md37 $response->wait();
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dper-request-configuration.asciidoc256 `connect_timeout` parameter controls how long curl should wait for the "connect"
258 wait for the entire request to finish.
308 $results = $future->wait(); // resolve the future
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DEachPromise.php116 $promise->wait();

123456789