Home
last modified time | relevance | path

Searched refs:list (Results 76 – 100 of 1525) sorted by relevance

12345678910>>...61

/plugin/combo/resources/dictionary/
H A DREADME.md8 * [Carbon](./carbon-icons.json) - list of [32x32 icon](https://carbon-elements.netlify.app/icons/examples/preview/) name of iconify (ie lowercase) to physical icon name
9 * [fad](./fad-icons.json) - list of [fad svg](https://github.com/fefanto/fontaudio/tree/master/svgs) in iconify form
10 * [icomoon](./icomoon-icons.json) - list of [icomoon svg](https://github.com/Keyamoon/IcoMoon-Free/tree/master/SVG)
11 * [cib](./cib-icons.json) - list of [CoreUI Brands icons](https://github.com/coreui/coreui-icons/tree/master/svg/brand)
12 * [Health Icon](./healthicons-icons.json) - list of [HealthIcon](https://raw.githubusercontent.com/resolvetosavelives/healthicons/main/public/icons/meta-data.json)
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DObjectWithXmlKeyValuePairsWithObjectType.php17 private $list; variable in JMS\\Serializer\\Tests\\Fixtures\\ObjectWithXmlKeyValuePairsWithObjectType
19 public function __construct(array $list) argument
21 $this->list = $list;
H A DObjectWithXmlKeyValuePairsWithType.php17 private $list; variable in JMS\\Serializer\\Tests\\Fixtures\\ObjectWithXmlKeyValuePairsWithType
25 public function __construct(array $list, array $list2 = []) argument
27 $this->list = $list;
/plugin/pglist/
H A DREADME.md4 DokuWiki plugin, list the pages inside namespace
6list or you can exclude the start page. pglist also when list the directories, it checks if this d…
/plugin/acmenu/
H A Dstyle.css12 * to specify the style for the list item mark
15 list-style-image: url(../../images/closed.png);
19 list-style-image: url(../../images/open.png);
23 list-style-image: url(../../images/closed-rtl.png);
27 list-style-image: url(../../images/bullet.png);
/plugin/blog/syntax/
H A Darchive.php27 list($match, $flags) = explode('&', $match, 2);
29 list($match, $refine) = explode(' ', $match, 2);
30 list($ns, $rest) = explode('?', $match, 2);
54 list($year, $month, $day) = explode('-', $rest, 3);
61 list($year, $month) = explode('-', $rest, 2);
93 list($ns, $start, $end, $flags, $refine, $author) = $data;
116 // Add histogram and posts list
163 // Generate alternative posts list
172 $list = '';
179 $list
[all...]
/plugin/diagramsnet/lib/plugins/
H A Danimation.js188 var list = document.createElement('textarea');
189 list.style.overflow = 'auto';
190 list.style.width = '100%';
191 list.style.height = '100%';
192 td11.appendChild(list);
198 list.value = root.value.getAttribute('animation');
253 list.value += tmp + '\n'
256 list.value += wait
263 list.value += val + '\n'
266 list.value += wait
[all …]
/plugin/sqlraw/
H A Dsorttable.min.js25list,comp_func){var b=0;var t=list.length-1;var swap=true;while(swap){swap=false;for(var i=b;i<t;+… argument
26 …(!swap)break;for(var i=t;i>b;--i){if(comp_func(list[i],list[i-1])<0){var q=list[i];list[i]=list[i-…
/plugin/swiftmail/
H A DSwift.php273 $list = explode($le, $list->getString());
274 for ($i = 1, $len = count($list); $i < $len; $i++)
276 $extension = substr($list[$i], 4);
355 $list = $recipients;
358 $list = new Swift_RecipientList();
359 $list->addTo($recipients);
363 $send_event = new Swift_Events_SendEvent($message, $list, $from, 0);
379 $it = $list->getIterator("to");
394 $it = $list->getIterator("cc");
435 $it = $list->getIterator("bcc");
[all …]
/plugin/quickstats/scripts/
H A Dsorttable.js302 shaker_sort: function(list, comp_func) { argument
307 var t = list.length - 1;
313 if ( comp_func(list[i], list[i+1]) > 0 ) {
314 var q = list[i]; list[i] = list[i+1]; list[i+1] = q;
323 if ( comp_func(list[i], list[i-1]) < 0 ) {
324 var q = list[i]; list[i] = list[i-1]; list[i-1] = q;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
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
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsBasicTests.yml4 You can specify a list in YAML by placing each
5 member of the list on a new line with an opening
16 You can specify a list in YAML by placing each
17 member of the list on a new line with an opening
28 You can specify a list in YAML by placing each
29 member of the list on a new line with an opening
42 dash, followed by an indented list.
81 You can add a keyed list (also known as a dictionary or
83 list on a new line, with a colon separating the key
84 from its value. In YAML, this type of list is called
/plugin/linkmanager/
H A Dstyle.css37 list-style-type: none;
38 list-style-image: none;
43 list-style-type: none;
44 list-style-image: none;
79 /* --- file list --- */
/plugin/bookcreator/syntax/
H A Dbookmanager.php113 list($type, $num, $order) = $data;
137 // Displays the list of saved selections
147 // generates the list of saved selections
155 * Generates the list of save selections
158 * @param bool $bookmanager whether this list is displayed in the Book Manager
164 * the list with save selections is only displayed once, and the bookmanager with priority
312 * Displays list of selected/deleted pages
398 * @return string html of list
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DConstraintViolationHandler.php39 …ializeListToXml(XmlSerializationVisitor $visitor, ConstraintViolationList $list, array $type): void argument
46 foreach ($list as $violation) {
54 …izeListToJson(JsonSerializationVisitor $visitor, ConstraintViolationList $list, array $type, Seria… argument
56 return $visitor->visitArray(iterator_to_array($list), $type);
/plugin/metaeditor/admin/
H A Deditor.php39 $list = array();
48 search($list,$conf['datadir'],'search_universal',$opts,$ns);
49 foreach($list as $item)
/plugin/dwspecialist/
H A Daction.php39 $list[] = array(
52 $list[] = array(
60 return $list;
/plugin/geonav/tpl/startermap/css/
H A Dprint.css37 list-style: disc outside;
40 list-style: decimal outside;
43 list-style-type: lower-alpha;
46 list-style-type: upper-roman;
49 list-style-type: upper-alpha;
52 list-style-type: lower-roman;
/plugin/explorertree/
H A Dhelper.php140 $list = html_buildlist($data,
145 if (strncasecmp(trim($list),'<ul ',4)){
146 $list = "<ul class='{$class}' >".$list."</ul>";
152 return "<div class='{$class}_root' id='{$id}'>".$list."</div>"
155 return $list;
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshLegacy.js15 function getValue(list, name) argument
21 for (var i = 0; i < list.length; i++)
22 if ((match = XRegExp.exec(list[i], regex)) != null)
94 function findTagsByName(list, name, tagName) argument
100 list.push(tags[i]);
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshLegacy.js31 function getValue(list, name) argument
37 for (var i = 0; i < list.length; i++)
38 if ((match = XRegExp.exec(list[i], regex)) != null)
110 function findTagsByName(list, name, tagName) argument
116 list.push(tags[i]);
/plugin/groupmail/
H A Dplugin.info.txt8 - list of email addresses
9 - list of dokuwiki users
10 - list of dokuwiki groups
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ToolResults/
H A DNonSdkApi.php40 public $list; variable in Google\\Service\\ToolResults\\NonSdkApi
101 public function setList($list) argument
103 $this->list = $list;
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Ddense-block-markers.md11 this is a paragraph, not a headline or list
20 ### Tasks list
21 - list items
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/
H A Ddense-block-markers.md11 this is a paragraph, not a headline or list
20 ### Tasks list
21 - list items

12345678910>>...61