Home
last modified time | relevance | path

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

/plugin/bez/ctl/
H A Dthreads.php13 $raw_filters = $_POST; variable
15 $raw_filters = json_decode($_COOKIE[BEZ_THREAD_FILTERS_COOKIE_NAME], true); variable
18 if (isset($raw_filters)) {
20 setcookie(BEZ_THREAD_FILTERS_COOKIE_NAME, json_encode($raw_filters));
22 $filters = array_filter($raw_filters, function($v) {
H A Dtasks.php30 $raw_filters = $_POST; variable
32 $raw_filters = json_decode($_COOKIE[BEZ_THREAD_FILTERS_COOKIE_NAME], true);; variable
35 if (isset($raw_filters)) {
37 setcookie(BEZ_THREAD_FILTERS_COOKIE_NAME, json_encode($raw_filters));
39 $filters = array_filter($raw_filters, function($v) {