Searched refs:nsort (Results 1 – 9 of 9) sorted by relevance
| /plugin/indexmenu/ |
| D | script.js | 259 nsort: options.sort.nsort ? 1 : 0, property 287 nsort: options.sort.nsort ? 1 : 0, property
|
| D | Search.php | 24 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) {
|
| D | CREDITS | 52 Fixed a bug with msort/nsort that did not manage empty arrays.
|
| /plugin/tindexmenu/syntax/ |
| D | indexmenu.php | 38 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/ |
| D | IndexmenuSyntaxTest.php | 45 …$sort, $msort, $rsort, $nsort, $level, $nons, $nopg, $subnss, $max, $maxAjax, $js, $skipns, $skipf… 67 'nsort' => $nsort,
|
| /plugin/tindexmenu/ |
| D | CREDITS | 52 Fixed a bug with msort/nsort that did not manage empty arrays.
|
| D | ajax.php | 167 $idxm->nsort=$_REQUEST['nsort'];
|
| /plugin/indexmenu/syntax/ |
| D | indexmenu.php | 162 $nsort = $this->hasOption($defaults, $opts, 'nsort'); 177 if ($nsort) $jsAjax .= "&nsort=1"; 319 'nsort' => $nsort,
|
| /plugin/indexmenu/scripts/ |
| D | toolbarindexwizard.js | 46 nsort: {} property
|