Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for bronze (0.17 sec)

  1. pilot/pkg/networking/core/gateway_test.go

    					Spec: &networking.VirtualService{
    						Gateways: []string{"testns/passthrough-gateway"},
    						Hosts:    []string{"barone.example.com"},
    						Tls: []*networking.TLSRoute{
    							{
    								Match: []*networking.TLSMatchAttributes{
    									{
    										Port:     9443,
    										SniHosts: []string{"barone.example.com"},
    									},
    								},
    								Route: []*networking.RouteDestination{
    									{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 144K bytes
    - Viewed (0)
  2. api/maven-api-model/src/main/mdo/maven.mdo

              <version>3.0.0+</version>
              <description>The link to a URL where you can browse the mailing list archive.</description>
              <type>String</type>
            </field>
            <field>
              <name>otherArchives</name>
              <version>3.0.0+</version>
              <description>The link to alternate URLs where you can browse the list archive.</description>
              <association>
                <type>String</type>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 23 13:29:46 UTC 2024
    - 115.1K bytes
    - Viewed (0)
  3. okhttp/src/test/java/okhttp3/CallTest.kt

      }
    
      /**
       * Anonymous cipher suites were disabled in OpenJDK because they're rarely used and permit
       * man-in-the-middle attacks. https://bugs.openjdk.java.net/browse/JDK-8212823
       */
      @Test
      fun anonCipherSuiteUnsupported() {
        platform.assumeNotConscrypt()
        platform.assumeNotBouncyCastle()
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Apr 10 19:46:48 UTC 2024
    - 142.5K bytes
    - Viewed (0)
  4. src/cmd/vendor/rsc.io/markdown/emoji.go

    	"boar":                                 "\U0001f417",
    	"boat":                                 "\u26f5",
    	"bolivia":                              "\U0001f1e7\U0001f1f4",
    	"bomb":                                 "\U0001f4a3",
    	"bone":                                 "\U0001f9b4",
    	"book":                                 "\U0001f4d6",
    	"bookmark":                             "\U0001f516",
    	"bookmark_tabs":                        "\U0001f4d1",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 107.7K bytes
    - Viewed (0)
  5. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    k12.ny.us
    k12.oh.us
    k12.ok.us
    k12.or.us
    k12.pa.us
    k12.pr.us
    // k12.ri.us  Removed at request of Kim Cournoyer <******@****.***>
    k12.sc.us
    // k12.sd.us  Bug 934131 - Removed at request of James Booze <James.Booze@k12.sd.us>
    k12.tn.us
    k12.tx.us
    k12.ut.us
    k12.vi.us
    k12.vt.us
    k12.va.us
    k12.wa.us
    k12.wi.us
    // k12.wv.us  Bug 947705 - Removed at request of Verne Britton <******@****.***>
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  6. okhttp/src/test/java/okhttp3/CacheTest.kt

        assertThat(response.body.string()).isEqualTo("body")
      }
    
      /**
       * Old implementations of OkHttp's response cache wrote header fields like ":status: 200 OK". This
       * broke our cached response parser because it split on the first colon. This regression test
       * exists to help us read these old bad cache entries.
       *
       * https://github.com/square/okhttp/issues/227
       */
      @Test
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Apr 10 19:46:48 UTC 2024
    - 108.6K bytes
    - Viewed (0)
Back to top