Home
last modified time | relevance | path

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

/plugin/tagfilter/
H A Daction.php109 $tag_list_r = [];
112 $tag_list_r[] = implode(' ', array_filter($item));
115 $tag_list_r = array_filter($tag_list_r);
120 foreach ($tag_list_r as $key => $tag_list) {
H A Dhelper.php396 * return all pages defined by tag_list_r in a specific namespace
399 * @param array $tag_list_r an array containing strings with tags seperated by ' '
402 public function getAllPages($ns, $tag_list_r) argument
407 $tag_list = implode(' ', $tag_list_r);