Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 127 of 127 for hallo (0.03 sec)

  1. okhttp/src/jvmTest/kotlin/okhttp3/CallTest.kt

        val request =
          Request(
            server.url("/"),
            body = "Hello".toRequestBody("text/plain".toMediaType()),
          )
        val response = client.newCall(request).execute()
        assertThat(response.body.string()).isEqualTo("Body")
        val request1 = server.takeRequest()
        assertThat(request1.body?.utf8()).isEqualTo("Hello")
        val request2 = server.takeRequest()
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Thu Jul 31 04:18:40 UTC 2025
    - 146.6K bytes
    - Viewed (0)
  2. okhttp/src/jvmTest/resources/web-platform-test-urltestdata.txt

    # escaped. https://www.w3.org/Bugs/Public/show_bug.cgi?id=24191
    http://%zz%66%a.com
    
    # If we get an invalid character that has been escaped.
    http://%25
    http://hello%00
    
    # Escaped numbers should be treated like IP addresses if they are.
    # No special handling for IPv4 or IPv4-like URLs
    http://%30%78%63%30%2e%30%32%35%30.01  s:http p:/ h:192.168.0.1
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri Dec 27 13:39:56 UTC 2024
    - 14.3K bytes
    - Viewed (0)
  3. okhttp/src/jvmTest/kotlin/okhttp3/URLConnectionTest.kt

            Request(
              url = server.url("/"),
              body = "Hello".toRequestBody(null),
            ),
          )
        assertThat(response.code).isEqualTo(200)
        assertThat(readAscii(response.body.byteStream(), Int.MAX_VALUE))
          .isEqualTo("Body")
        val request1 = server.takeRequest()
        assertThat(request1.body?.utf8()).isEqualTo("Hello")
        val request2 = server.takeRequest()
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Jun 21 20:36:35 UTC 2025
    - 133.2K bytes
    - Viewed (0)
  4. src/main/resources/suggest_indices/suggest_analyzer.json

              "bromfiets=>bromfiets",
              "ei=>eier",
              "kind=>kinder"
            ]
          },
          "english_keywords": {
            "type":       "keyword_marker",
            "keywords":   ["hello"]
          },
          "finnish_stop": {
            "type":       "stop",
            "stopwords":  "_finnish_"
          },
          "finnish_keywords": {
            "type":       "keyword_marker",
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu May 23 05:09:51 UTC 2019
    - 57.7K bytes
    - Viewed (0)
  5. okhttp/src/jvmTest/kotlin/okhttp3/internal/cache/DiskLruCacheTest.kt

        // attempt to delete the file. Do not explicitly close the cache here so the entry is left as
        // incomplete.
        val creator = cache.edit("k1")!!
        creator.newSink(0).buffer().use {
          it.writeUtf8("Hello")
        }
    
        // Simulate a severe Filesystem failure on the first initialization.
        filesystem.setFaultyDelete(cacheDir / "k1.0.tmp", true)
        filesystem.setFaultyDelete(cacheDir, true)
        cache =
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Wed Mar 19 19:25:20 UTC 2025
    - 75.7K bytes
    - Viewed (0)
  6. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    futtsu.chiba.jp
    futurehosting.at
    futuremailing.at
    fvg.it
    fyi
    fylkesbibl.no
    fyresdal.no
    førde.no
    g.bg
    g.se
    g12.br
    ga
    ga.us
    gaivuotna.no
    gal
    gallery
    gallo
    gallup
    galsa.no
    gamagori.aichi.jp
    game
    game-host.org
    game-server.cc
    game.tw
    games
    games.hu
    gamo.shiga.jp
    gamvik.no
    gangaviika.no
    gangwon.kr
    gap
    garden
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue May 27 22:00:49 UTC 2025
    - 129.6K bytes
    - Viewed (3)
  7. okhttp/src/androidMain/assets/PublicSuffixDatabase.list

    futtsu.chiba.jp
    futurehosting.at
    futuremailing.at
    fvg.it
    fyi
    fylkesbibl.no
    fyresdal.no
    førde.no
    g.bg
    g.se
    g12.br
    ga
    ga.us
    gaivuotna.no
    gal
    gallery
    gallo
    gallup
    galsa.no
    gamagori.aichi.jp
    game
    game-host.org
    game-server.cc
    game.tw
    games
    games.hu
    gamo.shiga.jp
    gamvik.no
    gangaviika.no
    gangwon.kr
    gap
    garden
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue Dec 31 14:50:53 UTC 2024
    - 129.6K bytes
    - Viewed (2)
Back to top