Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 9,026 for gives (0.06 sec)

  1. staging/src/k8s.io/apiserver/pkg/apis/cel/config.go

    const (
    	// PerCallLimit specify the actual cost limit per CEL validation call
    	// current PerCallLimit gives roughly 0.1 second for each expression validation call
    	PerCallLimit = 1000000
    
    	// RuntimeCELCostBudget is the overall cost budget for runtime CEL validation cost per ValidatingAdmissionPolicyBinding or CustomResource
    	// current RuntimeCELCostBudget gives roughly 1 seconds for the validation
    	RuntimeCELCostBudget = 10000000
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 15 03:28:26 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  2. platforms/ide/ide/src/main/java/org/gradle/plugins/ide/api/FileContentMerger.java

        }
    
    
        /**
         * Adds an action to be called after content is loaded from existing file but before gradle build information is merged.
         * <p>
         * This is advanced api that gives access to internal implementation.
         * It might be useful if you want to alter the way gradle build information is merged into existing file content.
         * <p>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 4.2K bytes
    - Viewed (0)
  3. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r16/CustomToolingModelCrossVersionSpec.groovy

            model.thingsByName.thing instanceof CustomModel.Thing
        }
    
        @Ignore("work in progress")
        def "gives reasonable error message when model build fails"() {
            expect: false
        }
    
        @Ignore("work in progress")
        def "gives reasonable error message when model cannot be transported to consumer"() {
            expect: false
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  4. src/time/example_test.go

    	//
    	// Basic full date  "Mon Jan 2 15:04:05 MST 2006" gives "Wed Feb 25 11:06:39 PST 2015"
    	// Basic short date "2006/01/02" gives "2015/02/25"
    	// AM/PM            "3PM==3pm==15h" gives "11AM==11am==11h"
    	// No fraction      "Mon Jan _2 15:04:05 MST 2006" gives "Wed Feb 25 11:06:39 PST 2015"
    	// 0s for fraction  "15:04:05.00000" gives "11:06:39.12340"
    	// 9s for fraction  "15:04:05.99999999" gives "11:06:39.1234"
    
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 13 01:05:00 UTC 2024
    - 22.4K bytes
    - Viewed (0)
  5. cluster/addons/rbac/kubelet-api-auth/kube-apiserver-kubelet-api-admin-binding.yaml

    # This binding gives the kube-apiserver user full access to the kubelet API
    apiVersion: rbac.authorization.k8s.io/v1
    kind: ClusterRoleBinding
    metadata:
      name: kube-apiserver-kubelet-api-admin
      labels:
        addonmanager.kubernetes.io/mode: Reconcile
    roleRef:
      apiGroup: rbac.authorization.k8s.io
      kind: ClusterRole
      name: kubelet-api-admin
    subjects:
    - apiGroup: rbac.authorization.k8s.io
      kind: User
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Mar 24 04:11:47 UTC 2019
    - 427 bytes
    - Viewed (0)
  6. platforms/software/build-init/src/integTest/groovy/org/gradle/buildinit/plugins/BuildInitPluginIntegrationTest.groovy

      - 'scala-library'""")
        }
    
        def "gives decent error message when triggered with unknown dsl"() {
            when:
            fails('init', '--dsl', 'some-unknown-dsl')
    
            then:
            failure.assertHasCause("""The requested build script DSL 'some-unknown-dsl' is not supported. Supported DSLs:
      - 'kotlin'
      - 'groovy'""")
        }
    
        def "gives decent error message when using unknown test framework"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 13:39:44 UTC 2024
    - 17.2K bytes
    - Viewed (0)
  7. platforms/core-runtime/base-services/src/main/java/org/gradle/internal/IoActions.java

    import java.io.OutputStreamWriter;
    import java.nio.charset.Charset;
    
    /**
     * Various utilities for dealing with IO actions.
     */
    public abstract class IoActions {
    
        /**
         * Gives a writer for the given file/encoding to the given write action, managing the streams.
         *
         * @param output The file to write to
         * @param encoding The character encoding to write with
         * @param action The action to write the actual content
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 08:48:02 UTC 2023
    - 5.3K bytes
    - Viewed (0)
  8. maven-repository-metadata/src/site/apt/index.apt

           gives data about available versions (<<<latest>>>, <<<release>>>, <<<versions>>> list and <<<lastUpdated>>>),
    
     [[3]] in a "groupId/artifactId/version" snapshot artifact directory: metadata describes <<<groupId>>>, <<<artifactId>>>, <<<version>>> (base version, i.e. ending in <<<-SNAPSHOT>>>) and
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Sep 07 10:05:21 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  9. subprojects/core-api/src/main/java/org/gradle/api/artifacts/ArtifactSelectionDetails.java

     */
    package org.gradle.api.artifacts;
    
    import javax.annotation.Nullable;
    import java.util.List;
    
    /**
     * Details about artifact dependency substitution: this class gives access to the
     * original dependency requested artifacts, if any, and gives the opportunity to
     * replace the original requested artifacts with other artifacts.
     *
     * This can typically be used whenever you need to substitute a dependency with
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Dec 23 15:47:10 UTC 2020
    - 2.5K bytes
    - Viewed (0)
  10. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/http/MetadataSourcesResolveIntegrationTest.groovy

                        expectResolve()
                    }
                }
            }
    
            then:
            succeeds ":checkDeps"
    
            // We are resolving with "legacy" metadata: always gives default configuration, unless we derive Java library variants for maven repositories
            resolve.expectDefaultConfiguration(useMaven() ? "runtime" : "default")
            resolve.expectGraph {
                root(":", ":test:") {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 6.3K bytes
    - Viewed (0)
Back to top