Home
last modified time | relevance | path

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

/plugin/pagelist/
H A Dsyntax.php
H A Dhelper.php58 public $rsort = false;
108 $this->rsort = $this->getConf('rsort'); //on-off
244 * for sorting: 'sort', 'rsort', 'nosort', 'sortby=<columnname>'
281 $this->rsort = false;
283 case 'rsort':
285 $this->rsort = true;
289 $this->rsort = false;
296 // it is not required to set the sort flag, rsort flag will reverse.
598 if ($this->rsort) {
52 public $rsort = false; global() variable in helper_plugin_pagelist
[all...]
/plugin/pagelist/conf/
H A Ddefault.php17 $conf['rsort'] = 0;
H A Dmetadata.php22 $meta['rsort'] = array('onoff');