- Sort Score
- Result 10 results
- Languages All
Results 81 - 90 of 129 for V3 (0.04 sec)
-
.github/workflows/scorecard.yml
retention-days: 5 # Upload the results to GitHub's code scanning dashboard. - name: "Upload to code-scanning" uses: github/codeql-action/upload-sarif@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.29.5 with:
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Sep 03 19:19:31 UTC 2025 - 2.9K bytes - Viewed (0) -
guava/src/com/google/common/collect/ImmutableSetMultimap.java
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 25.6K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.25.md
- go.etcd.io/etcd/api/v3: v3.5.1 → v3.5.4 - go.etcd.io/etcd/client/pkg/v3: v3.5.1 → v3.5.4 - go.etcd.io/etcd/client/v2: v2.305.0 → v2.305.4 - go.etcd.io/etcd/client/v3: v3.5.1 → v3.5.4 - go.etcd.io/etcd/pkg/v3: v3.5.0 → v3.5.4 - go.etcd.io/etcd/raft/v3: v3.5.0 → v3.5.4 - go.etcd.io/etcd/server/v3: v3.5.0 → v3.5.4 - golang.org/x/crypto: 8634188 → 3147a52
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Mon May 06 09:23:20 UTC 2024 - 419.1K bytes - Viewed (0) -
android/guava-testlib/src/com/google/common/collect/testing/google/MultimapEqualsTester.java
.testEquals(); } public void testEqualsFalse() { List<Entry<K, V>> targetEntries = new ArrayList<>(getSampleElements()); targetEntries.add(mapEntry(k0(), v3())); new EqualsTester() .addEqualityGroup(multimap()) .addEqualityGroup(getSubjectGenerator().create(targetEntries.toArray())) .testEquals(); } @CollectionSize.Require(absent = ZERO)
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Dec 22 03:38:46 UTC 2024 - 3.6K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.26.md
- go.etcd.io/etcd/api/v3: v3.5.4 → v3.5.5 - go.etcd.io/etcd/client/pkg/v3: v3.5.4 → v3.5.5 - go.etcd.io/etcd/client/v2: v2.305.4 → v2.305.5 - go.etcd.io/etcd/client/v3: v3.5.4 → v3.5.5 - go.etcd.io/etcd/pkg/v3: v3.5.4 → v3.5.5 - go.etcd.io/etcd/raft/v3: v3.5.4 → v3.5.5 - go.etcd.io/etcd/server/v3: v3.5.4 → v3.5.5
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Mar 14 16:24:51 UTC 2024 - 425.7K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/ProtocolHelperTest.java
assertEquals("smb.v3:", protocolHelper.getFileProtocols()[1]); assertTrue(protocolHelper.isValidWebProtocol("http-s://example.com")); assertTrue(protocolHelper.isValidWebProtocol("web+dav://example.com")); assertTrue(protocolHelper.isValidFileProtocol("file_v2://path")); assertTrue(protocolHelper.isValidFileProtocol("smb.v3://server")); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 21.5K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.33.md
- go.etcd.io/etcd/api/v3: v3.5.16 → v3.5.21 - go.etcd.io/etcd/client/pkg/v3: v3.5.16 → v3.5.21 - go.etcd.io/etcd/client/v2: v2.305.16 → v2.305.21 - go.etcd.io/etcd/client/v3: v3.5.16 → v3.5.21 - go.etcd.io/etcd/pkg/v3: v3.5.16 → v3.5.21 - go.etcd.io/etcd/raft/v3: v3.5.16 → v3.5.21 - go.etcd.io/etcd/server/v3: v3.5.16 → v3.5.21
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Aug 13 19:46:23 UTC 2025 - 294.3K bytes - Viewed (0) -
android/guava-testlib/src/com/google/common/collect/testing/testers/MapReplaceAllTester.java
private SampleElements<K> keys() { return new SampleElements<>(k0(), k1(), k2(), k3(), k4()); } private SampleElements<V> values() { return new SampleElements<>(v0(), v1(), v2(), v3(), v4()); } @MapFeature.Require(SUPPORTS_PUT) public void testReplaceAllRotate() { getMap() .replaceAll( (K k, V v) -> { int index = keys().asList().indexOf(k);
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Oct 31 14:51:04 UTC 2024 - 4.5K bytes - Viewed (0) -
android/guava-testlib/src/com/google/common/collect/testing/google/ListMultimapPutAllTester.java
@SuppressWarnings("JUnit4ClassUsedInJUnit3") public class ListMultimapPutAllTester<K, V> extends AbstractListMultimapTester<K, V> { @MapFeature.Require(SUPPORTS_PUT) public void testPutAllAddsAtEndInOrder() { List<V> values = asList(v3(), v1(), v4()); for (K k : sampleKeys()) { resetContainer(); List<V> expectedValues = copyToList(multimap().get(k)); assertTrue(multimap().putAll(k, values));
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Nov 14 23:40:07 UTC 2024 - 1.8K bytes - Viewed (0) -
okhttp-tls/src/main/kotlin/okhttp3/tls/internal/der/Certificate.kt
throw IllegalArgumentException("failed to decode certificate", e) } } } internal data class TbsCertificate( /** This is a integer enum. Use 0L for v1, 1L for v2, and 2L for v3. */ val version: Long, val serialNumber: BigInteger, val signature: AlgorithmIdentifier, val issuer: List<List<AttributeTypeAndValue>>, val validity: Validity, val subject: List<List<AttributeTypeAndValue>>,
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 6.4K bytes - Viewed (0)