- Sort Score
- Result 10 results
- Languages All
Results 231 - 240 of 260 for 18 (0.05 sec)
-
CHANGELOG/CHANGELOG-1.16.md
- [Other notable changes](#other-notable-changes-6) - [v1.16.0-rc.1](#v1160-rc1) - [Downloads for v1.16.0-rc.1](#downloads-for-v1160-rc1) - [Client Binaries](#client-binaries-18) - [Server Binaries](#server-binaries-18) - [Node Binaries](#node-binaries-18) - [Changelog since v1.16.0-beta.2](#changelog-since-v1160-beta2) - [Other notable changes](#other-notable-changes-7) - [v1.16.0-beta.2](#v1160-beta2)
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Oct 23 20:13:20 UTC 2024 - 345.2K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/Sets.java
* is what most users want and expect it to do. * * <p>This behavior can't be broadly guaranteed, but has been tested with OpenJDK 1.7 and 1.8. * * @param expectedSize the number of elements you expect to add to the returned set * @return a new, empty hash set with enough capacity to hold {@code expectedSize} elements * without resizing
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 81.6K bytes - Viewed (0) -
src/test/java/jcifs/dcerpc/msrpc/lsarpcTest.java
verify(mockDeferredNdrBuffer, times(3)).advance(anyInt()); verify(mockDeferredNdrBuffer, times(4)).derive(anyInt()); // 3 for strings + 1 for guid verify(mockDeferredNdrBuffer, times(18)).enc_ndr_short(0); // 5+6+7 shorts with value 0 verify(mockDeferredNdrBuffer, times(6)).enc_ndr_small(0); // For domain_guid.node - all 0
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 60.8K bytes - Viewed (0) -
apache-maven/src/main/appended-resources/licenses/CDDL+GPLv2-with-classpath-exception.txt
1.6. "Larger Work" means a work which combines Covered Software or portions thereof with code not governed by the terms of this License. 1.7. "License" means this document. 1.8. "Licensable" means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently acquired, any and all of the rights conveyed herein.
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri May 17 19:14:22 UTC 2024 - 38.5K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.10.md
- [Client Binaries](#client-binaries-18) - [Server Binaries](#server-binaries-18) - [Node Binaries](#node-binaries-18) - [Changelog since v1.10.0-alpha.3](#changelog-since-v1100-alpha3) - [Action Required](#action-required-4) - [Other notable changes](#other-notable-changes-18) - [v1.10.0-alpha.3](#v1100-alpha3)
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu May 05 13:44:43 UTC 2022 - 341.8K bytes - Viewed (0) -
api/go1.2.txt
pkg syscall (darwin-amd64-cgo), type IPv6MTUInfo struct, Mtu uint32 pkg syscall (freebsd-386), const F_DUP2FD_CLOEXEC = 18 pkg syscall (freebsd-386), const F_DUP2FD_CLOEXEC ideal-int pkg syscall (freebsd-386), const F_DUPFD_CLOEXEC = 17 pkg syscall (freebsd-386), const F_DUPFD_CLOEXEC ideal-int pkg syscall (freebsd-386), const ICMP6_FILTER = 18 pkg syscall (freebsd-386), const ICMP6_FILTER ideal-int pkg syscall (freebsd-386), const PRIO_PGRP = 1
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Oct 18 04:36:59 UTC 2013 - 1.9M bytes - Viewed (1) -
okhttp/src/jvmTest/kotlin/okhttp3/CallTest.kt
fun anonCipherSuiteUnsupported() { platform.assumeNotConscrypt() platform.assumeNotBouncyCastle() // The _anon_ suites became unsupported in "1.8.0_201" and "11.0.2". assumeFalse( System.getProperty("java.version", "unknown").matches(Regex("1\\.8\\.0_1\\d\\d")), ) server.enqueue(MockResponse()) val cipherSuite = CipherSuite.TLS_DH_anon_WITH_AES_128_GCM_SHA256 val clientCertificates =
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Thu Jul 31 04:18:40 UTC 2025 - 146.6K bytes - Viewed (0) -
cmd/bucket-replication-utils_gen.go
} } } o = bts return } // Msgsize returns an upper bound estimate of the number of bytes occupied by the serialized message func (z *ResyncTargetsInfo) Msgsize() (s int) { s = 1 + 8 + msgp.ArrayHeaderSize for za0001 := range z.Targets { s += z.Targets[za0001].Msgsize() } return } // DecodeMsg implements msgp.Decodable
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Thu Apr 03 06:45:06 UTC 2025 - 59.8K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/internal/cache/DiskLruCacheTest.kt
assertThat(cache.size()).isEqualTo(10) assertAbsent("a") assertValue("b", "bb", "bbbb") assertValue("c", "c", "c") assertValue("d", "d", "d") // Causing the size to grow to 18 should evict 'B' and 'C'. set("e", "eeee", "eeee") cache.flush() assertThat(cache.size()).isEqualTo(10) assertAbsent("a") assertAbsent("b") assertAbsent("c") assertValue("d", "d", "d")
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 75.7K bytes - Viewed (0) -
api/go1.5.txt
pkg go/types, const Uint64 BasicKind pkg go/types, const Uint8 = 8 pkg go/types, const Uint8 BasicKind pkg go/types, const Uintptr = 12 pkg go/types, const Uintptr BasicKind pkg go/types, const UnsafePointer = 18 pkg go/types, const UnsafePointer BasicKind pkg go/types, const UntypedBool = 19 pkg go/types, const UntypedBool BasicKind pkg go/types, const UntypedComplex = 23 pkg go/types, const UntypedComplex BasicKind
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Jul 30 21:14:09 UTC 2015 - 46.6K bytes - Viewed (0)