Search Options

Results per page
Sort
Preferred Languages
Advance

Results 141 - 150 of 3,877 for measure (0.26 sec)

  1. LICENSE

      No covered work shall be deemed part of an effective technological
    measure under any applicable law fulfilling obligations under article
    11 of the WIPO copyright treaty adopted on 20 December 1996, or
    similar laws prohibiting or restricting circumvention of such
    measures.
    
      When you convey a covered work, you waive any legal power to forbid
    circumvention of technological measures to the extent such circumvention
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Apr 23 18:58:53 UTC 2021
    - 33.7K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/text/language/match.go

    //     en-AU vs en-US, for example.
    // [5] In CLDR a locale inherits fields that are unspecified for this locale
    //     from its parent. Therefore, if a locale is a parent of another locale,
    //     it is a strong measure for closeness, especially when no other tie
    //     breaker rule applies. One could also argue it is inconsistent, for
    //     example, when pt-AO matches pt (which CLDR equates with pt-BR), even
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 25.1K bytes
    - Viewed (0)
  3. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    was 63-1/2 Degrees, the Length of this Image at the same distance of 18-1/2 Feet was also about 10 Inches, or 10-1/8. Beyond these Measures for about a 1/4 or 1/3 of an Inch at either end of the Spectrum the Light of the Clouds seemed to be a little tinged with red and violet, but so very faintly, that I suspected that Tincture might either wholly, or in great Measure arise from some Rays of the Spectrum scattered irregularly by some Inequalities in the Substance and Polish of the Glass, and therefore...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  4. src/testdata/Isaac.Newton-Opticks.txt

    at the same distance of 18-1/2 Feet was also about 10 Inches, or 10-1/8.
    Beyond these Measures for about a 1/4 or 1/3 of an Inch at either end of
    the Spectrum the Light of the Clouds seemed to be a little tinged with
    red and violet, but so very faintly, that I suspected that Tincture
    might either wholly, or in great Measure arise from some Rays of the
    Spectrum scattered irregularly by some Inequalities in the Substance and
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  5. src/crypto/tls/handshake_client.go

    	}
    
    	if hs.c.config.CipherSuites == nil && !needFIPS() && rsaKexCiphers[hs.suite.id] {
    		tlsrsakex.Value() // ensure godebug is initialized
    		tlsrsakex.IncNonDefault()
    	}
    	if hs.c.config.CipherSuites == nil && !needFIPS() && tdesCiphers[hs.suite.id] {
    		tls3des.Value() // ensure godebug is initialized
    		tls3des.IncNonDefault()
    	}
    
    	hs.c.cipherSuite = hs.suite.id
    	return nil
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 38.6K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/tools/cmd/bisect/main.go

    	// bisect more robust, we use the y and n runs to create an estimate of the
    	// number of bits needed for a unique suffix, and then we round it up to
    	// a number of hex digits, with one extra digit for good measure, and then
    	// we always use that many hex digits for skips.
    	SkipHexDigits int
    
    	// Add is a list of suffixes to add to every trial, because they
    	// contain changes that are necessary for a group we are assembling.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 22 18:11:19 UTC 2023
    - 23.9K bytes
    - Viewed (0)
  7. pkg/kubelet/status/status_manager.go

    		pod = newPod
    		// We pass a new object (result of API call which contains updated ResourceVersion)
    		m.podStartupLatencyHelper.RecordStatusUpdated(pod)
    	}
    
    	// measure how long the status update took to propagate from generation to update on the server
    	if status.at.IsZero() {
    		klog.V(3).InfoS("Pod had no status time set", "pod", klog.KObj(pod), "podUID", uid, "version", status.version)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 02 16:27:19 UTC 2024
    - 44.3K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/walk/switch.go

    	// equality comparison, they don't get CSEd and the equality comparisons will be
    	// done using wider loads.
    
    	n := len(ir.StringVal(cc[0].lo)) // Length of the constant strings.
    	bestScore := int64(0)            // measure of how good the split is.
    	bestIdx := 0                     // split using expr[bestIdx]
    	bestByte := int8(0)              // compare expr[bestIdx] against bestByte
    	for idx := 0; idx < n; idx++ {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:34:01 UTC 2024
    - 30.1K bytes
    - Viewed (0)
  9. src/cmd/internal/dwarf/dwarf.go

    // of the function (any inlined copy of it, or the single out-of-line
    // 'concrete' instance) will contain a pointer back to this abstract
    // DIE (as a space-saving measure, so that name/type etc doesn't have
    // to be repeated for each inlined copy).
    func PutAbstractFunc(ctxt Context, s *FnState) error {
    	if logDwarf {
    		ctxt.Logf("PutAbstractFunc(%v)\n", s.Absfn)
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 06 15:23:18 UTC 2024
    - 43K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.30.md

    - RemoteCommand feature gates for kubectl exec, cp, and attach over WebSockets are now enabled by default (Beta):
      - Server-side feature gate: `TranslateStreamCloseWebsocketRequests`
      - Client-side (kubectl) feature gate: `KUBECTL_REMOTE_COMMAND_WEBSOCKETS`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 04:05:28 UTC 2024
    - 253.2K bytes
    - Viewed (0)
Back to top