Home
last modified time | relevance | path

Searched refs:tag2 (Results 1 – 6 of 6) sorted by relevance

/plugin/issuetracker/
H A DxsEditor.js31 function doLink(tag1,tag2,obj) argument
62 function doAddTags(tag1,tag2,obj) argument
68 sel.text = tag1 + sel.text + tag2;
80 var rep = tag1 + sel + tag2;
88 function doList(tag1,tag2,obj) argument
102 sel.text = tag1 + "\n" + list.join("\n") + "\n" + tag2;
120 var rep = tag1 + "\n" + list.join("\n") + "\n" +tag2;
/plugin/tagsections/
H A Dhelper.php101 function _tagCompare ($tag1,$tag2){ argument
102 return $tag1==$tag2;
/plugin/tagfilter/
H A Dhelper.php156 * @param string $tag2 tag from index
159 public function tagCompare($tag1, $tag2) argument
161 return $tag1 == $tag2;
/plugin/tag/
H A Dhelper.php339 * @param string $tagquery The list of tags in the form "tag +tag2 -tag3". The tags will be cleaned.
663 * @param string $tag2 tag from index
666 public function tagCompare($tag1, $tag2) {
667 return $tag1 === $tag2;
656 tagCompare($tag1, $tag2) global() argument
/plugin/markdownextra/
H A DREADME.md60 …ugin:tag) too, but I can't use it with page with .md suffix as {{tag>tat1 tag2 tag3}} syntax will …
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DBaseSerializationTest.php713 $post->addTag($tag2 = new Tag('tag2'));
727 self::assertAttributeEquals([$tag1, $tag2], 'tag', $deserialized);