Home
last modified time | relevance | path

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

/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js694 this.isSelfClosing=function(element){if(isElementSVG(element)||isElementMathML(element)){return true function
718 }else{if(self.isSelfClosing(elt)){html.push((isElementXHTML(elt))?"/>":">")
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js1884 this.isSelfClosing = function(element) function
1943 else if (self.isSelfClosing(elt))
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js705 this.isSelfClosing=function(element){if(isElementSVG(element)||isElementMathML(element)){return true function
729 }else{if(self.isSelfClosing(elt)){html.push((isElementXHTML(elt))?"/>":">")
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js77964 …tag.isSelfClosing = false; // There cannot be any pending text here due to the onopentagstart that…
77987 …tag.isSelfClosing = true; // There cannot be any pending text here due to the onopentagstart that …