Home
last modified time | relevance | path

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

/plugin/tag/
H A Dhelper.php27 protected $sortorder; variable in helper_plugin_tag
45 $this->sortorder = $this->getConf('sortorder');
118 * 'sortorder' => string
125 if(isset($newflags['sortorder'])) {
126 $this->sortorder = trim($newflags['sortorder']);
326 if ($this->sortorder == 'ascending') {
/plugin/tag/conf/
H A Ddefault.php7 $conf['sortorder'] = 'ascending'; // ascending or descending
H A Dmetadata.php12 $meta['sortorder'] = array('multichoice',
/plugin/tag/syntax/
H A Dtopic.php92 if(in_array($conf_name, ['sortkey', 'sortorder'])) {