Home
last modified time | relevance | path

Searched refs:FORBIDDEN (Results 1 – 9 of 9) sorted by relevance

/third_party/python/Lib/http/
D__init__.py77 FORBIDDEN = (403, 'Forbidden', variable in HTTPStatus
Dserver.py1079 HTTPStatus.FORBIDDEN,
1086 HTTPStatus.FORBIDDEN,
/third_party/rust/crates/signal-hook/src/
Dlib.rs403 pub use signal_hook_registry::FORBIDDEN;
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_net_http.js46 FORBIDDEN: 403, property
/third_party/rust/crates/signal-hook/signal-hook-registry/src/
Dlib.rs393 pub const FORBIDDEN: &[c_int] = FORBIDDEN_IMPL; constant
529 !FORBIDDEN.contains(&signal), in register_sigaction_impl()
/third_party/nghttp2/third-party/llhttp/include/
Dllhttp.h464 XX(403, FORBIDDEN, FORBIDDEN) \
/third_party/icu/tools/commit-checker/
Dcheck.py23 FORBIDDEN = 3 variable in CommitWanted
/third_party/python/Doc/library/
Dhttp.rst87 ``403`` ``FORBIDDEN`` HTTP/1.1 :rfc:`7231`, Section 6.5.3
/third_party/node/src/
Dnode_http_common.h151 V(FORBIDDEN, 403) \