Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 25 for data0 (0.12 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/generated.pb.go

    	i--
    	dAtA[i] = 0x22
    	i -= len(m.Format)
    	copy(dAtA[i:], m.Format)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.Format)))
    	i--
    	dAtA[i] = 0x1a
    	i -= len(m.Type)
    	copy(dAtA[i:], m.Type)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.Type)))
    	i--
    	dAtA[i] = 0x12
    	i -= len(m.Name)
    	copy(dAtA[i:], m.Name)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.Name)))
    	i--
    	dAtA[i] = 0xa
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 248K bytes
    - Viewed (0)
  2. src/net/http/h2_bundle.go

    		if n > 0 {
    			buf.Truncate(buf.Len() - 1) // remove trailing comma
    		}
    	case *http2DataFrame:
    		data := f.Data()
    		const max = 256
    		if len(data) > max {
    			data = data[:max]
    		}
    		fmt.Fprintf(&buf, " data=%q", data)
    		if len(f.Data()) > max {
    			fmt.Fprintf(&buf, " (%d bytes omitted)", len(f.Data())-max)
    		}
    	case *http2WindowUpdateFrame:
    		if f.StreamID == 0 {
    			buf.WriteString(" (conn)")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/core/v1/types.go

    	// base64 encoded string, representing the arbitrary (possibly non-string)
    	// data value here. Described in https://tools.ietf.org/html/rfc4648#section-4
    	// +optional
    	Data map[string][]byte `json:"data,omitempty" protobuf:"bytes,2,rep,name=data"`
    
    	// stringData allows specifying non-binary secret data in string form.
    	// It is provided as a write-only input field for convenience.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  4. pkg/apis/core/validation/validation.go

    		}
    		if !reflect.DeepEqual(newSecret.Data, oldSecret.Data) {
    			allErrs = append(allErrs, field.Forbidden(field.NewPath("data"), "field is immutable when `immutable` is set"))
    		}
    		// We don't validate StringData, as it was already converted back to Data
    		// before validation is happening.
    	}
    
    	allErrs = append(allErrs, ValidateSecret(newSecret)...)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  5. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        </magic>
        <sub-class-of type="application/x-mysql-db"/>
      </mime-type>
      <mime-type type="application/x-mysql-misam-data">
        <_comment>MySQL MISAM Data</_comment>
        <glob pattern="*.MYD"/>
        <!-- MISAM Data files are header-less, so no magic -->
        <sub-class-of type="application/x-mysql-db"/>
      </mime-type>
      <mime-type type="application/x-nesrom">
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  6. pkg/proxy/iptables/proxier_test.go

    	}
    	assert.Contains(t, fp.iptablesData.String(), "-X KUBE-SVC-EBDQOQU5SJFXRIL3", "iptables data does not contain chain deletion")
    	assert.Contains(t, fp.iptablesData.String(), "-X KUBE-SEP-SU5STNODRYEWJAUF", "iptables data does not contain endpoint deletions")
    
    	// force a full sync and count
    	fp.forceSyncProxyRules()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.13.md

      - [Deprecations](#deprecations)
      - [Major Themes](#major-themes)
        - [SIG API Machinery](#sig-api-machinery)
        - [SIG Auth](#sig-auth)
        - [SIG AWS](#sig-aws)
        - [SIG Azure](#sig-azure)
        - [SIG Big Data](#sig-big-data)
        - [SIG CLI](#sig-cli)
        - [SIG Cloud Provider](#sig-cloud-provider)
        - [SIG Cluster Lifecycle](#sig-cluster-lifecycle)
        - [SIG IBM Cloud](#sig-ibm-cloud)
        - [SIG Multicluster](#sig-multicluster)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 273.1K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiextensions-apiserver/pkg/generated/openapi/zz_generated.openapi.go

    								"x-kubernetes-list-type": "atomic",
    							},
    						},
    						SchemaProps: spec.SchemaProps{
    							Description: "Extended data associated with the reason.  Each reason may define its own extended details. This field is optional and the data returned is not guaranteed to conform to any schema except that defined by the reason type.",
    							Ref:         ref("k8s.io/apimachinery/pkg/apis/meta/v1.StatusDetails"),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:17 UTC 2024
    - 329.7K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1_openapi.json

                    "$ref": "#/components/schemas/io.k8s.apimachinery.pkg.apis.meta.v1.StatusDetails"
                  }
                ],
                "description": "Extended data associated with the reason.  Each reason may define its own extended details. This field is optional and the data returned is not guaranteed to conform to any schema except that defined by the reason type.",
                "x-kubernetes-list-type": "atomic"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 388.1K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/ssagen/ssa.go

    }
    
    // StringData returns a symbol which
    // is the data component of a global string constant containing s.
    func (e *ssafn) StringData(s string) *obj.LSym {
    	if aux, ok := e.strings[s]; ok {
    		return aux
    	}
    	if e.strings == nil {
    		e.strings = make(map[string]*obj.LSym)
    	}
    	data := staticdata.StringSym(e.curfn.Pos(), s)
    	e.strings[s] = data
    	return data
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
Back to top