Searched refs:PARAM_FILTER (Results 1 – 6 of 6) sorted by relevance
13 public static $PARAM_FILTER = 'flt'; variable in dokuwiki\\plugin\\struct\\meta\\SearchConfigParameters46 if ($INPUT->has(self::$PARAM_FILTER)) {47 foreach ($INPUT->arr(self::$PARAM_FILTER) as $colcomp => $filter) {188 $key = self::$PARAM_FILTER . '[' . $column . $comp . ']';
62 …$filter = SearchConfigParameters::$PARAM_FILTER . '[' . urlencode($key) . ']=' . urlencode($tagVal…
305 … form_makeField('text', SearchConfigParameters::$PARAM_FILTER . '[' . $key . ']', $current, '')
119 $_REQUEST[meta\SearchConfigParameters::$PARAM_FILTER]['alias1.first*~'] = 'test';120 $_REQUEST[meta\SearchConfigParameters::$PARAM_FILTER]['afirst='] = 'test2';121 $params[meta\SearchConfigParameters::$PARAM_FILTER . '[schema1.first*~]'] = 'test';122 $params[meta\SearchConfigParameters::$PARAM_FILTER . '[schema2.afirst=]'] = 'test2';
93 $INPUT->has(SearchConfigParameters::$PARAM_FILTER) ||138 SearchConfigParameters::$PARAM_FILTER,
32 $filter = SearchConfigParameters::$PARAM_FILTER .