Home
last modified time | relevance | path

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

/plugin/issuetracker/
DxsEditor.js31 function doLink(tag1,tag2,obj)
62 function doAddTags(tag1,tag2,obj)
68 sel.text = tag1 + sel.text + tag2;
80 var rep = tag1 + sel + tag2;
88 function doList(tag1,tag2,obj)
102 sel.text = tag1 + "\n" + list.join("\n") + "\n" + tag2;
120 var rep = tag1 + "\n" + list.join("\n") + "\n" +tag2;
/plugin/tagsections/
Dhelper.php101 function _tagCompare ($tag1,$tag2){ argument
102 return $tag1==$tag2;
/plugin/tagfilter/
Dhelper.php156 * @param string $tag2 tag from index
159 public function tagCompare($tag1, $tag2) argument
161 return $tag1 == $tag2;
/plugin/tag/
Dhelper.php663 * @param string $tag2 tag from index
666 public function tagCompare($tag1, $tag2) { argument
667 return $tag1 === $tag2;
/plugin/markdownextra/
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/
DBaseSerializationTest.php713 $post->addTag($tag2 = new Tag('tag2'));
727 self::assertAttributeEquals([$tag1, $tag2], 'tag', $deserialized);