Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 168 for coffee (0.04 sec)

  1. src/test/java/org/codelibs/fess/util/KuromojiCSVUtilTest.java

            result = KuromojiCSVUtil.parse(value);
            assertEquals(4, result.length);
            assertEquals("John Doe", result[0]);
            assertEquals("Software Engineer", result[1]);
            assertEquals("******@****.***", result[2]);
            assertEquals("\"Loves \"\"coding\"\" and coffee\"", result[3]);
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 12 07:34:10 UTC 2025
    - 18.7K bytes
    - Viewed (0)
  2. docs/en/docs/tutorial/cookie-param-models.md

    If a client tries to send some **extra cookies**, they will receive an **error** response.
    
    Poor cookie banners with all their effort to get your consent for the <abbr title="This is another joke. Don't pay attention to me. Have some coffee for your cookie. โ˜•">API to reject it</abbr>. ๐Ÿช
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:15:41 UTC 2025
    - 3.1K bytes
    - Viewed (0)
  3. okhttp/src/jvmTest/kotlin/okhttp3/HeadersTest.kt

        val headers =
          Headers
            .Builder()
            .add("content-length", "99")
            .add("authorization", "peanutbutter")
            .add("proxy-authorization", "chocolate")
            .add("cookie", "drink=coffee")
            .add("set-cookie", "accessory=sugar")
            .add("user-agent", "OkHttp")
            .build()
        assertThat(headers.toString()).isEqualTo(
          """
          |content-length: 99
          |authorization: โ–ˆโ–ˆ
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Wed Mar 19 19:25:20 UTC 2025
    - 8.7K bytes
    - Viewed (0)
  4. docs/ja/docs/tutorial/cookie-param-models.md

    ใ‚‚ใ—ใ‚ฏใƒฉใ‚คใ‚ขใƒณใƒˆใŒ**ไฝ™ๅˆ†ใชใ‚ฏใƒƒใ‚ญใƒผ**ใ‚’้€ใ‚ใ†ใจใ™ใ‚‹ใจใ€**ใ‚จใƒฉใƒผ**ใƒฌใ‚นใƒใƒณใ‚นใŒ่ฟ”ใ•ใ‚Œใพใ™ใ€‚
    
    <abbr title="ใ“ใ‚Œใ‚‚ใ‚ธใƒงใƒผใ‚ฏใงใ™ใ€‚ๆฐ—ใซใ—ใชใ„ใงใใ ใ•ใ„ใ€‚ใ‚ฏใƒƒใ‚ญใƒผใฎใŠไพ›ใซใ‚ณใƒผใƒ’ใƒผใงใ‚‚้ฃฒใ‚“ใงใใ ใ•ใ„ใ€‚โ˜• ๏ผˆๅŽŸๆ–‡: This is another joke. Don't pay attention to me. Have some coffee for your cookie. โ˜•๏ผ‰">ใฉใ†ใ›APIใซๆ‹’ๅฆใ•ใ‚Œใ‚‹ใฎใซ</abbr>ใ‚ใชใŸใฎๅŒๆ„ใ‚’ๅพ—ใ‚ˆใ†ใจ็ฒพไธ€ๆฏๅŠชๅŠ›ใ™ใ‚‹ๅฏๅ“€ๆƒณใชใ‚ฏใƒƒใ‚ญใƒผใƒใƒŠใƒผใŸใก... ๐Ÿช
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Feb 28 14:21:27 UTC 2025
    - 4.5K bytes
    - Viewed (0)
  5. okhttp/src/jvmTest/kotlin/okhttp3/RequestCommonTest.kt

        val headers =
          Headers
            .Builder()
            .add("content-length", "99")
            .add("authorization", "peanutbutter")
            .add("proxy-authorization", "chocolate")
            .add("cookie", "drink=coffee")
            .add("set-cookie", "accessory=sugar")
            .add("user-agent", "OkHttp")
            .build()
        val request =
          Request(
            "https://square.com".toHttpUrl(),
            headers,
          )
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Wed Mar 19 19:25:20 UTC 2025
    - 10.8K bytes
    - Viewed (0)
  6. okhttp/src/jvmTest/kotlin/okhttp3/RequestTest.kt

        val headers =
          Headers
            .Builder()
            .add("content-length", "99")
            .add("authorization", "peanutbutter")
            .add("proxy-authorization", "chocolate")
            .add("cookie", "drink=coffee")
            .add("set-cookie", "accessory=sugar")
            .add("user-agent", "OkHttp")
            .build()
        val request =
          Request(
            "https://square.com".toHttpUrl(),
            headers,
          )
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Aug 16 09:39:51 UTC 2025
    - 19K bytes
    - Viewed (0)
  7. okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // https://www.iana.org/domains/root/db/coach.html
    coach
    
    // codes : Binky Moon, LLC
    // https://www.iana.org/domains/root/db/codes.html
    codes
    
    // coffee : Binky Moon, LLC
    // https://www.iana.org/domains/root/db/coffee.html
    coffee
    
    // college : XYZ.COM LLC
    // https://www.iana.org/domains/root/db/college.html
    college
    
    // cologne : dotKoeln GmbH
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri Dec 27 13:39:56 UTC 2024
    - 309.7K bytes
    - Viewed (1)
  8. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    co.uz
    co.ve
    co.vi
    co.za
    co.zm
    co.zw
    coach
    cockpit.fr-par.scw.cloud
    cockpit.nl-ams.scw.cloud
    cockpit.pl-waw.scw.cloud
    cocotte.jp
    codeberg.page
    codes
    codespot.com
    coffee
    cog.mi.us
    col.ng
    college
    collegefan.org
    cologne
    com
    com.ac
    com.af
    com.ag
    com.ai
    com.al
    com.am
    com.ar
    com.au
    com.aw
    com.az
    com.ba
    com.bb
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue May 27 22:00:49 UTC 2025
    - 129.6K bytes
    - Viewed (3)
  9. okhttp/src/androidMain/assets/PublicSuffixDatabase.list

    co.uz
    co.ve
    co.vi
    co.za
    co.zm
    co.zw
    coach
    cockpit.fr-par.scw.cloud
    cockpit.nl-ams.scw.cloud
    cockpit.pl-waw.scw.cloud
    cocotte.jp
    codeberg.page
    codes
    codespot.com
    coffee
    cog.mi.us
    col.ng
    college
    collegefan.org
    cologne
    com
    com.ac
    com.af
    com.ag
    com.ai
    com.al
    com.am
    com.ar
    com.au
    com.aw
    com.az
    com.ba
    com.bb
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue Dec 31 14:50:53 UTC 2024
    - 129.6K bytes
    - Viewed (2)
  10. LICENSE

    ## Some of TensorFlow's code is derived from Caffe, which is subject to the following copyright notice:
    
    COPYRIGHT
    
    All contributions by the University of California:
    
    Copyright (c) 2014, The Regents of the University of California (Regents)
    All rights reserved.
    
    All other contributions:
    
    Copyright (c) 2014, the respective contributors
    All rights reserved.
    
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Nov 29 17:31:56 UTC 2021
    - 13.3K bytes
    - Viewed (0)
Back to top