Home
last modified time | relevance | path

Searched refs:wait (Results 26 – 50 of 225) sorted by last modified time

123456789

/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Future/
H A DMagicFutureTrait.php30 return $this->_value = $this->wait();
/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 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 DNodesNamespace.asciidoc40 $params['type'] = (enum) The type to sample (default: cpu) (Options = cpu,wait,block)
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 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
H A DIndicesNamespace.asciidoc143 $params['wait_for_active_shards'] = (string) Set the number of active shards to wait for on the cloned index before the operation returns.
162 $params['wait_for_active_shards'] = (string) Sets the number of active shards to wait for before the operation returns. Set to `index-setting` to wait according to the index setting `index.write.wait_for_active_shards`, or `all` to wait for all shards, or an integer. Defaults to `0`.
436 $params['wait_for_active_shards'] = (string) Sets the number of active shards to wait for before the operation returns.
624 $params['wait_for_active_shards'] = (string) Sets the number of active shards to wait for before the operation returns.
848 $params['wait_for_active_shards'] = (string) Set the number of active shards to wait for on the shrunken index before the operation returns.
900 $params['wait_for_active_shards'] = (string) Set the number of active shards to wait for on the shrunken index before the operation returns.
932 $params['wait_for_active_shards'] = (string) Sets the number of active shards to wait for before the operation returns.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/
H A DConnection.php486 $response = $response->wait();
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DAwsAuthV4.php53 return $signer->signRequest($transport->sanitizeRequest($req), $credProvider()->wait());
/plugin/ckgedit/ckeditor/
H A Dckeditor.js.unc5485 h && CKEDITOR.document.getDocumentElement().setStyle("cursor", "wait");
H A Dconfig.js.unc423 DlgFileBrowserWaitingMsg: 'Loading files, please wait.',
/plugin/ckgedit/ckeditor/lang/
H A Den.4.9.js.beautified812 DlgFileBrowserWaitingMsg: "Loading files, please wait.",
H A Den.js-4.9.merged69 DlgFileBrowserWaitingMsg: 'Loading files, please wait.',
H A Den.js.ckgedit68 DlgFileBrowserWaitingMsg: 'Loading files, please wait.',
H A Den.js.unc69 DlgFileBrowserWaitingMsg: 'Loading files, please wait.',
H A Dlang_array.txt718 DlgFileBrowserWaitingMsg: 'Loading files, please wait.',
/plugin/ckgedit/lang/
H A Den.4.9.js.beautified812 DlgFileBrowserWaitingMsg: "Loading files, please wait.",
/plugin/html5video2/script/
H A Dvideo.min.js23 …tributes: "+n[e].join(", ")+". Setting playlist codecs to null so that we wait for mux.js to probe…
/plugin/davcal/vendor/sabre/http/
H A DCHANGELOG.md7 * The async client wouldn't `wait()` for new http requests being started
H A DREADME.md275 $client->wait();
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js866 function debounce(func, wait, immediate) {
875 if (last < wait) {
876 timeout = setTimeout(later, wait - last);
892 timeout = setTimeout(later, wait);
2594 var wait = exportHooks.touchMouseIgnoreWait;
2595 if (wait) {
2599 }, 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/davcal/vendor/sabre/http/lib/
H A DClient.php292 function wait() { function in Sabre\\HTTP\\Client
/plugin/authgooglesheets/vendor/google/auth/src/HttpHandler/
H A DGuzzle5HttpHandler.php85 $futureResponse->wait();
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DREADME.md36 $promise->wait();

123456789