Home
last modified time | relevance | path

Searched refs:prettyPrint (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/thirdparty/
DBeautifulSoup.py635 prettyPrint=False, indentLevel=0): argument
636 return self.decode(prettyPrint, indentLevel, encoding).encode(encoding)
638 def decode(self, prettyPrint=False, indentLevel=0, argument
694 if prettyPrint:
698 contents = self.decodeContents(prettyPrint, indentContents,
707 if prettyPrint:
710 if prettyPrint:
713 if prettyPrint and contents and contents[-1] != "\n":
715 if prettyPrint and closeTag:
718 if prettyPrint and closeTag and self.nextSibling:
[all …]
/external/doclava/res/assets/templates/assets/
Ddoclava-developer-docs.js68 prettyPrint();
Dprettify.js2 …IDTH=8;window.PR_normalizedHtml=window.PR=window.prettyPrintOne=window.prettyPrint=void 0;window._…
/external/webkit/Source/JavaScriptCore/
DChangeLog-2007-10-145381 (KJS::Parser::prettyPrint): Return line number and error message if parsing fails.
6010 (KJS::Parser::prettyPrint):
DChangeLog-2008-08-1025784 6. Removed Parser::prettyPrint because the same work was simpler to do
DChangeLog-2009-06-1624549 (Options::Options): Removed prettyPrint option.