Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DTag.php43 var $tagContent; variable in Tag
110 return $this->tagContent;
137 …$tagString = $formatTagBegin . $this->getTagStringBegin() . $formatContent . $this->tagContent . $…
153 if($this->tagContent == "")
168 if($this->tagName != "" && $this->tagContent != "")
220 $this->tagContent = $content;
255 $tagName = $tagContent = "";
394 $tagContent = substr($tagString, $tagContentStart, $tagContentEnd - $tagContentStart);
401 $this->setTagContent($tagContent);
H A DXML.php316 $this->tag->tagContent .= $node->getXMLString($newIndent);
320 $this->tag->tagContent .= $node->getValue();
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DStandardTagFactory.php304 * @param string $tagContent
310 private function isAnnotation($tagContent) argument
/plugin/code3/src/
H A Dtz.js1159 var tagContent = s.substring(decodeHelper.next).toLowerCase();
1163 if (PR_startsWith(tagContent, 'script') ||
1164 PR_startsWith(tagContent, 'style') ||
1165 PR_startsWith(tagContent, 'xmp')) {