Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 37 for doGenerate (0.93 sec)

  1. platforms/software/plugins-version-catalog/src/main/java/org/gradle/api/plugins/catalog/internal/TomlFileGenerator.java

            File outputDir = outputFile.getParentFile();
            if (outputDir.exists() || outputFile.mkdirs()) {
                doGenerate(model, outputFile);
            } else {
                throw new GradleException("Unable to generate TOML dependencies file into " + outputDir);
            }
        }
    
        private void doGenerate(DefaultVersionCatalog model, File outputFile) throws FileNotFoundException, UnsupportedEncodingException {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Oct 16 12:28:14 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  2. platforms/software/ivy/src/main/java/org/gradle/api/publish/ivy/tasks/GenerateIvyDescriptor.java

         * @param destination The file the descriptor will be written to.
         */
        public void setDestination(Object destination) {
            this.destination = destination;
        }
    
        @TaskAction
        public void doGenerate() {
             ivyDescriptorSpec.get().writeTo(getDestination());
        }
    
        IvyDescriptorFileGenerator.DescriptorFileSpec computeIvyDescriptorFileSpec() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 4.2K bytes
    - Viewed (0)
  3. platforms/software/maven/src/main/java/org/gradle/api/publish/maven/tasks/GenerateMavenPom.java

         * @param destination The file the descriptor will be written to.
         */
        public void setDestination(Object destination) {
            this.destination = destination;
        }
    
        @TaskAction
        public void doGenerate() {
            mavenPomSpec.get().writeTo(getDestination());
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 4.7K bytes
    - Viewed (0)
  4. src/cmd/go/testdata/script/mod_retract_rationale.txt

    go list -m -retracted -f '{{range .Retracted}}{{.}},{{end}}' example.com/retract/rationale@v1.0.0-order
    stdout '^degenerate range,single version,$'
    go list -m -retracted -f '{{range .Retracted}}{{.}},{{end}}' example.com/retract/rationale@v1.0.1-order
    stdout '^single version,degenerate range,$'
    
    # 'go get' will only report the first retraction to avoid being too verbose.
    go get example.com/retract/rationale@v1.0.0-order
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 28 17:19:14 UTC 2021
    - 3.2K bytes
    - Viewed (0)
  5. src/compress/flate/flate_test.go

    			"0000000000000000000000000008",
    		"fail",
    	}, {
    		"complete HCLenTree, empty HLitTree, degenerate HDistTree",
    		"05e0010400000000100400000000000000000000000000000000000000000000" +
    			"0000000000000000000800000008",
    		"fail",
    	}, {
    		"complete HCLenTree, degenerate HLitTree, degenerate HDistTree, use missing HLit symbol",
    		"05e0010400000000100000000000000000000000000000000000000000000000" +
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 20 18:41:18 UTC 2020
    - 11K bytes
    - Viewed (1)
  6. src/cmd/go/testdata/mod/example.com_retract_rationale_v1.9.0.txt

    // block comment
    retract (
    	v1.0.0-block
    
    	// inner comment
    	v1.0.0-blockwithcomment
    )
    
    retract (
    	[v1.0.0-order, v1.0.0-order] // degenerate range
    	v1.0.0-order // single version
    
    	v1.0.1-order // single version
    	[v1.0.1-order, v1.0.1-order] // degenerate range
    )
    -- .info --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 26 21:17:11 UTC 2020
    - 1.2K bytes
    - Viewed (0)
  7. test/fixedbugs/issue45948.go

    // compile -N
    
    // Copyright 2021 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.
    
    // Issue 45948: assert in debug generation for degenerate
    // function with infinite loop.
    
    package p
    
    func f(p int) {
    L:
    	goto L
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 05 01:47:58 UTC 2021
    - 307 bytes
    - Viewed (0)
  8. src/cmd/go/internal/web/url.go

    	if vol := filepath.VolumeName(path); vol != "" {
    		if strings.HasPrefix(vol, `\\`) {
    			path = filepath.ToSlash(path[2:])
    			i := strings.IndexByte(path, '/')
    
    			if i < 0 {
    				// A degenerate case.
    				// \\host.example.com (without a share name)
    				// becomes
    				// file://host.example.com/
    				return &url.URL{
    					Scheme: "file",
    					Host:   path,
    					Path:   "/",
    				}, nil
    			}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 13:43:51 UTC 2019
    - 2K bytes
    - Viewed (0)
  9. android/guava-tests/test/com/google/common/util/concurrent/AbstractFutureFallbackAtomicHelperTest.java

     *
     * To force selection of our fallback strategies we load {@link AbstractFuture} (and all of {@code
     * com.google.common.util.concurrent}) in degenerate class loaders which make certain platform
     * classes unavailable. Then we construct a test suite so we can run the normal AbstractFutureTest
     * test methods in these degenerate classloaders.
     */
    
    public class AbstractFutureFallbackAtomicHelperTest extends TestCase {
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Jun 07 22:25:23 UTC 2024
    - 6.3K bytes
    - Viewed (0)
  10. guava-tests/test/com/google/common/util/concurrent/AggregateFutureStateFallbackAtomicHelperTest.java

     * To force selection of our fallback strategies we load {@link AggregateFutureState} (and all of
     * {@code com.google.common.util.concurrent}) in degenerate class loaders which make certain
     * platform classes unavailable. Then we construct a test suite so we can run the normal FuturesTest
     * test methods in these degenerate classloaders.
     */
    
    public class AggregateFutureStateFallbackAtomicHelperTest extends TestCase {
    
      /**
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 10 19:45:10 UTC 2022
    - 5.9K bytes
    - Viewed (0)
Back to top