Home
last modified time | relevance | path

Searched refs:tag1 (Results 1 – 5 of 5) sorted by relevance

/plugin/issuetracker/
H A DxsEditor.js6 function doHLine(tag1,obj) argument
12 sel.text = tag1 + sel.text;
24 var rep = tag1 + sel;
31 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.php155 * @param string $tag1 tag being searched
159 public function tagCompare($tag1, $tag2) argument
161 return $tag1 == $tag2;
/plugin/tag/
H A Dhelper.php662 * @param string $tag1 tag being searched
666 public function tagCompare($tag1, $tag2) {
667 return $tag1 === $tag2;
656 tagCompare($tag1, $tag2) global() argument
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DBaseSerializationTest.php712 $post->addTag($tag1 = new Tag('tag1'));
727 self::assertAttributeEquals([$tag1, $tag2], 'tag', $deserialized);