Home
last modified time | relevance | path

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

/plugin/tagging/
H A Dhelper.php33 $db->create_function('CLEANTAG', array($this, 'cleanTag'), 1);
86 public function cleanTag($tag) { function in helper_plugin_tagging
180 $ret = '?do=search&sf=1&q=' . rawurlencode('#' . $this->cleanTag($tag));
452 return $this->cleanTag($tag);
476 if ($newTag === $this->cleanTag($formerTagName)) {
480 $params = [$newTag, $this->cleanTag($formerTagName)];
493 $params = [$this->cleanTag($formerTagName)];
523 $this->cleanTag($formerTagName),
536 $this->cleanTag($formerTagName)
543 $this->cleanTag(
[all...]
/plugin/tagging/action/
H A Delasticsearch.php60 return $hlp->cleanTag($tag);
100 $matches[1] = array_map([$hlp, 'cleanTag'], $matches[1]);
/plugin/tag/
H A Dhelper.php524 return array_unique(array_map([$this, 'cleanTag'], $tags));
533 protected function cleanTag($tag) { function in helper_plugin_tag