Home
last modified time | relevance | path

Searched refs:hsort (Results 1 – 6 of 6) sorted by relevance

/plugin/indexmenu/
Dscript.js260 hsort: options.sort.hsort ? 1 : 0, property
288 hsort: options.sort.hsort ? 1 : 0, property
DSearch.php28 private $hsort; variable in dokuwiki\\plugin\\indexmenu\\Search
46 $this->hsort = $sort['hsort'];
233 if ($this->sort || $this->msort || $this->rsort || $this->hsort) {
795 if ($this->hsort && noNS($item['id']) == $conf['start']) {
DCREDITS63 add ''hsort'' for sorting [[config:startpage]] pages to top of listing
/plugin/indexmenu/_test/
DIndexmenuSyntaxTest.php46 $skipnscombined, $skipfilecombined, $hsort, $headpage, $hide_headpage, $jsVersion
68 'hsort' => $hsort,
/plugin/indexmenu/syntax/
Dindexmenu.php164 $hsort = $this->hasOption($defaults, $opts, 'hsort');
178 if ($hsort) $jsAjax .= "&hsort=1";
320 'hsort' => $hsort,
/plugin/indexmenu/scripts/
Dtoolbarindexwizard.js44 hsort: {}, property