Searched defs:childContentWrapper (Results 1 - 2 of 2) sorted by relevance

/httpd/docs/manual/style/scripts/
H A Dprettify.js611 function childContentWrapper(element) { function
1496 if (!langExtension && (wrapper = childContentWrapper(cs))
H A Dprettify.min.js49 var notWs=/\S/;function childContentWrapper(element){var wrapper=undefined;for(var c=element.firstChild;c;c=c.nextSibling){var type=c.nodeType;wrapper=(type===1)?(wrapper?element:c):(type===3)?(notWs.test(c.nodeValue)?element:wrapper):wrapper;} function
116 if(!nested){cs.className+=' prettyprinted';var langExtension=className.match(langExtensionRe);var wrapper;if(!langExtension&&(wrapper=childContentWrapper(cs))&&codeRe.test(wrapper.tagName)){langExtension=wrapper.className.match(langExtensionRe);}

Completed in 945 milliseconds