Searched refs:nsort (Results 1 – 9 of 9) sorted by relevance
/plugin/tindexmenu/syntax/ |
H A 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/syntax/ |
H A D | indexmenu.php | 162 $nsort = $this->hasOption($defaults, $opts, 'nsort'); 177 if ($nsort) $jsAjax .= "&nsort=1"; 319 'nsort' => $nsort, 411 //sort, msort, rsort, nsort, hsort 491 * @param array $sort entries: sort, msort, rsort, nsort, hsort 24 var $nsort = false; global() variable in syntax_plugin_indexmenu_indexmenu
|
/plugin/indexmenu/_test/ |
H A D | indexmenu_syntax_indexmenu.test.php |
|
/plugin/tindexmenu/ |
H A D | CREDITS | 52 Fixed a bug with msort/nsort that did not manage empty arrays.
|
H A D | ajax.php | 167 $idxm->nsort=$_REQUEST['nsort'];
|
/plugin/indexmenu/ |
H A D | CREDITS | 52 Fixed a bug with msort/nsort that did not manage empty arrays.
|
H A D | ajax.php |
|
H A D | action.php | 291 'nsort' => $INPUT->bool('nsort'), 477 $sort['nsort'] = $INPUT->bool('nsort', false, true);
|
/plugin/indexmenu/scripts/ |
H A D | toolbarindexwizard.js | 46 nsort: {} property in indexmenu_wiz.fields.div4.elems
|