HomeSort by relevance Sort by last modified time
    Searched refs:_quote_html (Results 1 - 4 of 4) sorted by null

  /prebuilts/gdb/darwin-x86/lib/python2.7/
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})
  /prebuilts/gdb/linux-x86/lib/python2.7/
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})
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
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})
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
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})

Completed in 61 milliseconds