Searched refs:msort (Results 1 – 11 of 11) sorted by relevance
/plugin/tindexmenu/syntax/ |
H A D | indexmenu.php | 36 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/syntax/ |
H A D | indexmenu.php | 166 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/ |
H A D | ajax.php | 165 $idxm->msort=$_REQUEST['msort']; 180 if ($idxm->sort||$idxm->msort||$idxm->rsort) {
|
H A D | CREDITS | 52 Fixed a bug with msort/nsort that did not manage empty arrays.
|
/plugin/indexmenu/ |
H A D | ajax.php |
|
H A D | action.php | 289 'msort' => $INPUT->str('msort'), 475 $sort['msort'] = $INPUT->str('msort', '', true); 513 if ($sort['sort'] || $sort['msort'] || $sort['rsort'] || $sort['hsort']) {
|
H A D | CREDITS | 52 Fixed a bug with msort/nsort that did not manage empty arrays.
|
/plugin/indexmenu/_test/ |
H A D | indexmenu_syntax_indexmenu.test.php |
|
/plugin/pagequery/ |
H A D | syntax.php | 293 $pq->msort($sort_array, $sort_opts);
|
H A D | PageQuery.php | 98 * $sort_opts sorting options for the msort function 613 final public function msort(array &$sort_array, $sort_opts): bool 688 * @param array $sort_array : array to be grouped (result of 'msort' function) 619 final public function msort(array &$sort_array, $sort_opts): bool global() function in PageQuery
|
/plugin/indexmenu/scripts/ |
H A D | toolbarindexwizard.js | 43 msort: {}, property in indexmenu_wiz.fields.div4.elems
|