Home
last modified time | relevance | path

Searched refs:future (Results 26 – 50 of 251) sorted by last modified time

1234567891011

/plugin/usecounter/
H A DLICENSE58 stand ready to extend this provision to those domains in future versions
579 If the Program specifies that a proxy can decide which future
/plugin/barcodes/
H A DLICENSE.md160 whether future versions of the GNU Lesser General Public License shall
/plugin/edittable/lib/
H A Dhandsontable.full.js7591 future : 'in %s',
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dhttp-handler.asciidoc13 (future) mode is enabled, the handler switches to `CurlMultiHandler`, which uses
37 with async future mode. You may consider using just the `singleHandler` if you
H A Dper-request-configuration.asciidoc293 (if your HTTP handler supports it) on a per-request basis via the `future`
304 'future' => 'lazy'
307 $future = $client->get($params);
308 $results = $future->wait(); // resolve the future
H A Dfutures.asciidoc4 The client offers a mode called "future" or "async" mode. This allows batch
28 responsibility into your code. To enable future mode, set the `future` flag in
39 'future' => 'lazy'
43 $future = $client->get($params);
46 This returns a _future_, rather than the actual response. A future represents a
47 _future computation_ and acts like a placeholder. You can pass a future around
49 _resolve_ the future. If the future has already resolved (due to some other
50 activity), the values are immediately available. If the future ha
[all...]
H A Dselectors.asciidoc55 nodes in your cluster. When using future mode, the default `RoundRobinSelector`
H A Dexperimental-beta-apis.asciidoc15 have breaking changes in any future version, or it might even be removed
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DTransport.php109 $future = $connection->performRequest(
118 $future->promise()->then(
135 return $future;
147 $async = isset($options['client']['future']) ? $options['client']['future'] : null;
H A DClientBuilder.php229 $future = null; variable in Elasticsearch\\ClientBuilder
234 $future = new CurlMultiHandler($config); variable in Elasticsearch\\ClientBuilder
242 return $future ? Middleware::wrapFuture($default, $future) : $default;
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DCurlMultiHandler.php10 * This handler supports future responses and the "delay" request client
95 $future = new FutureArray(
110 return $future;
156 } elseif (empty($entry['request']['future'])) {
161 if ($entry['request']['future'] !== 'lazy') {
H A DMiddleware.php13 * Sends future requests to a future compatible handler while sending all
16 * When the "future" option is not provided on a request, any future responses
20 * @param callable $future Handler used for future responses
26 callable $future argument
28 return function (array $request) use ($default, $future) {
29 return empty($request['client']['future'])
31 : $future(
[all...]
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/
H A DCore.php324 * Returns a proxied future that modifies the dereferenced value of another
325 * future using a promise.
327 * @param FutureArrayInterface $future Future to wrap with a new future
328 * @param callable $onFulfilled Invoked when the future fulfilled
329 * @param callable $onRejected Invoked when the future rejected
330 * @param callable $onProgress Invoked when the future progresses
335 FutureArrayInterface $future, argument
341 $future->then($onFulfilled, $onRejected, $onProgress),
342 [$future, 'wai
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClient.asciidoc421 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
434 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
631 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
699 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DRollupNamespace.asciidoc35 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
49 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
63 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
77 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
91 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
121 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
139 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
153 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
H A DSearchableSnapshotsNamespace.asciidoc30 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
47 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
66 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
80 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
H A DTasksNamespace.asciidoc30 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
46 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
62 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
H A DMlNamespace.asciidoc302 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
H A DMonitoringNamespace.asciidoc27 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
H A DIndicesNamespace.asciidoc775 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DREADME.md64 - Option to use asynchronous future, which enables parallel execution of curl requests to multiple nodes
/plugin/elasticsearch/vendor/react/promise/
H A DCHANGELOG.md114 but has been reverted for now and is planned for a future release.
H A DREADME.md77 that executes asynchronously and completes at some point in the future.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/
H A DConnection.php241 $future = $handler($request, $this, $transport, $options);
243 return $future;
607 isset($connectionParams['client']['future']) && $connectionParams['client']['future'] === 'lazy' ? 1 : 0
/plugin/color/
H A DREADME.md17 …r specification that does include a colon, nor do we anticipate that one will appear in the future.

1234567891011