Home
last modified time | relevance | path

Searched refs:list (Results 1 – 25 of 1773) sorted by relevance

12345678910>>...71

/plugin/bootswrapper/exe/help/
Dlist-group.txt5 <code html><list-group>
11 </list-group></code>
15 <list-group>
21 </list-group>
25 <code html><list-group>
29 </list-group></code>
33 <list-group>
37 </list-group>
41 <code html><list-group>
45 </list-group></code>
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
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…
75 $params['node_id'] = (list) A comma-separated list of node IDs or names to limit the returne…
80 $params['h'] = (list) Comma-separated list of column names to display
82 $params['s'] = (list) Comma-separated list of column names or column aliases to sort by
96 $params['index'] = (list) A comma-separated list of index names to limit the returned information
98 $params['h'] = (list) Comma-separated list of column names to display
100 $params['s'] = (list) Comma-separated list of column names or column aliases to sort by
114 $params['fields'] = (list) A comma-separated list of fields to return the fielddata size
[all …]
DNodesNamespace.asciidoc35 $params['node_id'] = (list) A comma-separated list of node IDs or names to limit the re…
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 …
68 $params['node_id'] = (list) A comma-separated list of node IDs to span the reload/reinit call. Shou…
81 $params['node_id'] = (list) A comma-separated list of node IDs or names to limit…
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
DTasksNamespace.asciidoc23 * <<Elasticsearch_Namespaces_TasksNamespacelist_list,`list()`>>
36 $params['nodes'] = (list) A comma-separated list of node IDs or names to limit the re…
37 $params['actions'] = (list) A comma-separated list of actions that should be cancelled.…
61 .`list(array $params = [])`
67 $params['nodes'] = (list) A comma-separated list of node IDs or names to limit the re…
68 $params['actions'] = (list) A comma-separated list of actions that should be returned. …
81 Proxy function to list() to prevent BC break since 7.4.0
/plugin/bookcreator/action/
Dexport.php59 $list = json_decode($INPUT->str('selection', '', true), true);
60 if(!is_array($list) || empty($list)) {
68 $list = $savedselection['selection'];
71 $list = $this->collectPagesOfNS();
81 foreach($list as $index => $pageid) {
84 unset($list[$index]);
87 … $list = array_filter($list, 'strlen'); //use of strlen() callback prevents removal of pagename '0'
101 foreach($list as $page) {
168 $list = [];
170 $list[] = $item['id'];
[all …]
/plugin/pagenav/
Dsyntax.php59 static $list = null; // static to reuse the array for multiple calls.
60 if (is_null($list)) {
61 $list = array();
63 search($list, $conf['datadir'], 'search_list', array(), utf8_encodeFN($ns));
72 $cnt = count($list);
84 if ($list[$i]['id'] == $id) {
87 if ($glob && !preg_match('/' . $glob . '/', noNS($list[$i]['id']))) continue;
88 if ($list[$i]['id'] == $start) continue;
89 if (isHiddenPage($list[$i]['id'])) continue;
94 $next = $list[$i]['id'];
[all …]
/plugin/bez/lib/jquery.timepicker-1.11.9-0/
H A Djquery.timepicker.css24 .ui-timepicker-list {
27 list-style: none;
34 .ui-timepicker-list:hover .ui-timepicker-duration {
38 .ui-timepicker-list li {
43 list-style: none;
47 .ui-timepicker-list:hover .ui-timepicker-selected {
52 .ui-timepicker-list li:hover,
53 .ui-timepicker-list .ui-timepicker-selected:hover {
58 .ui-timepicker-list li:hover .ui-timepicker-duration {
62 .ui-timepicker-list li.ui-timepicker-disabled,
[all …]
/plugin/gallery/syntax/
Dlist.php23 [$params, $list] = sexplode('>', $match, 2);
28 $list = explode("\n", $list);
29 $list = array_map('trim', $list);
30 $list = array_filter($list);
32 return [$list, $options];
/plugin/authssocas/vendor/apereo/phpcas/source/CAS/
H A DProxyChain.php69 * @param array $list The list of proxies in front of this service.
73 public function matches(array $list) argument
75 $list = array_values($list); // Ensure that we have an indexed array
76 if ($this->isSizeValid($list)) {
79 $proxy_url = $list[$i];
119 * @param array $list List of proxies
123 protected function isSizeValid (array $list) argument
125 return (sizeof($this->chain) == sizeof($list));
/plugin/foldablelist/
Dscript.js23 function addToggleButton(list, settings) { argument
28 list.find('.foldablelist_toggle').toggle();
37 list.closest('div.foldablelist').prepend(bt);
49 function toggleNthLevel(list, n) { argument
53 const listItems = list.find('ol li, ul li');
62 function toggleNthChild(list, n) { argument
69 list.closest('div.foldablelist').find("ul, ol").each(function() {
80 list = jQuery(this);
101 toggleNthChild(list, settings.collapse_after);
111 toggleNthLevel(list, settings.collapse_level);
[all …]
DREADME.md2 plugin that makes an unordered or ordered list invisible after n items
5 simply wrap the list into the tags
9 * list item 1
10 * list item 2
11 * list item 3
14 this list can be generated via markup or dokuwiki plugins like the tag-plugin.
22 uses the tag plugin (topic component) to generate the list from all pages in the namespace ns1/sub-…
28 `collapse_after: 5` the number of list items to be displayed before hiding the rest of the list, de…
30 `collapse_level: 3` the number of list items to be displayed before hiding the rest of the list, de…
34 `button_up_value: ▲` the value shown in the button when clicking will collapse the list
[all …]
/plugin/codeprettify/
Dall.css31 list-style-position: outside;
33 pre.prettyprint ol.linenums > li.L0 { list-style-type: decimal; }
34 pre.prettyprint ol.linenums > li.L1 { list-style-type: decimal; }
35 pre.prettyprint ol.linenums > li.L2 { list-style-type: decimal; }
36 pre.prettyprint ol.linenums > li.L3 { list-style-type: decimal; }
37 pre.prettyprint ol.linenums > li.L4 { list-style-type: decimal; }
38 pre.prettyprint ol.linenums > li.L5 { list-style-type: decimal; }
39 pre.prettyprint ol.linenums > li.L6 { list-style-type: decimal; }
40 pre.prettyprint ol.linenums > li.L7 { list-style-type: decimal; }
41 pre.prettyprint ol.linenums > li.L8 { list-style-type: decimal; }
[all …]
/plugin/odt/
Dexample.css180 /* Layouts for different list levels.
183 * 'list-style-image: url('picture.png');' instead of 'list-style-type'.
190 /* Un-ordered list.
191 * DokuWiki syntax: * list item text
196 list-style-type: disc;
204 list-style-type: circle;
210 list-style-type: square;
216 list-style-type: blackcircle;
222 list-style-type: heavycheckmark;
228 list-style-type: ballotx;
[all …]
/plugin/odt/ODT/
DODTList.php27 $list = new ODTElementList($styleName, $continue);
28 $params->document->state->enter($list);
29 $list->setHTMLElement ($element);
31 $params->content .= $list->getOpeningTag();
54 $list = $params->document->state->getCurrentList();
55 $params->content .= $list->getClosingTag();
57 $position = $list->getListLastParagraphPosition();
62 $list = $params->document->state->getCurrentList();
63 if (isset($list)) {
64 $list->setListLastParagraphPosition($position);
[all …]
/plugin/top/
Dhelper.php91 $list = $this->sqlite->res2arr($res);
95 $list = $this->removeStartPages($list);
97 return $list;
101 * @param array $list
104 public function removeStartPages($list) { argument
117 foreach ($list as $index => $listitem) {
119 unset($list[$index]);
122 $list = array_values($list);
123 return $list;
/plugin/jquery-syntax/jquery-syntax/
Djquery.syntax.layout.list.js5 Syntax.layouts.list=function(options,code,container){var listTag=options.listTag||'ol';var list=jQu… function
8list[0].appendChild(li);line=line+1;});a=jQuery('<a href="#">View Raw Code</a>');a.click(function(…
/plugin/addressbook/
Dsyntax.php137 $list = $this->getList(false,'department,surname,firstname,cfunction');
138 $renderer->doc .= $this->buildIndex($list,'department',$ID);
204 $list = $this->searchDB($_REQUEST['searchtext']);
205 if ($list != false){
206 if (count($list)<5) {
207 foreach ($list as $l) $renderer->doc .= $this->showcontact($l['id'],$ID);
208 } else $renderer->doc .= $this->buildIndex($list,false,$ID);
701 function names($list,$symbol=', '){ argument
703 foreach ($list as $l) if ($l != '') $res[]=$l;
736 function buildIndex($list=false,$separator=false,$target=false){ argument
[all …]
/plugin/top/_test/
DstartPages.test.php17 $list = array(
119 $actual_list = $helper->removeStartPages($list);
120 array_shift($list);
121 $expected_list = $list;
129 $list = array(
231 $actual_list = $helper->removeStartPages($list);
/plugin/database2/
Dstyle.css29 table.database2 tr.data-list
33 table.database2 tr.data-list table
39 table.database2 tr.data-list table thead
44 table.database2 tr.data-list table thead th
51 table.database2 tr.data-list table thead th.counter
57 table.database2 tr.data-list table thead th.commands
62 table.database2 tr.data-list table tbody tr.last td
67 table.database2 tr.data-list table tbody tr.last td.counter
73 table.database2 tr.data-list table tbody tr.odd td
78 table.database2 tr.data-list table tbody tr.even td
[all …]
/plugin/mediasyntax/test/
Dmediasyntax-test.txt8 * a list item directly under a codeblock
9 this is a codeblock directly under a list item
18 * unordered list item
19 ** unordered list item, second level
20 * unordered list item first level under unordered list item second level
22 *unordered list item without space after asterisk
24 # ordered list item
25 # ordered list item 2
26 ## ordered list item second level
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
Dcollections.js206 var list = _.reduceRight(['foo', 'bar', 'baz'], function(memo, str){ return memo + str; }, '');
207 assert.equal(list, 'bazbarfoo', 'can perform right folds');
209 list = _.reduceRight(['foo', 'bar', 'baz'], function(memo, str){ return memo + str; });
210 assert.equal(list, 'bazbarfoo', 'default initial value');
268 var list = [{a: 1, b: 2}, {a: 2, b: 2}, {a: 1, b: 3}, {a: 1, b: 4}, {a: 2, b: 4}];
269 assert.deepEqual(_.find(list, {a: 1}), {a: 1, b: 2}, 'can be used as findWhere');
270 assert.deepEqual(_.find(list, {b: 4}), {a: 1, b: 4});
271 assert.notOk(_.find(list, {c: 1}), 'undefined when not found');
315 var list = [{a: 1, b: 2}, {a: 2, b: 2}, {a: 1, b: 3}, {a: 1, b: 4}];
316 assert.deepEqual(_.filter(list, {a: 1}), [{a: 1, b: 2}, {a: 1, b: 3}, {a: 1, b: 4}]);
[all …]
/plugin/wikistats/
Dsyntax.php187 $list = array();
192 …search($list, $conf['datadir'], array($this, '_search_count'), array('type' => $data['type'], 'ns'…
193 $content = $list['pages_count'];
196 …search($list, $conf['mediadir'], array($this, '_search_count'), array('type' => $data['type'], 'ns…
197 $content = $list['medias_count'];
200 …search($list, $conf['datadir'], array($this, '_search_count'), array('type' => $data['type'], 'ns'…
201 …search($list, $conf['mediadir'], array($this, '_search_count'), array('type' => $data['type'], 'ns…
208 $content .= $this->displayResourceStats($list);
209 $content .= $this->displayTagStats($list);
210 $content .= $this->displayNamespaceStats($list['dir_label']['ns']);
[all …]
/plugin/lists/
Dstyle.css4 ol,ul,div.dokuwiki ol,div.dokuwiki ul{list-style-position:outside;list-style-image:none;margin:0 0 …
9 ul{list-style-type:disc;}
10 ul ul{list-style-type:square;}
11 ol{list-style-type:decimal;}
12 ol ol{list-style-type:upper-roman;}
13 ol ol ol{list-style-type:lower-alpha;}
14 ol ol ol ol{list-style-type:lower-greek;}
/plugin/asciidocjs/node_modules/filelist/
DREADME.md3 A FileList is a lazy-evaluated list of files. When given a list
5 list, instead of searching the file structures to find the files,
12 are resolved into a real list of file names.
16 Add files to the list with the `include` method. You can add glob
19 an actual list of files.
56 will be resolved to the full list of files, and the method will
62 property) which returns the number of actual files in the list
67 `include`: Add a filename/glob/regex to the list
71 `resolve`: Resolve the items in the FileList to the full list of
75 `toArray`: Immediately resolves the list of items, and returns an
[all …]
/plugin/colorpicker/
Dscript.js23 function createColorPicker(id,list,icobase,edid){ argument
34 for(var key in list){
35 if (list.hasOwnProperty(key)) {
38 fgbg = list[key].split('/'),
39 colorCombination = list[key];
46 $btn.click(getInsertHandler(list[key]));
68 props.list,

12345678910>>...71