Home
last modified time | relevance | path

Searched refs:list (Results 176 – 200 of 1525) sorted by relevance

12345678910>>...61

/plugin/epub/scripts/
H A Dcss3.php477 $list = array();
480 $list[DOKU_PLUGIN."$p/$mediatype.css"] = DOKU_BASE."lib/plugins/$p/";
481 $list[DOKU_PLUGIN."$p/$mediatype.less"] = DOKU_BASE."lib/plugins/$p/";
484 $list[DOKU_PLUGIN."$p/style.css"] = DOKU_BASE."lib/plugins/$p/";
485 $list[DOKU_PLUGIN."$p/style.less"] = DOKU_BASE."lib/plugins/$p/";
488 return $list;
/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/pagequery/
H A Dplugin.info.txt6 desc Search for (fulltext) and list wiki pages, sorted and optionally grouped by name, date, creator, abc, etc. in columns. Insert the pagequery markup wherever you want your list to appear. E.g.{{pagequery>[query;fulltext;sort=key:direction,key2:direction;group;limit=??;cols=?;inwords;proper]}} [..] = optional
H A Dreadme.md9 On the surface it may appear to fill a similar role to the really excellent [[plugin:indexmenu|IndexMenu]], however pagequery's aspirations are not as lofty or elaborate. IndexMenu focuses on displaying namespaces, and the pages within. allowing you to sort the namespaces and files by many options, and actively navigate and manipulate this index. Pagequery's purpose is __displaying lists of pages__: yes, you can sort by namespace if you wish, however the main goal is to search for and list pages in any order, and then neatly display them in groups (A-Z, by year, by month, etc...) and in addition in columns — to make best use of space. If you try both of them you'll quickly see that they //"scratch different itches."//
18 * Split your list into groups, with headers above each one: A..Z, 2010...2009, Jan..Dec, author's name
22 * Make full use of space: display your list of links in up to six columns
29 * A recently modified list of pages
40 Insert the pagequery markup in a page wherever you want your list to appear. You can have more than one ''pagequery'' list on one page((works well with the [[plugin:columns|columns plugin]])).
55 For example, if you want to list all the pages in a certain namespace by A-Z, the following should do the trick:
60 This would retrieve results from @namespace only (as there is no other search query you would get all the pages), and the list would be sorted by the //first letter// ('sort=a') then alphabetically ('sort=name') within each letter. The //group// option will then cause the list to be grouped by the first letter only (you cannot group by name as each one is unique).
/plugin/bootswrapper/exe/help/
H A Dpanel.txt87 ===== With list groups =====
89 Easily include full-width [[list-group|list groups]] within any panel.
93 <list-group>
99 </list-group></panel>
105 <list-group>
111 </list-group></panel></code>
/plugin/overlay/
H A Dstyle.css50 list-style-image: url(../../images/bullet.png);
53 list-style-image: url(../../images/open.png);
56 list-style-image: url(../../images/closed.png);
59 list-style-image: url(../../images/closed-rtl.png);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
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 DXpackNamespace.asciidoc32 $params['categories'] = (list) Comma-separated list of info categories. Can be any of: build, license, features
/plugin/twofactor/
H A DManager.php214 $list = $this->getAllProviders();
215 $list = array_filter($list, function ($provider) use ($configured) {
219 return $list;
317 // remove current provider from list
346 $form->addFieldsetOpen('Alternative methods')->addClass('list');
/plugin/simplewikipagetree/
H A Dstyle.css2 list-style: none;
8 list-style: none;
/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/davcard/vendor/sabre/vobject/lib/
H A DComponent.php60 $list = $this->getDefaults();
64 if (isset($list[$value->name])) {
65 unset($list[$value->name]);
69 $list[$key] = $value;
72 foreach($list as $key=>$value) {
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DComponent.php60 $list = $this->getDefaults();
64 if (isset($list[$value->name])) {
65 unset($list[$value->name]);
69 $list[$key] = $value;
72 foreach($list as $key=>$value) {
/plugin/davcal/vendor/sabre/vobject/lib/
H A DComponent.php60 $list = $this->getDefaults();
64 if (isset($list[$value->name])) {
65 unset($list[$value->name]);
69 $list[$key] = $value;
72 foreach($list as $key=>$value) {
/plugin/adminperm/lang/en/
H A Dintro.txt5 …rs and groups (''@''-prefixed) as comma separated list for each of the available plugins. An empty…
/plugin/tocselect/
H A Dstyle.css18 list-style-type: none;
53 list-style-type:none;
/plugin/rtmchecklist/
H A DREADME.md7 Create a list using a tag: <rtmchecklist>, each line before the ending tag </rtmchecklist> will be …
22 The list of task is then sent to the email address you can set in your profile at "RTM import e-mai…
/plugin/combo/resources/theme/default/components/css/
H A Ddo-media.css20 list-style: none;
219 list-style: none;
246 /*____________ file list panel ____________*/
248 /* file list header */
260 list-style: none;
284 background: url('../../images/icon-list.png') 3px 1px no-repeat;
305 /* file list content */
330 /* file list as thumbs */
383 /* file list as rows */
386 list
[all...]
/plugin/bootswrapper/
H A DAUTHORS.md14 *For a list of people who have contributed to the template, see [GitHub's list of contributors](htt…
/plugin/move/
H A Dstyle.less77 list-style-image: url(images/page.png);
80 list-style-image: url(images/disk.png);
83 list-style-image: url(images/page_link.png);
/plugin/struct/meta/
H A DAssignments.php206 * Returns a list of table names assigned to the given page
228 $list = $this->sqlite->queryAll($sql, [$page]);
229 foreach ($list as $row) {
259 $list = $this->sqlite->queryAll($sql, $opts);
262 foreach ($list as $row) {
/plugin/syntaxhighlighter/Styles/
H A DSyntaxHighlighter.css44 list-style: decimal; /* for ie */
54 list-style: none !important;
61 list-style: decimal-leading-zero; /* better look for others, override cascade from OL */
62 list-style-position: outside !important;
128 display: list-item !important;
/plugin/issuetracker/
H A DREADME16 new entry to the issue list. The complete issue list delivers a detailed
22 list and see the complete set of details. The issue list is sortable on all
68 user as overview if non-admin viewing the issue list
87 Issue list status text as tooltip to save space
92 Issue list severity text as tooltip to save space
129 The Plugin delivers an issue list, where admin can configure a restricted view
/plugin/xcom/lang/en/
H A Dfunctions.txt43 … [[doku>:config:recent]] configuration setting. The offset can be used to list earlier versions in…
68 ^Description|Returns a list of all links contained in a Wiki page.|
73 ^Description|Returns a list of all Wiki pages in the remote Wiki.|
79 ^Description|Returns a list of [[doku>:backlinks]] of a Wiki page.|
85 ^Description|Returns a list of recent changes since given timestamp. \\ As stated in [[doku>:recent…
91 ^Description|Returns a list of recent changed media since given timestamp.|
97 ^Description|Returns a list of media files in a given namespace. The options array holds a regular …
139 ^Description|Returns a list of sub-namespaces under the specified namespace id. If the namespace id…
/plugin/odt/ODT/
H A DODTTable.php41 $list = $list_item->getList();
42 if (isset($list)) {
43 $list_style_name = $list->getStyleName();
78 $list = $params->document->state->getCurrentList();
79 while (isset($list))
90 $lists [] = $list->getStyleName();
92 $list->setListLastParagraphPosition(-1);
101 $list = $params->document->state->getCurrentList();

12345678910>>...61