Home
last modified time | relevance | path

Searched refs:future (Results 1 – 25 of 251) sorted by relevance

1234567891011

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
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 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
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
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...]
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') {
/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 DMonitoringNamespace.asciidoc27 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
/plugin/revealjs/css/
H A Dreveal.css549 .reveal .slides > section.future,
550 .reveal .slides > section > section.future,
560 .reveal .slides > section.future,
562 .reveal .slides > section > section.future {
736 .reveal .slides > section[data-transition=zoom].future,
760 * future version.
816 .reveal.cube .slides > section.future {
828 .reveal.cube .slides > section > section.future {
839 * future version.
893 .reveal.page .slides > section.future {
[all …]
H A Dreveal.scss655 .reveal .slides>section.future,
656 .reveal .slides>section>section.future,
668 .reveal .slides>section.future,
670 .reveal .slides>section>section.future {
698 @mixin transition-horizontal-future($style) {
713 @mixin transition-vertical-future($style) {
808 @include transition-vertical-future(zoom) {
818 * future version.
873 .reveal.cube .slides>section.future {
894 * future version.
[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/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/fedauth/Auth/OpenID/
H A DNonce.php86 $future = $now + $allowed_skew;
90 return (($past <= $stamp) && ($stamp <= $future));
/plugin/openid/Auth/OpenID/
H A DNonce.php86 $future = $now + $allowed_skew;
90 return (($past <= $stamp) && ($stamp <= $future));
/plugin/blogtng/lang/en/
H A Doptinmail.txt10 You will not need to confirm future subscriptions once
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAttr.DefaultInvalidImage.txt
/plugin/sincetil/
H A DSYNTAX.md9 * In the future
/plugin/combo/vendor/dragonmantank/cron-expression/
H A DREADME.md8 run date of the expression. You can calculate dates far into the future or past by
42 // Calculate a run date two iterations into the future
/plugin/hidden/
H A DREADME.md3 If you're a user of this plugin, don't worry: I'm still keeping an eye on it, and I'll try to make sure it keeps working fine with future versions of Dokuwiki. But my time is now dedicated to other projects so I will likely not add other features.
/plugin/color/
H A DREADME.md17 …r specification that does include a colon, nor do we anticipate that one will appear in the future.
/plugin/translation/
H A Dstyle.less2 // in the future this should be fixed in the dokuwiki template
/plugin/jplayer/vendor/james-heinrich/getid3/licenses/
H A Dlicense.commercial.txt19 The licensee may use any version of getID3(), past, present or future,
/plugin/yearbox/
H A DCHANGELOG.md38 * CHG: internal rewrite for future flexibility

1234567891011