Home
last modified time | relevance | path

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

/plugin/tagfilter/
H A Dhelper.php159 public function tagCompare($tag1, $tag2) function in helper_plugin_tagfilter
183 $pages = $indexer->lookupKey('subject', $tag, [$this, 'tagCompare']);
/plugin/tag/
H A Dhelper.php382 $indexedPagesWithTags = $indexer->lookupKey('subject', $tags, array($this, 'tagCompare'));
465 $pages = $indexer->lookupKey('subject', $cleanTags, [$this, 'tagCompare']);
666 public function tagCompare($tag1, $tag2) {
656 public function tagCompare($tag1, $tag2) { global() function in helper_plugin_tag