Home
last modified time | relevance | path

Searched defs:FORBIDDEN (Results 1 – 4 of 4) sorted by relevance

/third_party/icu/tools/commit-checker/
Dcheck.py23 FORBIDDEN = 3 variable in CommitWanted
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_net_http.js46 FORBIDDEN: 403, property
/third_party/python/Lib/http/
D__init__.py77 FORBIDDEN = (403, 'Forbidden', variable in HTTPStatus
/third_party/rust/crates/signal-hook/signal-hook-registry/src/
Dlib.rs393 pub const FORBIDDEN: &[c_int] = FORBIDDEN_IMPL; constant