/third_party/rust/crates/clap/src/builder/ |
D | value_hint.rs | 62 Hostname, enumerator 89 "hostname" => ValueHint::Hostname, in from_str()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | LockFileManager.cpp | 62 StringRef Hostname; in readLockFile() local 64 std::tie(Hostname, PIDStr) = getToken(MB.getBuffer(), " "); in readLockFile() 68 auto Owner = std::make_pair(std::string(Hostname), PID); in readLockFile()
|
/third_party/node/deps/npm/node_modules/socks/build/client/ |
D | socksclient.js | 143 buff.writeUInt8(constants_1.Socks5HostType.Hostname); 551 buff.writeUInt8(constants_1.Socks5HostType.Hostname); 595 else if (addressType === constants_1.Socks5HostType.Hostname) { 684 else if (addressType === constants_1.Socks5HostType.Hostname) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | LockFileManager.h | 67 static bool processStillExecuting(StringRef Hostname, int PID);
|
/third_party/node/deps/npm/node_modules/socks/typings/common/ |
D | constants.d.ts | 73 Hostname = 3, enumerator
|
/third_party/cups/ |
D | fix-httpAddrGetList-test-case-fail.patch | 25 hostname[HTTP_MAX_URI], /* Hostname from URI */
|
D | ohos-add-openssl.patch | 952 + char hostname[256], // Hostname 1665 + const char *name) // I - Hostname 1670 + // Hostname string
|
/third_party/rust/crates/clap/clap_complete/examples/ |
D | completion.rs | 79 .value_hint(ValueHint::Hostname), in build_cli()
|
D | completion-derive.rs | 61 #[arg(long, value_hint = ValueHint::Hostname)]
|
/third_party/rust/crates/clap/clap_complete/src/shells/ |
D | fish.rs | 193 ValueHint::Hostname => " -r -f -a \"(__fish_print_hostnames)\"", in value_completion()
|
D | zsh.rs | 408 ValueHint::Hostname => "_hosts",
|
/third_party/rust/crates/clap/clap_complete_fig/tests/ |
D | common.rs | 236 .value_hint(clap::ValueHint::Hostname), in value_hint_command()
|
/third_party/rust/crates/clap/clap_complete/tests/ |
D | common.rs | 241 .value_hint(clap::ValueHint::Hostname), in value_hint_command()
|
/third_party/rust/crates/clap/clap_mangen/tests/ |
D | common.rs | 234 .value_hint(clap::ValueHint::Hostname), in value_hint_command()
|
/third_party/openssl/doc/man3/ |
D | SSL_set1_host.pod | 59 explicitly calling L<X509_check_host(3)>. Hostname checks may be out
|
D | X509_check_host.pod | 138 rather than explicitly calling L<X509_check_host(3)>. Hostname
|
D | X509_STORE_CTX_get_error.pod | 378 Hostname mismatch.
|
/third_party/node/doc/guides/ |
D | using-internal-errors.md | 110 'Hostname/IP does not match certificate\'s altnames: altname');
|
/third_party/rust/crates/clap/clap_complete/src/ |
D | dynamic.rs | 471 | clap::ValueHint::Hostname in complete_arg_value()
|
/third_party/python/Doc/tutorial/ |
D | introduction.rst | 200 -H hostname Hostname to connect to 209 -H hostname Hostname to connect to
|
/third_party/rust/crates/libc/ci/ |
D | README.md | 109 1. Set Hostname: freebsd-ci
|
/third_party/node/deps/npm/node_modules/socks/ |
D | README.md | 405 | Socks Version | TCP | UDP | IPv4 | IPv6 | Hostname |
|
/third_party/python/Doc/library/ |
D | ssl.rst | 393 The function is no longer used to TLS connections. Hostname matching 1231 Hostname or IP address is matched by OpenSSL during handshake. The 1430 Hostname of the server: :class:`str` type, or ``None`` for server-side 2669 Hostname matchings is now performed by OpenSSL. Python no longer uses
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V11.md | 2096 * Node.js: Hostname spoofing in URL parser for javascript protocol (CVE-2018-12123)
|
D | CHANGELOG_V8.md | 384 * Node.js: Hostname spoofing in URL parser for javascript protocol (CVE-2018-12123)
|