Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for offerer (0.14 sec)

  1. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    court, without even waiting to put his shoes on.
    
      `--and just take his head off outside,' the Queen added to one
    of the officers:  but the Hatter was out of sight before the
    officer could get to the door.
    
      `Call the next witness!' said the King.
    
      The next witness was the Duchess's cook.  She carried the
    pepper-box in her hand, and Alice guessed who it was, even before
    Plain Text
    - Registered: Fri Apr 12 12:43:09 GMT 2024
    - Last Modified: Mon Oct 29 21:35:03 GMT 2012
    - 145.2K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    court, without even waiting to put his shoes on.
    
      `--and just take his head off outside,' the Queen added to one
    of the officers:  but the Hatter was out of sight before the
    officer could get to the door.
    
      `Call the next witness!' said the King.
    
      The next witness was the Duchess's cook.  She carried the
    pepper-box in her hand, and Alice guessed who it was, even before
    Plain Text
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Fri Apr 21 02:27:51 GMT 2017
    - 145.2K bytes
    - Viewed (0)
  3. okhttp/src/test/java/okhttp3/CallTest.kt

        assertThat(response.header("Content-Encoding")).isEqualTo("gzip")
        assertThat(response.body.source().readByteString()).isEqualTo(
          gzippedBody.snapshot(),
        )
    
        // The request did not offer gzip support.
        val recordedRequest = server.takeRequest()
        assertThat(recordedRequest.headers["Accept-Encoding"]).isNull()
      }
    
      @Test
      fun asyncResponseCanBeConsumedLater() {
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Wed Apr 10 19:46:48 GMT 2024
    - 142.5K bytes
    - Viewed (0)
Back to top