Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for t1 (0.02 sec)

  1. src/main/java/jcifs/smb1/smb1/SmbFile.java

             */
    
            final SmbTransport t1 = tree.session.transport;
            final SmbTransport t2 = dest.tree.session.transport;
    
            if (t1.snd_buf_size < t2.snd_buf_size) {
                t2.snd_buf_size = t1.snd_buf_size;
            } else {
                t1.snd_buf_size = t2.snd_buf_size;
            }
    
            bsize = Math.min(t1.rcv_buf_size - 70, t1.snd_buf_size - 70);
            b = new byte[2][bsize];
    
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 112.2K bytes
    - Viewed (0)
  2. okhttp/src/jvmTest/kotlin/okhttp3/CacheTest.kt

        assertThat((response1.receivedResponseAtMillis - t0).toDouble()).isCloseTo(0.0, 250.0)
    
        // A conditional cache hit updates the cache.
        Thread.sleep(500) // Make sure t0 and t1 are distinct.
        val t1 = System.currentTimeMillis()
        val response2 = get(server.url("/a"))
        assertThat(response2.code).isEqualTo(HttpURLConnection.HTTP_OK)
        assertThat(response2.body.string()).isEqualTo("A")
    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/testdata/decryptObjectInfo.json.zst

    -Server-Side-Encryption-Iv":"WOm6haLq+Jv7A3EBkB57gh3iqA+mIgYSKOdJZTG16Bc=","X-Minio-Internal-Server-Side-Encryption-S3-Kms-Key-Id":"my-minio-key","X-Minio-Internal-Server-Side-Encryption-S3-Kms-Sealed-Key":"IAAfANs3zFWGiQKmqMC4/UhBAL5U96mr9bqI2TQaJ/t1+DUiiKdPiCVuZWLtkK7HR==","X-Minio-Internal-Server-Side-Encryption-S3-Sealed-Key":"IAAfAO/20Eo+rVZtMbad3EVaUQM2Soqb/WJvgn9MGT7rs5ErqQGfG+o1PbTXcbhn5sLLok8fg==","X-Minio-Internal-Server-Side-Encryption-Seal-Algorithm":"DAREv2-HMAC-SHA256","content-typ...
    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