- Sort Score
- Result 10 results
- Languages All
Results 11 - 20 of 24 for 342 (0.01 sec)
-
docs/SMB3_IMPLEMENTATION_PLAN.md
- 1 QA engineer for test infrastructure - 1 DevOps engineer for CI/CD setup ### Timeline - **Total Duration**: 6-8 months for all features - **Phases 1-2**: 2-3 months (High priority) - **Phases 3-4**: 2 months (Medium priority) - **Phases 5-6**: 2-3 months (Low priority) ### Infrastructure - Windows Server test lab - RDMA-capable test hardware - Continuous integration environment
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 10.7K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/util/concurrent/RateLimiterTest.java
stopwatch.sleepMillis(340); // #2 for (int i = 0; i < 8; i++) { limiter.acquire(); // #3 } assertEvents( "R0.00, R0.20, R0.20, R0.20, R0.20, R0.20, R0.20, R0.20", // #1 "U0.34", // #2 "R0.00, R0.20, R0.20, R0.20, R0.20, R0.20, R0.20, R0.20"); // #3 } @AndroidIncompatible // difference in String.format rounding? public void testWarmUpAndUpdate() {
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Tue Oct 28 18:19:59 UTC 2025 - 21.9K bytes - Viewed (0) -
guava-tests/test/com/google/common/util/concurrent/RateLimiterTest.java
stopwatch.sleepMillis(340); // #2 for (int i = 0; i < 8; i++) { limiter.acquire(); // #3 } assertEvents( "R0.00, R0.20, R0.20, R0.20, R0.20, R0.20, R0.20, R0.20", // #1 "U0.34", // #2 "R0.00, R0.20, R0.20, R0.20, R0.20, R0.20, R0.20, R0.20"); // #3 } @AndroidIncompatible // difference in String.format rounding? public void testWarmUpAndUpdate() {
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Tue Oct 28 18:19:59 UTC 2025 - 21.9K bytes - Viewed (0) -
android/pom.xml
<maven-gpg-plugin.version>3.0.1</maven-gpg-plugin.version> <maven-install-plugin.version>3.1.4</maven-install-plugin.version> <maven-jar-plugin.version>3.4.2</maven-jar-plugin.version> <maven-javadoc-plugin.version>3.12.0</maven-javadoc-plugin.version> <maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Fri Dec 05 03:10:05 UTC 2025 - 26.4K bytes - Viewed (0) -
pom.xml
<maven-gpg-plugin.version>3.0.1</maven-gpg-plugin.version> <maven-install-plugin.version>3.1.4</maven-install-plugin.version> <maven-jar-plugin.version>3.4.2</maven-jar-plugin.version> <maven-javadoc-plugin.version>3.12.0</maven-javadoc-plugin.version> <maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Fri Dec 05 03:10:05 UTC 2025 - 26.1K bytes - Viewed (0) -
index.yaml
maintainers: - email: ******@****.*** name: MinIO, Inc name: minio sources: - https://github.com/minio/minio urls: - https://charts.min.io/helm-releases/minio-3.4.2.tgz version: 3.4.2 - apiVersion: v1 appVersion: RELEASE.2021-12-10T23-03-39Z created: "2025-01-02T21:34:25.009018639-08:00" description: Multi-Cloud Object StorageRegistered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Fri Jan 03 05:34:47 UTC 2025 - 55.1K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/collect/TreeRangeMapTest.java
coalesced.putCoalescing(Range.atMost(1), 1); TreeRangeMap<Integer, Integer> differentValues = TreeRangeMap.create(); differentValues.put(Range.closedOpen(1, 2), 2); differentValues.put(Range.closedOpen(3, 4), 2); TreeRangeMap<Double, Integer> differentTypes = TreeRangeMap.create(); differentTypes.put(Range.closedOpen(1.0, 2.0), 2); differentTypes.put(Range.closedOpen(3.0, 4.0), 2); new EqualsTester()
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Tue Oct 28 16:03:47 UTC 2025 - 30.1K bytes - Viewed (0) -
docs/changelogs/changelog_3x.md
* Fix: Allow horizontal tab characters in header values. * Fix: When parsing HTTP authentication headers permit challenge parameters in any order. ## Version 3.4.2 _2016-11-03_ * Fix: Recover gracefully when an HTTP/2 connection is shutdown. We had a bug where shutdown HTTP/2 connections were considered usable. This causedRegistered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Sun Feb 06 14:55:54 UTC 2022 - 50.8K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/URLConnectionTest.kt
assertThat(request.headers["Authorization"]).isEqualTo( "Basic ${RecordingAuthenticator.BASE_64_CREDENTIALS}", ) } } /** https://github.com/square/okhttp/issues/342 */ @Test fun authenticateRealmUppercase() { server.enqueue( MockResponse( code = 401, headers = headersOf("wWw-aUtHeNtIcAtE", "bAsIc rEaLm=\"pRoTeCtEd aReA\""),
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Sat Jun 21 20:36:35 UTC 2025 - 133.2K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.32.md
- google.golang.org/genproto/googleapis/api: 5315273 → f6391c0 - google.golang.org/genproto/googleapis/rpc: f6361c8 → f6391c0 - google.golang.org/genproto: b8732ec → ef43131 - google.golang.org/protobuf: v1.34.2 → v1.35.1 - gotest.tools/v3: v3.0.3 → v3.0.2 - honnef.co/go/tools: v0.0.1-2019.2.3 → ea95bdf - k8s.io/gengo/v2: 51d4e06 → 2b36238 - k8s.io/kube-openapi: 70dd376 → 32ad38e - k8s.io/system-validators: v1.8.0 → v1.9.1
Registered: Fri Dec 26 09:05:12 UTC 2025 - Last Modified: Tue Dec 16 18:27:41 UTC 2025 - 448.1K bytes - Viewed (0)