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.asciidoc28 responsibility into your code. To enable future mode, set the `future` flag in
39 'future' => 'lazy'
49 _resolve_ the future. If the future has already resolved (due to some other
71 'future' => 'lazy'
77 $doc = $future['_source']; // This call blocks and forces the future to resolve
94 'future' => 'lazy'
104 echo $future['_source'];
209 'future' => 'lazy'
222 'future' => 'lazy'
238 'future' => 'lazy'
[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.php20 * @param callable $future Handler used for future responses
26 callable $future argument
28 return function (array $request) use ($default, $future) {
31 : $future($request);
H A DCurlMultiHandler.php95 $future = new FutureArray(
110 return $future;
/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.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/
H A DTransport.php109 $future = $connection->performRequest(
118 $future->promise()->then(
135 return $future;
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