Home
last modified time | relevance | path

Searched refs:list (Results 251 – 275 of 1525) sorted by last modified time

1...<<11121314151617181920>>...61

/plugin/linksuggest/
H A Dstyle.css50 list-style: none;
/plugin/s5/ui/blue/
H A Dpretty.css30 ul {margin-left: 5%; margin-right: 7%; list-style: disc;}
33 ul ul li {margin: .2em; font-size: 85%; list-style: square;}
89 ul.urls {list-style: none; display: inline; margin: 0;}
/plugin/s5/ui/default/
H A Dframing.css11 .slide {top: 0; width: 92%; padding: 3.5em 4% 4%; z-index: 2; list-style: none;}
H A Dslides.js77 var list = document.getElementById('jumplist');
98 list.options[list.length] = new Option(n + ' : ' + otext, n);
H A Dpretty.css26 .slide ul {margin-left: 5%; margin-right: 7%; list-style: disc;}
29 .slide ul ul li {margin: .2em; font-size: 85%; list-style: square;}
71 ul.urls {list-style: none; display: inline; margin: 0;}
/plugin/s5/ui/dokuwiki/
H A Dslides.js77 var list = document.getElementById('jumplist');
98 list.options[list.length] = new Option(n + ' : ' + otext, n);
H A Dframing.css11 .slide {top: 0; width: 92%; padding: 3.5em 4% 4%; z-index: 2; list-style: none;}
H A Dpretty.css25 .slide ul {margin-left: 5%; margin-right: 7%; list-style: disc;}
28 .slide ul ul li {margin: .2em; font-size: 85%; list-style: square;}
74 ul li {list-style-type: square}
/plugin/s5/ui/pixel/
H A Dpretty.css30 ul {margin-right: 7%; margin-left: 50px; list-style: square;}
33 ul ul li {margin: .2em; font-size: 85%; list-style: square;}
78 ul.urls {list-style: none; display: inline; margin: 0;}
/plugin/s5/ui/flower/
H A Dpretty.css30 ul {margin-right: 7%; margin-left: 50px; padding: 0; list-style: circle;}
33 ul ul li {margin: .2em; font-size: 85%; list-style: disc;}
81 ul.urls {list-style: none; display: inline; margin: 0;}
/plugin/s5/ui/yatil/
H A Dpretty.css47 ul {margin-left: 85px; margin-right: 3%; list-style: disc; padding: 0;}
50 ul ul li {margin: .2em; font-size: 85%; list-style: square;}
111 ul.urls {list-style: none; display: inline; margin: 0;}
/plugin/archivegenerator/
H A Dadmin.php214 $list = array_map('trim', explode(',', $this->getConf('pluginsToIgnore')));
215 return '^' . $this->base . 'lib/plugins/(' . implode('|', $list) . ')$';
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DTerms.php23 * @param list<bool|float|int|string> $terms Terms list, leave empty if building a terms-lookup query
38 * @param list<bool|float|int|string> $terms
46 * Adds a single term to the list.
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DUtil.php15 /** @var list<string> */
18 /** @var list<string> */
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dhost-config.asciidoc75 the parameter list is identical to the return values of a
H A Dnamespaces.asciidoc6 in {es}. This is a complete list of namespaces:
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DTextStructureNamespace.asciidoc37 $params['column_names'] = (list) Optional parameter containing a comma separated list of the column names for a delimited file
H A DWatcherNamespace.asciidoc42 $params['action_id'] = (list) A comma-separated list of the action ids to be acked
165 $params['metric'] = (list) Controls what additional stat metrics should be include in the response
H A DCatNamespace.asciidoc55 $params['name'] = (list) A comma-separated list of alias names to return
58 $params['h'] = (list) Comma-separated list of column names to display
60 $params['s'] = (list) Comma-separated list of column names or column aliases to sort by
75 $params['node_id'] = (list) A comma-separated list of node IDs or names to limit the returned information
80 $params['h'] = (list) Comma-separated list o
[all...]
H A DCcrNamespace.asciidoc71 $params['index'] = (list) A comma-separated list of index patterns; use `_all` to perform the operation on all indices
84 $params['index'] = (list) A comma-separated list of index patterns; use `_all` to perform the operation on all indices
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 DLogstashNamespace.asciidoc46 $params['id'] = (string) A comma-separated list of Pipeline IDs
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/jobs/
H A Delastic+elasticsearch-php+pull-request.yml14 org-list:
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DCHANGELOG.md316 - fix DeleteByQuery param white list (#748) [[8d963c6]](http://github.com/elasticsearch/elasticsearch-php/commit/8d963c6)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClient.asciidoc111 $params['_source'] = (list) True or false to return the _source field or not, or default list of fields to return, can be overridden on each sub-request
112 $params['_source_excludes'] = (list) Default list of fields to exclude from the returned _source field, can be overridden on each sub-request
113 $params['_source_includes'] = (list) Default list of fields to extract and return from the _source field, can be overridden on each sub-request
129 $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)
[all...]

1...<<11121314151617181920>>...61