/external/chromium-trace/catapult/third_party/Paste/tests/ |
D | test_errordocument.py | 5 def simple_app(environ, start_response): argument 9 def not_found_app(environ, start_response): argument 20 def error_docs_app(environ, start_response): argument 62 def auth_required_app(environ, start_response): argument 66 def auth_docs_app(environ, start_response): argument 86 def app(environ, start_response): argument
|
D | test_recursive.py | 5 def error_docs_app(environ, start_response): argument 21 def __call__(self, environ, start_response): argument 48 def __call__(self, environ, start_response): argument 56 def __call__(self, environ, start_response): argument 68 def __call__(self, environ, start_response): argument 101 def __call__(self, environ, start_response): argument
|
D | test_registry.py | 14 def simpleapp(environ, start_response): argument 20 def simpleapp_withregistry(environ, start_response): argument 29 def simpleapp_withregistry_default(environ, start_response): argument 45 def __call__(self, environ, start_response): argument 63 def __call__(self, environ, start_response): argument 81 def __call__(self, environ, start_response): argument
|
D | test_cgitb_catcher.py | 24 def start_response_app(environ, start_response): argument 28 def after_start_response_app(environ, start_response): argument 32 def iter_app(environ, start_response): argument
|
D | test_wsgiwrappers.py | 13 def __call__(self, environ, start_response): argument 20 def assert_valid_name(environ): argument 72 def handle_fileupload(environ, start_response): argument
|
D | test_config.py | 17 def app_with_config(environ, start_response): argument 29 def __call__(self, environ, start_response): argument
|
/external/chromium-trace/catapult/third_party/Paste/paste/ |
D | request.py | 42 def get_cookies(environ): argument 62 def get_cookie_dict(environ): argument 88 def parse_querystring(environ): argument 111 def parse_dict_querystring(environ): argument 143 def parse_formvars(environ, include_get_vars=True): argument 207 def construct_url(environ, with_query_string=True, with_path_info=True, argument 257 def resolve_relative_url(url, environ): argument 288 def path_info_pop(environ): argument 335 def parse_headers(environ): argument 358 def __init__(self, environ): argument
|
D | urlparser.py | 141 def __call__(self, environ, start_response): argument 189 def find_application(self, environ): argument 215 def not_found(self, environ, start_response, debug_message=None): argument 222 def add_slash(self, environ, start_response): argument 237 def find_file(self, environ, base_filename): argument 272 def get_application(self, environ, filename): argument 329 def find_init_module(self, environ): argument 342 def make_directory(parser, environ, filename): argument 352 def make_unknown(parser, environ, filename): argument 357 def load_module(environ, filename): argument [all …]
|
D | recursive.py | 42 def __call__(self, environ, start_response): argument 69 def __call__(self, environ, start_response): argument 176 environ={}, argument 218 def __call__(self, environ, start_response): argument 226 def __call__(self, environ, start_response): argument 244 def __init__(self, application, environ, start_response): argument 275 def activate(self, environ): argument 303 def activate(self, environ): argument 319 def activate(self, environ): argument 373 def activate(self, environ): argument
|
D | cgitb_catcher.py | 42 def __call__(self, environ, start_response): argument 56 def catching_iter(self, app_iter, environ): argument 81 def exception_handler(self, exc_info, environ): argument
|
D | progress.py | 49 def __init__(self, environ, rfile): argument 138 def __call__(self, environ, start_response): argument 190 def report(self, environ): argument 204 def __call__(self, environ, start_response): argument
|
D | fileapp.py | 97 def __call__(self, environ, start_response): argument 109 def get(self, environ, start_response): argument 205 def get(self, environ, start_response): argument 282 def __call__(self, environ, start_response): argument 328 def __call__(self, environ, start_response): argument
|
D | httpexceptions.py | 198 def make_body(self, environ, template, escfunc, comment_escfunc=None): argument 215 def plain(self, environ): argument 220 def html(self, environ): argument 229 def prepare_content(self, environ): argument 251 def response(self, environ): argument 258 def wsgi_application(self, environ, start_response, exc_info=None): argument 337 def relative_redirect(cls, dest_uri, environ, detail=None, headers=None, comment=None): argument 384 def plain(self, environ): argument 386 def html(self, environ): argument 635 def __call__(self, environ, start_response): argument
|
D | transaction.py | 24 def __call__(self, environ, start_response): argument 71 def __call__(self, environ=None): argument 86 def basic_transaction(environ, start_response): argument
|
D | cgiapp.py | 70 def __call__(self, environ, start_response): argument 116 def __init__(self, environ, start_response): argument 169 def from_environ(cls, environ): argument
|
D | wsgilib.py | 171 def catch_errors(application, environ, start_response, error_callback, argument 216 def catch_errors_app(application, environ, start_response, error_callback_app, argument 241 def __init__(self, environ, start_response, app_iterable, argument 279 **environ): 404 def dump_environ(environ, start_response): argument 435 def capture_output(environ, start_response, application): argument 485 def intercept_output(environ, application, conditional=None, argument
|
D | errordocument.py | 49 def error_codes_mapper(code, message, environ, global_conf, codes): argument 71 def __call__(self, environ, start_response): argument 169 def __call__(self, environ, start_response): argument 296 def __call__(self, environ, start_response): argument
|
/external/chromium-trace/catapult/third_party/Paste/paste/evalexception/ |
D | middleware.py | 84 def simplecatcher_app(environ, start_response): argument 113 def application(environ, start_response): argument 159 def get_debug_count(environ): argument 182 def __call__(self, environ, start_response): argument 192 def debug(self, environ, start_response): argument 207 def media(self, environ, start_response): argument 216 def mochikit(self, environ, start_response): argument 225 def summary(self, environ, start_response): argument 238 def view(self, environ, start_response): argument 255 def make_view_url(self, environ, base_path, count): argument [all …]
|
/external/chromium-trace/catapult/third_party/Paste/tests/test_exceptions/ |
D | test_error_middleware.py | 26 def clear_throw_errors(environ, start_response): argument 47 def unicode_bad_app(environ, start_response): argument 50 def start_response_app(environ, start_response): argument 54 def after_start_response_app(environ, start_response): argument 58 def iter_app(environ, start_response): argument
|
D | test_httpexceptions.py | 29 def badapp(environ, start_response): argument 39 def badapp(environ, start_response): argument 66 def redapp(environ, start_response): argument
|
/external/chromium-trace/catapult/third_party/Paste/paste/debug/ |
D | watchthreads.py | 188 def __call__(self, environ, start_response): argument 197 def show(self, environ, start_response): argument 239 def kill(self, environ, start_response): argument 277 def format_environ(environ): argument 335 def bad_app(environ, start_response): argument
|
D | debugapp.py | 19 def __call__(self, environ, start_response): argument 37 def __call__(self, environ, start_response): argument
|
/external/chromium-trace/catapult/third_party/Paste/paste/exceptions/ |
D | errormiddleware.py | 128 def __call__(self, environ, start_response): argument 162 def make_catching_iter(self, app_iter, environ, sr_checker): argument 168 def exception_handler(self, exc_info, environ): argument 207 def __init__(self, app_iter, environ, start_checker, error_middleware): argument 279 def __init__(self, middleware, environ): argument
|
/external/chromium-trace/catapult/third_party/Paste/paste/auth/ |
D | grantip.py | 42 def __call__(self, environ, start_response): argument 62 def _set_roles(self, environ, roles): argument
|
/external/chromium-trace/catapult/third_party/Paste/tests/test_auth/ |
D | test_auth_digest.py | 12 def application(environ, start_response): argument 23 def backwords(environ, realm, username): argument
|