Home
last modified time | relevance | path

Searched refs:tagClose (Results 1 – 4 of 4) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DTag.php39 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);
H A DXMLDocument.php61 $this->tag->tagClose = "?>";
H A DXML.php60 if(strpos($argument, $this->tag->tagEndOpen) > 0 || strpos($argument, $this->tag->tagClose) > 0)
/plugin/etherpadlite/scripts/
H A Detherpadlite.js465 ep.proxyInsertTags = function(textAreaID, tagOpen, tagClose, sampleText) { argument
467 …ep.sendMessage('insertTags', {'tagOpen': tagOpen, 'tagClose' : tagClose, 'sampleText' : sampleText…
469 return ep.insertTags.apply(this, [textAreaID, tagOpen, tagClose, sampleText]);