Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 26 for Appendp (0.19 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. staging/src/k8s.io/api/resource/v1alpha2/generated.pb.go

    			}
    			postIndex := iNdEx + msglen
    			if postIndex < 0 {
    				return ErrInvalidLengthGenerated
    			}
    			if postIndex > l {
    				return io.ErrUnexpectedEOF
    			}
    			m.ResourceHandles = append(m.ResourceHandles, ResourceHandle{})
    			if err := m.ResourceHandles[len(m.ResourceHandles)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
    				return err
    			}
    			iNdEx = postIndex
    		case 2:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 17:07:36 UTC 2024
    - 261.9K bytes
    - Viewed (0)
  9. 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 (0)
  10. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    odes);else{let t=i.nodes,r,n=-1,a,s,o,u=SS(i);if(u.forEach((c,f)=>{if(e(c.name))r=c,n=f,s=o;else{let d=o;o=c.clone({nodes:[]}),d&&o.append(d),a=a||o}}),r?s?(a.append(t),r.after(s)):r.after(t):i.after(t),i.next()&&r){let c;u.slice(0,n+1).forEach((f,d,p)=>{let m=c;c=f.clone({nodes:[]}),m&&c.append(m);let b=[],y=(p[d-1]||i).next();for(;y;)b.push(y),y=y.next();c.append(b)}),c&&(s||t[t.length-1]).after(c)}}i.remove()}var Ra=Symbol("rootRuleMergeSel"),Mp=Symbol("rootRuleEscapes");function AS(i){let{pa...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (0)
Back to top