Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 619 for absence (0.23 sec)

  1. apache-maven/src/main/appended-resources/licenses/CDDL+GPLv2-with-classpath-exception.txt

        of Modifications made by that Contributor with other software
        (except as part of the Contributor Version) or other devices; or (3)
        under Patent Claims infringed by Covered Software in the absence of
        Modifications made by that Contributor.
    
    3. Distribution Obligations.
    
        3.1. Availability of Source Code.
    
        Any Covered Software that You distribute or otherwise make available
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri May 17 19:14:22 UTC 2024
    - 38.5K bytes
    - Viewed (0)
  2. src/time/format.go

    // as 19NN and a value NN < 69 will be treated as 20NN.
    //
    // The remainder of this comment describes the handling of time zones.
    //
    // In the absence of a time zone indicator, Parse returns a time in UTC.
    //
    // When parsing a time with a zone offset like -0700, if the offset corresponds
    // to a time zone used by the current location ([Local]), then Parse uses that
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 17:09:28 UTC 2024
    - 49.3K bytes
    - Viewed (0)
  3. LICENSE

    you conspicuously and appropriately publish on each copy an
    appropriate copyright notice and disclaimer of warranty; keep intact
    all the notices that refer to this License and to the absence of any
    warranty; and distribute a copy of this License along with the
    Library.
    
      You may charge a fee for the physical act of transferring a copy,
    and you may at your option offer warranty protection in exchange for a
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Mon Jan 18 20:25:38 UTC 2016
    - 25.8K bytes
    - Viewed (0)
  4. src/cmd/go/internal/work/buildid.go

    // and hash that. That will work in the presence of -toolexec.
    //
    // In order to get reproducible builds for released compilers, we
    // detect a released compiler by the absence of "experimental" in the
    // --version output, and in that case we just use the version string.
    //
    // gccToolID also returns the underlying executable for the compiler.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:31:25 UTC 2024
    - 26.2K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/text/language/match.go

    package language
    
    import (
    	"errors"
    	"strings"
    
    	"golang.org/x/text/internal/language"
    )
    
    // A MatchOption configures a Matcher.
    type MatchOption func(*matcher)
    
    // PreferSameScript will, in the absence of a match, result in the first
    // preferred tag with the same script as a supported tag to match this supported
    // tag. The default is currently true, but this may change in the future.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 25.1K bytes
    - Viewed (0)
  6. pkg/scheduler/framework/types.go

    	// if they're rejected in PreFilter (via PreFilterResult) or Filter plugins.
    	// Nodes that pass PreFilter/Filter plugins are not included in this map.
    	// While this map may contain UnschedulableAndUnresolvable statuses, the absence of
    	// a node should be interpreted as UnschedulableAndUnresolvable.
    	NodeToStatusMap NodeToStatusMap
    	// UnschedulablePlugins are plugins that returns Unschedulable or UnschedulableAndUnresolvable.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 19:28:17 UTC 2024
    - 36.7K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/dep-man/03-controlling-transitive-dependencies/resolution_rules.adoc

    * Because the Gradle task graph is fixed once task execution has commenced, Gradle needs to perform this resolution prior to executing any tasks.
    
    In the absence of dependency substitution rules, Gradle knows that an external module dependency will never transitively reference a project dependency.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 17 00:09:06 UTC 2024
    - 30.1K bytes
    - Viewed (0)
  8. doc/go_mem.html

    unless all the accesses involved are atomic data accesses as provided by the <code>sync/atomic</code> package.
    As noted already, programmers are strongly encouraged to use appropriate synchronization
    to avoid data races.
    In the absence of data races, Go programs behave as if all the goroutines
    were multiplexed onto a single processor.
    This property is sometimes referred to as DRF-SC: data-race-free programs
    execute in a sequentially consistent manner.
    </p>
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 15:54:42 UTC 2024
    - 26.6K bytes
    - Viewed (0)
  9. pkg/proxy/ipvs/proxier.go

    	networkInterfacer     proxyutil.NetworkInterfacer
    	gracefuldeleteManager *GracefulTerminationManager
    	// serviceNoLocalEndpointsInternal represents the set of services that couldn't be applied
    	// due to the absence of local endpoints when the internal traffic policy is "Local".
    	// It is used to publish the sync_proxy_rules_no_endpoints_total
    	// metric with the traffic_policy label set to "internal".
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Apr 28 15:51:23 UTC 2024
    - 77.7K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/authoring-builds/tasks/lazy_configuration.adoc

    The setters can be called at any time before the task is executed, and the change will automatically affect all related input and output properties.
    
    Another important thing to note in this example is the absence of any explicit task dependency.
    Task outputs represented using `Providers` keep track of which task produces their value, and using them as task inputs will implicitly add the correct task dependencies.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 05:33:15 UTC 2024
    - 30.1K bytes
    - Viewed (0)
Back to top