Searched refs:returned (Results 1 – 25 of 183) sorted by relevance
12345678
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/ |
| D | NodesNamespace.asciidoc | 35 … = (list) A comma-separated list of node IDs or names to limit the returned information; use … 54 $params['node_id'] = (list) A comma-separated list of node IDs or names to limit the returned… 55 $params['metric'] = (list) A comma-separated list of metrics you wish returned. Leave empty … 81 … = (list) A comma-separated list of node IDs or names to limit the returned information; use … 82 $params['metric'] = (list) Limit the information returned to the specified metr… 83 $params['index_metric'] = (list) Limit the information returned for `indices` metric … 96 $params['node_id'] = (list) A comma-separated list of node IDs or names to limit the returned infor… 97 $params['metric'] = (list) Limit the information returned to the specified metrics
|
| D | TasksNamespace.asciidoc | 36 … = (list) A comma-separated list of node IDs or names to limit the returned information; use … 67 … = (list) A comma-separated list of node IDs or names to limit the returned information; use … 68 $params['actions'] = (list) A comma-separated list of actions that should be returned. …
|
| D | ClusterNamespace.asciidoc | 134 $params['index'] = (list) Limit the information returned to a specific in… 136 $params['level'] = (enum) Specify the level of detail for returned inform… 233 $params['metric'] = (list) Limit the information returned to the specified metrics. Default… 249 $params['metric'] = (list) Limit the information returned to the specified metri… 271 $params['node_id'] = (list) A comma-separated list of node IDs or names to limit the returned…
|
| D | CatNamespace.asciidoc | 75 …_id'] = (list) A comma-separated list of node IDs or names to limit the returned information 96 $params['index'] = (list) A comma-separated list of index names to limit the returned information 166 … = (list) A comma-separated list of index names to limit the returned information 379 …(list) Comma-separated list or wildcard expression of index names to limit the returned information 420 $params['index'] = (list) A comma-separated list of index names to limit the returned information 439 $params['index'] = (list) A comma-separated list of index names to limit the returned info… 483 … = (list) A comma-separated list of node IDs or names to limit the returned information; use … 484 $params['actions'] = (list) A comma-separated list of actions that should be returned. Leave… 497 $params['name'] = (string) A pattern that returned template names must match
|
| /plugin/findologicxmlexport/vendor/sebastian/version/ |
| D | README.md | 40 …t (part of) a Git repository and `$release` is in `X.Y.Z` format then `$release` is returned as-is. 41 …) a Git repository and `$release` is in `X.Y` format then `$release` is returned suffixed with `-d… 42 …ory and `$release` is in `X.Y.Z` format then the output of `git describe --tags` is returned as-is. 43 …of) a Git repository and `$release` is in `X.Y` format then a string is returned that begins with …
|
| /plugin/authfacebook/lib/Authentication/ |
| D | OAuth2Client.php | 209 throw new FacebookSDKException('Code was not returned from Graph.', 401); 230 throw new FacebookSDKException('Access token was not returned from Graph.', 401);
|
| /plugin/elasticsearch/vendor/react/promise/ |
| D | README.md | 127 Resolves the promise returned by `promise()`. All consumers are notified by 140 Rejects the promise returned by `promise()`, signalling that the deferred's 396 returned promise. Accepts either a non-promise value, or another promise. 465 etc.) support cancellation. This means, if you call `cancel()` on the returned 478 returned promise. 481 a trusted promise that follows the state of the thenable is returned. 483 If `$promiseOrValue` is a promise, it will be returned as is. 485 Note: The promise returned is always a promise implementing 499 returned promise. 502 value of the returned promise. [all …]
|
| /plugin/jplayer/vendor/james-heinrich/getid3/ |
| D | changelog.txt | 14 ¤ denotes a change in the returned structure 28 ¤ QuickTime.uuid now returned as an array (may contain multiple entries) 318 ¤ (#1039) iXML data in WAV files now returned and parsed into 363 ¤ picture data is now returned only in the original source 366 ¤ Matroska tags are now returned in [comments] as per normal 374 * Bugfix: DolbyDigitalWAV files returned wrong audio bitrate 376 returned completely. 414 ¤ embedded image data is returned inside [comments][picture] 475 ¤ MusicBrainz / AmpliFIND data more accessible in returned data 625 * Bugfix: getid3_lib::CastAsInt returned -2147483648 when passed [all …]
|
| D | README.md | 162 See structure.txt for the returned data structure. 201 What does the returned data structure look like? 208 confirm what data is actually returned for any particular filetype in 209 general, and your files in particular, as the actual data returned 224 error. If something is returned in ['error'] then the file was not 225 correctly parsed and returned data may or may not be correct and/or 226 complete. If something is returned in `['warning']` (and not `['error']`) 227 then the data that is returned is OK - usually getID3() is reporting 230 returned is OK but that some data could not be extracted due to 345 * Parse XML data returned in Ogg comments
|
| /plugin/asciidocjs/node_modules/align-text/ |
| D | README.md | 37 …ray**. If a string is passed, a string will be returned. If an array is passed, an array will be r… 79 …`indent`: **{Number}** the amount of indentation to use. Default is `0` when an object is returned. 80 …** the character to use for indentation. Default is `''` (empty string) when an object is returned. 81 …ng characters to use at the beginning of each line. `''` (empty string) when an object is returned.
|
| /plugin/credits/ |
| D | README | 20 …urn off the printing of the plugin descriptions. This is the desc field returned by the plugin's g… 27 $info has access to all of the fields returned by the getInfo() function of each plugin; alt_credit…
|
| /plugin/findologicxmlexport/vendor/twig/twig/doc/filters/ |
| D | split.rst | 17 * If ``limit`` is positive, the returned array will contain a maximum of 21 returned;
|
| /plugin/asciidocjs/node_modules/promise/ |
| D | Readme.md | 46 … call `new Promise(fn)`. There is a complete specification for what is returned by this method in… 121 …fulfilled with that value. If it is called with a promise (A) then the returned promise takes on … 122 …2. `reject` should be called with a single argument. The returned promise will be rejected with t… 198 …returned by `.then` takes on the state of that returned promise. If the handler that is called re…
|
| /plugin/jquerymigrate/ |
| D | jquery-migrate-3.1.0.js | 648 var returned = fn && fn.apply( this, arguments ); 649 if ( returned && jQuery.isFunction( returned.promise ) ) { 650 returned.promise() 657 fn ? [ returned ] : arguments
|
| /plugin/googlesearch/lang/en/ |
| D | error.txt | 3 Google returned an error for your search. This may be a temporary problem and you can
|
| /plugin/findologicxmlexport/vendor/twig/twig/doc/tests/ |
| D | empty.rst | 15 it will check if an empty string is returned.
|
| /plugin/shy/ |
| D | syntax.php | 156 * @param $aData Integer The state value returned by <tt>handle()</tt>.
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/ |
| D | serializers.asciidoc | 38 is returned as a string. 84 data is not valid JSON, `null` will be returned. 126 data is not valid JSON, `null` is returned.
|
| /plugin/asciidocjs/node_modules/jstransformer/ |
| D | README.md | 65 … If a callback is provided, it is called as `callback(err, data)`, otherwise a Promise is returned. 91 … If a callback is provided, it is called as `callback(err, data)`, otherwise a Promise is returned.
|
| /plugin/asciidocjs/node_modules/balanced-match/ |
| D | README.md | 48 If there's no match, `undefined` will be returned. 57 If there's no match, `undefined` will be returned.
|
| /plugin/asciidocjs/node_modules/function-bind/test/ |
| D | index.js | 188 var returned = new namespace.Func(expected); 189 st.equal(returned, expected, 'returns the right arg when called as a constructor');
|
| /plugin/aichat/vendor/vanderlee/php-sentence/ |
| D | README.md | 34 returned array items from `split`, so if you need both results, just do that. 42 each returned sentence.
|
| /plugin/findologicxmlexport/vendor/twig/extensions/doc/ |
| D | date.rst | 40 as constructor argument. The returned string is formatted as ``diff.ago.XXX``
|
| /plugin/authgooglesheets/vendor/guzzlehttp/promises/ |
| D | README.md | 85 // returned from the first then. 101 subsequent promises in the chain to only be fulfilled when the returned promise 181 invoked using the value returned from the `$onRejected` callback. 272 promise A with a promise B and unwrap promise A, the value returned by the 275 **Note**: when you do not unwrap the promise, no value is returned. 327 `$unwrap` controls whether or not the value of the promise is returned for a 390 for example. When a foreign promise is returned inside of a then method
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/promises/ |
| D | README.md | 98 // returned from the first then. 113 subsequent promises in the chain to only be fulfilled when the returned promise 193 invoked using the value returned from the `$onRejected` callback. 284 promise A with a promise B and unwrap promise A, the value returned by the 287 **Note**: when you do not unwrap the promise, no value is returned. 338 `$unwrap` controls whether or not the value of the promise is returned for a 401 for example. When a foreign promise is returned inside of a then method
|
12345678