Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 166 for honoured (0.46 sec)

  1. pkg/registry/core/pod/storage/eviction.go

    		deleteOptions := originalDeleteOptions
    
    		// We should check if resourceVersion is already set by the requestor
    		// as it might be older than the pod we just fetched and should be
    		// honored.
    		if shouldEnforceResourceVersion(pod) && resourceVersionIsUnset(originalDeleteOptions) {
    			// Set deleteOptions.Preconditions.ResourceVersion to ensure we're not
    			// racing with another PDB-impacting process elsewhere.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 08 11:58:48 UTC 2023
    - 18.2K bytes
    - Viewed (0)
  2. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheJavaIntegrationTest.groovy

            result.assertTasksNotSkipped(":compileJava", ":classes", ":jar", ":startScripts", ":distTar", ":distZip", ":assemble", ":build")
            classFile.isFile()
            jarFile.isFile()
        }
    
        def "jar manifest honours build logic inputs"() {
            given:
            buildFile << """
                plugins {
                    id 'java'
                }
    
                jar {
                    manifest {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 21.9K bytes
    - Viewed (0)
  3. subprojects/core-api/src/main/java/org/gradle/api/Task.java

     *
     * <p>A task may have dependencies on other tasks or might be scheduled to always run after another task.
     * Gradle ensures that all task dependencies and ordering rules are honored when executing tasks, so that the task is executed after
     * all of its dependencies and any "must run after" tasks have been executed.</p>
     *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 30 17:25:12 UTC 2024
    - 31.6K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/server/options/server_run_options.go

    	fs.IntVar(&s.MinRequestTimeout, "min-request-timeout", s.MinRequestTimeout, ""+
    		"An optional field indicating the minimum number of seconds a handler must keep "+
    		"a request open before timing it out. Currently only honored by the watch request "+
    		"handler, which picks a randomized value above this number as the connection timeout, "+
    		"to spread out load.")
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 24 21:53:51 UTC 2023
    - 15.4K bytes
    - Viewed (0)
  5. subprojects/core/src/main/java/org/gradle/execution/plan/Node.java

         * Support for this is not implemented yet and will be added later.
         *
         * <p>Note: mustRunAfter or finalizedBy relationship on this node is not honored for these dynamically added nodes or their dependencies.
         * Support for this is not implemented yet and will be added later.
         */
        public void visitPostExecutionNodes(Consumer<? super Node> visitor) {
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Aug 24 13:30:48 UTC 2023
    - 22.7K bytes
    - Viewed (0)
  6. docs/sts/web-identity.md

    MINIO_IDENTITY_OPENID_CLAIM_USERINFO        (on|off)    Enable fetching claims from UserInfo Endpoint for authenticated user
    MINIO_IDENTITY_OPENID_KEYCLOAK_REALM        (string)    Specify Keycloak 'realm' name, only honored if vendor was set to 'keycloak' as value, if no realm is specified 'master' is default
    MINIO_IDENTITY_OPENID_KEYCLOAK_ADMIN_URL    (string)    Specify Keycloak 'admin' REST API endpoint e.g. http://localhost:8080/auth/admin/
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jan 18 07:03:17 UTC 2024
    - 19.2K bytes
    - Viewed (0)
  7. subprojects/composite-builds/src/integTest/groovy/org/gradle/integtests/composite/CompositeBuildDependencyGraphIntegrationTest.groovy

                    project(":buildB:b1", "org.test:b1:2.0") {
                        project(":buildB:b1:b11", "org.test:b11:2.0")
                    }
                }
            }
        }
    
        def "honours excludes defined in substituted subproject dependency that has transitive dependencies"() {
            given:
            def transitive1 = mavenRepo.module("org.test", "transitive1").publish()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 19:37:49 UTC 2024
    - 25.7K bytes
    - Viewed (0)
  8. src/cmd/internal/objabi/reloctype.go

    	R_INITORDER
    
    	// R_WEAK marks the relocation as a weak reference.
    	// A weak relocation does not make the symbol it refers to reachable,
    	// and is only honored by the linker if the symbol is in some other way
    	// reachable.
    	R_WEAK = -1 << 15
    
    	R_WEAKADDR    = R_WEAK | R_ADDR
    	R_WEAKADDROFF = R_WEAK | R_ADDROFF
    )
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 27 17:26:07 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  9. src/testdata/Isaac.Newton-Opticks.txt

    Measure was true, I repeated the second and eighth Experiment with
    coloured Light, which was less compounded than that I there made use of:
    For I now separated the heterogeneous Rays from one another by the
    Method I described in the eleventh Experiment, so as to make a coloured
    Spectrum about twelve or fifteen Times longer than broad. This Spectrum
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  10. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    therefore 5-17/55 Inches, that is very nearly 5-1/3 Inches. Now to know whether this Measure was true, I repeated the second and eighth Experiment with coloured Light, which was less compounded than that I there made use of: For I now separated the heterogeneous Rays from one another by the Method I described in the eleventh Experiment, so as to make a coloured Spectrum about twelve or fifteen Times longer than broad. This Spectrum I cast on a printed Book, and placing the above-mentioned Lens at the distance...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
Back to top