Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 49 for capped (0.14 sec)

  1. src/net/http/h2_bundle.go

    }
    
    func (f *http2Framer) writeByte(v byte) { f.wbuf = append(f.wbuf, v) }
    
    func (f *http2Framer) writeBytes(v []byte) { f.wbuf = append(f.wbuf, v...) }
    
    func (f *http2Framer) writeUint16(v uint16) { f.wbuf = append(f.wbuf, byte(v>>8), byte(v)) }
    
    func (f *http2Framer) writeUint32(v uint32) {
    	f.wbuf = append(f.wbuf, byte(v>>24), byte(v>>16), byte(v>>8), byte(v))
    }
    
    const (
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  2. pkg/apis/core/validation/validation.go

    		if len(vol.Name) == 0 {
    			el = append(el, field.Required(namePath, ""))
    		} else {
    			el = append(el, ValidateDNS1123Label(vol.Name, namePath)...)
    		}
    		if allNames.Has(vol.Name) {
    			el = append(el, field.Duplicate(namePath, vol.Name))
    		}
    		if len(el) == 0 {
    			allNames.Insert(vol.Name)
    			vols[vol.Name] = vol.VolumeSource
    		} else {
    			allErrs = append(allErrs, el...)
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__storage.k8s.io__v1_openapi.json

    <signedNumber> | \"E\" <signedNumber> ```\n\nNo matter which of the three exponent forms is used, no quantity may represent a number greater than 2^63-1 in magnitude, nor may it have more than 3 decimal places. Numbers larger or more precise will be capped or rounded up. (E.g.: 0.1m will rounded up to 1m.) This may be extended in the future if we require larger or smaller quantities.\n\nWhen a Quantity is parsed from a string, it will remember the type of suffix it had, and will use the same type again...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 481.9K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__batch__v1_openapi.json

              },
              "dataSourceRef": {
                "allOf": [
                  {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  5. doc/go_spec.html

    s3 := append(s2, s0...)            // append a slice              s3 is []int{0, 0, 2, 3, 5, 7, 0, 0}
    s4 := append(s3[3:6], s3[2:]...)   // append overlapping slice    s4 is []int{3, 5, 7, 2, 3, 5, 7, 0, 0}
    
    var t []interface{}
    t = append(t, 42, 3.1415, "foo")   //                             t is []interface{}{42, 3.1415, "foo"}
    
    var b []byte
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (1)
  6. src/cmd/compile/internal/ssagen/ssa.go

    				if s.canSSA(n.X) {
    					if base.Debug.Append > 0 { // replicating old diagnostic message
    						base.WarnfAt(n.Pos(), "append: len-only update (in local slice)")
    					}
    					break
    				}
    				if base.Debug.Append > 0 {
    					base.WarnfAt(n.Pos(), "append: len-only update")
    				}
    				s.append(rhs, true)
    				return
    			}
    		}
    
    		if ir.IsBlank(n.X) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/generated.pb.go

    		i--
    		dAtA[i] = 0x2
    		i--
    		dAtA[i] = 0x9a
    	}
    	if len(m.Definitions) > 0 {
    		keysForDefinitions := make([]string, 0, len(m.Definitions))
    		for k := range m.Definitions {
    			keysForDefinitions = append(keysForDefinitions, string(k))
    		}
    		github_com_gogo_protobuf_sortkeys.Strings(keysForDefinitions)
    		for iNdEx := len(keysForDefinitions) - 1; iNdEx >= 0; iNdEx-- {
    			v := m.Definitions[string(keysForDefinitions[iNdEx])]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 248K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/generated.pb.go

    		i--
    		dAtA[i] = 0x2
    		i--
    		dAtA[i] = 0x9a
    	}
    	if len(m.Definitions) > 0 {
    		keysForDefinitions := make([]string, 0, len(m.Definitions))
    		for k := range m.Definitions {
    			keysForDefinitions = append(keysForDefinitions, string(k))
    		}
    		github_com_gogo_protobuf_sortkeys.Strings(keysForDefinitions)
    		for iNdEx := len(keysForDefinitions) - 1; iNdEx >= 0; iNdEx-- {
    			v := m.Definitions[string(keysForDefinitions[iNdEx])]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 244.4K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/generated.pb.go

    			}
    			i--
    			dAtA[i] = 0x12
    		}
    	}
    	if len(m.MatchLabels) > 0 {
    		keysForMatchLabels := make([]string, 0, len(m.MatchLabels))
    		for k := range m.MatchLabels {
    			keysForMatchLabels = append(keysForMatchLabels, string(k))
    		}
    		github_com_gogo_protobuf_sortkeys.Strings(keysForMatchLabels)
    		for iNdEx := len(keysForMatchLabels) - 1; iNdEx >= 0; iNdEx-- {
    			v := m.MatchLabels[string(keysForMatchLabels[iNdEx])]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 281.4K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/extensions/v1beta1/generated.pb.go

    	}
    	i--
    	dAtA[i] = 0x1a
    	if len(m.UpdatedAnnotations) > 0 {
    		keysForUpdatedAnnotations := make([]string, 0, len(m.UpdatedAnnotations))
    		for k := range m.UpdatedAnnotations {
    			keysForUpdatedAnnotations = append(keysForUpdatedAnnotations, string(k))
    		}
    		github_com_gogo_protobuf_sortkeys.Strings(keysForUpdatedAnnotations)
    		for iNdEx := len(keysForUpdatedAnnotations) - 1; iNdEx >= 0; iNdEx-- {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 293.3K bytes
    - Viewed (0)
Back to top