Searched refs:tagClose (Results 1 – 5 of 5) sorted by relevance
| /plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/ |
| D | Tag.php | 39 var $tagClose; variable in Tag 67 $this->tagClose = "/>"; 154 $tagString .= $this->tagAttributeSeparator . $this->tagClose; 295 $k = strpos($tagString, $this->tagClose, $tagStartOpen); 365 $tempStartShortClose = strpos($tempString, $this->tagClose, $tempPos);
|
| D | XMLDocument.php | 61 $this->tag->tagClose = "?>";
|
| D | XML.php | 60 if(strpos($argument, $this->tag->tagEndOpen) > 0 || strpos($argument, $this->tag->tagClose) > 0)
|
| /plugin/etherpadlite/scripts/ |
| D | etherpadlite.js | 465 ep.proxyInsertTags = function(textAreaID, tagOpen, tagClose, sampleText) { argument 467 …ep.sendMessage('insertTags', {'tagOpen': tagOpen, 'tagClose' : tagClose, 'sampleText' : sampleText… property 469 return ep.insertTags.apply(this, [textAreaID, tagOpen, tagClose, sampleText]);
|
| /plugin/zwidoku/files/ |
| H A D | js.js | 1 …tagClose,sampleText){var txtarea=jQuery('#'+textAreaID)[0];var selection=DWgetSelection(txtarea);v…
|