OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:html_escape
(Results
1 - 5
of
5
) sorted by null
/external/chromium-trace/catapult/third_party/WebOb/webob/
__init__.py
4
from webob.util import
html_escape
8
'minute', 'second', 'month', 'year', '
html_escape
'
util.py
12
def
html_escape
(s):
function
exc.py
180
html_escape
,
298
body = self._make_body(environ,
html_escape
)
[
all
...]
/external/chromium-trace/catapult/third_party/WebOb/docs/comment-example-code/
example.py
6
from webob import Request, Response,
html_escape
77
html_escape
(comment['homepage']),
html_escape
(comment['name']),
97
''' % (base_path,
html_escape
(req.url))
/build/tools/
generate-notice-files.py
80
def
html_escape
(text):
function
139
print >> output_file,
html_escape
(open(value[0]).read())
Completed in 156 milliseconds