Home
last modified time | relevance | path

Searched refs:PARAM_SORT (Results 1 – 2 of 2) sorted by relevance

/plugin/struct/meta/
H A DSearchConfigParameters.php17 public static $PARAM_SORT = 'srt'; variable in dokuwiki\\plugin\\struct\\meta\\SearchConfigParameters
41 if ($INPUT->has(self::$PARAM_SORT)) {
42 [$colname, $sort] = $confHlp->parseSort($INPUT->str(self::$PARAM_SORT));
182 $params[self::$PARAM_SORT] = $column;
/plugin/struct/action/
H A Dcache.php95 $INPUT->has(SearchConfigParameters::$PARAM_SORT)
140 SearchConfigParameters::$PARAM_SORT