Home | History | Annotate | Download | only in docs

Lines Matching defs:prettyPrint

34  * 3) mark the <pre> and <code> tags in your source with class=prettyprint.
50 * Split {@code prettyPrint} into multiple timeouts so as not to interfere with
52 * If set to {@code false}, {@code prettyPrint()} is synchronous.
76 /** find all the < pre > and < code > tags in the DOM with class=prettyprint
81 var prettyPrint;
1151 function prettyPrint(opt_whenDone) {
1177 if (cs.className && cs.className.indexOf('prettyprint') >= 0) {
1180 // <pre class="prettyprint lang-cpp">
1191 p.className && p.className.indexOf('prettyprint') >= 0) {
1261 window['prettyPrint'] = prettyPrint;