Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for 31 (0.01 sec)

  1. android/guava-tests/test/com/google/common/cache/LocalCacheTest.java

        for (int i = 0; i < originalCount; i++) {
          Object key = new Object();
          Object value = (i % 3 == 0) ? null : new Object();
          int hash = map.hash(key);
          if (i % 3 == 1) {
            key = null;
          }
          // chain all entries together as we only have a single bucket
          entry = DummyEntry.create(key, hash, entry);
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Mon Aug 11 19:31:30 UTC 2025
    - 110.5K bytes
    - Viewed (0)
  2. okhttp/src/jvmTest/kotlin/okhttp3/CacheTest.kt

        server.enqueue(
          MockResponse
            .Builder()
            .body("A")
            .addHeader("Cache-Control: max-age=30")
            .addHeader("Date: " + formatDate(-31, TimeUnit.MINUTES))
            .build(),
        )
        server.enqueue(
          MockResponse
            .Builder()
            .body("B")
            .addHeader("Cache-Control: max-age=30")
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Aug 16 09:39:51 UTC 2025
    - 113.6K bytes
    - Viewed (0)
  3. cmd/sts-handlers_test.go

    	// 2. Check that svc account info can be queried
    	c.assertSvcAccInfoQueryable(ctx, userAdmClient, value.AccessKeyID, cr.AccessKey, true)
    
    	// 3. Check S3 access
    	c.assertSvcAccS3Access(ctx, s, cr, bucket)
    	// 3.1 Validate that the client from STS creds cannot upload any object as
    	// it is denied by the plugin.
    	c.mustNotUpload(ctx, s.getUserClient(c, cr.AccessKey, cr.SecretKey, ""), bucket)
    
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 100.2K bytes
    - Viewed (1)
  4. cmd/testdata/decryptObjectInfo.json.zst

    cryption-S3-Sealed-Key":"IAAfANo058WwUBFKBIPQ/AUjn/Y1PcuN39GA==","X-Minio-Internal-Server-Side-Encryption-Seal-Algorithm":"DAREv2-HMAC-SHA256","content-type":"text/plain"}},{"Bucket":"buck1","Name":"go_113/src/cmd/go/testdata/mod/rsc.io_sampler_v1.3.1.txt","UserDef":{"X-Minio-Internal-Server-Side-Encryption-Iv":"0qf8RJHnN8F6lL2/mgILSMO/e/TARAs1LVK+XmyccBY=","X-Minio-Internal-Server-Side-Encryption-S3-Kms-Key-Id":"my-minio-key","X-Minio-Internal-Server-Side-Encryption-S3-Kms-Sealed-Key":"IAAfAJuj...
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Thu Oct 29 16:34:20 UTC 2020
    - 164K bytes
    - Viewed (0)
Back to top