Home | History | Annotate | Download | only in doc

Lines Matching defs:prettyPrint

10 // 3) mark the <pre> and <code> tags in your source with class=prettyprint.

1235 /** find all the < pre > and < code > tags in the DOM with class=prettyprint and
1238 function prettyPrint() {
1260 if (cs.className && cs.className.indexOf('prettyprint') >= 0) {
1267 p.className && p.className.indexOf('prettyprint') >= 0) {