Home
last modified time | relevance | path

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

12345678910>>...12

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
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 has not resolved
55 `future: lazy` and they pend until you resolve the futures, at which time all
60 interface, which makes the future act like a simple associative array. For
[all …]
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
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/
DMiddleware.php20 * @param callable $future Handler used for future responses
26 callable $future argument
28 return function (array $request) use ($default, $future) {
31 : $future($request);
DCurlMultiHandler.php95 $future = new FutureArray(
110 return $future;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
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
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
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
DMonitoringNamespace.asciidoc27 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
/plugin/revealjs/css/
Dreveal.css549 .reveal .slides > section.future,
550 .reveal .slides > section > section.future,
560 .reveal .slides > section.future,
562 .reveal .slides > section > section.future {
582 .reveal .slides > section[data-transition=slide].future,
583 .reveal .slides > section[data-transition~=slide-in].future,
584 .reveal.slide .slides > section:not([data-transition]).future {
594 .reveal .slides > section > section[data-transition=slide].future,
595 .reveal .slides > section > section[data-transition~=slide-in].future,
596 .reveal.slide .slides > section > section:not([data-transition]).future {
[all …]
Dreveal.scss655 .reveal .slides>section.future, class
656 .reveal .slides>section>section.future, class
668 .reveal .slides>section.future, class
670 .reveal .slides>section>section.future { class
698 @mixin transition-horizontal-future($style) {
699 .reveal .slides>section[data-transition=#{$style}].future, class
700 .reveal .slides>section[data-transition~=#{$style}-in].future, class
701 .reveal.#{$style} .slides>section:not([data-transition]).future { class
713 @mixin transition-vertical-future($style) {
714 .reveal .slides>section>section[data-transition=#{$style}].future, class
[all …]
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/
DCore.php327 * @param FutureArrayInterface $future Future to wrap with a new future
335 FutureArrayInterface $future, argument
341 $future->then($onFulfilled, $onRejected, $onProgress),
342 [$future, 'wait'],
343 [$future, 'cancel']
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
DTransport.php109 $future = $connection->performRequest(
118 $future->promise()->then(
135 return $future;
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/openid/Auth/OpenID/
DNonce.php86 $future = $now + $allowed_skew;
90 return (($past <= $stamp) && ($stamp <= $future));
/plugin/fedauth/Auth/OpenID/
DNonce.php86 $future = $now + $allowed_skew;
90 return (($past <= $stamp) && ($stamp <= $future));
/plugin/blogtng/lang/en/
Doptinmail.txt10 You will not need to confirm future subscriptions once
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DAttr.DefaultInvalidImage.txt6 a valid src attribute. In future versions, we may allow the image tag to
/plugin/asciidocjs/node_modules/yargs/
Dyargs1 // TODO: consolidate on using a helpers file at some point in the future, which
/plugin/sincetil/
DSYNTAX.md9 * In the future
/plugin/flowchartjs/
DREADME.md14 e=>end: End|future:>http://www.google.com
21 io=>inputoutput: catch something...|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/
DREADME.md3 …eping an eye on it, and I'll try to make sure it keeps working fine with future versions of Dokuwi…
/plugin/robot404/
DREADME.md5 …e; webcrawlers will still index the resulting page and also visit these pages again in the future.
/plugin/color/
DREADME.md17 …r specification that does include a colon, nor do we anticipate that one will appear in the future.

12345678910>>...12