Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for setData (0.26 sec)

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

            .build()
        assertThat(headers["Test-Instant"]).isEqualTo("Thu, 01 Jan 1970 00:00:00 GMT")
        assertThat(headers.getInstant("Test-Instant")).isEqualTo(expected)
      }
    
      @Test fun setDate() {
        val expected = Date(1000)
        val headers =
          Headers.Builder()
            .add("testDate", Date(0L))
            .set("testDate", expected)
            .build()
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Mon Jan 08 01:13:22 GMT 2024
    - 5.6K bytes
    - Viewed (0)
  2. api/go1.5.txt

    pkg math/big, method (*Float) SetMantExp(*Float, int) *Float
    pkg math/big, method (*Float) SetMode(RoundingMode) *Float
    pkg math/big, method (*Float) SetPrec(uint) *Float
    pkg math/big, method (*Float) SetRat(*Rat) *Float
    pkg math/big, method (*Float) SetString(string) (*Float, bool)
    pkg math/big, method (*Float) SetUint64(uint64) *Float
    pkg math/big, method (*Float) Sign() int
    pkg math/big, method (*Float) Signbit() bool
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Jul 30 21:14:09 GMT 2015
    - 46.6K bytes
    - Viewed (0)
  3. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const RTM_RTTUNIT = 1000000
    pkg syscall (netbsd-arm64-cgo), const RTM_RTTUNIT ideal-int
    pkg syscall (netbsd-arm64-cgo), const RTM_SETGATE = 18
    pkg syscall (netbsd-arm64-cgo), const RTM_SETGATE ideal-int
    pkg syscall (netbsd-arm64-cgo), const RTM_VERSION = 4
    pkg syscall (netbsd-arm64-cgo), const RTM_VERSION ideal-int
    pkg syscall (netbsd-arm64-cgo), const RTV_EXPIRE = 4
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  4. api/go1.1.txt

    pkg syscall (netbsd-386), const RTM_REDIRECT = 6
    pkg syscall (netbsd-386), const RTM_RESOLVE = 11
    pkg syscall (netbsd-386), const RTM_RTTUNIT = 1000000
    pkg syscall (netbsd-386), const RTM_SETGATE = 18
    pkg syscall (netbsd-386), const RTM_VERSION = 4
    pkg syscall (netbsd-386), const RTV_EXPIRE = 4
    pkg syscall (netbsd-386), const RTV_HOPCOUNT = 2
    pkg syscall (netbsd-386), const RTV_MTU = 1
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  5. api/go1.2.txt

    pkg syscall (netbsd-386), const RTM_REDIRECT ideal-int
    pkg syscall (netbsd-386), const RTM_RESOLVE ideal-int
    pkg syscall (netbsd-386), const RTM_RTTUNIT ideal-int
    pkg syscall (netbsd-386), const RTM_SETGATE ideal-int
    pkg syscall (netbsd-386), const RTM_VERSION ideal-int
    pkg syscall (netbsd-386), const RTV_EXPIRE ideal-int
    pkg syscall (netbsd-386), const RTV_HOPCOUNT ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
Back to top