/external/chromium-trace/catapult/third_party/Paste/paste/ |
D | errordocument.py | 49 def error_codes_mapper(code, message, environ, global_conf, codes): argument 155 def __init__(self, app, mapper, global_conf=None, **params): argument 214 def make_errordocument(app, global_conf, **kw): argument 249 def custom_forward(app, mapper, global_conf=None, **kw): argument 265 def __init__(self, app, mapper, global_conf=None, **kw): argument
|
D | flup_session.py | 47 global_conf=None, argument 96 def make_session_middleware(app, global_conf, argument
|
D | cgitb_catcher.py | 25 global_conf=None, argument 91 def make_cgitb_middleware(app, global_conf, argument
|
D | proxy.py | 134 def make_proxy(global_conf, address, allowed_request_methods="", argument 283 global_conf, force_host=None, force_scheme='http'): argument
|
D | cgiapp.py | 37 global_conf, argument 264 def make_cgi_application(global_conf, script, path=None, include_os_environ=None, argument
|
D | pony.py | 52 def make_pony(app, global_conf): argument
|
D | urlparser.py | 87 def __init__(self, global_conf, argument 512 def make_static(global_conf, document_root, cache_max_age=None): argument 595 def make_pkg_resources(global_conf, egg, resource_name=''): argument 606 def make_url_parser(global_conf, directory, base_python_name, argument
|
D | cascade.py | 15 def make_cascade(loader, global_conf, catch='404', **local_conf): argument
|
D | session.py | 53 def __init__(self, application, global_conf=None, **factory_kw): argument 295 app, global_conf, argument
|
D | lint.py | 125 def middleware(application, global_conf=None): argument 431 def make_middleware(application, global_conf): argument
|
D | gzipper.py | 100 def make_gzip_middleware(app, global_conf, compress_level=6): argument
|
D | translogger.py | 103 app, global_conf, argument
|
D | config.py | 115 def make_config_filter(app, global_conf, **local_conf): argument
|
D | recursive.py | 66 def __init__(self, application, global_conf=None): argument 403 def make_recursive_middleware(app, global_conf): argument
|
/external/chromium-trace/catapult/third_party/Paste/paste/debug/ |
D | debugapp.py | 67 def make_test_app(global_conf): argument 72 def make_slow_app(global_conf, chunk_size=4096, delay=1, progress=True): argument
|
D | wdg_validate.py | 37 def __init__(self, app, global_conf=None, wdg_path='validate'): argument 108 app, global_conf, wdg_path='validate'): argument
|
D | watchthreads.py | 328 def make_watch_threads(global_conf, allow_kill=False): argument 333 def make_bad_app(global_conf, pause=0): argument
|
D | profile.py | 39 def __init__(self, app, global_conf=None, argument 215 app, global_conf, argument
|
D | prints.py | 69 def __init__(self, app, global_conf=None, force_content_type=False, argument
|
/external/chromium-trace/catapult/third_party/webtest/webtest/ |
D | debugapp.py | 93 def make_debug_app(global_conf, **local_conf): argument
|
/external/chromium-trace/catapult/third_party/Paste/paste/auth/ |
D | form.py | 124 def make_form(app, global_conf, realm, authfunc, **kw): argument
|
D | grantip.py | 79 def make_grantip(app, global_conf, clobber_username=False, **kw): argument
|
D | basic.py | 101 def make_basic(app, global_conf, realm, authfunc, **kw): argument
|
/external/chromium-trace/catapult/third_party/Paste/paste/cowbell/ |
D | __init__.py | 97 def make_cowbell(global_conf, app): argument
|
/external/chromium-trace/catapult/third_party/Paste/paste/exceptions/ |
D | errormiddleware.py | 79 def __init__(self, application, global_conf=None, argument 458 def make_error_middleware(app, global_conf, **kw): argument
|