Home
last modified time | relevance | path

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

12345678910>>...61

/plugin/bootswrapper/exe/help/
H A Dlist-group.txt5 <code html><list-group>
15 <list-group>
21 </list-group>
33 <list-group>
37 </list-group>
49 <list-group>
53 </list-group>
65 <list-group>
69 </list-group>
79 <list-group>
[all …]
/plugin/pagenav/
H A Dsyntax.php59 static $list = null; // static to reuse the array for multiple calls.
60 if (is_null($list)) {
61 $list = array();
72 $cnt = count($list);
84 if ($list[$i]['id'] == $id) {
88 if ($list[$i]['id'] == $start) continue;
89 if (isHiddenPage($list[$i]['id'])) continue;
94 $next = $list[$i]['id'];
96 $last = $list[$i]['id'];
100 $first = $list[$i]['id'];
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
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 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 o
[all...]
H A DTasksNamespace.asciidoc23 * <<Elasticsearch_Namespaces_TasksNamespacelist_list,`list()`>>
36 $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.
61 .`list(array $params = [])`
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 o
[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 l
[all...]
/plugin/codeprettify/
H A 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/
H A Dexample.css183 * 'list-style-image: url('picture.png');' instead of 'list-style-type'.
190 /* Un-ordered list.
196 list-style-type: disc;
204 list-style-type: circle;
210 list-style-type: square;
228 list-style-type: ballotx;
246 list-style-type: none;
252 list-style-type: bullet;
255 /* Ordered list.
261 list-style-type: decimal;
[all …]
/plugin/jquery-syntax/jquery-syntax/
H A 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/odt/ODT/
H A 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();
63 if (isset($list)) {
182 if (isset($list)) {
183 $listStyleName = $list->getStyleName();
[all …]
/plugin/top/_test/
H A 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/top/
H A Dhelper.php98 $list = $sqlite->res2arr($res);
102 $list = $this->removeStartPages($list);
104 return $list;
107 public function removeStartPages($list) { argument
120 foreach ($list as $index => $listitem) {
122 unset($list[$index]);
125 $list = array_values($list);
126 return $list;
/plugin/foldablelist/
H A DREADME.md2 plugin that makes an unordered list invisible after n items
5 simply wrap an unordered 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.
28 `collapse_after: 5` the number of list items to be displayed before hiding the rest of the list, de…
32 `button_up_value: ▲` the value shown in the button when clicking will collapse the list
41 * list item 1
42 * list item 2
[all …]
/plugin/mediasyntax/test/
H A 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 ite
[all...]
/plugin/addressbook/
H A Dsyntax.php205 if ($list != false){
206 if (count($list)<5) {
701 function names($list,$symbol=', '){ argument
739 if ($list===false){
740 $list =$this->getList();
741 if ($list === false) return;
752 foreach ($list as $r){
809 if ($list===false){
817 $amount = count($list);
859 $list = $temp;
[all …]
/plugin/colorpicker/
H A 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,
/plugin/lists/
H A 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/database2/
H A 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
73 table.database2 tr.data-list table tbody tr.odd td
78 table.database2 tr.data-list table tbody tr.even td
83 table.database2 tr.data-list table tbody td
[all …]
/plugin/wikistats/
H A Dsyntax.php187 $list = array();
193 $content = $list['pages_count'];
197 $content = $list['medias_count'];
355 private function displayResourceStats($list) { argument
377 if(empty($list)) {
383 foreach($list as $resname => $count) {
404 private function displayTagStats($list) { argument
457 private function displayNamespaceStats($list) { argument
480 if(empty($list)) {
486 ksort($list);
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dcollections.js318 assert.deepEqual(_.filter(list, {}), list, 'Empty object accepts all items');
319 assert.deepEqual(_(list).filter({}), list, 'OO-filter');
454 var list = [[5, 1, 7], [3, 2, 1]];
473 var list = [[5, 1, 7], [3, 2, 1]];
488 var list = [[5, 1, 7], [3, 2, 1]];
508 var result = _.where(list, {a: 1});
511 result = _.where(list, {b: 2});
514 result = _.where(list, {});
526 result = _.findWhere(list, {b: 4});
529 result = _.findWhere(list, {c: 1});
[all …]
/plugin/fckg/
H A Dadmin.php17 $list = array_diff($plugins ,$fckg_array);
19 $list = implode ("<li>\n" , $list);
20 if($list ) {
21 $this->results = "<h2>Plugins</h3><ol><li>$list</ol>";
/plugin/freechat/phpfreechat/data/public/themes/default/
H A Dchat.js.tpl.php60 …chan = <?php $list = array(); foreach($u->channels as $item) {$list[] = $item["name"]… variable
62 …rprivmsg = <?php $list = array(); foreach($u->privmsg as $item) {$list[] = $item["name"]… variable
64 …de_color_list = <?php $list = array(); foreach($bbcode_colorlist as $v) {$list[] = substr($v,1… variable
/plugin/freechat/phpfreechat/themes/default/
H A Dchat.js.tpl.php60 …chan = <?php $list = array(); foreach($u->channels as $item) {$list[] = $item["name"]… variable
62 …rprivmsg = <?php $list = array(); foreach($u->privmsg as $item) {$list[] = $item["name"]… variable
64 …de_color_list = <?php $list = array(); foreach($bbcode_colorlist as $v) {$list[] = substr($v,1… variable
/plugin/combo/resources/theme/default/components/css/
H A Dcontent-list.css1 .content-list-cs {
5 .list-group-item {
6 display: list-item;
9 .list-group-item p:last-child{
13 .list-group-numbered>*::before {
/plugin/xcom/
H A Dremote.php401 function insertListInTable($list,$type,&$contents) { argument
403 if($list) $contents .= "<tr><td $border>$type</td><td>$list</td></tr>\n";
422 $list = $this->create_list(array_keys($media),$contents);
429 $list = $this->create_list(array_keys($haspart),$contents);
430 $this->insertListInTable($list,'haspart',$contents);
433 $list = $this->create_list(array_keys($subject),$contents);
434 $this->insertListInTable($list,'Subject',$contents);
440 $list = "\n<ol>\n";
442 $list .= '<li>'. $ar[$i] . "</li>\n";
444 $list .= "</ol>\n";
[all …]

12345678910>>...61