Home
last modified time | relevance | path

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

/plugin/include/conf/
H A Dmetadata.php29 $meta['rsort'] = array('onoff');
H A Ddefault.php26 $conf['rsort'] = 0; // reverse sort order
/plugin/include/
H A Dhelper.php46 $this->defaults['rsort'] = $this->getConf('rsort');
200 $flags['rsort'] = 0;
202 case 'rsort':
203 $flags['rsort'] = 1;
742 if ($flags['rsort']) {
775 if ($flags['rsort']) {
/plugin/include/_test/
H A Dnamespace_includes.test.php156 $flags = $this->helper->get_flags(array('rsort'));
173 $flags = $this->helper->get_flags(array('order=custom', 'rsort'));