Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 3,424 for 2047 (0.06 sec)

  1. platforms/jvm/language-java/src/integTest/groovy/org/gradle/java/compile/incremental/JavaClassChangeIncrementalCompilationIntegrationTest.groovy

            run language.compileTaskName
    
            then:
            outputs.recompiledClasses('A', 'B')
        }
    
        @Issue("https://github.com/gradle/gradle/issues/20478")
        def "can detect deletion of class used as class type parameter"() {
            //executer.requireOwnGradleUserHomeDir()  //use when debugging to bypass cache
    
            source "interface Super <T, R> { T getResult(R r); }"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 28 11:40:18 UTC 2023
    - 21.1K bytes
    - Viewed (0)
  2. platforms/native/platform-native/src/testFixtures/groovy/org/gradle/nativeplatform/fixtures/ToolChainRequirement.java

        VISUALCPP_2013_OR_NEWER,
        // Exactly Visual Studio 2015
        VISUALCPP_2015,
        // Any available Visual Studio >= 2015
        VISUALCPP_2015_OR_NEWER,
        // Exactly Visual Studio 2017
        VISUALCPP_2017,
        // Any available Visual Studio >= 2017
        VISUALCPP_2017_OR_NEWER,
        // Exactly Visual Studio 2019
        VISUALCPP_2019,
        // Any available Visual Studio >= 2019
        VISUALCPP_2019_OR_NEWER,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 2K bytes
    - Viewed (0)
  3. platforms/native/platform-native/src/test/groovy/org/gradle/nativeplatform/toolchain/internal/msvcpp/version/CommandLineToolVersionLocatorTest.groovy

                    "installationPath": "${TextUtil.escapeString(localRoot.absolutePath)}/Program Files/Microsoft Visual Studio/2017/Community",
                    "installationVersion": "15.3.26730.16",
                    "isPrerelease": false,
                    "displayName": "Visual Studio Community 2017",
                    "description": "Free, fully-featured IDE for students, open-source and individual developers",
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 9.6K bytes
    - Viewed (0)
  4. src/math/bits/make_tables.go

    // Copyright 2017 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    //go:build ignore
    
    // This program generates bits_tables.go.
    
    package main
    
    import (
    	"bytes"
    	"fmt"
    	"go/format"
    	"io"
    	"log"
    	"os"
    )
    
    var header = []byte(`// Copyright 2017 The Go Authors. All rights reserved.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:27 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  5. security/pkg/pki/util/generate_cert_test.go

    		TTL:          caCertTTL,
    		SignerCert:   nil,
    		SignerPriv:   nil,
    		Org:          "MyOrg",
    		IsCA:         true,
    		IsSelfSigned: true,
    		IsClient:     false,
    		IsServer:     true,
    		RSAKeySize:   2048,
    	}
    
    	rsaCaCertPem, rsaCaPrivPem, err := GenCertKeyFromOptions(rsaCaCertOptions)
    	if err != nil {
    		t.Fatal(err)
    	}
    
    	// Options to generate a CA cert with EC.
    	ecCaCertOptions := CertOptions{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Nov 06 12:48:53 UTC 2023
    - 29.4K bytes
    - Viewed (0)
  6. test/fixedbugs/issue19507.go

    // builddir
    
    //go:build arm
    
    // Copyright 2017 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:25 UTC 2023
    - 205 bytes
    - Viewed (0)
  7. src/cmd/cgo/internal/testplugin/testdata/issue19418/plugin.go

    // Copyright 2017 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package main
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 12 11:59:56 UTC 2023
    - 196 bytes
    - Viewed (0)
  8. src/cmd/cgo/internal/testplugin/testdata/issue19534/plugin.go

    // Copyright 2017 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package main
    
    func Foo() int {
    	return 42
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 12 11:59:56 UTC 2023
    - 204 bytes
    - Viewed (0)
  9. test/fixedbugs/issue19261.go

    // errorcheckdir -0 -m
    
    //go:build !goexperiment.newinliner
    
    // Copyright 2017 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:25 UTC 2023
    - 237 bytes
    - Viewed (0)
  10. test/fixedbugs/issue22962.dir/b.go

    // Copyright 2017 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package b
    
    import "./a"
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 24 02:14:15 UTC 2022
    - 210 bytes
    - Viewed (0)
Back to top