Home
last modified time | relevance | path

Searched refs:nsort (Results 1 – 9 of 9) sorted by relevance

/plugin/indexmenu/
Dscript.js259 nsort: options.sort.nsort ? 1 : 0, property
287 nsort: options.sort.nsort ? 1 : 0, property
DSearch.php24 private $nsort; variable in dokuwiki\\plugin\\indexmenu\\Search
45 $this->nsort = $sort['nsort'];
655 if ($this->nsort) {
691 } elseif (!$this->nsort) {
785 if ($this->nsort) {
DCREDITS52 Fixed a bug with msort/nsort that did not manage empty arrays.
/plugin/tindexmenu/syntax/
Dindexmenu.php38 var $nsort=false; variable in syntax_plugin_indexmenu_indexmenu
139 $nsort=in_array('nsort',$opts);
168 if ($nsort) $jsajax .= "&nsort=1";
179 $nsort,
261 $this->nsort = $myns[5];
663 if ($this->nsort) {
714 ($this->nsort) ? $page=$item['hns'] : $sort=0;
/plugin/indexmenu/_test/
DIndexmenuSyntaxTest.php45 …$sort, $msort, $rsort, $nsort, $level, $nons, $nopg, $subnss, $max, $maxAjax, $js, $skipns, $skipf…
67 'nsort' => $nsort,
/plugin/tindexmenu/
DCREDITS52 Fixed a bug with msort/nsort that did not manage empty arrays.
Dajax.php167 $idxm->nsort=$_REQUEST['nsort'];
/plugin/indexmenu/syntax/
Dindexmenu.php162 $nsort = $this->hasOption($defaults, $opts, 'nsort');
177 if ($nsort) $jsAjax .= "&nsort=1";
319 'nsort' => $nsort,
/plugin/indexmenu/scripts/
Dtoolbarindexwizard.js46 nsort: {} property