Home
last modified time | relevance | path

Searched refs:html_escape (Results 1 – 7 of 7) sorted by relevance

/external/chromium-trace/catapult/third_party/WebOb/docs/comment-example-code/
Dexample.py6 from webob import Request, Response, html_escape
77 html_escape(comment['homepage']), html_escape(comment['name']),
97 ''' % (base_path, html_escape(req.url))
/external/chromium-trace/catapult/third_party/WebOb/webob/
D__init__.py4 from webob.util import html_escape
Dutil.py12 def html_escape(s): function
Dexc.py180 html_escape,
298 body = self._make_body(environ, html_escape)
/external/chromium-trace/catapult/third_party/WebOb/docs/
Dcomment-example.txt227 from webob import html_escape
240 html_escape(comment['homepage']), html_escape(comment['name']),
247 each comment. Note that ``html_escape`` is the same as ``cgi.escape``
338 ''' % (base_path, html_escape(req.url))
Dnews.txt973 * Make :func:`webob.html_escape` respect the ``.__html__()`` magic
/external/chromium-trace/catapult/third_party/WebOb/docs/modules/
Dwebob.txt68 .. autofunction:: webob.html_escape