Home
last modified time | relevance | path

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

/plugin/struct/meta/
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 . ']';
DAggregationCloud.php62 …$filter = SearchConfigParameters::$PARAM_FILTER . '[' . urlencode($key) . ']=' . urlencode($tagVal…
DAggregationTable.php305 … form_makeField('text', SearchConfigParameters::$PARAM_FILTER . '[' . $key . ']', $current, '')
/plugin/struct/_test/
DSearchConfigParameterTest.php119 $_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';
/plugin/struct/action/
Dcache.php93 $INPUT->has(SearchConfigParameters::$PARAM_FILTER) ||
138 SearchConfigParameters::$PARAM_FILTER,
/plugin/struct/types/
DTag.php32 $filter = SearchConfigParameters::$PARAM_FILTER .