Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 240 for unpacked (0.18 sec)

  1. subprojects/core/src/main/java/org/gradle/api/internal/tasks/properties/InputParameterUtils.java

            Object unpacked = DeferredUtil.unpackOrNull(value);
            return finalizeValue(unpacked);
        }
    
        @Nullable
        private static Object finalizeValue(@Nullable Object unpacked) {
            if (unpacked instanceof GString) {
                return unpacked.toString();
            }
            return unpacked;
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Sep 14 08:05:31 UTC 2022
    - 1.6K bytes
    - Viewed (0)
  2. subprojects/core/src/integTest/groovy/org/gradle/api/file/ArchiveOperationsIntegrationTest.groovy

                    inputFile.set(createArchive.flatMap { it.outputFile })
                    outputFile.set(layout.buildDirectory.file("unpacked/file.txt"))
                }
            """
    
            when:
            run "myTask"
    
            then:
            file("build/unpacked/file.txt").isFile()
    
            where:
            archiveType << ['gzip', 'bzip2']
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 04 22:26:51 UTC 2021
    - 8.1K bytes
    - Viewed (0)
  3. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/ArchiveTaskPermissionsIntegrationTest.groovy

            and:
            buildFile << """
                task unpack(type: Copy) {
                    from $treeMethod("$archName")
                    into 'unpacked'
                }
                """
    
            when:
            run "unpack"
            and:
            then:
            file("unpacked/testdir").mode == 0753
            file("unpacked/testdir/reference.txt").mode == 0762
            where:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 11 06:18:03 UTC 2023
    - 5.9K bytes
    - Viewed (0)
  4. platforms/core-configuration/configuration-cache/src/main/kotlin/org/gradle/internal/cc/impl/models/DefaultToolingModelParameterCarrierFactory.kt

                return viewBuilder.build(parameter)!!
            }
    
            override fun getHash(): HashCode {
                val unpacked = ToolingParameterProxy.unpackProperties(parameter)
                return Hashing.hashHashable(valueSnapshotter.snapshot(unpacked))
            }
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  5. platforms/core-configuration/model-core/src/test/groovy/org/gradle/api/internal/provider/WithSideEffectProviderTest.groovy

            when:
            provider.calculateValue(ValueSupplier.ValueConsumer.IgnoreUnsafeRead)
            provider.calculateExecutionTimeValue()
    
            then:
            0 * _ // no side effects when values are not unpacked
    
            when:
            counter.set(23)
            def unpackedValue = getter(provider, method, 88)
            then:
            unpackedValue == 23
            1 * sideEffect.execute(23)
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 26 06:53:07 UTC 2023
    - 10.2K bytes
    - Viewed (0)
  6. misc/chrome/gophertool/README.txt

    To install:
    
    1) chrome://extensions/
    2) click "[+] Developer Mode" in top right
    3) "Load unpacked extension..."
    4) pick $GOROOT/misc/chrome/gophertool
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 23 21:27:51 UTC 2011
    - 194 bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/transforms/decompose_resource_ops.cc

        RankedTensorType word_type = RankedTensorType::get({}, state_element_type);
        auto unpacked = rewriter.create<UnpackOp>(
            loc, SmallVector<Type, 4>(state_size, word_type), state, 0);
        Value key = unpacked.getResult(counter_size);
    
        SmallVector<Value, 4> counter;
        for (int i = 0; i < counter_size; ++i) {
          counter.push_back(unpacked.getResult(i));
        }
    
        // Set the increment to 256 * delta.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Nov 03 12:35:38 UTC 2022
    - 8.1K bytes
    - Viewed (0)
  8. test/fixedbugs/issue9634.go

    // errorcheck
    
    // Copyright 2015 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 9634: Structs are incorrectly unpacked when passed as an argument
    // to append.
    
    package main
    
    func main() {
    	s := struct{
    		t []int
    		u int
    	}{}
    	_ = append(s, 0) // ERROR "must be a slice|must be slice|not a slice"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 04 21:22:23 UTC 2020
    - 403 bytes
    - Viewed (0)
  9. platforms/jvm/toolchains-jvm-shared/src/main/java/org/gradle/jvm/toolchain/internal/install/DefaultJdkCacheDirectory.java

        }
    
        /**
         * Unpacks and installs the given JDK archive. Returns a file pointing to the java home directory.
         */
        public File provisionFromArchive(JavaToolchainSpec spec, File jdkArchive, URI uri) throws IOException {
            // Unpack into temporary directory (but on same file system as our target directory location)
            File unpackFolder = unpack(jdkArchive);
            try {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 23:47:49 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  10. src/cmd/go/testdata/vcstest/svn/hello.txt

    </msg>
    </logentry>
    </log>
    -- conf/authz --
    -- conf/passwd --
    -- conf/svnserve.conf --
    -- db/current --
    0
    -- db/format --
    6
    layout sharded 1000
    -- db/fs-type --
    fsfs
    -- db/fsfs.conf --
    -- db/min-unpacked-rev --
    0
    -- db/revprops/0/0 --
    K 8
    svn:date
    V 27
    2017-09-22T01:11:53.895835Z
    END
    -- db/revs/0/0 --
    PLAIN
    END
    ENDREP
    id: 0.0.r0/17
    type: dir
    count: 0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 08 19:37:03 UTC 2022
    - 1.3K bytes
    - Viewed (0)
Back to top