Searched refs:msort (Results 1 – 11 of 11) sorted by relevance
| /plugin/indexmenu/ |
| D | script.js | 257 …msort: 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
|
| D | Search.php | 16 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);
|
| D | CREDITS | 52 Fixed a bug with msort/nsort that did not manage empty arrays.
|
| /plugin/tindexmenu/syntax/ |
| 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/ |
| D | indexmenu.php | 166 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/ |
| D | ajax.php | 165 $idxm->msort=$_REQUEST['msort']; 180 if ($idxm->sort||$idxm->msort||$idxm->rsort) {
|
| D | CREDITS | 52 Fixed a bug with msort/nsort that did not manage empty arrays.
|
| /plugin/indexmenu/_test/ |
| D | IndexmenuSyntaxTest.php | 45 …$sort, $msort, $rsort, $nsort, $level, $nons, $nopg, $subnss, $max, $maxAjax, $js, $skipns, $skipf… 65 'msort' => $msort,
|
| /plugin/pagequery/ |
| D | syntax.php | 293 $pq->msort($sort_array, $sort_opts);
|
| D | PageQuery.php | 611 final public function msort(array &$sort_array, $sort_opts): bool function in PageQuery
|
| /plugin/indexmenu/scripts/ |
| D | toolbarindexwizard.js | 43 msort: {}, property
|