Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 1,427 for data_ (0.06 sec)

  1. pkg/volume/configmap/configmap_test.go

    		pluginMgr     = volume.VolumePluginMgr{}
    		tempDir, host = newTestHost(t, client)
    	)
    	volumeSpec.VolumeSource.ConfigMap.Items = []v1.KeyToPath{
    		{Key: "data-1", Path: "data-1"},
    		{Key: "data-2", Path: "data-2"},
    		{Key: "data-3", Path: "data-3"},
    		{Key: "missing", Path: "missing"},
    	}
    	volumeSpec.VolumeSource.ConfigMap.Optional = &trueVal
    
    	defer os.RemoveAll(tempDir)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Sep 16 11:12:06 UTC 2022
    - 19.9K bytes
    - Viewed (0)
  2. src/debug/gosym/pclntab.go

    	if len(t.Data) < 16 || t.Data[4] != 0 || t.Data[5] != 0 ||
    		(t.Data[6] != 1 && t.Data[6] != 2 && t.Data[6] != 4) || // pc quantum
    		(t.Data[7] != 4 && t.Data[7] != 8) { // pointer size
    		return
    	}
    
    	var possibleVersion version
    	leMagic := binary.LittleEndian.Uint32(t.Data)
    	beMagic := binary.BigEndian.Uint32(t.Data)
    	switch {
    	case leMagic == go12magic:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jan 25 19:43:24 UTC 2024
    - 18.8K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/runtime/serializer/json/json_test.go

    		yaml    bool
    		pretty  bool
    		strict  bool
    
    		data       []byte
    		defaultGVK *schema.GroupVersionKind
    		into       runtime.Object
    
    		errFn          func(error) bool
    		expectedObject runtime.Object
    		expectedGVK    *schema.GroupVersionKind
    	}
    
    	testCases := []testCase{
    		// missing metadata without into, typed creater
    		{
    			data: []byte("{}"),
    
    			expectedGVK: &schema.GroupVersionKind{},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 04 15:55:02 UTC 2024
    - 40K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/apis/example2/v1/generated.pb.go

    	}
    	i--
    	dAtA[i] = 0x12
    	{
    		size, err := m.ObjectMeta.MarshalToSizedBuffer(dAtA[:i])
    		if err != nil {
    			return 0, err
    		}
    		i -= size
    		i = encodeVarintGenerated(dAtA, i, uint64(size))
    	}
    	i--
    	dAtA[i] = 0xa
    	return len(dAtA) - i, nil
    }
    
    func (m *ReplicaSetSpec) Marshal() (dAtA []byte, err error) {
    	size := m.Size()
    	dAtA = make([]byte, size)
    	n, err := m.MarshalToSizedBuffer(dAtA[:size])
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 18.4K bytes
    - Viewed (0)
  5. cmd/erasure-decode_test.go

    		if err != nil {
    			t.Fatalf("Test %d: failed to create ErasureStorage: %v", i, err)
    		}
    		disks := setup.disks
    		data := make([]byte, test.data)
    		if _, err = io.ReadFull(crand.Reader, data); err != nil {
    			t.Fatalf("Test %d: failed to generate random test data: %v", i, err)
    		}
    
    		writeAlgorithm := test.algorithm
    		if !test.algorithm.Available() {
    			writeAlgorithm = DefaultBitrotAlgorithm
    		}
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jan 30 20:43:25 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  6. src/cmd/covdata/dump.go

    }
    
    func (d *dstate) VisitFuncCounterData(data decodecounter.FuncPayload) {
    	if nf, ok := d.pkm[data.PkgIdx]; !ok || data.FuncIdx > nf {
    		warn("func payload inconsistency: id [p=%d,f=%d] nf=%d len(ctrs)=%d in VisitFuncCounterData, ignored", data.PkgIdx, data.FuncIdx, nf, len(data.Counters))
    		return
    	}
    	key := pkfunc{pk: data.PkgIdx, fcn: data.FuncIdx}
    	val, found := d.mm[key]
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 23 11:36:57 UTC 2023
    - 11.2K bytes
    - Viewed (0)
  7. tests/test_openapi_examples.py

                    "value": {"data": "Data in Body examples, example1"},
                },
                "Example Two": {
                    "value": {"data": "Data in Body examples, example2"},
                },
            },
        ),
    ):
        return item
    
    
    @app.get("/path_examples/{item_id}")
    def path_examples(
        item_id: str = Path(
            examples=[
                "json_schema_item_1",
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Tue Oct 24 20:26:06 UTC 2023
    - 17K bytes
    - Viewed (0)
  8. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/components/KtFirMetadataCalculator.kt

            Metadata(
                kind = kind.id,
                metadataVersion = metadataVersion.toArray(),
                data1 = JvmProtoBufUtil.writeData(message, stringTable),
                data2 = stringTable.strings.toTypedArray(),
                extraInt = JvmBackendExtension.Default.generateMetadataExtraFlags(JvmAbiStability.STABLE) or
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 29 20:26:34 UTC 2024
    - 9.9K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/img/javaPluginTasks.graphml

            </y:ShapeNode>
          </data>
        </node>
        <edge id="e0" source="n1" target="n4">
          <data key="d9">
            <y:QuadCurveEdge straightness="0.1">
              <y:Path sx="70.0" sy="-0.0" tx="-70.0" ty="7.5"/>
              <y:LineStyle color="#000000" type="line" width="1.0"/>
              <y:Arrows source="delta" target="none"/>
            </y:QuadCurveEdge>
          </data>
        </edge>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 15.3K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/storagemigration/v1alpha1/generated.pb.go

    	i := len(dAtA)
    	_ = i
    	var l int
    	_ = l
    	i -= len(m.Resource)
    	copy(dAtA[i:], m.Resource)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.Resource)))
    	i--
    	dAtA[i] = 0x1a
    	i -= len(m.Version)
    	copy(dAtA[i:], m.Version)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.Version)))
    	i--
    	dAtA[i] = 0x12
    	i -= len(m.Group)
    	copy(dAtA[i:], m.Group)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 43.7K bytes
    - Viewed (0)
Back to top