Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 147 for data0 (0.06 sec)

  1. pkg/kube/inject/testdata/inputs/default.template.gen.yaml

            {{- if eq .Values.global.pilotCertProvider "kubernetes" }}
            - mountPath: /var/run/secrets/istio/kubernetes
              name: kube-ca-cert
            {{- end }}
            - mountPath: /var/lib/istio/data
              name: istio-data
            {{ if (isset .ObjectMeta.Annotations `sidecar.istio.io/bootstrapOverride`) }}
            - mountPath: /etc/istio/custom-bootstrap
              name: custom-bootstrap-volume
            {{- end }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 75.9K bytes
    - Viewed (0)
  2. src/encoding/xml/marshal_test.go

    	{
    		Value:         &Data{},
    		ExpectXML:     `<Data></Data>`,
    		UnmarshalOnly: true,
    	},
    	{
    		Value:         &Data{Bytes: []byte{}, Custom: MyBytes{}, Attr: []byte{}},
    		ExpectXML:     `<Data Attr=""><Bytes></Bytes><Custom></Custom></Data>`,
    		UnmarshalOnly: true,
    	},
    
    	// Check that []byte works, including named []byte types.
    	{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 08 18:46:41 UTC 2024
    - 66K bytes
    - Viewed (0)
  3. pkg/apis/certificates/validation/validation_test.go

    			},
    		},
    		"CSR with invalid request data should fail": {
    			csr: capi.CertificateSigningRequest{
    				ObjectMeta: validObjectMeta,
    				Spec: capi.CertificateSigningRequestSpec{
    					Usages:     validUsages,
    					SignerName: validSignerName,
    					Request:    []byte("invalid data"),
    				},
    			},
    			errs: field.ErrorList{
    				field.Invalid(specPath.Child("request"), []byte("invalid data"), "PEM block type must be CERTIFICATE REQUEST"),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 03 18:40:49 UTC 2023
    - 61K bytes
    - Viewed (0)
  4. cmd/xl-storage_test.go

    		t.Fatalf("Unable to create volume %s: %v", volume, err)
    	}
    	data := make([]byte, 8*1024)
    	if _, err = io.ReadFull(rand.Reader, data); err != nil {
    		t.Fatalf("Unable to create generate random data: %v", err)
    	}
    	if err = xlStorage.AppendFile(context.Background(), volume, object, data); err != nil {
    		t.Fatalf("Unable to create object: %v", err)
    	}
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Apr 11 17:45:28 UTC 2024
    - 66.7K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/flatbuffer_import.cc

        if (metadata->name == tflite::kModelControlDependenciesMetadataKey) {
          const std::vector<uint8_t>& data = model->buffers[metadata->buffer]->data;
          if (!ParseModelControlDependencies(
                  reinterpret_cast<const char*>(data.data()), data.size(),
                  &model_control_dependencies)) {
            return emitError(base_loc,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 66.8K bytes
    - Viewed (0)
  6. src/html/template/escape_test.go

    		},
    		{
    			`<a xmlnsxyz`,
    			context{state: stateAttrName},
    		},
    		{
    			`<a data-url`,
    			context{state: stateAttrName, attr: attrURL},
    		},
    		{
    			`<a data-iconUri`,
    			context{state: stateAttrName, attr: attrURL},
    		},
    		{
    			`<a data-urlItem`,
    			context{state: stateAttrName, attr: attrURL},
    		},
    		{
    			`<a g:`,
    			context{state: stateAttrName},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 16 03:29:27 UTC 2023
    - 56.2K bytes
    - Viewed (0)
  7. src/time/time.go

    func (t *Time) UnmarshalJSON(data []byte) error {
    	if string(data) == "null" {
    		return nil
    	}
    	// TODO(https://go.dev/issue/47353): Properly unescape a JSON string.
    	if len(data) < 2 || data[0] != '"' || data[len(data)-1] != '"' {
    		return errors.New("Time.UnmarshalJSON: input is not a JSON string")
    	}
    	data = data[len(`"`) : len(data)-len(`"`)]
    	var err error
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 50.7K bytes
    - Viewed (0)
  8. src/crypto/tls/handshake_client_test.go

    	// *ecdsa.PrivateKey which is the private key for the reference server.
    	key any
    	// extensions, if not nil, contains a list of extension data to be returned
    	// from the ServerHello. The data should be in standard TLS format with
    	// a 2-byte uint16 type, 2-byte data length, followed by the extension data.
    	extensions [][]byte
    	// validate, if not nil, is a function that will be called with the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 88.7K bytes
    - Viewed (0)
  9. pkg/kubelet/server/server_test.go

    		"min port":                      {port: "1", shouldError: false},
    		"normal port":                   {port: "8000", shouldError: false},
    		"normal port with data forward": {port: "8000", clientData: "client data", containerData: "container data", shouldError: false},
    		"max port":                      {port: "65535", shouldError: false},
    		"normal port with uid":          {port: "8000", uid: true, shouldError: false},
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 51.5K bytes
    - Viewed (0)
  10. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"application/x-rar-compressed",
    				"application/x-roxio-toast",
    				"application/x-rpm",
    				"application/x-sas",
    				"application/x-sas-program-data",
    				"application/x-sas-audit",
    				"application/x-sas-data",
    				"application/x-sas-view",
    				"application/x-sas-data-index",
    				"application/x-sas-catalog",
    				"application/x-sas-access",
    				"application/x-sas-fdb",
    				"application/x-sas-mddb",
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
Back to top