Home
last modified time | relevance | path

Searched refs:PARAM_FILTER (Results 1 – 5 of 5) sorted by relevance

/plugin/struct/meta/
H A DSearchConfigParameters.php13 public static $PARAM_FILTER = 'flt'; variable in dokuwiki\\plugin\\struct\\meta\\SearchConfigParameters
46 if ($INPUT->has(self::$PARAM_FILTER)) {
47 foreach ($INPUT->arr(self::$PARAM_FILTER) as $colcomp => $filter) {
188 $key = self::$PARAM_FILTER . '[' . $column . $comp . ']';
H A DAggregationCloud.php62 $filter = SearchConfigParameters::$PARAM_FILTER . '[' . urlencode($key) . ']=' . urlencode($tagValue);
H A DAggregationTable.php305 form_makeField('text', SearchConfigParameters::$PARAM_FILTER . '[' . $key . ']', $current, '')
/plugin/struct/action/
H A Dcache.php93 $INPUT->has(SearchConfigParameters::$PARAM_FILTER) ||
138 SearchConfigParameters::$PARAM_FILTER,
/plugin/struct/types/
H A DTag.php30 $filter = SearchConfigParameters::$PARAM_FILTER .