- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 28 for 192 (0.02 sec)
-
okhttp/src/test/java/okhttp3/internal/HostnamesTest.kt
ByteArray(12) + byteArrayOf( 192.toByte(), 168.toByte(), 0, 1, ), ) } @Test fun canonicalizeInetAddressIPv6RepresentationOfMappedIPV4() { val addressAIpv6 = decodeIpv6("::FFFF:192.168.0.1")!! assertThat(canonicalizeInetAddress(addressAIpv6)).isEqualTo(byteArrayOf(192.toByte(), 168.toByte(), 0, 1)) } @Test
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Tue Jan 30 06:23:33 UTC 2024 - 5.1K bytes - Viewed (0) -
callbacks/create_test.go
Registered: Sun Nov 03 09:35:10 UTC 2024 - Last Modified: Mon Mar 18 05:48:42 UTC 2024 - 1.4K bytes - Viewed (0) -
ci/official/containers/linux_arm64/jax.requirements.txt
opt-einsum auditwheel typing_extensions importlib_metadata>=4.6 numpy==1.26.0;python_version=="3.12" numpy==1.23.4;python_version=="3.11" numpy==1.22.4;python_version<"3.11" scipy==1.11.2;python_version=="3.12" scipy==1.9.2;python_version=="3.11" scipy==1.7.3;python_version<"3.11" ml_dtypes>=0.2.0 # For using Python 3.11 with Bazel 6 (b/286090018)
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Tue Jan 30 20:02:17 UTC 2024 - 570 bytes - Viewed (0) -
build-logic/build-update-utils/src/main/kotlin/gradlebuild/buildutils/tasks/UpdateKotlinVersions.kt
} else { // Current minor val versionsByPatch = versionsOfMinor .groupBy { it.take(5) } // e.g. 1.9.2(x) .toSortedMap() for (key in versionsByPatch.keys.reversed()) { val versionsOfPatch = versionsByPatch.getValue(key)
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Tue Jul 23 18:27:26 UTC 2024 - 5.2K bytes - Viewed (0) -
okhttp/src/test/java/okhttp3/WebPlatformUrlTest.kt
"Parsing: <http://f:\n/c> against <http://example.org/foo/bar>", "Parsing: <http://f:999999/c> against <http://example.org/foo/bar>", "Parsing: <http://192.0x00A80001> against <about:blank>", "Parsing: <http://%30%78%63%30%2e%30%32%35%30.01> against <http://other.com/>", "Parsing: <http://192.168.0.257> against <http://other.com/>",
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 4.7K bytes - Viewed (0) -
src/main/java/jcifs/smb1/dcerpc/UUID.java
time_low = hex_to_bin(arr, 0, 8); time_mid = S(hex_to_bin(arr, 9, 4)); time_hi_and_version = S(hex_to_bin(arr, 14, 4)); clock_seq_hi_and_reserved = B(hex_to_bin(arr, 19, 2)); clock_seq_low = B(hex_to_bin(arr, 21, 2)); node = new byte[6]; node[0] = B(hex_to_bin(arr, 24, 2)); node[1] = B(hex_to_bin(arr, 26, 2)); node[2] = B(hex_to_bin(arr, 28, 2));
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 20:39:42 UTC 2019 - 4.1K bytes - Viewed (0) -
src/main/java/jcifs/dcerpc/UUID.java
this.time_low = hex_to_bin(arr, 0, 8); this.time_mid = S(hex_to_bin(arr, 9, 4)); this.time_hi_and_version = S(hex_to_bin(arr, 14, 4)); this.clock_seq_hi_and_reserved = B(hex_to_bin(arr, 19, 2)); this.clock_seq_low = B(hex_to_bin(arr, 21, 2)); this.node = new byte[6]; this.node[ 0 ] = B(hex_to_bin(arr, 24, 2)); this.node[ 1 ] = B(hex_to_bin(arr, 26, 2));
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 4.6K bytes - Viewed (0) -
compat/maven-compat/src/test/java/org/apache/maven/profiles/manager/DefaultProfileManagerTest.java
Profile notActivated = new Profile(); notActivated.setId("notActivated"); Activation nonActivation = new Activation(); nonActivation.setJdk("19.2"); notActivated.setActivation(nonActivation); Profile defaultActivated = new Profile(); defaultActivated.setId("defaultActivated"); Activation defaultActivation = new Activation();
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 7.3K bytes - Viewed (0) -
src/test/java/jcifs/tests/PACTest.java
verifyNfold(64, "Rough Consensus, and Running Code", "bb6ed30870b7f0e0"); verifyNfold(168, "password", "59e4a8ca7c0385c3c37b3f6d2000247cb6e6bd5b3e"); verifyNfold(192, "MASSACHVSETTS INSTITVTE OF TECHNOLOGY", "db3b0d8f0b061e603282b308a50841229ad798fab9540c1b"); verifyNfold(168, "Q", "518a54a215a8452a518a54a215a8452a518a54a215");
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Oct 01 12:01:17 UTC 2023 - 22.3K bytes - Viewed (0) -
cmd/apierrorcode_string.go
_ = x[ErrAdminNoSuchPolicy-187] _ = x[ErrAdminPolicyChangeAlreadyApplied-188] _ = x[ErrAdminInvalidArgument-189] _ = x[ErrAdminInvalidAccessKey-190] _ = x[ErrAdminInvalidSecretKey-191] _ = x[ErrAdminConfigNoQuorum-192] _ = x[ErrAdminConfigTooLarge-193] _ = x[ErrAdminConfigBadJSON-194] _ = x[ErrAdminNoSuchConfigTarget-195] _ = x[ErrAdminConfigEnvOverridden-196] _ = x[ErrAdminConfigDuplicateKeys-197]
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Jun 13 22:26:38 UTC 2024 - 21.4K bytes - Viewed (0)