Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 194 for Percent (0.32 sec)

  1. platforms/core-execution/persistent-cache/src/main/java/org/gradle/cache/FileLock.java

     * limitations under the License.
     */
    package org.gradle.cache;
    
    import java.io.Closeable;
    import java.io.File;
    
    public interface FileLock extends Closeable, FileAccess {
        /**
         * Returns true if the most recent mutation method ({@link #updateFile(Runnable)} or {@link #writeFile(Runnable)} attempted by any process succeeded
         * (ie a process did not crash while updating the target file).
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:08:47 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  2. platforms/native/language-native/src/integTest/groovy/org/gradle/language/objectivecpp/ObjectiveCppUnsupportedIntegrationTest.groovy

        def helloWorldApp = new ObjectiveCppHelloWorldApp()
    
        def "setup"() {
            buildFile << helloWorldApp.pluginScript
            buildFile << helloWorldApp.extraConfiguration
        }
    
        def "fails with decent error message with visual studio toolchain"() {
            given:
            buildFile << """
    model {
        components {
            main(NativeExecutableSpec)
        }
    }
            """
    
            and:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  3. src/cmd/go/testdata/script/mod_list_pseudo.txt

    stdout '^github.com/dmitshur-test/modtest5 v0.5.0-alpha 2019-06-18$'
    
    # If the module proxy contains only pseudo-versions, 'latest' should stat
    # the version with the most recent timestamp — not the highest semantic
    # version — and return its metadata.
    env GOPROXY=file:///$WORK/tinyproxy
    go list -m -f '{{.Path}} {{.Version}} {{.Time.Format "2006-01-02"}}' dmitri.shuralyov.com/test/modtest3@latest
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 26 21:17:01 UTC 2020
    - 1.7K bytes
    - Viewed (0)
  4. platforms/native/language-native/src/integTest/groovy/org/gradle/language/objectivec/ObjectiveCUnsupportedIntegrationTest.groovy

        def helloWorldApp = new ObjectiveCHelloWorldApp()
    
        def "setup"() {
            buildFile << helloWorldApp.pluginScript
            buildFile << helloWorldApp.extraConfiguration
        }
    
        def "fails with decent error message with visual studio toolchain"() {
            given:
            buildFile << """
    model {
        components {
            main(NativeExecutableSpec)
        }
    }
            """
    
            and:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/options.go

    	if !o.TrackUnknownFieldPaths {
    		return
    	}
    	if len(o.ParentPath) > 0 {
    		o.ParentPath = append(o.ParentPath, ".")
    	}
    	o.ParentPath = append(o.ParentPath, key)
    }
    
    // AppendIndex adds an index to the most recent field of
    // the current parent path, if TrackUnknownFieldPaths is true.
    func (o *UnknownFieldPathOptions) AppendIndex(index int) {
    	if !o.TrackUnknownFieldPaths {
    		return
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jul 18 14:55:12 UTC 2022
    - 2K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/optimizing-performance/isolated_projects.adoc

    == How do I use it?
    
    To use isolated projects, you will need Gradle 8.5 or later and preferably a recent nightly.
    You should also use the most recent version of IDEA or Android Studio.
    
    The feature is off by default.
    You can enable it by setting the `org.gradle.unsafe.isolated-projects` system property to `true`.
    For example:
    
    ----
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 01 13:53:18 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  7. src/cmd/go/testdata/script/mod_get_pseudo_other_branch.txt

    # tag that appears in any commit that is a (transitive) parent of the commit
    # supplied to 'go get', regardless of branches
    
    [short] skip
    [!git] skip
    
    # For this test repository:
    #  tag v0.2.1 is most recent tag on master itself
    #  tag v0.2.2 is on branch2, which was then merged to master
    #  master is a merge commit with both tags as parents
    #
    # The pseudo-version hence sorts immediately after v0.2.2 rather
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 24 15:54:04 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  8. platforms/core-configuration/kotlin-dsl/src/test/kotlin/org/gradle/kotlin/dsl/resolver/ConcurrentGroupingQueueTest.kt

    import java.util.concurrent.CountDownLatch
    import java.util.concurrent.TimeUnit
    
    import kotlin.concurrent.thread
    
    
    class ConcurrentGroupingQueueTest {
    
        @Test
        fun `groups similar requests ordered by most recent`() {
    
            val requestsInGroup1 = (0..1).map { Request(1, it) }
            val requestsInGroup2 = (0..1).map { Request(2, it) }
    
            val subject = ConcurrentGroupingQueue<Request> { group == it.group }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  9. src/crypto/internal/nistec/fiat/README

    The code in this package was autogenerated by the fiat-crypto project
    at version v0.0.9 from a formally verified model, and by the addchain
    project at a recent tip version.
    
        docker build -t fiat-crypto:v0.0.9 .
        go install github.com/mmcloughlin/addchain/cmd/addchain@v0.3.1-0.20211027081849-6a7d3decbe08
        ../../../../../bin/go run generate.go
    
    fiat-crypto code comes under the following license.
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 05 21:53:03 UTC 2022
    - 1.6K bytes
    - Viewed (0)
  10. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/notations/ProjectDependencyFactoryTest.groovy

            projectDependency.getDependencyProject() == projectDummy
            projectDependency.targetConfiguration == "compile"
            projectDependency.isTransitive() == expectedTransitive
        }
    
        def "fails with decent message if provided map is invalid"() {
            given:
            projectFinder.getProject(':foo:bar') >> projectDummy
    
            when:
            factory.createFromMap(projectFinder, GUtil.map("paths", ":foo:bar"));
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 15 16:36:23 UTC 2023
    - 2.7K bytes
    - Viewed (0)
Back to top