Home
last modified time | relevance | path

Searched refs:getTagsByRegExp (Results 1 – 3 of 3) sorted by relevance

/plugin/tagfilter/
H A Dhelper.php31 'name' => 'getTagsByRegExp',
65 public function getTagsByRegExp($tagExpression, $ns = '', $aclSafe = false) function in helper_plugin_tagfilter
123 return array_keys($this->getTagsByRegExp('.*', $ns, $aclSafe));
260 $tags = $this->getTagsByRegExp($tagExpression, $this->ps_ns);
281 $tags = $this->getTagsByRegExp($tagExpression, $this->ps_ns);
299 $tags = $this->getTagsByRegExp($tagExpression, $this->ps_ns);
H A Dremote.php77 $tags_labels = $Htagfilter->getTagsByRegExp($tags, $ns);
/plugin/tagsections/
H A Dhelper.php63 function getTagsByRegExp($tag_expr = null, $ns = '',$acl_safe = false){ function in helper_plugin_tagsections
87 return array_keys($this->getTagsByRegExp(null, $ns, $acl_safe));