Home
last modified time | relevance | path

Searched +full:rsort +(+path:plugin +path:indexmenu) -(+path:plugin +path:indexmenu +path:lang) (Results 1 – 7 of 7) sorted by relevance

/plugin/indexmenu/_test/
H A Dindexmenu_syntax_indexmenu.test.php
/plugin/tindexmenu/syntax/
H A Dindexmenu.php37 var $rsort=false; variable in syntax_plugin_indexmenu_indexmenu
145 $rsort=in_array('rsort',$opts);
167 if ($rsort) $jsajax .= "&rsort=1";
178 $rsort,
260 $this->rsort = $myns[4];
267 if ($this->sort || $this->msort || $this->rsort) {
697 if ($this->rsort) {
/plugin/indexmenu/syntax/
H A Dindexmenu.php172 $rsort = $this->hasOption($defaults, $opts, 'rsort');
176 if ($rsort) $jsAjax .= "&rsort=1";
318 'rsort' => $rsort,
411 //sort, msort, rsort, nsort, hsort
491 * @param array $sort entries: sort, msort, rsort, nsort, hsort
23 var $rsort = false; global() variable in syntax_plugin_indexmenu_indexmenu
/plugin/indexmenu/
H A Dajax.php
H A Daction.php290 'rsort' => $INPUT->bool('rsort'),
476 $sort['rsort'] = $INPUT->bool('rsort', false, true);
513 if ($sort['sort'] || $sort['msort'] || $sort['rsort'] || $sort['hsort']) {
/plugin/indexmenu/scripts/
H A Dtoolbarindexwizard.js45 rsort: {}, property in indexmenu_wiz.fields.div4.elems
H A Dindexmenu.js118 jsajax: '', // &max=#&sort=(t|d)&msort=(indexmenu_n|<metakey>)&rsort=1&nsort=1&hsort=1&nopg=1&skipns=+=/.../&skipfile=+=/.../(set in page)