Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 57 for 100000000000 (0.11 sec)

  1. okhttp/src/test/java/okhttp3/CookiesTest.kt

        assertThat(cookie.value).isEqualTo("android")
        assertThat(cookie.comment).isNull()
        assertThat(cookie.commentURL).isNull()
        assertThat(cookie.discard).isFalse()
        assertThat(cookie.maxAge).isGreaterThan(100000000000L)
        assertThat(cookie.path).isEqualTo("/path")
        assertThat(cookie.secure).isTrue()
        assertThat(cookie.version).isEqualTo(0)
      }
    
      @Test
      fun testRfc2109Response() {
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 13K bytes
    - Viewed (0)
  2. src/crypto/tls/testdata/Client-TLSv12-AES128-SHA256

    00000080  91 59 28 b4 f7 d7 af d2  69 61 35 14 03 03 00 01  |.Y(.....ia5.....|
    00000090  01 16 03 03 00 50 00 00  00 00 00 00 00 00 00 00  |.....P..........|
    000000a0  00 00 00 00 00 00 f3 6e  c5 65 29 75 22 fe 23 6f  |.......n.e)u".#o|
    000000b0  96 fa b3 8d 98 ac df bf  3a 23 ca 4f d9 52 95 3f  |........:#.O.R.?|
    000000c0  89 8b 61 cf d2 2d f3 14  31 9d 3a 6f a9 b5 7b 69  |..a..-..1.:o..{i|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 7.2K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/mod/module/pseudo.go

    }
    
    // ZeroPseudoVersion returns a pseudo-version with a zero timestamp and
    // revision, which may be used as a placeholder.
    func ZeroPseudoVersion(major string) string {
    	return PseudoVersion(major, "", time.Time{}, "000000000000")
    }
    
    // incDecimal returns the decimal string incremented by 1.
    func incDecimal(decimal string) string {
    	// Scan right to left turning 9s to 0s until you find a digit to increment.
    	digits := []byte(decimal)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jul 12 20:38:21 UTC 2023
    - 8.4K bytes
    - Viewed (0)
  4. okhttp/src/test/java/okhttp3/CookieTest.kt

      }
    
      @Test fun expiresDate() {
        assertThat(Date(parse(url, "a=b; Expires=Thu, 01 Jan 1970 00:00:00 GMT")!!.expiresAt))
          .isEqualTo(date("1970-01-01T00:00:00.000+0000"))
        assertThat(Date(parse(url, "a=b; Expires=Wed, 09 Jun 2021 10:18:14 GMT")!!.expiresAt))
          .isEqualTo(date("2021-06-09T10:18:14.000+0000"))
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 24.3K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_mips64.go

    	CBitFieldMaskBit14 = 0x2000000000000
    	CBitFieldMaskBit15 = 0x1000000000000
    	CBitFieldMaskBit16 = 0x800000000000
    	CBitFieldMaskBit17 = 0x400000000000
    	CBitFieldMaskBit18 = 0x200000000000
    	CBitFieldMaskBit19 = 0x100000000000
    	CBitFieldMaskBit20 = 0x80000000000
    	CBitFieldMaskBit21 = 0x40000000000
    	CBitFieldMaskBit22 = 0x20000000000
    	CBitFieldMaskBit23 = 0x10000000000
    	CBitFieldMaskBit24 = 0x8000000000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_mipsle.go

    	CBitFieldMaskBit39 = 0x8000000000
    	CBitFieldMaskBit40 = 0x10000000000
    	CBitFieldMaskBit41 = 0x20000000000
    	CBitFieldMaskBit42 = 0x40000000000
    	CBitFieldMaskBit43 = 0x80000000000
    	CBitFieldMaskBit44 = 0x100000000000
    	CBitFieldMaskBit45 = 0x200000000000
    	CBitFieldMaskBit46 = 0x400000000000
    	CBitFieldMaskBit47 = 0x800000000000
    	CBitFieldMaskBit48 = 0x1000000000000
    	CBitFieldMaskBit49 = 0x2000000000000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 12.3K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_ppc64le.go

    	CBitFieldMaskBit39 = 0x8000000000
    	CBitFieldMaskBit40 = 0x10000000000
    	CBitFieldMaskBit41 = 0x20000000000
    	CBitFieldMaskBit42 = 0x40000000000
    	CBitFieldMaskBit43 = 0x80000000000
    	CBitFieldMaskBit44 = 0x100000000000
    	CBitFieldMaskBit45 = 0x200000000000
    	CBitFieldMaskBit46 = 0x400000000000
    	CBitFieldMaskBit47 = 0x800000000000
    	CBitFieldMaskBit48 = 0x1000000000000
    	CBitFieldMaskBit49 = 0x2000000000000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 12.3K bytes
    - Viewed (0)
  8. cmd/erasure-encode_test.go

    	b.Run(" XXX0|0000 ", func(b *testing.B) { benchmarkErasureEncode(4, 4, 3, 0, size, b) })
    }
    
    func BenchmarkErasureEncode_12_30MB(b *testing.B) {
    	const size = 30 * 1024 * 1024
    	b.Run(" 000000|000000 ", func(b *testing.B) { benchmarkErasureEncode(6, 6, 0, 0, size, b) })
    	b.Run(" 000000|X00000 ", func(b *testing.B) { benchmarkErasureEncode(6, 6, 0, 1, size, b) })
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jan 30 20:43:25 UTC 2024
    - 11.9K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_loong64.go

    	CBitFieldMaskBit39 = 0x8000000000
    	CBitFieldMaskBit40 = 0x10000000000
    	CBitFieldMaskBit41 = 0x20000000000
    	CBitFieldMaskBit42 = 0x40000000000
    	CBitFieldMaskBit43 = 0x80000000000
    	CBitFieldMaskBit44 = 0x100000000000
    	CBitFieldMaskBit45 = 0x200000000000
    	CBitFieldMaskBit46 = 0x400000000000
    	CBitFieldMaskBit47 = 0x800000000000
    	CBitFieldMaskBit48 = 0x1000000000000
    	CBitFieldMaskBit49 = 0x2000000000000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_mips.go

    	CBitFieldMaskBit14 = 0x2000000000000
    	CBitFieldMaskBit15 = 0x1000000000000
    	CBitFieldMaskBit16 = 0x800000000000
    	CBitFieldMaskBit17 = 0x400000000000
    	CBitFieldMaskBit18 = 0x200000000000
    	CBitFieldMaskBit19 = 0x100000000000
    	CBitFieldMaskBit20 = 0x80000000000
    	CBitFieldMaskBit21 = 0x40000000000
    	CBitFieldMaskBit22 = 0x20000000000
    	CBitFieldMaskBit23 = 0x10000000000
    	CBitFieldMaskBit24 = 0x8000000000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 12.3K bytes
    - Viewed (0)
Back to top