- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for 0x104 (0.06 seconds)
-
okhttp/src/jvmTest/kotlin/okhttp3/HttpUrlTest.kt
fun hostIpv6WithIpv4SuffixWithHexadecimalPrefix() { // Chrome interprets a leading '0x' as hexadecimal; Firefox rejects them. (We reject them.) assertInvalid( "http://[0:0:0:0:0:1:0.0x10.0.0x10]/", "Invalid URL host: \"[0:0:0:0:0:1:0.0x10.0.0x10]\"", ) } @Test fun hostIpv6WithMalformedIpv4Suffix() { assertInvalid( "http://[0:0:0:0:0:1:0.0:0.0]/",
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Mon Aug 04 07:38:48 GMT 2025 - 69.9K bytes - Click Count (0) -
src/main/java/jcifs/smb/SmbTransportImpl.java
throw new SmbAuthException(resp.getErrorCode()); case NtStatus.NT_STATUS_MORE_PROCESSING_REQUIRED: break; /* normal for SPNEGO */ case 0x10B: // NT_STATUS_NOTIFY_CLEANUP: case NtStatus.NT_STATUS_NOTIFY_ENUM_DIR: break; case 0xC00000BB: // NT_STATUS_NOT_SUPPORTED case 0xC0000010: // NT_STATUS_INVALID_DEVICE_REQUEST
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 69.8K bytes - Click Count (0)