Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 38 of 38 for Precedence (0.17 sec)

  1. platforms/documentation/docs/src/docs/userguide/dep-man/01-core-dependency-management/dependency_verification.adoc

    The plain text file will be ignored if there's already a `.gpg` file (the binary version takes precedence).
    
    You can _ask Gradle to export all keys it used for verification of this build to the keyring_ during bootstrapping:
    
    ----
    ./gradlew --write-verification-metadata pgp,sha256 --export-keys
    ----
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 07 20:36:31 UTC 2024
    - 56.7K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/extensions/v1beta1/types.go

    	// resource. This replaces the deprecated `kubernetes.io/ingress.class`
    	// annotation. For backwards compatibility, when that annotation is set, it
    	// must be given precedence over this field. The controller may emit a
    	// warning if the field and annotation have different values.
    	// Implementations of this API should ignore Ingresses without a class
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:29 UTC 2023
    - 61.3K bytes
    - Viewed (0)
  3. src/go/parser/parser.go

    	}
    
    	return p.parsePrimaryExpr(nil)
    }
    
    func (p *parser) tokPrec() (token.Token, int) {
    	tok := p.tok
    	if p.inRhs && tok == token.ASSIGN {
    		tok = token.EQL
    	}
    	return tok, tok.Precedence()
    }
    
    // parseBinaryExpr parses a (possibly) binary expression.
    // If x is non-nil, it is used as the left operand.
    //
    // TODO(rfindley): parseBinaryExpr has become overloaded. Consider refactoring.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 08 20:07:50 UTC 2023
    - 72.2K bytes
    - Viewed (0)
  4. tensorflow/c/c_api.h

    // (https://www.tensorflow.org/code/tensorflow/core/framework/api_def.proto).
    //
    // The provided ApiDefs will be merged with existing ones in the map, with
    // precedence given to the newly added version in case of conflicts with
    // previous calls to TF_ApiDefMapPut.
    TF_CAPI_EXPORT extern void TF_ApiDefMapPut(TF_ApiDefMap* api_def_map,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Oct 26 21:08:15 UTC 2023
    - 82.3K bytes
    - Viewed (0)
  5. pkg/controller/job/job_controller.go

    		// deletions at the same time (e.g. indexed Jobs with repeated indexes), we
    		// restrict ourselves to either just pod deletion or pod creation in any
    		// given sync cycle. Of these two, pod deletion takes precedence.
    		return active, metrics.JobSyncActionPodsDeleted, err
    	}
    
    	if diff := wantActive - terminating - active; diff > 0 {
    		var remainingTime time.Duration
    		if !hasBackoffLimitPerIndex(job) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 23:56:37 UTC 2024
    - 77.6K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/optimizing-performance/incremental_build.adoc

    Annotations on a property declared in a type override similar annotations declared by the superclass and in any implemented interfaces. Superclass annotations take precedence over annotations declared in implemented interfaces.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 24 23:14:04 UTC 2024
    - 63.9K bytes
    - Viewed (0)
  7. pilot/pkg/model/push_context.go

    		// newly created Services cannot take ownership unexpectedly.
    		// However, the Service is from Kubernetes it should take precedence over ones not. This prevents someone from
    		// "domain squatting" on the hostname before a Kubernetes Service is created.
    		if existing := ps.ServiceIndex.HostnameAndNamespace[s.Hostname][s.Attributes.Namespace]; existing != nil &&
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 09:02:11 UTC 2024
    - 91.8K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_8.adoc

    If set to a non-default value, this deprecated setting will take precedence over `Settings.caches.buildCache.setRemoveUnusedEntriesAfterDays()`.
    
    [[gradle_enterprise_extension_deprecated]]
    ==== Deprecated Kotlin DSL gradle-enterprise plugin block extension ====
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 17:01:07 UTC 2024
    - 90.7K bytes
    - Viewed (0)
Back to top