Home
last modified time | relevance | path

Searched +full:sort +(+path:plugin +path:pagelist) -(+path:plugin +path:pagelist +path:lang) (Results 1 – 4 of 4) sorted by relevance

/plugin/pagelist/
H A Dhelper.php4 use dokuwiki\Utf8\Sort;
53 public $sort = false;
55 * @var bool Reverses the sort
107 $this->sort = $this->getConf('sort'); //on-off
111 $this->sort = true;
244 * for sorting: 'sort', 'rsort', 'nosort', 'sortby=<columnname>'
279 case 'sort':
280 $this->sort = true; //sort b
46 public $sort = false; global() variable in helper_plugin_pagelist
[all...]
H A Dsyntax.php
/plugin/pagelist/conf/
H A Ddefault.php16 $conf['sort'] = 0;
H A Dmetadata.php21 $meta['sort'] = array('onoff');