Home
last modified time | relevance | path

Searched refs:rsort (Results 1 – 23 of 23) sorted by last modified time

/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/nspages/printers/
H A DprinterNice.php140 rsort($nbItemPerCol);
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.gallery.php76 rsort($folders);
/plugin/tag/syntax/
H A Dtopic.php117 $pagelist->rsort = false;
131 if($pagelist->sort || $pagelist->rsort) {
136 // rsort is true - revserse sort the pages
137 if($pagelist->rsort) {
/plugin/captcha/
H A Dhelper.php241 if (($op < 0) && ($num[0] < $num[1])) rsort($num);
/plugin/epub/scripts/
H A Depub_utils.php631 rsort($paths);
/plugin/indexmenu/_test/
H A Dindexmenu_syntax_indexmenu.test.php
/plugin/indexmenu/
H A Daction.php290 'rsort' => $INPUT->bool('rsort'),
476 $sort['rsort'] = $INPUT->bool('rsort', false, true);
513 if ($sort['sort'] || $sort['msort'] || $sort['rsort'] || $sort['hsort']) {
H A Dajax.php
/plugin/indexmenu/scripts/
H A Dtoolbarindexwizard.js45 rsort: {}, property in indexmenu_wiz.fields.div4.elems
/plugin/indexmenu/syntax/
H A Dindexmenu.php172 $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/strata/helper/
H A Dsyntax.php898 rsort($to_remove);
922 rsort($to_remove);
/plugin/backup/
H A Dadmin.php102 rsort($backups);
/plugin/codemirror/dist/modes/
H A Dphp.min.js.map1 …flush ob_list_handlers ksort krsort natsort natcasesort asort arsort sort rsort usort uasort uksor…
/plugin/dlcounter/
H A DREADME.md29 {{dlcounter>count?rsort}}
35 rsort => orders the data in descending order
/plugin/farmsync/meta/
H A DFarmSyncUtil.php276 rsort($oldrevisions);
/plugin/nssearch/
H A Daction.php69 rsort($nslist);
/plugin/pgn4web/pgn4web/
H A Dviewer-links.php85 if ($reverseSort) { rsort($urls); }
/plugin/html2pdf/html2pdf/html2ps/
H A Dflow_context.class.inc.php117 rsort($float_bottoms);
241 rsort($float_bottoms);
/plugin/tindexmenu/
H A Dajax.php166 $idxm->rsort=$_REQUEST['rsort'];
180 if ($idxm->sort||$idxm->msort||$idxm->rsort) {
/plugin/tindexmenu/syntax/
H A Dindexmenu.php37 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/translator/
H A Dhelper.php1184 rsort($versions, SORT_NUMERIC);