Searched refs:FORBIDDEN (Results 1 – 9 of 9) sorted by relevance
/third_party/python/Lib/http/ |
D | __init__.py | 77 FORBIDDEN = (403, 'Forbidden', variable in HTTPStatus
|
D | server.py | 1079 HTTPStatus.FORBIDDEN, 1086 HTTPStatus.FORBIDDEN,
|
/third_party/rust/crates/signal-hook/src/ |
D | lib.rs | 403 pub use signal_hook_registry::FORBIDDEN;
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_net_http.js | 46 FORBIDDEN: 403, property
|
/third_party/rust/crates/signal-hook/signal-hook-registry/src/ |
D | lib.rs | 393 pub const FORBIDDEN: &[c_int] = FORBIDDEN_IMPL; constant 529 !FORBIDDEN.contains(&signal), in register_sigaction_impl()
|
/third_party/nghttp2/third-party/llhttp/include/ |
D | llhttp.h | 464 XX(403, FORBIDDEN, FORBIDDEN) \
|
/third_party/icu/tools/commit-checker/ |
D | check.py | 23 FORBIDDEN = 3 variable in CommitWanted
|
/third_party/python/Doc/library/ |
D | http.rst | 87 ``403`` ``FORBIDDEN`` HTTP/1.1 :rfc:`7231`, Section 6.5.3
|
/third_party/node/src/ |
D | node_http_common.h | 151 V(FORBIDDEN, 403) \
|