- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 358 for 5007 (0.07 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
internal/s3select/json/testdata/4.json
{ "id": "1004", "type": "Devil's Food" } ] }, "topping": [ { "id": "5001", "type": "None" }, { "id": "5002", "type": "Glazed" }, { "id": "5005", "type": "Sugar" }, { "id": "5007", "type": "Powdered Sugar" }, { "id": "5006", "type": "Chocolate with Sprinkles" }, { "id": "5003", "type": "Chocolate" }, { "id": "5004", "type": "Maple" } ]Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Tue Jun 01 21:59:40 GMT 2021 - 607 bytes - Click Count (0) -
architecture/standards/0007-java-pre-requisite.md
# ADR-0007 - Support running Gradle on multiple Java versions and do not embed a Java runtime in the Gradle distribution ## Date 2024-12-20 ## Context ### Embedding a Java runtime in the Gradle distribution There have been discussions on embedding a Java runtime in the Gradle distribution. This would allow users to run Gradle without having to install a Java runtime beforehand.
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Tue Jan 07 08:44:20 GMT 2025 - 3.3K bytes - Click Count (0) -
build-logic/idea/src/main/kotlin/gradlebuild.ide.gradle.kts
runConfigurations { create<Remote>("Daemon debug (port 5005)") { mode = Remote.RemoteMode.LISTEN transport = Remote.RemoteTransport.SOCKET sharedMemoryAddress = "javadebug" host = "localhost" port = 5005 autoRestart = true } create<Remote>("Launcher debug (port 5006)") { mode = Remote.RemoteMode.LISTENCreated: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Jan 30 10:41:28 GMT 2025 - 3.8K bytes - Click Count (0) -
helm-releases/minio-5.0.7.tgz
minio-5.0.7.tar minio/Chart.yaml apiVersion: v1 appVersion: RELEASE.2023-02-10T18-48-39Z description: Multi-Cloud Object Storage home: https://min.io icon: https://min.io/resources/img/logo/MINIO_wordmark.png keywords: - minio - storage - object-storage - s3 - cluster maintainers: - email: ******@****.*** name: MinIO, Inc name: minio sources: - https://github.com/minio/minio version: 5.0.7 minio/values.yaml ## Provide a name in place of minio for `app:` labels ## nameOverride: "" ## Provide a name...
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Mon Feb 13 10:37:23 GMT 2023 - 20.3K bytes - Click Count (0) -
helm-releases/minio-5.0.0.tgz
minio-5.0.0.tar minio/Chart.yaml apiVersion: v1 appVersion: RELEASE.2022-10-24T18-35-07Z description: Multi-Cloud Object Storage home: https://min.io icon: https://min.io/resources/img/logo/MINIO_wordmark.png keywords: - minio - storage - object-storage - s3 - cluster maintainers: - email: ******@****.*** name: MinIO, Inc name: minio sources: - https://github.com/minio/minio version: 5.0.0 minio/values.yaml ## Provide a name in place of minio for `app:` labels ## nameOverride: "" ## Provide a name...
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Tue Oct 25 10:20:22 GMT 2022 - 19.8K bytes - Click Count (0) -
docs/en/docs/js/custom.js
}) .catch(() => { // do nothing }); } async function main() { setupTermynal(); showRandomAnnouncement('announce-left', 5000) handleSponsorImages(); } document$.subscribe(() => { main()Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Mon Sep 22 15:11:52 GMT 2025 - 6.3K bytes - Click Count (2) -
cmd/metrics-v2_test.go
t.Errorf("Expected le='0.050' api=PutObject value to be 1 but got '%v'", value) } if le := capitalPutObjects[1].VariableLabels["le"]; le != "5.000" { t.Errorf("Expected le='5.000' api=PutObject metrics but got '%v'", le) } if value := capitalPutObjects[1].Value; value != 2 { t.Errorf("Expected le='5.000' api=PutObject value to be 2 but got '%v'", value) } if le := capitalPutObjects[2].VariableLabels["le"]; le != "+Inf" {
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Mar 30 00:56:02 GMT 2025 - 6.8K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/util/concurrent/RateLimiterTest.java
for (int i = 0; i < 8; i++) { limiter.acquire(); // #1 } stopwatch.sleepMillis(500); // #2: to repay for the last acquire stopwatch.sleepMillis(4000); // #3: becomes cold again for (int i = 0; i < 8; i++) { limiter.acquire(); // // #4 } stopwatch.sleepMillis(500); // #5: to repay for the last acquire
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Tue Oct 28 18:19:59 GMT 2025 - 21.9K bytes - Click Count (0) -
guava-tests/test/com/google/common/util/concurrent/RateLimiterTest.java
for (int i = 0; i < 8; i++) { limiter.acquire(); // #1 } stopwatch.sleepMillis(500); // #2: to repay for the last acquire stopwatch.sleepMillis(4000); // #3: becomes cold again for (int i = 0; i < 8; i++) { limiter.acquire(); // // #4 } stopwatch.sleepMillis(500); // #5: to repay for the last acquire
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Tue Oct 28 18:19:59 GMT 2025 - 21.9K bytes - Click Count (0) -
okhttp/src/jvmTest/kotlin/okhttp3/InterceptorTest.kt
response.body.close() } @Test fun connectTimeout() { val interceptor1 = Interceptor { chainA: Interceptor.Chain -> assertThat(chainA.connectTimeoutMillis()).isEqualTo(5000) val chainB = chainA.withConnectTimeout(100, TimeUnit.MILLISECONDS) assertThat(chainB.connectTimeoutMillis()).isEqualTo(100) chainB.proceed(chainA.request()) } val interceptor2 =
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Tue Nov 04 16:11:23 GMT 2025 - 28.2K bytes - Click Count (0)