Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for x202 (0.07 sec)

  1. platforms/core-runtime/launcher/src/integTest/groovy/org/gradle/launcher/daemon/DaemonInitialCommunicationFailureIntegrationSpec.groovy

    class DaemonInitialCommunicationFailureIntegrationSpec extends DaemonIntegrationSpec {
    
        @Rule TestServer server = new TestServer()
    
        @Issue("GRADLE-2444")
        @Flaky(because = "https://github.com/gradle/gradle-private/issues/4202")
        def "behaves if the registry contains connectable port without daemon on the other end"() {
            when:
            buildSucceeds()
    
            then:
            //there should be one idle daemon
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 07:46:29 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  2. src/crypto/tls/testdata/Client-TLSv12-ClientCert-RSA-RSAPKCS1v15

    00000210  47 cd 62 43 15 28 da ac  5f bb 29 07 30 ff f6 84  |G.bC.(.._.).0...|
    00000220  af c4 cf c2 ed 90 99 5f  58 cb 3b 74 16 03 03 00  |......._X.;t....|
    00000230  88 0f 00 00 84 04 01 00  80 8f 22 b5 46 ab 82 02  |..........".F...|
    00000240  f8 a8 f8 63 d9 0f eb d4  2b 8d 02 de ce 79 d5 a1  |...c....+....y..|
    00000250  20 bb 70 7a b2 36 6a b5  52 81 f5 ea f7 23 b5 41  | .pz.6j.R....#.A|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 10.1K bytes
    - Viewed (0)
  3. cluster/images/etcd/Makefile

    endif
    
    BASE.windows = mcr.microsoft.com/windows/nanoserver
    
    RUNNERIMAGE.windows?=$(BASE.windows):$(OSVERSION)
    RUNNERIMAGE.linux?=gcr.io/distroless/static:latest
    RUNNERIMAGE := ${RUNNERIMAGE.${OS}}
    
    QEMUVERSION?=5.2.0-2
    
    build:
    	# Explicitly copy files to the temp directory
    	$(BIN_INSTALL) migrate-if-needed.sh $(TEMP_DIR)
    	$(BIN_INSTALL) migrate-if-needed.bat $(TEMP_DIR)
    	install $(DOCKERFILE) $(TEMP_DIR)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 06 16:13:15 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  4. src/net/netip/netip_test.go

    		ipport   string
    		wantSize int
    	}{
    		{"1.2.3.4:51820", 4 + 2},
    		{"[fd7a:115c:a1e0:ab12:4843:cd96:626b:430b]:80", 16 + 2},
    		{"[::ffff:c000:0280]:65535", 16 + 2},
    		{"[::ffff:c000:0280%eth0]:1", 20 + 2},
    	}
    	for _, tc := range tests {
    		var ipport AddrPort
    		if len(tc.ipport) > 0 {
    			ipport = mustIPPort(tc.ipport)
    		}
    		b, err := ipport.MarshalBinary()
    		if err != nil {
    			t.Fatal(err)
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 17:10:01 UTC 2024
    - 54.3K bytes
    - Viewed (0)
  5. docs/en/docs/release-notes.md

    * 🐛 Fix docs script to generate a new translation language with `overrides` boilerplate. PR [#3202](https://github.com/tiangolo/fastapi/pull/3202) by [@tiangolo](https://github.com/tiangolo).
    * ✨ Add new Deta banner badge with new sponsorship tier 🙇. PR [#3194](https://github.com/tiangolo/fastapi/pull/3194) by [@tiangolo](https://github.com/tiangolo).
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  6. src/cmd/internal/obj/loong64/asm.go

    		return 0x209 << 15
    	case AMULD:
    		return 0x20a << 15
    	case ASUBF:
    		return 0x205 << 15
    	case ASUBD:
    		return 0x206 << 15
    	case AADDF:
    		return 0x201 << 15
    	case AADDD:
    		return 0x202 << 15
    	case ATRUNCFV:
    		return 0x46a9 << 10
    	case ATRUNCDV:
    		return 0x46aa << 10
    	case ATRUNCFW:
    		return 0x46a1 << 10
    	case ATRUNCDW:
    		return 0x46a2 << 10
    	case AMOVFV:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 02:04:54 UTC 2024
    - 61.8K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.27.md

    - Linux/arm will not ship in Kubernetes 1.27 as we are running into issues with building artifacts using golang 1.20.2 (please see issue #116492) ([#115742](https://github.com/kubernetes/kubernetes/pull/115742), [@dims](https://github.com/dims)) [SIG Architecture, Release and Testing]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
  8. pkg/apis/core/validation/validation_test.go

    				generateTestSearchPathFunc(63),
    			},
    		},
    		expectedError: false,
    	}, {
    		desc: "valid: ipv6 nameserver",
    		dnsConfig: &core.PodDNSConfig{
    			Nameservers: []string{"FE80::0202:B3FF:FE1E:8329"},
    		},
    		expectedError: false,
    	}, {
    		desc: "invalid: 4 nameservers",
    		dnsConfig: &core.PodDNSConfig{
    			Nameservers: []string{"127.0.0.1", "10.0.0.10", "8.8.8.8", "1.2.3.4"},
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
Back to top