Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 17 for 19041 (0.04 sec)

  1. ci/devinfra/docker_windows/Dockerfile

            "--add", "Microsoft.VisualStudio.Workload.VCTools", \
            "--add", "Microsoft.VisualStudio.Component.VC.Tools.x86.x64", \
            "--add", "Microsoft.VisualStudio.Component.Windows10SDK.19041" -Wait; \
        Start-Process -FilePath C:/TEMP/vs_buildtools.exe -ArgumentList "--installPath", "C:/VS", \
            "--quiet", "--wait", "--nocache", "--includeOptional", \
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Aug 18 17:24:20 UTC 2023
    - 13.6K bytes
    - Viewed (0)
  2. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheDevelocityPluginIntegrationTest.groovy

                }
            '''
    
            buildFile '''
                plugins { id("java") }
            '''
        }
    
        @NotYetImplemented
        @Issue("https://github.com/gradle/gradle/issues/19047")
        def "problem is reported for Kotlin lambda expression with develocity plugin"() {
            given:
            createDir('dv-conventions') {
                file('src/main/kotlin/my/DvConventionsPlugin.kt') << """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  3. buildscripts/verify-build.sh

    	export MINIO_ROOT_PASSWORD=$SECRET_KEY
    	export MINIO_ENDPOINTS="http://[::1]:9000${WORK_DIR}/pool-disk-sets-ipv6{1...4} http://[::1]:9001${WORK_DIR}/pool-disk-sets-ipv6{5...8}"
    	"${MINIO[@]}" server --address="[::1]:9000" >"$WORK_DIR/pool-minio-ipv6-9000.log" 2>&1 &
    	"${MINIO[@]}" server --address="[::1]:9001" >"$WORK_DIR/pool-minio-ipv6-9001.log" 2>&1 &
    
    	"${WORK_DIR}/mc" ready verify_ipv6
    }
    
    function start_minio_dist_erasure() {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 19:28:51 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  4. src/go/version/version_test.go

    	{"go1.19", "go1.19.1", -1},
    	{"go1.19rc1", "go1.19", -1},
    	{"go1.19rc1", "go1.19", -1},
    	{"go1.19rc1", "go1.19.1", -1},
    	{"go1.19rc1", "go1.19rc2", -1},
    	{"go1.19.0", "go1.19.1", -1},
    	{"go1.19rc1", "go1.19.0", -1},
    	{"go1.19alpha3", "go1.19beta2", -1},
    	{"go1.19beta2", "go1.19rc1", -1},
    	{"go1.1", "go1.99999999999999998", -1},
    	{"go1.99999999999999998", "go1.99999999999999999", -1},
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 31 19:56:48 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  5. src/os/readfrom_linux_test.go

    	// If we had a limit, check that it was updated.
    	if lr != nil {
    		if want := limit - n; lr.N != want {
    			t.Fatalf("didn't update limit correctly: got %d, want %d", lr.N, want)
    		}
    	}
    }
    
    // Issue #59041.
    func testSpliceToTTY(t *testing.T, proto string, size int64) {
    	var wg sync.WaitGroup
    
    	// Call wg.Wait as the final deferred function,
    	// because the goroutines may block until some of
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 21:49:26 UTC 2024
    - 20.3K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/inline/inlheur/testdata/props/acrosscall.go

    // See cmd/compile/internal/inline/inlheur/testdata/props/README.txt
    // for more information on the format of this file.
    // <endfilepreamble>
    package params
    
    // acrosscall.go T_feeds_indirect_call_via_call_toplevel 19 0 1
    // ParamFlags
    //   0 ParamFeedsIndirectCall
    // <endpropsdump>
    // {"Flags":0,"ParamFlags":[8],"ResultFlags":null}
    // callsite: acrosscall.go:20:12|0 flagstr "" flagval 0 score 60 mask 0 maskstr ""
    // <endcallsites>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 16 20:15:25 UTC 2023
    - 5.3K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/inline/inlheur/testdata/props/calls.go

    // See cmd/compile/internal/inline/inlheur/testdata/props/README.txt
    // for more information on the format of this file.
    // <endfilepreamble>
    package calls
    
    import "os"
    
    // calls.go T_call_in_panic_arg 19 0 1
    // <endpropsdump>
    // {"Flags":0,"ParamFlags":[0],"ResultFlags":null}
    // callsite: calls.go:21:15|0 flagstr "CallSiteOnPanicPath" flagval 2 score 42 mask 1 maskstr "panicPathAdj"
    // <endcallsites>
    // <endfuncpreamble>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 16 20:15:25 UTC 2023
    - 7.1K bytes
    - Viewed (0)
  8. testing/smoke-test/src/smokeTest/groovy/org/gradle/smoketests/AbstractSmokeTest.groovy

            // https://plugins.gradle.org/plugin/com.netflix.nebula.plugin-plugin
            static nebulaPluginPlugin = "20.11.0"
    
            // https://plugins.gradle.org/plugin/com.netflix.nebula.lint
            static nebulaLint = "19.0.1"
    
            // https://plugins.gradle.org/plugin/org.jetbrains.gradle.plugin.idea-ext
            static ideaExt = "1.1.8"
    
            // https://plugins.gradle.org/plugin/com.netflix.nebula.dependency-lock
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 08:14:32 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_zos_s390x.go

    	SYS___FMTMSG_A                      = 0x76C // 1900
    	SYS___INITGROUPS_A                  = 0x76D // 1901
    	SYS_____LOGIN_A                     = 0x76E // 1902
    	SYS___MSGRCV_A                      = 0x76F // 1903
    	SYS___MSGSND_A                      = 0x770 // 1904
    	SYS___MSGXRCV_A                     = 0x771 // 1905
    	SYS___NFTW_A                        = 0x772 // 1906
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 146.6K bytes
    - Viewed (0)
  10. pkg/proxy/nftables/proxier_test.go

    	populateEndpointSlices(fp,
    		makeTestEndpointSlice("ns4", "svc4", 1, func(eps *discovery.EndpointSlice) {
    			eps.AddressType = discovery.AddressTypeIPv4
    			eps.Endpoints = []discovery.Endpoint{{
    				Addresses: []string{"10.0.4.1"},
    			}}
    			eps.Ports = []discovery.EndpointPort{{
    				Name:     ptr.To("p80"),
    				Port:     ptr.To[int32](80),
    				Protocol: ptr.To(v1.ProtocolTCP),
    			}}
    		}),
    	)
    	fp.syncProxyRules()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 173.5K bytes
    - Viewed (0)
Back to top