Home
last modified time | relevance | path

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

/plugin/indexmenu/syntax/
H A Dindexmenu.php166 if ($msort = $this->hasOption($defaults, $opts, 'msort')) {
167 $msort = 'indexmenu_n';
168 } elseif ($value = $this->getOption($defaultsStr, $optsStr, '/msort#(\S+)/u')) {
169 $msort = str_replace(':', ' ', $value);
175 if ($msort) $jsAjax .= "&msort=" . $msort;
317 'msort' => $msort,
22 var $msort = false; global() variable in syntax_plugin_indexmenu_indexmenu
[all...]
/plugin/tindexmenu/syntax/
H A Dindexmenu.php36 var $msort=false; variable in syntax_plugin_indexmenu_indexmenu
141 if ($msort = in_array('msort',$opts)) {
142 $msort='indexmenu_n';
143 …} elseif (preg_match('/msort#(\S+)/u',$match[1],$msort_tmp) >0) $msort=str_replace(':',' ',$msort_…
166 if ($msort) $jsajax .= "&msort=".$msort;
177 $msort,
259 $this->msort = $myns[3];
267 if ($this->sort || $this->msort || $this->rsort) {
718 if ($this->msort) $sort=p_get_metadata($page,$this->msort);
/plugin/indexmenu/_test/
H A Dindexmenu_syntax_indexmenu.test.php
/plugin/indexmenu/
H A DCREDITS52 Fixed a bug with msort/nsort that did not manage empty arrays.
H A Dajax.php
H A Daction.php289 'msort' => $INPUT->str('msort'),
475 $sort['msort'] = $INPUT->str('msort', '', true);
513 if ($sort['sort'] || $sort['msort'] || $sort['rsort'] || $sort['hsort']) {
/plugin/indexmenu/scripts/
H A Dtoolbarindexwizard.js43 msort: {}, 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)