Home
last modified time | relevance | path

Searched refs:tagname (Results 26 – 37 of 37) sorted by last modified time

12

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.table.cell.php226 … if (array_search(strtolower($child->tagname()), array("h1","h2","h3","h4","h5","h6","p"))) {
239 … if (array_search(strtolower($child->tagname()), array("h1","h2","h3","h4","h5","h6","p"))) {
H A Dconfig.parse.php21 switch ($child->tagname()) {
96 switch ($child->tagname()) {
128 switch ($child->tagname()) {
153 switch ($child->tagname()) {
185 switch ($child->tagname()) {
H A Dparser.xhtml.class.php58 if ($root->tagname() === 'base') {
H A Dtree.navigation.inc.php43 if (strtolower($root->tagname()) == "body") {
H A Dxhtml.utils.inc.php249 $tagname = $matches[1];
252 $tagname = $matches[1];
256 $tagname = "";
310 return $prefix.$tagname.$str.$suffix;
H A Ddom.activelink.inc.php33 function tagname() { function in ActiveLinkDOMTree
H A Ddom.php4.inc.php67 function tagname() { function in PHP4DOMTree
68 return $this->_element->tagname();
H A Ddom.php5.inc.php90 function tagname() { function in DOMTree
H A Dhtml.attrs.inc.php168 if (array_key_exists($root->tagname(), $g_tag_attrs)) {
169 foreach ($g_tag_attrs[$root->tagname()] as $attr => $fun) {
H A Dbox.php185 switch ($root->tagname()) {
386 $box->set_tagname($root->tagname());
H A Dbox.table.php95 if ($child->tagname() === 'colgroup') {
154 if ($child->tagname() === 'col') {
/plugin/jmol2/jmol/
H A DJmol.js911 var tagname = data.substring(pt0, pt)
912 var e = (tagname == closetag || tagname == "/" ? ""
913 : document.createElementNS ? document.createElementNS('http://www.w3.org/1999/xhtml', tagname)
914 : document.createElement(tagname));
941 var child = _jmolGetDomElement(data, Ptr, "/" + tagname, lvel+1)

12