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

  /external/chromium-trace/trace-viewer/third_party/Paste/paste/
cgitb_catcher.py 36 display = converters.asbool(display)
111 from paste.deploy.converters import asbool namespace
113 display = asbool(display)
115 global_conf['debug'] = asbool(global_conf['debug'])
translogger.py 109 from paste.util.converters import asbool namespace
119 setup_console_handler=asbool(setup_console_handler),
cgiapp.py 276 include_os_environ = converters.asbool(include_os_environ)
errordocument.py 161 self.debug = converters.asbool(global_conf.get('debug', False))
httpserver.py 1339 from paste.deploy.converters import asbool namespace
    [all...]
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/debug/
debugapp.py 73 from paste.deploy.converters import asbool namespace
77 progress=asbool(progress))
watchthreads.py 329 from paste.deploy.converters import asbool namespace
330 return WatchThreads(allow_kill=asbool(allow_kill))
prints.py 76 from paste.deploy.converters import asbool namespace
77 print_wsgi_errors = asbool(print_wsgi_errors)
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/util/
converters.py 7 def asbool(obj): function
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/auth/
grantip.py 98 from paste.deploy.converters import asbool namespace
99 clobber_username = asbool(clobber_username)
auth_tkt.py 420 from paste.deploy.converters import asbool namespace
421 secure = asbool(secure)
422 include_ip = asbool(include_ip)
open_id.py 399 from paste.deploy.converters import asbool namespace
401 catch_401 = asbool(catch_401)
404 apply_auth_tkt = asbool(apply_auth_tkt)
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/exceptions/
errormiddleware.py 99 debug = converters.asbool(global_conf.get('debug'))
101 show_exceptions_in_wsgi_errors = converters.asbool(global_conf.get('show_exceptions_in_wsgi_errors'))
102 self.debug_mode = converters.asbool(debug)
119 self.smtp_use_tls = smtp_use_tls or converters.asbool(global_conf.get('smtp_use_tls'))

Completed in 531 milliseconds