/plugin/tag/syntax/ |
H A D | topic.php | 117 $pagelist->rsort = false; 131 if($pagelist->sort || $pagelist->rsort) { 136 // rsort is true - revserse sort the pages 137 if($pagelist->rsort) {
|
/plugin/tindexmenu/syntax/ |
H A D | indexmenu.php | 37 var $rsort=false; variable in syntax_plugin_indexmenu_indexmenu 145 $rsort=in_array('rsort',$opts); 167 if ($rsort) $jsajax .= "&rsort=1"; 178 $rsort, 260 $this->rsort = $myns[4]; 267 if ($this->sort || $this->msort || $this->rsort) { 697 if ($this->rsort) {
|
/plugin/pagelist/ |
H A D | syntax.php |
|
H A D | helper.php | 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) { 52 public $rsort = false; global() variable in helper_plugin_pagelist [all...] |
/plugin/indexmenu/syntax/ |
H A D | indexmenu.php | 172 $rsort = $this->hasOption($defaults, $opts, 'rsort'); 176 if ($rsort) $jsAjax .= "&rsort=1"; 318 'rsort' => $rsort, 411 //sort, msort, rsort, nsort, hsort 491 * @param array $sort entries: sort, msort, rsort, nsort, hsort 23 var $rsort = false; global() variable in syntax_plugin_indexmenu_indexmenu
|
/plugin/tindexmenu/ |
H A D | ajax.php | 166 $idxm->rsort=$_REQUEST['rsort']; 180 if ($idxm->sort||$idxm->msort||$idxm->rsort) {
|
/plugin/indexmenu/ |
H A D | ajax.php |
|
H A D | action.php | 290 'rsort' => $INPUT->bool('rsort'), 476 $sort['rsort'] = $INPUT->bool('rsort', false, true); 513 if ($sort['sort'] || $sort['msort'] || $sort['rsort'] || $sort['hsort']) {
|
/plugin/indexmenu/_test/ |
H A D | indexmenu_syntax_indexmenu.test.php |
|
/plugin/dlcounter/ |
H A D | README.md | 31 {{dlcounter>count?rsort}} 37 rsort => orders the data in descending order
|
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | flow_context.class.inc.php | 117 rsort($float_bottoms); 241 rsort($float_bottoms);
|
/plugin/nssearch/ |
H A D | action.php | 69 rsort($nslist);
|
/plugin/photogallery/phpThumb/demo/ |
H A D | phpThumb.demo.gallery.php | 76 rsort($folders);
|
/plugin/nspages/printers/ |
H A D | printerNice.php | 140 rsort($nbItemPerCol);
|
/plugin/pgn4web/pgn4web/ |
H A D | viewer-links.php | 85 if ($reverseSort) { rsort($urls); }
|
/plugin/indexmenu/scripts/ |
H A D | toolbarindexwizard.js | 45 rsort: {}, property in indexmenu_wiz.fields.div4.elems
|
/plugin/backup/ |
H A D | admin.php | 102 rsort($backups);
|
/plugin/captcha/ |
H A D | helper.php | 241 if (($op < 0) && ($num[0] < $num[1])) rsort($num);
|
/plugin/strata/helper/ |
H A D | syntax.php | 898 rsort($to_remove); 922 rsort($to_remove);
|
/plugin/farmsync/meta/ |
H A D | FarmSyncUtil.php | 276 rsort($oldrevisions);
|
/plugin/epub/scripts/ |
H A D | epub_utils.php | 631 rsort($paths);
|
/plugin/translator/ |
H A D | helper.php | 1184 rsort($versions, SORT_NUMERIC);
|
/plugin/codemirror/dist/modes/ |
H A D | php.min.js.map | 1 …flush ob_list_handlers ksort krsort natsort natcasesort asort arsort sort rsort usort uasort uksor…
|