Home
last modified time | relevance | path

Searched refs:comma (Results 1 – 25 of 263) sorted by relevance

1234567891011

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DNodesNamespace.asciidoc35 $params['node_id'] = (list) A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to get information from all nodes
54 $params['node_id'] = (list) A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to get information from all nodes
55 $params['metric'] = (list) A comma-separated list of metrics you wish returned. Leave empty to return all.
68 $params['node_id'] = (list) A comma-separated list of node IDs to span the reload/reinit call. Should stay empty because reloading usually involves all cluster nodes.
81 $params['node_id'] = (list) A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to get information from all nodes
96 $params['node_id'] = (list) A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to get information from all nodes
H A DIndicesNamespace.asciidoc86 $params['index'] = (list) A comma separated list of indices to add a block to
119 $params['index'] = (list) A comma-separated list of index name to limit the operation
121 $params['fields'] = (list) A comma-separated list of fields to clear when using the `fielddata` parameter (default: all)
156 $params['index'] = (list) A comma separated list of indices to close
202 $params['name'] = (list) A comma-separated list of data stream names; use `_all` or empty string to perform the operation on all data streams
215 $params['index'] = (list) A comma-separated list of indices to delete; use `_all` or `*` string to delete all indices
233 $params['index'] = (list) A comma-separated list of index names (supports wildcards); use `_all` for all indices (Required)
234 $params['name'] = (list) A comma-separated list of aliases to delete (supports wildcards); use `_all` to delete all aliases for the specified indices. (Required)
249 $params['name'] = (list) A comma-separated list of data streams to delete; use `*` to delete all data streams
293 $params['index'] = (list) A comma
[all...]
H A DTasksNamespace.asciidoc36 $params['nodes'] = (list) A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to get information from all nodes
37 $params['actions'] = (list) A comma-separated list of actions that should be cancelled. Leave empty to cancel all.
67 $params['nodes'] = (list) A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to get information from all nodes
68 $params['actions'] = (list) A comma-separated list of actions that should be returned. Leave empty to return all.
H A DGraphNamespace.asciidoc31 $params['index'] = (list) A comma-separated list of index names to search; use `_all` or empty string to perform the operation on all indices (Required)
32 $params['type'] = DEPRECATED (list) A comma-separated list of document types to search; leave empty to perform the operation on all types
H A DAsyncSearchNamespace.asciidoc76 $params['index'] = (list) A comma-separated list of index names to search; use `_all` or empty string to perform the operation on all indices
87 $params['stored_fields'] = (list) A comma-separated list of stored fields to return as part of a hit
88 $params['docvalue_fields'] = (list) A comma-separated list of fields to return as the docvalue representation of a field for each hit
97 $params['routing'] = (list) A comma-separated list of specific routing values
100 $params['sort'] = (list) A comma-separated list of <field>:<direction> pairs
H A DSnapshotNamespace.asciidoc136 $params['snapshot'] = (list) A comma-separated list of snapshot names
152 $params['repository'] = (list) A comma-separated list of repository names
185 $params['snapshot'] = (list) A comma-separated list of snapshot names
H A DSearchableSnapshotsNamespace.asciidoc35 $params['index'] = (list) A comma-separated list of index names
85 $params['index'] = (list) A comma-separated list of index names
H A DSecurityNamespace.asciidoc86 $params['ids'] = (list) A comma-separated list of IDs of API keys to clear from the cache
99 $params['application'] = (list) A comma-separated list of application names
281 $params['name'] = (list) A comma-separated list of role names
294 $params['name'] = (list) A comma-separated list of role-mapping names
320 $params['username'] = (list) A comma-separated list of usernames
H A DLogstashNamespace.asciidoc46 $params['id'] = (string) A comma-separated list of Pipeline IDs
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Arrays/
H A DArrayDeclarationSniff.php257 foreach ($commas as $comma) {
258 if ($tokens[($comma + 1)]['code'] !== T_WHITESPACE) {
259 $content = $tokens[($comma + 1)]['content'];
264 $phpcsFile->fixer->addContent($comma, ' ');
267 $spaceLength = $tokens[($comma + 1)]['length'];
269 $content = $tokens[($comma + 2)]['content'];
278 $phpcsFile->fixer->replaceToken(($comma + 1), ' ');
283 if ($tokens[($comma - 1)]['code'] === T_WHITESPACE) {
284 $content = $tokens[($comma - 2)]['content'];
285 $spaceLength = $tokens[($comma - 1)]['length'];
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Functions/
H A DFunctionDeclarationArgumentSpacingSniff.php220 $comma = $phpcsFile->findPrevious(T_COMMA, ($nextParam - 1));
221 $nextToken = $phpcsFile->findNext(T_WHITESPACE, ($comma + 1), null, true);
253 if ($tokens[($comma + 1)]['code'] !== T_WHITESPACE) {
258 $phpcsFile->fixer->addContent($comma, ' ');
261 $gap = strlen($tokens[($comma + 1)]['content']);
270 $phpcsFile->fixer->replaceToken(($comma + 1), ' ');
/plugin/abortlogin/
H A DREADME.md4 Allowed ips are set in the Configuration Manager as a comma separated list
5 There is a test option available to admins, where a comma seperated list of
/plugin/findologicxmlexport/vendor/jms/serializer/src/Type/
H A Dgrammar.pp8 %token comma ,
34 ( ::comma:: type() )*
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsFlowCollections.yml18 separated by a colon, with a comma
55 there must be a space after each comma. This allows you
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClient.asciidoc129 $params['scroll_id'] = DEPRECATED (list) A comma-separated list of scroll IDs to clear
130 $params['body'] = (array) A comma-separated list of scroll IDs to clear if none was specified via the scroll_id parameter
156 $params['index'] = (list) A comma-separated list of indices to restrict the results
157 $params['type'] = DEPRECATED (list) A comma-separated list of types to restrict the results
164 $params['routing'] = (list) A comma-separated list of specific routing values
231 $params['index'] = (list) A comma-separated list of index names to search; use `_all` or empty string to perform the operation on all indices (Required)
232 $params['type'] = DEPRECATED (list) A comma-separated list of document types to search; leave empty to perform the operation on all types
245 $params['routing'] = (list) A comma-separated list of specific routing values
293 $params['stored_fields'] = (list) A comma-separated list of stored fields to return in the response
346 $params['stored_fields'] = (list) A comma
[all...]
/plugin/farm/install/animaltemplate/conf/
H A Dusers.auth.php.dist9 # user:MD5password:Real Name:email:groups,comma,seperated
/plugin/submgr/lang/en/
H A Dhelp.txt2 …ith a leading at-character: ''@group'' - multiple users and groups can be specified comma separated
/plugin/feedback/lang/en/
H A Dintro.txt5 …used for sub-namespaces automatically. You can specify multiple addresses comma separated. To spec…
/plugin/csv/_test/csv/
H A Dc-q-q-escaping.csv5 "column with enclosure "", and comma inside text","second column enclosure in text """
/plugin/charpicker/
H A DREADME.md7 Enter the characters in the configuration manager, in either the add or delete box, as a comma deli…
/plugin/findologicxmlexport/vendor/hoa/math/
H A DArithmetic.pp46 %token comma ,
86 ( expression() ( ::comma:: expression() )* )?
/plugin/adminperm/lang/en/
H A Dintro.txt5 Simply specify the users and groups (''@''-prefixed) as comma separated list for each of the availa…
/plugin/ckgdoku/ckeditor/plugins/a11yhelp/dialogs/lang/
H A Daf.js10 …",scrollLock:"Rolvergrendel",semiColon:"Kommapunt",equalSign:"Isgelykaan",comma:"Komma",dash:"Kopp…
H A Dar.js10 …ck",scrollLock:"Scroll Lock",semiColon:"Semicolon",equalSign:"Equal Sign",comma:"فاصلة",dash:"Dash…
H A Daz.js10 …k:"Scroll Lock",semiColon:"Nöqtəli verqül",equalSign:"Barəbərlik işarəsi",comma:"Vergül",dash:"Def…

1234567891011