Home
last modified time | relevance | path

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

/plugin/tagging/
H A Dhelper.php115 public function cleanTag($tag) function in helper_plugin_tagging
209 $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)
/plugin/tagging/action/
H A Delasticsearch.php72 $data['tagging'] = array_map(fn($tag) => $hlp->cleanTag($tag), array_keys($tags));
/plugin/tag/
Dhelper.php533 protected function cleanTag($tag) { function in helper_plugin_tag