Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for 21 (0.18 sec)

  1. internal/s3select/csv/testdata/testdata.zip

    -24 00:27:53,2014-03-24 00:31:52,N,1,-73.8636474609375,40.749835968017578,-73.878562927246094,40.750469207763672,1,0.82,5,0.5,0.5,0,0,,,6,2,1,173,129,green,0.00,0.0,0.0,35,21,6.71,1281,407,4,Queens,040700,4040700,E,QN26,North Corona,4102,618,277,4,Queens,027700,4027700,E,QN28,Jackson Heights,4102^3389267,2,2014-03-28 19:52:21,2014-03-28 20:02:14,N,1,-73.865402221679688,40.752956390380859,-73.860565185546875,40.738231658935547,1,1.64,8,1,0.5,0,0,,,9.5,2,1,173,56,green,0.04,0.0,0.0,62,37,5.37,1281...
    ZIP Archive
    - Registered: Sun Apr 21 19:28:08 GMT 2024
    - Last Modified: Tue Jun 01 21:59:40 GMT 2021
    - 111.6K bytes
    - Viewed (0)
  2. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // cars : 2014-11-13 XYZ.COM LLC
    cars
    
    // casa : 2013-11-21 Registry Services, LLC
    casa
    
    // case : 2015-09-03 Digity, LLC
    case
    
    // cash : 2014-03-06 Binky Moon, LLC
    cash
    
    // casino : 2014-12-18 Binky Moon, LLC
    casino
    
    // catering : 2013-12-05 Binky Moon, LLC
    catering
    
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 240.3K bytes
    - Viewed (3)
  3. okhttp/src/test/java/okhttp3/CallTest.kt

        assertFailsWith<IOException> {
          client.newCall(Request.Builder().url(server.url("/0")).build()).execute()
        }.also { expected ->
          assertThat(expected.message).isEqualTo("Too many follow-up requests: 21")
        }
      }
    
      /**
       * We had a bug where we were passing a null route to the authenticator.
       * https://github.com/square/okhttp/issues/3809
       */
      @Test
      fun authenticateWithNoConnection() {
    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)
  4. okhttp/src/test/java/okhttp3/URLConnectionTest.kt

          )
        }
        assertFailsWith<ProtocolException> {
          getResponse(newRequest("/0"))
        }.also { expected ->
          assertThat(expected.message).isEqualTo(
            "Too many follow-up requests: 21",
          )
        }
      }
    
      @Test
      fun httpsWithCustomTrustManager() {
        val hostnameVerifier = RecordingHostnameVerifier()
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sat Jan 20 10:30:28 GMT 2024
    - 131.7K bytes
    - Viewed (0)
  5. okhttp/src/test/java/okhttp3/CacheTest.kt

        )
        val bodySource = get(server.url("/")).body.source()
        assertThat(bodySource.readUtf8Line()).isEqualTo("ABCDE")
        bodySource.use {
          assertFailsWith<IOException> {
            bodySource.readUtf8(21)
          }
        }
        assertThat(cache.writeAbortCount()).isEqualTo(1)
        assertThat(cache.writeSuccessCount()).isEqualTo(0)
        val response = get(server.url("/"))
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Wed Apr 10 19:46:48 GMT 2024
    - 108.6K bytes
    - Viewed (0)
  6. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    internal usage only, not to be configured by users. autoscalingv2API: true meshConfig: enablePrometheusMerg: true # The trust domain corresponds to the trust root of a system # Refer to https://github.com/spiffe/spiffe/blob/master/standards/SPIFFE-ID.md#21-trust-domain trustDomain: "cluster.local" defaultConfig: proxyMetadata: {} tracing: # tlsSettings: # mode: DISABLE # DISABLE, SIMPLE, MUTUAL, ISTIO_MUTUAL # clientCertificate: # example: /etc/istio/tracer/cert-chain.pem # privateKey: # example: /et...
    Others
    - Registered: Wed Mar 20 22:53:08 GMT 2024
    - Last Modified: Wed Jan 10 05:10:03 GMT 2024
    - 198.1K bytes
    - Viewed (1)
Back to top