Home
last modified time | relevance | path

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

/plugin/indexmenu/
Dscript.js257msort: options.sort.msort ? options.sort.msort : 0, //'indexmenu_n', or metadata 'key subkey' TODO… property
285 msort: options.sort.msort ? options.sort.msort : 0, property
DSearch.php16 private $msort; variable in dokuwiki\\plugin\\indexmenu\\Search
43 $this->msort = $sort['msort'];
233 if ($this->sort || $this->msort || $this->rsort || $this->hsort) {
798 if ($this->msort) {
799 $sort = p_get_metadata($page, $this->msort);
DCREDITS52 Fixed a bug with msort/nsort that did not manage empty arrays.
/plugin/tindexmenu/syntax/
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/
Dindexmenu.php166 if ($msort = $this->hasOption($defaults, $opts, 'msort')) {
167 $msort = 'indexmenu_n';
169 $msort = str_replace(':', ' ', $value);
175 if ($msort) $jsAjax .= "&msort=" . $msort;
317 'msort' => $msort,
/plugin/tindexmenu/
Dajax.php165 $idxm->msort=$_REQUEST['msort'];
180 if ($idxm->sort||$idxm->msort||$idxm->rsort) {
DCREDITS52 Fixed a bug with msort/nsort that did not manage empty arrays.
/plugin/indexmenu/_test/
DIndexmenuSyntaxTest.php45 …$sort, $msort, $rsort, $nsort, $level, $nons, $nopg, $subnss, $max, $maxAjax, $js, $skipns, $skipf…
65 'msort' => $msort,
/plugin/pagequery/
Dsyntax.php293 $pq->msort($sort_array, $sort_opts);
DPageQuery.php611 final public function msort(array &$sort_array, $sort_opts): bool function in PageQuery
/plugin/indexmenu/scripts/
Dtoolbarindexwizard.js43 msort: {}, property