Home
last modified time | relevance | path

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

/plugin/tindexmenu/syntax/
H A 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/syntax/
H A Dindexmenu.php162 $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 Dindexmenu_syntax_indexmenu.test.php
/plugin/tindexmenu/
H A DCREDITS52 Fixed a bug with msort/nsort that did not manage empty arrays.
H A Dajax.php167 $idxm->nsort=$_REQUEST['nsort'];
/plugin/indexmenu/
H A DCREDITS52 Fixed a bug with msort/nsort that did not manage empty arrays.
H A Dajax.php
H A Daction.php291 'nsort' => $INPUT->bool('nsort'),
477 $sort['nsort'] = $INPUT->bool('nsort', false, true);
/plugin/indexmenu/scripts/
H A Dtoolbarindexwizard.js46 nsort: {} property in indexmenu_wiz.fields.div4.elems