Lines Matching defs:rsort
58 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) {