Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for 203 (0.02 sec)

  1. guava-tests/test/com/google/common/primitives/BooleansTest.java

            new boolean[] {false, false, true, false, true, true, false});
    
        // Rotate the first three elements
        testRotate(
            new boolean[] {false, true, false, true, false, true, false},
            -2,
            0,
            3,
            new boolean[] {false, false, true, true, false, true, false});
        testRotate(
            new boolean[] {false, true, false, true, false, true, false},
            -1,
            0,
            3,
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 25K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/util/concurrent/RateLimiterTest.java

          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() {
        RateLimiter limiter = RateLimiter.create(2.0, 4000, MILLISECONDS, 3.0, stopwatch);
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Mon Aug 11 19:31:30 UTC 2025
    - 21.9K bytes
    - Viewed (0)
  3. guava-tests/test/com/google/common/util/concurrent/RateLimiterTest.java

          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() {
        RateLimiter limiter = RateLimiter.create(2.0, 4000, MILLISECONDS, 3.0, stopwatch);
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Mon Aug 11 19:31:30 UTC 2025
    - 21.9K bytes
    - Viewed (0)
  4. docs/bucket/notifications/README.md

                    }
                  },
                  "source" : {
                    "host" : "127.0.0.1",
                    "port" : "38062",
                    "userAgent" : "MinIO (linux; amd64) minio-go/2.0.3 mc/2017-02-15T17:57:25Z"
                  }
                }
              ]
            }
          }
        ]
      }
    }
    ```
    
    This output shows that a document has been created for the event in Elasticsearch.
    
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Tue Aug 12 18:20:36 UTC 2025
    - 84.2K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.32.md

    - github.com/aws/aws-sdk-go-v2: [v1.30.1](https://github.com/aws/aws-sdk-go-v2/tree/v1.30.1)
    - github.com/aws/smithy-go: [v1.20.3](https://github.com/aws/smithy-go/tree/v1.20.3)
    - github.com/checkpoint-restore/go-criu/v6: [v6.3.0](https://github.com/checkpoint-restore/go-criu/tree/v6.3.0)
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Aug 13 14:49:49 UTC 2025
    - 412.3K bytes
    - Viewed (0)
  6. okhttp/src/jvmTest/kotlin/okhttp3/CacheTest.kt

        // assertCached(false, 100);
        assertCached(false, 101)
        assertCached(true, 200)
        assertCached(false, 201)
        assertCached(false, 202)
        assertCached(true, 203)
        assertCached(true, 204)
        assertCached(false, 205)
        assertCached(false, 206) // Electing to not cache partial responses
        assertCached(false, 207)
        assertCached(true, 300)
        assertCached(true, 301)
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Aug 16 09:39:51 UTC 2025
    - 113.6K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.34.md

    - cloud.google.com/go/talent: v1.6.5
    - cloud.google.com/go/texttospeech: v1.7.4
    - cloud.google.com/go/tpu: v1.6.4
    - cloud.google.com/go/trace: v1.10.4
    - cloud.google.com/go/translate: v1.10.0
    - cloud.google.com/go/video: v1.20.3
    - cloud.google.com/go/videointelligence: v1.11.4
    - cloud.google.com/go/vision/v2: v2.7.5
    - cloud.google.com/go/vmmigration: v1.7.4
    - cloud.google.com/go/vmwareengine: v1.0.3
    - cloud.google.com/go/vpcaccess: v1.7.4
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Aug 27 10:36:10 UTC 2025
    - 292.8K bytes
    - Viewed (0)
Back to top