Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 1,993 for Rejected (0.16 sec)

  1. maven-core/src/test/resources-project-builder/parent-pom-packaging/pom.xml

    -->
    
    <project>
      <modelVersion>4.0.0</modelVersion>
    
      <groupId>org.apache.maven.its.mng4283</groupId>
      <artifactId>parent</artifactId>
      <version>0.1</version>
      <!-- NOTE: Any packaging other than "pom" must be rejected for a parent POM -->
      <packaging>jar</packaging>
    
      <name>Maven Integration Test :: MNG-4283</name>
      <description>
        Test that the model builder fails when a parent POM has not "pom" packaging.
      </description>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Mar 29 19:02:56 UTC 2020
    - 1.2K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/dep-man/02-declaring-dependency-versions/dynamic_versions.adoc

    * For a static version like `1.4` an instance may be rejected based on extra component metadata such as the Ivy branch attribute, allowing an instance from a subsequent repository to be used.
    
    Rules are configured via the link:{groovyDslPath}/org.gradle.api.artifacts.ComponentSelectionRules.html[ComponentSelectionRules] object.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 29 17:38:38 UTC 2023
    - 13.6K bytes
    - Viewed (0)
  3. subprojects/core-api/src/main/java/org/gradle/api/artifacts/ComponentSelectionRules.java

    /**
     * Represents a container for component selection rules.  Rules can be applied as part of the
     * resolutionStrategy of a configuration and individual components can be explicitly accepted
     * or rejected by rule.  Components that are neither accepted or rejected will be subject to
     * the default version matching strategies.
     *
     * <pre class='autoTested'>
     *     configurations {
     *         conf {
     *             resolutionStrategy {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 31 08:53:53 UTC 2023
    - 5.5K bytes
    - Viewed (0)
  4. pkg/webhooks/validation/controller/controller_test.go

    	gatewayError.Store(ptr.Of[error](kerrors.NewInternalError(errors.New("unknown error"))))
    	webhooks.Create(unpatchedWebhookConfig)
    	assert.EventuallyEqual(
    		t,
    		fetch(unpatchedWebhookConfig.Name),
    		webhookConfigWithCABundleIgnore,
    		retry.Message("no config update when endpoint invalid config is rejected for an unknown reason"),
    		LongRetry,
    	)
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jan 05 03:21:04 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  5. cmd/metrics-v3-api.go

    var (
    	apiRejectedAuthTotalMD = NewCounterMD(apiRejectedAuthTotal,
    		"Total number of requests rejected for auth failure", "type")
    	apiRejectedHeaderTotalMD = NewCounterMD(apiRejectedHeaderTotal,
    		"Total number of requests rejected for invalid header", "type")
    	apiRejectedTimestampTotalMD = NewCounterMD(apiRejectedTimestampTotal,
    		"Total number of requests rejected for invalid timestamp", "type")
    	apiRejectedInvalidTotalMD = NewCounterMD(apiRejectedInvalidTotal,
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 23 07:41:18 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  6. pkg/registry/authorization/subjectaccessreview/rest_test.go

    		expectedAttrs  authorizer.Attributes
    		expectedStatus authorizationapi.SubjectAccessReviewStatus
    	}{
    		"empty": {
    			expectedErr: "nonResourceAttributes or resourceAttributes",
    		},
    
    		"nonresource rejected": {
    			spec: authorizationapi.SubjectAccessReviewSpec{
    				User:                  "bob",
    				NonResourceAttributes: &authorizationapi.NonResourceAttributes{Verb: "get", Path: "/mypath"},
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 25 16:06:18 UTC 2023
    - 6.3K bytes
    - Viewed (0)
  7. src/cmd/go/testdata/script/mod_get_issue47650.txt

    # Regression test for https://go.dev/issue/47650:
    # 'go get' with a pseudo-version of a non-root package within a module
    # erroneously rejected the pseudo-version as invalid, because it did not fetch
    # enough commit history to validate the pseudo-version base.
    
    [short] skip 'creates and uses a git repository'
    [!git] skip
    
    env GOPRIVATE=vcs-test.golang.org
    
    # If we request a package in a subdirectory of a module by commit hash, we
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 11 22:29:11 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  8. test/fixedbugs/issue13480.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // Verify that comparisons of slice/map/func values against converted nil
    // values are properly rejected.
    
    package p
    
    func bug() {
    	type S []byte
    	type M map[int]int
    	type F func()
    
    	var s S
    	var m M
    	var f F
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 09 23:59:57 UTC 2020
    - 1.2K bytes
    - Viewed (0)
  9. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/DefaultVersionedComponentChooser.java

                    // Mark this version as rejected
                    result.rejectedBySelector(candidateId, rejectedVersionSelector);
                } else {
                    RejectedByRuleVersion rejectedByRules = isRejectedByRule(candidateId, rules, metadataProvider);
                    if (rejectedByRules != null) {
                        // Mark this version as rejected
                        result.rejectedByRule(rejectedByRules);
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Dec 13 17:41:33 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/tools/go/analysis/passes/stringintconv/doc.go

    // return the UTF-8 representation of the Unicode code point x, and not a decimal
    // string representation of x as one might expect. Furthermore, if x denotes an
    // invalid code point, the conversion cannot be statically rejected.
    //
    // For conversions that intend on using the code point, consider replacing them
    // with string(rune(x)). Otherwise, strconv.Itoa and its equivalents return the
    // string representation of the value in the desired base.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 09 01:28:01 UTC 2023
    - 982 bytes
    - Viewed (0)
Back to top