Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 29 of 29 for zeroing (0.21 sec)

  1. src/net/http/server.go

    	defer func() {
    		if err := recover(); err != nil && err != ErrAbortHandler {
    			const size = 64 << 10
    			buf := make([]byte, size)
    			buf = buf[:runtime.Stack(buf, false)]
    			c.server.logf("http: panic serving %v: %v\n%s", c.remoteAddr, err, buf)
    		}
    		if inFlightResponse != nil {
    			inFlightResponse.cancelCtx()
    			inFlightResponse.disableWriteContinue()
    		}
    		if !c.hijacked() {
    			if inFlightResponse != nil {
    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

    			kubeDeps.TLSOptions.Config.GetCertificate = func(*tls.ClientHelloInfo) (*tls.Certificate, error) {
    				cert := klet.serverCertificateManager.Current()
    				if cert == nil {
    					return nil, fmt.Errorf("no serving certificate available for the kubelet")
    				}
    				return cert, nil
    			}
    		}
    	}
    
    	if kubeDeps.ProbeManager != nil {
    		klet.probeManager = kubeDeps.ProbeManager
    	} else {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  3. pkg/config/validation/validation_test.go

    			},
    			"client CA bundle", "",
    		},
    		// this pair asserts we get errors about both client and server certs missing when in mutual mode
    		// and both are absent, but requires less rewriting of the testing harness than merging the cases
    		{
    			"mutual no certs",
    			&networking.ServerTLSSettings{
    				Mode:              networking.ServerTLSSettings_MUTUAL,
    				ServerCertificate: "",
    				PrivateKey:        "",
    				CaCertificates:    "",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 03:11:45 UTC 2024
    - 196K bytes
    - Viewed (0)
  4. android/guava/src/com/google/common/collect/Maps.java

       * iterate over keys in their enum definition order, not encounter order.
       *
       * <p>If the mapped keys contain duplicates, the values are merged using the specified merging
       * function.
       *
       * @since 33.2.0 (available since 21.0 in guava-jre)
       */
      @SuppressWarnings({"AndroidJdkLibsChecker", "Java7ApiChecker"})
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sun Jun 02 13:36:19 UTC 2024
    - 159.5K bytes
    - Viewed (0)
  5. guava/src/com/google/common/collect/Maps.java

       * iterate over keys in their enum definition order, not encounter order.
       *
       * <p>If the mapped keys contain duplicates, the values are merged using the specified merging
       * function.
       *
       * @since 21.0
       */
      public static <T extends @Nullable Object, K extends Enum<K>, V>
          Collector<T, ?, ImmutableMap<K, V>> toImmutableEnumMap(
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Apr 24 19:38:27 UTC 2024
    - 165.9K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1alpha1_openapi.json

                "type": "string"
              },
              "name": {
                "default": "",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 235.4K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1beta1_openapi.json

                "type": "string"
              },
              "name": {
                "default": "",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 235.7K bytes
    - Viewed (0)
  8. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    adimo.co.uk
    
    // Riseup Networks : https://riseup.net
    // Submitted by Micah Anderson <******@****.***>
    itcouldbewor.se
    
    // Rochester Institute of Technology : http://www.rit.edu/
    // Submitted by Jennifer Herting <******@****.***>
    git-pages.rit.edu
    
    // Rocky Enterprise Software Foundation : https://resf.org
    // Submitted by Neil Hanlon <******@****.***>
    rocky.page
    
    // Rusnames Limited: http://rusnames.ru/
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  9. src/encoding/json/testdata/code.json.gz

    33162882},{"name":"multichar-glyph-expected.png","kids":[],"cl_weight":0.0031881755820971935,"touches":4,"min_t":1228948796,"max_t":1238022568,"mean_t":1233162882},{"name":"kerning-expected.png","kids":[],"cl_weight":0.0031881755820971935,"touches":4,"min_t":1228948796,"max_t":1238022568,"mean_t":1233162882},{"name":"kerning-expected.checksum","kids":[],"cl_weight":0.0031881755820971935,"touches":4,"min_t":1228948796,"max_t":1238022568,"mean_t":1233162882},{"name":"text-align-04-b-expected.png",...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 25 04:02:36 UTC 2016
    - 117.6K bytes
    - Viewed (0)
Back to top