Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for cautious (0.17 sec)

  1. src/net/http/server.go

    //
    // Depending on the HTTP client software, HTTP protocol version, and
    // any intermediaries between the client and the Go server, it may not
    // be possible to read from the [Request.Body] after writing to the
    // [ResponseWriter]. Cautious handlers should read the [Request.Body]
    // first, and then reply.
    //
    // Except for reading the body, handlers should not modify the
    // provided Request.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 123.4K bytes
    - Viewed (0)
  2. pkg/kubelet/kubelet.go

    	// nodeStatusUpdateFrequency specifies how often kubelet computes node status. If node lease
    	// feature is not enabled, it is also the frequency that kubelet posts node status to master.
    	// In that case, be cautious when changing the constant, it must work with nodeMonitorGracePeriod
    	// in nodecontroller. There are several constraints:
    	// 1. nodeMonitorGracePeriod must be N times more than nodeStatusUpdateFrequency, where
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (1)
  3. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    picked her way through the wood.  `It's the stupidest tea-party I
    ever was at in all my life!'
    
      Just as she said this, she noticed that one of the trees had a
    door leading right into it.  `That's very curious!' she thought.
    `But everything's curious today.  I think I may as well go in at once.'
    And in she went.
    
      Once more she found herself in the long hall, and close to the
    little glass table.  `Now, I'll manage better this time,'
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
  4. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    picked her way through the wood.  `It's the stupidest tea-party I
    ever was at in all my life!'
    
      Just as she said this, she noticed that one of the trees had a
    door leading right into it.  `That's very curious!' she thought.
    `But everything's curious today.  I think I may as well go in at once.'
    And in she went.
    
      Once more she found herself in the long hall, and close to the
    little glass table.  `Now, I'll manage better this time,'
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 29 21:35:03 UTC 2012
    - 145.2K bytes
    - Viewed (0)
  5. android/guava/src/com/google/common/collect/Maps.java

       * backing set. The returned map does not support put operations.
       *
       * <p><b>Warning:</b> If the function rejects {@code null}, caution is required to make sure the
       * set does not contain {@code null}, because the view cannot stop {@code null} from being added
       * to the set.
       *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sun Jun 02 13:36:19 UTC 2024
    - 159.5K bytes
    - Viewed (0)
  6. guava/src/com/google/common/collect/Maps.java

       * backing set. The returned map does not support put operations.
       *
       * <p><b>Warning:</b> If the function rejects {@code null}, caution is required to make sure the
       * set does not contain {@code null}, because the view cannot stop {@code null} from being added
       * to the set.
       *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Apr 24 19:38:27 UTC 2024
    - 165.9K bytes
    - Viewed (0)
  7. src/cmd/go/internal/work/exec.go

    // compiler flags (C/C++/Fortran) looking for flags that might cause
    // problems if the build in question uses internal linking. The
    // primary culprits are use of plugins or use of LTO, but we err on
    // the side of caution, supporting only those flags that are on the
    // allow-list for safe flags from security perspective. Return is TRUE
    // if a sensitive flag is found, FALSE otherwise.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  8. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    to make sure your Istio pods # will not be killed because of low priority class. # Refer to https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#priorityclass # for more detail. priorityClassName: "" proxy: image: proxyv2 # CAUTION: It is important to ensure that all Istio helm charts specify the same clusterDomain value # cluster domain. Default value is "cluster.local". clusterDomain: "cluster.local" # Per Component log level for proxy, applies to gateways and sidecars. If...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  9. src/runtime/proc.go

    		}
    	}
    
    	if prof.hz.Load() != 0 {
    		// Note: it can happen on Windows that we interrupted a system thread
    		// with no g, so gp could nil. The other nil checks are done out of
    		// caution, but not expected to be nil in practice.
    		var tagPtr *unsafe.Pointer
    		if gp != nil && gp.m != nil && gp.m.curg != nil {
    			tagPtr = &gp.m.curg.labels
    		}
    		cpuprof.add(tagPtr, stk[:n])
    
    		gprof := gp
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  10. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    or two longer, or more; and if the Prism was turned about the contrary way, so as to make the Rays fall more obliquely on the first refracting Surface, the Image soon became an Inch or two shorter. And therefore in trying this Experiment, I was as curious as I could be in placing the Prism by the above-mention'd Rule exactly in such a Posture, that the Refractions of the Rays at their Emergence out of the Prism might be equal to that at their Incidence on it. This Prism had some Veins running along...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
Back to top