Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 347 for Maximum (0.14 sec)

  1. src/cmd/vendor/golang.org/x/text/internal/language/language.go

    )
    
    const (
    	// maxCoreSize is the maximum size of a BCP 47 tag without variants and
    	// extensions. Equals max lang (3) + script (4) + max reg (3) + 2 dashes.
    	maxCoreSize = 12
    
    	// max99thPercentileSize is a somewhat arbitrary buffer size that presumably
    	// is large enough to hold at least 99% of the BCP 47 tags.
    	max99thPercentileSize = 32
    
    	// maxSimpleUExtensionSize is the maximum size of a -u extension with one
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 16.8K bytes
    - Viewed (0)
  2. src/runtime/mgclimit.go

    	}
    	l.lastUpdate.Store(now)
    	l.transitioning = false
    	l.unlock()
    }
    
    // gcCPULimiterUpdatePeriod dictates the maximum amount of wall-clock time
    // we can go before updating the limiter.
    const gcCPULimiterUpdatePeriod = 10e6 // 10ms
    
    // needUpdate returns true if the limiter's maximum update period has been
    // exceeded, and so would benefit from an update.
    func (l *gcCPULimiterState) needUpdate(now int64) bool {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 22:07:41 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  3. okhttp/src/main/kotlin/okhttp3/internal/http2/Http2Writer.kt

            streamId = streamId,
            length = 4,
            type = TYPE_RST_STREAM,
            flags = FLAG_NONE,
          )
          sink.writeInt(errorCode.httpCode)
          sink.flush()
        }
      }
    
      /** The maximum size of bytes that may be sent in a single call to [data]. */
      fun maxDataLength(): Int = maxFrameSize
    
      /**
       * `source.length` may be longer than the max length of the variant's data frame. Implementations
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Apr 20 17:03:43 UTC 2024
    - 11.3K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/test/integration/subresources_test.go

    				Properties: map[string]apiextensionsv1.JSONSchemaProps{
    					"num": {
    						Type:    "integer",
    						Maximum: float64Ptr(10),
    					},
    				},
    			},
    			"status": {
    				Type: "object",
    				Properties: map[string]apiextensionsv1.JSONSchemaProps{
    					"num": {
    						Type:    "integer",
    						Maximum: float64Ptr(10),
    					},
    				},
    			},
    		},
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 12 17:35:34 UTC 2024
    - 33.2K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/server/config.go

    	// 0 means no limit.
    	MaxRequestBodyBytes int64
    	// MaxRequestsInFlight is the maximum number of parallel non-long-running requests. Every further
    	// request has to wait. Applies only to non-mutating requests.
    	MaxRequestsInFlight int
    	// MaxMutatingRequestsInFlight is the maximum number of parallel mutating requests. Every further
    	// request has to wait.
    	MaxMutatingRequestsInFlight int
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:22 UTC 2024
    - 47.7K bytes
    - Viewed (0)
  6. common-protos/k8s.io/api/extensions/v1beta1/generated.proto

      optional bool paused = 7;
    
      // DEPRECATED.
      // The config this deployment is rolling back to. Will be cleared after rollback is done.
      // +optional
      optional RollbackConfig rollbackTo = 8;
    
      // The maximum time in seconds for a deployment to make progress before it
      // is considered to be failed. The deployment controller will continue to
      // process failed deployments and a condition with a ProgressDeadlineExceeded
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 45.6K bytes
    - Viewed (0)
  7. doc/godebug.md

    defaults to `x509keypairleaf=1`. Previous versions default to
    `x509keypairleaf=0`.
    
    ### Go 1.22
    
    Go 1.22 adds a configurable limit to control the maximum acceptable RSA key size
    that can be used in TLS handshakes, controlled by the [`tlsmaxrsasize` setting](/pkg/crypto/tls#Conn.Handshake).
    The default is tlsmaxrsasize=8192, limiting RSA to 8192-bit keys. To avoid
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 17:52:17 UTC 2024
    - 15.9K bytes
    - Viewed (0)
  8. licenses/github.com/hashicorp/go-version/LICENSE

         file or files, that is not Covered Software.
    
    1.8. “License”
    
         means this document.
    
    1.9. “Licensable”
    
         means having the right to grant, to the maximum extent possible, whether at the
         time of the initial grant or subsequently, any and all of the rights conveyed by
         this License.
    
    1.10. “Modifications”
    
         means any of the following:
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 15:59:40 UTC 2024
    - 15.6K bytes
    - Viewed (0)
  9. pkg/kubelet/volumemanager/volume_manager.go

    	// DesiredStateOfWorldPopulator loop waits between successive executions
    	desiredStateOfWorldPopulatorLoopSleepPeriod = 100 * time.Millisecond
    
    	// podAttachAndMountTimeout is the maximum amount of time the
    	// WaitForAttachAndMount call will wait for all volumes in the specified pod
    	// to be attached and mounted. Even though cloud operations can take several
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 21.5K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/transforms/passes.td

      let options = [
        Option<"default_min_", "default-min", "double", "-1.0",
                   "Default minimum value for TFLite quantization">,
        Option<"default_max_", "default-max", "double", "1.0",
                   "Default maximum value for TFLite quantization">,
        Option<"is_signed_", "is-signed", "bool", "false",
                   "Is the corresponding integer signed">,
      ];
    }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 20:30:06 UTC 2024
    - 22.6K bytes
    - Viewed (0)
Back to top