Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 508 for easing (0.28 sec)

  1. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r25/ProgressCrossVersionSpec.groovy

    class ProgressCrossVersionSpec extends ToolingApiSpecification implements WithOldConfigurationsSupport {
    
        def "receive progress events when requesting a model"() {
            given:
            goodCode()
    
            when: "asking for a model and specifying some task(s) to run first"
            def events = ProgressEvents.create()
            withConnection {
                ProjectConnection connection ->
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 4.3K bytes
    - Viewed (0)
  2. test/fixedbugs/issue26043.go

    // Copyright 2018 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.
    
    // This program results in a loop inferred to increment
    // j by 0, causing bounds check elimination to attempt
    // something%0, which panics (in the bug).
    
    package q
    
    func f() {
    	var s1 string
    	var b bool
    	if b {
    		b = !b
    		s1 += "a"
    	}
    
    	var s2 string
    	var i, j int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 25 20:36:42 UTC 2018
    - 543 bytes
    - Viewed (0)
  3. subprojects/core-api/src/main/java/org/gradle/api/component/ConfigurationVariantDetails.java

         * nothing is said, Gradle will publish all dependencies from this
         * configuration to the <i>compile</i> scope. It is preferable to give
         * a mapping in order for consumers to get the right dependencies when
         * asking for the API or the runtime of a component published as a POM
         * file only.
         *
         * Note that Gradle will write Maven scopes in the following order:
         *
         * <ul>
         *     <li>compile dependencies</li>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jan 17 15:43:27 UTC 2023
    - 2.6K bytes
    - Viewed (0)
  4. subprojects/core/src/test/groovy/org/gradle/api/internal/project/NewDefaultProjectTest.groovy

            aTasks*.path == [":a:bar"]
        }
    
        def "does not allow asking for tasks using empty name"() {
            when: project.getTasksByName('', true)
            then: thrown(InvalidUserDataException)
    
            when: project.getTasksByName(null, true)
            then: thrown(InvalidUserDataException)
        }
    
        def "allows asking for unknown tasks"() {
            project.task "bar"
    
            expect:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 10 18:03:55 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  5. .teamcity/src/main/kotlin/util/WarmupEc2Agent.kt

        vcs.useAbsoluteVcs(VersionedSettingsBranch.fromDslContext().vcsRootId())
    
        features {
            freeDiskSpace {
                // Lower the limit such that the agent work directories aren't cleaned during the AMI baking process
                requiredSpace = "100mb"
            }
        }
    
        params {
            param("defaultBranchName", "master")
            param("env.JAVA_HOME", javaHome(BuildToolBuildJvm, Os.LINUX))
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Dec 05 00:08:14 UTC 2023
    - 1.2K bytes
    - Viewed (0)
  6. releasenotes/notes/dns-round-robin.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: networking
    issue: [31064]
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 25 21:05:17 UTC 2021
    - 188 bytes
    - Viewed (0)
  7. releasenotes/notes/alt-stat-name.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: traffic-management
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 20 10:09:31 UTC 2024
    - 184 bytes
    - Viewed (0)
  8. releasenotes/notes/cds-nack-passthrough.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: traffic-management
    issue:
    - 39736
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jul 05 14:55:28 UTC 2022
    - 224 bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/server/deprecated_insecure_serving.go

    	}, nil
    }
    
    // InsecureSuperuser implements authenticator.Request to always return a superuser.
    // This is functionally equivalent to skipping authentication and authorization,
    // but allows apiserver code to stop special-casing a nil user to skip authorization checks.
    type InsecureSuperuser struct{}
    
    func (InsecureSuperuser) AuthenticateRequest(req *http.Request) (*authenticator.Response, bool, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 27 15:58:45 UTC 2021
    - 3.2K bytes
    - Viewed (0)
  10. releasenotes/notes/ingress-name-conflict.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: traffic-management
    issue:
    - 31833
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Sep 28 14:52:34 UTC 2021
    - 211 bytes
    - Viewed (0)
Back to top