Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for wed (0.01 sec)

  1. okhttp/src/jvmTest/kotlin/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"))
        assertThat(Date(parse(url, "a=b; Expires=Sun, 06 Nov 1994 08:49:37 GMT")!!.expiresAt))
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Wed Mar 19 19:25:20 UTC 2025
    - 24.4K bytes
    - Viewed (0)
  2. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    webview-assets.cloud9.sa-east-1.amazonaws.com
    webview-assets.cloud9.us-east-1.amazonaws.com
    webview-assets.cloud9.us-east-2.amazonaws.com
    webview-assets.cloud9.us-west-1.amazonaws.com
    webview-assets.cloud9.us-west-2.amazonaws.com
    wed
    wedding
    weeklylottery.org.uk
    wegrow.pl
    weibo
    weir
    wesley.replit.dev
    west1-us.cloudjiffy.net
    westeurope.azurestaticapps.net
    westus2.azurestaticapps.net
    wf
    whitesnow.jp
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue May 27 22:00:49 UTC 2025
    - 129.6K bytes
    - Viewed (3)
  3. doc/go_spec.html

    	// type of i is int
    	// type of s is string
    	// s == a[i]
    	g(i, s)
    }
    
    var key string
    var val interface{}  // element type of m is assignable to val
    m := map[string]int{"mon":0, "tue":1, "wed":2, "thu":3, "fri":4, "sat":5, "sun":6}
    for key, val = range m {
    	h(key, val)
    }
    // key == last map key encountered in iteration
    // val == map[key]
    
    var ch chan Work = producer()
    for w := range ch {
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Tue May 06 19:12:15 UTC 2025
    - 286.2K bytes
    - Viewed (0)
Back to top