Home
last modified time | relevance | path

Searched +full:hsort +(+path:plugin +path:indexmenu) -(+path:plugin +path:indexmenu +path:lang) (Results 1 – 9 of 9) sorted by relevance

/plugin/indexmenu/_test/
DIndexmenuSyntaxTest.php46 $skipnscombined, $skipfilecombined, $hsort, $headpage, $hide_headpage, $jsVersion
68 'hsort' => $hsort,
120 … "{{indexmenu>#2 test#6|navbar context tsort dsort msort hsort rsort nsort nons nopg}}",
122 …, true, true, false, 1, false, '&sort=t&msort=indexmenu_n&rsort=1&nsort=1&hsort=1&nopg=1', true, f…
129 …"{{indexmenu>#2 test#6|navbar js#bj_ubuntu.png context tsort dsort msort hsort rsort nsort nons no…
131 …, true, true, false, 1, false, '&sort=t&msort=indexmenu_n&rsort=1&nsort=1&hsort=1&nopg=1', true, f…
138 …1|navbar context nocookie noscroll notoc nomenu dsort msort#date:modified hsort rsort nsort nons n…
140 …, true, true, true, 1, true, '&sort=d&msort=date modified&rsort=1&nsort=1&hsort=1&nopg=1', true, t…
147 …g navbar context nocookie noscroll notoc nomenu dsort msort#date:modified hsort rsort nsort nons n…
149 …, true, true, true, 3, true, '&sort=d&msort=date modified&rsort=1&nsort=1&hsort=1&nopg=1&max=4', t…
DAjaxRequestsTest.php147 'hsort' => 0,
/plugin/indexmenu/syntax/
Dindexmenu.php164 $hsort = $this->hasOption($defaults, $opts, 'hsort');
178 if ($hsort) $jsAjax .= "&hsort=1";
320 'hsort' => $hsort,
411 //sort, msort, rsort, nsort, hsort
491 * @param array $sort entries: sort, msort, rsort, nsort, hsort
/plugin/indexmenu/
DCREDITS63 add ''hsort'' for sorting [[config:startpage]] pages to top of listing
Daction.php292 'hsort' => $INPUT->bool('hsort')
478 $sort['hsort'] = $INPUT->bool('hsort', false, true);
513 if ($sort['sort'] || $sort['msort'] || $sort['rsort'] || $sort['hsort']) {
DSearch.php28 private $hsort; variable in dokuwiki\\plugin\\indexmenu\\Search
38 * $sort['hsort'];
46 $this->hsort = $sort['hsort'];
233 if ($this->sort || $this->msort || $this->rsort || $this->hsort) {
795 if ($this->hsort && noNS($item['id']) == $conf['start']) {
Dscript.js260 hsort: options.sort.hsort ? 1 : 0, property
288 hsort: options.sort.hsort ? 1 : 0, property
/plugin/indexmenu/scripts/
Dtoolbarindexwizard.js44 hsort: {}, property
Dindexmenu.js118 … // &max=#&sort=(t|d)&msort=(indexmenu_n|<metakey>)&rsort=1&nsort=1&hsort=1&nopg=1&skipns=+=…