| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/ |
| D | futures.asciidoc | 4 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 …]
|
| 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
|
| 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/ |
| 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);
|
| D | CurlMultiHandler.php | 95 $future = new FutureArray( 110 return $future;
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/ |
| 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
|
| 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
|
| 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
|
| D | MonitoringNamespace.asciidoc | 27 *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
|
| /plugin/revealjs/css/ |
| 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 { 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 …]
|
| D | reveal.scss | 655 .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/ |
| 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/ |
| D | Transport.php | 109 $future = $connection->performRequest( 118 $future->promise()->then( 135 return $future;
|
| 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/openid/Auth/OpenID/ |
| D | Nonce.php | 86 $future = $now + $allowed_skew; 90 return (($past <= $stamp) && ($stamp <= $future));
|
| /plugin/fedauth/Auth/OpenID/ |
| D | Nonce.php | 86 $future = $now + $allowed_skew; 90 return (($past <= $stamp) && ($stamp <= $future));
|
| /plugin/blogtng/lang/en/ |
| D | optinmail.txt | 10 You will not need to confirm future subscriptions once
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/ |
| D | Attr.DefaultInvalidImage.txt | 6 a valid src attribute. In future versions, we may allow the image tag to
|
| /plugin/asciidocjs/node_modules/yargs/ |
| D | yargs | 1 // TODO: consolidate on using a helpers file at some point in the future, which
|
| /plugin/sincetil/ |
| D | SYNTAX.md | 9 * In the future
|
| /plugin/flowchartjs/ |
| D | README.md | 14 e=>end: End|future:>http://www.google.com 21 io=>inputoutput: catch something...|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/ |
| D | README.md | 3 …eping an eye on it, and I'll try to make sure it keeps working fine with future versions of Dokuwi…
|
| /plugin/robot404/ |
| D | README.md | 5 …e; webcrawlers will still index the resulting page and also visit these pages again in the future.
|
| /plugin/color/ |
| D | README.md | 17 …r specification that does include a colon, nor do we anticipate that one will appear in the future.
|