OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_quote_html
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
BaseHTTPServer.py
99
def
_quote_html
(html):
function
365
# using
_quote_html
to prevent Cross Site Scripting attacks (see bug #1100201)
367
{'code': code, 'message':
_quote_html
(message), 'explain': explain})
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
BaseHTTPServer.py
99
def
_quote_html
(html):
function
368
# using
_quote_html
to prevent Cross Site Scripting attacks (see bug #1100201)
370
{'code': code, 'message':
_quote_html
(message), 'explain': explain})
/external/python/cpython2/Lib/
BaseHTTPServer.py
99
def
_quote_html
(html):
function
377
'message':
_quote_html
(message),
Completed in 506 milliseconds