Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 16 for wcap (0.1 sec)

  1. staging/src/k8s.io/api/resource/v1alpha2/generated.pb.go

    }
    func (m *AllocationResult) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *AllocationResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    	b = b[:cap(b)]
    	n, err := m.MarshalToSizedBuffer(b)
    	if err != nil {
    		return nil, err
    	}
    	return b[:n], nil
    }
    func (m *AllocationResult) XXX_Merge(src proto.Message) {
    	xxx_messageInfo_AllocationResult.Merge(m, src)
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 17:07:36 UTC 2024
    - 261.9K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/extensions/v1beta1/generated.pb.go

    	return fileDescriptor_90a532284de28347, []int{0}
    }
    func (m *DaemonSet) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *DaemonSet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    	b = b[:cap(b)]
    	n, err := m.MarshalToSizedBuffer(b)
    	if err != nil {
    		return nil, err
    	}
    	return b[:n], nil
    }
    func (m *DaemonSet) XXX_Merge(src proto.Message) {
    	xxx_messageInfo_DaemonSet.Merge(m, src)
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 293.3K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/generated.pb.go

    	return fileDescriptor_a8431b6e0aeeb761, []int{0}
    }
    func (m *APIGroup) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *APIGroup) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    	b = b[:cap(b)]
    	n, err := m.MarshalToSizedBuffer(b)
    	if err != nil {
    		return nil, err
    	}
    	return b[:n], nil
    }
    func (m *APIGroup) XXX_Merge(src proto.Message) {
    	xxx_messageInfo_APIGroup.Merge(m, src)
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 281.4K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/generated.pb.go

    }
    func (m *ConversionRequest) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *ConversionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    	b = b[:cap(b)]
    	n, err := m.MarshalToSizedBuffer(b)
    	if err != nil {
    		return nil, err
    	}
    	return b[:n], nil
    }
    func (m *ConversionRequest) XXX_Merge(src proto.Message) {
    	xxx_messageInfo_ConversionRequest.Merge(m, src)
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 244.4K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssagen/ssa.go

    	//
    	// a := &s
    	// ptr, len, cap := s
    	// len += 3
    	// if uint(len) > uint(cap) {
    	//    ptr, len, cap = growslice(ptr, len, cap, 3, typ)
    	//    vardef(a)    // if necessary, advise liveness we are writing a new a
    	//    *a.cap = cap // write before ptr to avoid a spill
    	//    *a.ptr = ptr // with write barrier
    	// }
    	// *a.len = len
    	// // with write barriers, if needed:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  6. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    e":"pre"},".whitespace-pre-line":{"white-space":"pre-line"},".whitespace-pre-wrap":{"white-space":"pre-wrap"},".whitespace-break-spaces":{"white-space":"break-spaces"}})},textWrap:({addUtilities:i})=>{i({".text-wrap":{"text-wrap":"wrap"},".text-nowrap":{"text-wrap":"nowrap"},".text-balance":{"text-wrap":"balance"},".text-pretty":{"text-wrap":"pretty"}})},wordBreak:({addUtilities:i})=>{i({".break-normal":{"overflow-wrap":"normal","word-break":"normal"},".break-words":{"overflow-wrap":"break-word"...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (1)
  7. doc/go_spec.html

    </p>
    
    <pre>
    s := make([]int, 10, 100)       // slice with len(s) == 10, cap(s) == 100
    s := make([]int, 1e3)           // slice with len(s) == cap(s) == 1000
    s := make([]int, 1&lt;&lt;63)         // illegal: len(s) is not representable by a value of type int
    s := make([]int, 10, 0)         // illegal: len(s) > cap(s)
    c := make(chan int, 10)         // channel with a buffer size of 10
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (1)
  8. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <glob pattern="*.zoo"/>
      </mime-type>
    
      <mime-type type="application/x400-bp"/>
      <mime-type type="application/xcap-att+xml"/>
      <mime-type type="application/xcap-caps+xml"/>
      <mime-type type="application/xcap-el+xml"/>
      <mime-type type="application/xcap-error+xml"/>
      <mime-type type="application/xcap-ns+xml"/>
      <mime-type type="application/xcon-conference-info-diff+xml"/>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

      // CHECK-NEXT: %[[DIM:.*]] = mhlo.constant dense<32> : tensor<i32>
      // CHECK-NEXT: %[[WRAP:.*]] = chlo.broadcast_add %[[INDEX2]], %[[DIM]] : (tensor<i32>, tensor<i32>) -> tensor<i32>
      // CHECK-NEXT: %[[INDEX3:.*]] = mhlo.select %[[CMP]], %[[WRAP]], %[[INDEX2]] :
      // CHECK-DAG-SAME: (tensor<i1>, tensor<i32>, tensor<i32>) -> tensor<i32>
      // CHECK-NEXT: %[[SLICED:.*]] = "mhlo.dynamic_slice"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
  10. prow/config/calico.yaml

                  bpfLogFilters:
                    additionalProperties:
                      type: string
                    description: "BPFLogFilters is a map of key=values where the value
                      is a pcap filter expression and the key is an interface name with
                      'all' denoting all interfaces, 'weps' all workload endpoints and
                      'heps' all host endpoints. \n When specified as an env var, it accepts
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
Back to top