Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 619 for absence (0.46 sec)

  1. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/parser/PomReaderProfileTest.groovy

            cleanup:
            System.clearProperty(customPropertyName)
        }
    
        def "activates profile by the absence of a property"() {
            setup:
            String customPropertyName = new UUIDGenerator().generateId()
    
            when:
            pomFile << """
    <project>
        <modelVersion>4.0.0</modelVersion>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 79.4K bytes
    - Viewed (0)
  2. subprojects/diagnostics/src/integTest/groovy/org/gradle/api/tasks/diagnostics/OutgoingVariantsReportTaskIntegrationTest.groovy

            """
        }
    
        def "if no configurations present in project, task reports complete absence"() {
            expect:
            succeeds ':outgoingVariants'
            reportsCompleteAbsenceOfResolvableVariants()
        }
    
        def "if only resolvable configurations present, task reports complete absence"() {
            given:
            buildFile << """
                configurations.create("custom") {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 13 19:52:38 UTC 2024
    - 50K bytes
    - Viewed (0)
  3. src/cmd/go/internal/modfetch/codehost/git.go

    	}
    
    	// Note: Can have Hash with no Ref and no TagSum and no RepoSum,
    	// meaning the Hash simply has to remain in the repo.
    	// In that case we assume it does in the absence of any real way to check.
    	// But if neither Hash nor TagSum is present, we have nothing to check,
    	// which we take to mean we didn't record enough information to be sure.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 11 22:10:38 UTC 2024
    - 27.4K bytes
    - Viewed (0)
  4. licenses/github.com/hashicorp/hcl/LICENSE

            Contributions with other software (except as part of its Contributor
            Version); or
    
         c. under Patent Claims infringed by Covered Software in the absence of its
            Contributions.
    
         This License does not grant any rights in the trademarks, service marks, or
         logos of any Contributor (except as may be necessary to comply with the
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Oct 26 02:47:39 UTC 2019
    - 15.6K bytes
    - Viewed (0)
  5. licenses/github.com/hashicorp/errwrap/LICENSE

            Contributions with other software (except as part of its Contributor
            Version); or
    
         c. under Patent Claims infringed by Covered Software in the absence of its
            Contributions.
    
         This License does not grant any rights in the trademarks, service marks, or
         logos of any Contributor (except as may be necessary to comply with the
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Oct 26 02:47:39 UTC 2019
    - 15.6K bytes
    - Viewed (0)
  6. licenses/github.com/hashicorp/go-multierror/LICENSE

            Contributions with other software (except as part of its Contributor
            Version); or
    
         c. under Patent Claims infringed by Covered Software in the absence of its
            Contributions.
    
         This License does not grant any rights in the trademarks, service marks, or
         logos of any Contributor (except as may be necessary to comply with the
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Oct 26 02:47:39 UTC 2019
    - 15.6K bytes
    - Viewed (0)
  7. licenses/github.com/hashicorp/go-version/LICENSE

            Contributions with other software (except as part of its Contributor
            Version); or
    
         c. under Patent Claims infringed by Covered Software in the absence of its
            Contributions.
    
         This License does not grant any rights in the trademarks, service marks, or
         logos of any Contributor (except as may be necessary to comply with the
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 15:59:40 UTC 2024
    - 15.6K bytes
    - Viewed (0)
  8. licenses/github.com/hashicorp/golang-lru/v2/LICENSE

            Contributions with other software (except as part of its Contributor
            Version); or
    
         c. under Patent Claims infringed by Covered Software in the absence of
            its Contributions.
    
         This License does not grant any rights in the trademarks, service marks,
         or logos of any Contributor (except as may be necessary to comply with
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 03 20:21:32 UTC 2023
    - 15.6K bytes
    - Viewed (0)
  9. guava-tests/benchmark/com/google/common/util/concurrent/MonitorBasedArrayBlockingQueue.java

      }
    
      // this doc comment is a modified copy of the inherited doc comment,
      // without the reference to unlimited queues.
      /**
       * Returns the number of additional elements that this queue can ideally (in the absence of memory
       * or resource constraints) accept without blocking. This is always equal to the initial capacity
       * of this queue less the current {@code size} of this queue.
       *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Apr 19 19:24:36 UTC 2023
    - 22.5K bytes
    - Viewed (0)
  10. src/vendor/golang.org/x/net/idna/idna9.0.0.go

    	// TODO: merge the use of this in the trie.
    	v, sz := trie.lookupString(s)
    	x := info(v)
    	if x.isModifier() {
    		return &labelError{s, "V5"}
    	}
    	// Quickly return in the absence of zero-width (non) joiners.
    	if strings.Index(s, zwj) == -1 && strings.Index(s, zwnj) == -1 {
    		return nil
    	}
    	st := stateStart
    	for i := 0; ; {
    		jt := x.joinType()
    		if s[i:i+sz] == zwj {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 19.2K bytes
    - Viewed (0)
Back to top