Home
last modified time | relevance | path

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

/plugin/tag/
H A Dhelper.php44 $this->sort = $this->getConf('sortkey');
117 * 'sortkey' => string,
122 if(isset($newflags['sortkey'])) {
123 $this->sort = trim($newflags['sortkey']);
281 $sortkey = $page;
286 $sortkey = "\0".$page;
288 $sortkey = substr_replace($page, "\0\0", $pos, 1);
290 $sortkey = str_replace(':', "\0", $sortkey);
293 $sortkey
[all...]
/plugin/tag/conf/
H A Ddefault.php6 $conf['sortkey'] = 'title'; // sort key for topic lists
H A Dmetadata.php10 $meta['sortkey'] = array('multichoice',
/plugin/tag/_test/
H A Dtopic_sort.test.php26 $conf['plugin']['tag']['sortkey'] = 'ns';
/plugin/tag/syntax/
H A Dtopic.php92 if(in_array($conf_name, ['sortkey', 'sortorder'])) {