/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/ |
H A D | futures.asciidoc | 28 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 D | http-handler.asciidoc | 13 (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 D | per-request-configuration.asciidoc | 293 (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 D | Middleware.php | 20 * @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 D | CurlMultiHandler.php | 95 $future = new FutureArray( 110 return $future;
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/ |
H A D | RollupNamespace.asciidoc | 35 *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 D | SearchableSnapshotsNamespace.asciidoc | 30 *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 D | TasksNamespace.asciidoc | 30 *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 D | MonitoringNamespace.asciidoc | 27 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
|
/plugin/revealjs/css/ |
H A D | reveal.css | 549 .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 D | reveal.scss | 655 .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 D | Core.php | 327 * @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 D | Transport.php | 109 $future = $connection->performRequest( 118 $future->promise()->then( 135 return $future;
|
H A D | ClientBuilder.php | 229 $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 D | Nonce.php | 86 $future = $now + $allowed_skew; 90 return (($past <= $stamp) && ($stamp <= $future));
|
/plugin/openid/Auth/OpenID/ |
H A D | Nonce.php | 86 $future = $now + $allowed_skew; 90 return (($past <= $stamp) && ($stamp <= $future));
|
/plugin/blogtng/lang/en/ |
H A D | optinmail.txt | 10 You will not need to confirm future subscriptions once
|
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/ |
H A D | Attr.DefaultInvalidImage.txt |
|
/plugin/sincetil/ |
H A D | SYNTAX.md | 9 * In the future
|
/plugin/combo/vendor/dragonmantank/cron-expression/ |
H A D | README.md | 8 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 D | README.md | 3 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 D | README.md | 17 …r specification that does include a colon, nor do we anticipate that one will appear in the future.
|
/plugin/translation/ |
H A D | style.less | 2 // in the future this should be fixed in the dokuwiki template
|
/plugin/jplayer/vendor/james-heinrich/getid3/licenses/ |
H A D | license.commercial.txt | 19 The licensee may use any version of getID3(), past, present or future,
|
/plugin/yearbox/ |
H A D | CHANGELOG.md | 38 * CHG: internal rewrite for future flexibility
|