Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for abcdg (0.49 sec)

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

        val response =
          MockResponse.Builder()
            .chunkedBody("ABCDE\nFGHIJ\nKLMNO\nPQR", 8)
            .build()
        server.enqueue(response)
        server.enqueue(response)
        val request = newRequest("/")
        val c1 = getResponse(request)
        assertContent("ABCDE", c1, 5)
        val c2 = getResponse(request)
        assertContent("ABCDE", c2, 5)
        c1.close()
        c2.close()
      }
    
      @Test
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Jan 20 10:30:28 UTC 2024
    - 131.7K bytes
    - Viewed (0)
  2. okhttp/src/test/java/okhttp3/CacheTest.kt

        transferKind.setBody(mockResponse, "ABCDE\nFGHIJKLMNOPQRSTUVWXYZ", 16)
        server.enqueue(truncateViolently(mockResponse, 16).build())
        server.enqueue(
          MockResponse.Builder()
            .body("Request #2")
            .build(),
        )
        val bodySource = get(server.url("/")).body.source()
        assertThat(bodySource.readUtf8Line()).isEqualTo("ABCDE")
        bodySource.use {
          assertFailsWith<IOException> {
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Apr 10 19:46:48 UTC 2024
    - 108.6K bytes
    - Viewed (0)
  3. cmd/object-handlers_test.go

    		// Creating sequence of parts for same uploadID.
    		{bucketName, objectName, uploadIDs[0], 1, "abcd", "e2fc714c4727ee9395f324cd2e7f331f", int64(len("abcd"))},
    		{bucketName, objectName, uploadIDs[0], 2, "efgh", "1f7690ebdd9b4caf8fab49ca1757bf27", int64(len("efgh"))},
    		{bucketName, objectName, uploadIDs[0], 3, "ijkl", "09a0877d04abf8759f99adec02baf579", int64(len("abcd"))},
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:50:49 UTC 2024
    - 161.9K bytes
    - Viewed (0)
  4. src/crypto/sha512/sha512_test.go

    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 03 21:17:08 UTC 2023
    - 105.6K bytes
    - Viewed (0)
  5. pkg/proxy/nftables/proxier_test.go

    					Namespace: "testing",
    					Name:      "service",
    				},
    				Port: "http",
    			},
    			protocol: "tcp",
    			endpoint: "[fd80:abcd:12::a1b2:c3d4:e5f6:9999]:80",
    			expected: "U7E2ET36-testing/service/tcp/http__fd80.abcd.12..a1b2.c3d4.e5f6.9999/80",
    		},
    		{
    			name: "max length without truncation",
    			spn: proxy.ServicePortName{
    				NamespacedName: types.NamespacedName{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 173.5K bytes
    - Viewed (0)
  6. src/cmd/vendor/rsc.io/markdown/emoji.go

    	"a":                                    "\U0001f170\ufe0f",
    	"ab":                                   "\U0001f18e",
    	"abacus":                               "\U0001f9ee",
    	"abc":                                  "\U0001f524",
    	"abcd":                                 "\U0001f521",
    	"accept":                               "\U0001f251",
    	"accordion":                            "\U0001fa97",
    	"adhesive_bandage":                     "\U0001fa79",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 107.7K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/quantization/tensorflow/python/integration_test/quantize_model_test.py

      # Currently, only some specific forms of equantions are supported for
      # batchmatmul conversion.
      @parameterized.parameters(
          testing.parameter_combinations([{
              'equation': ('abc,cd->abd', 'abcd,cde->abe'),
              'shape_unknown': (True, False),
              'activation_fn': (None, nn_ops.relu, nn_ops.relu6),
              'has_bias': (True, False),
              'use_kernel': (True, False),
          }])
      )
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 235.6K bytes
    - Viewed (0)
  8. pkg/config/validation/validation_test.go

    				Destination: &networking.Destination{Host: "foo.baz"},
    				Headers: &networking.Headers{
    					Response: &networking.Headers_HeaderOperations{
    						Set: map[string]string{
    							"name": "abcd%oijasodifj",
    						},
    					},
    				},
    			}},
    		}, valid: false},
    		{name: "envoy escaped % add", route: &networking.HTTPRoute{
    			Route: []*networking.HTTPRouteDestination{{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 03:11:45 UTC 2024
    - 196K bytes
    - Viewed (0)
  9. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    Figure. To recommend therefore the consideration of these reflecting Glasses to such Artists as are curious in figuring Glasses, I shall describe this optical Instrument in the following Proposition. _PROP._ VIII. PROB. II. _To shorten Telescopes._ Let ABCD [in _Fig._ 29.] represent a Glass spherically concave on the foreside AB, and as much convex on the backside CD, so that it be every where of an equal thickness. Let it not be thicker on one side than on the other, lest it make Objects appear colour'd...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
Back to top