Home
last modified time | relevance | path

Searched refs:html_escape (Results 1 - 2 of 2) sorted by relevance

/third_party/ninja/src/
H A Dbrowse.py65 def html_escape(text): function
134 document = ['<h1><tt>%s</tt></h1>' % html_escape(node.target)]
138 html_escape(node.rule))
144 extra = ' (%s)' % html_escape(type)
146 (html_escape(input), html_escape(input), extra))
154 (html_escape(output), html_escape(output)))
187 page_body = '<h1><tt>%s</tt></h1>' % html_escape(ninja_error)
/third_party/python/Lib/
H A Dcgitb.py35 from html import escape as html_escape namespace
119 <big><big><strong>{html_escape(str(etype))}</strong></big></big></font></td>

Completed in 2 milliseconds