Home
last modified time | relevance | path

Searched refs:msort (Results 1 – 11 of 11) sorted by relevance

/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/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/
H A Dajax.php165 $idxm->msort=$_REQUEST['msort'];
180 if ($idxm->sort||$idxm->msort||$idxm->rsort) {
H A DCREDITS52 Fixed a bug with msort/nsort that did not manage empty arrays.
/plugin/indexmenu/
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']) {
H A DCREDITS52 Fixed a bug with msort/nsort that did not manage empty arrays.
/plugin/indexmenu/_test/
H A Dindexmenu_syntax_indexmenu.test.php
/plugin/pagequery/
H A Dsyntax.php293 $pq->msort($sort_array, $sort_opts);
H A DPageQuery.php98 * $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 Dtoolbarindexwizard.js43 msort: {}, property in indexmenu_wiz.fields.div4.elems