Searched refs:cleanTag (Results 1 – 3 of 3) sorted by relevance
115 public function cleanTag($tag) function in helper_plugin_tagging209 $ret = '?do=search&sf=1&q=' . rawurlencode('#' . $this->cleanTag($tag));479 $newTagNames = array_map(fn($tag) => $this->cleanTag($tag), explode(',', $newTagNames));502 if ($newTag === $this->cleanTag($formerTagName)) {506 $params = [$newTag, $this->cleanTag($formerTagName)];521 $params = [$this->cleanTag($formerTagName)];552 $this->cleanTag($formerTagName),564 $this->cleanTag($formerTagName)571 $this->cleanTag($formerTagName)
72 $data['tagging'] = array_map(fn($tag) => $hlp->cleanTag($tag), array_keys($tags));
533 protected function cleanTag($tag) { function in helper_plugin_tag