Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 38 for ContentEncoding (0.24 sec)

  1. staging/src/k8s.io/apimachinery/pkg/runtime/types_proto.go

    	i -= len(m.ContentType)
    	copy(data[i:], m.ContentType)
    	i = encodeVarintGenerated(data, i, uint64(len(m.ContentType)))
    	i--
    	data[i] = 0x22
    	i -= len(m.ContentEncoding)
    	copy(data[i:], m.ContentEncoding)
    	i = encodeVarintGenerated(data, i, uint64(len(m.ContentEncoding)))
    	i--
    	data[i] = 0x1a
    	if b != nil {
    		if r, ok := b.(ProtobufReverseMarshaller); ok {
    			n1, err := r.MarshalToSizedBuffer(data[:i])
    			if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jul 25 18:54:00 UTC 2019
    - 2.6K bytes
    - Viewed (0)
  2. fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/impl/TikaExtractor.java

                                logger.debug("read the content as a text.");
                            }
                            if (contentEncoding == null) {
                                contentEncoding = Constants.UTF_8;
                            }
                            final String enc = contentEncoding;
                            content = getContent(writer -> {
                                BufferedReader br = null;
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Feb 22 01:36:27 UTC 2024
    - 24K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/runtime/types.go

    	// except for passing it through the system.
    	Raw []byte `json:"-" protobuf:"bytes,2,opt,name=raw"`
    	// ContentEncoding is encoding used to encode 'Raw' data.
    	// Unspecified means no encoding.
    	ContentEncoding string `protobuf:"bytes,3,opt,name=contentEncoding"`
    	// ContentType  is serialization method used to serialize 'Raw'.
    	// Unspecified means ContentTypeJSON.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 27 19:12:58 UTC 2023
    - 4.7K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/runtime/generated.pb.go

    	i -= len(m.ContentType)
    	copy(dAtA[i:], m.ContentType)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.ContentType)))
    	i--
    	dAtA[i] = 0x22
    	i -= len(m.ContentEncoding)
    	copy(dAtA[i:], m.ContentEncoding)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.ContentEncoding)))
    	i--
    	dAtA[i] = 0x1a
    	if m.Raw != nil {
    		i -= len(m.Raw)
    		copy(dAtA[i:], m.Raw)
    		i = encodeVarintGenerated(dAtA, i, uint64(len(m.Raw)))
    		i--
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 20.5K bytes
    - Viewed (0)
  5. common-protos/k8s.io/apimachinery/pkg/runtime/generated.proto

      // with a registered type. Most likely, nothing should be done with this
      // except for passing it through the system.
      optional bytes raw = 2;
    
      // ContentEncoding is encoding used to encode 'Raw' data.
      // Unspecified means no encoding.
      optional string contentEncoding = 3;
    
      // ContentType  is serialization method used to serialize 'Raw'.
      // Unspecified means ContentTypeJSON.
      optional string contentType = 4;
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apimachinery/pkg/runtime/generated.proto

      // with a registered type. Most likely, nothing should be done with this
      // except for passing it through the system.
      optional bytes raw = 2;
    
      // ContentEncoding is encoding used to encode 'Raw' data.
      // Unspecified means no encoding.
      optional string contentEncoding = 3;
    
      // ContentType  is serialization method used to serialize 'Raw'.
      // Unspecified means ContentTypeJSON.
      optional string contentType = 4;
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 26 17:14:05 UTC 2022
    - 4.2K bytes
    - Viewed (0)
  7. cmd/api-headers.go

    	}
    
    	if objInfo.ContentType != "" {
    		w.Header().Set(xhttp.ContentType, objInfo.ContentType)
    	}
    
    	if objInfo.ContentEncoding != "" {
    		w.Header().Set(xhttp.ContentEncoding, objInfo.ContentEncoding)
    	}
    
    	if !objInfo.Expires.IsZero() {
    		w.Header().Set(xhttp.Expires, objInfo.Expires.UTC().Format(http.TimeFormat))
    	}
    
    	// Set tag count if object has tags
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue May 28 04:44:00 UTC 2024
    - 7K bytes
    - Viewed (0)
  8. cmd/handler-utils.go

    		if equals(k, xhttp.AmzMetaUnencryptedContentLength, xhttp.AmzMetaUnencryptedContentMD5) {
    			delete(metadata, k)
    		}
    	}
    
    	if contentEncoding, ok := metadata[strings.ToLower(xhttp.ContentEncoding)]; ok {
    		contentEncoding = trimAwsChunkedContentEncoding(contentEncoding)
    		if contentEncoding != "" {
    			// Make sure to trim and save the content-encoding
    			// parameter for a streaming signature which is set
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:31:51 UTC 2024
    - 15.5K bytes
    - Viewed (0)
  9. api/api-rules/aggregator_violation_exceptions.list

    API rule violation: names_match,k8s.io/apimachinery/pkg/apis/meta/v1,StatusCause,Type
    API rule violation: names_match,k8s.io/apimachinery/pkg/apis/meta/v1,Time,Time
    API rule violation: names_match,k8s.io/apimachinery/pkg/runtime,Unknown,ContentEncoding
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:20 UTC 2023
    - 784 bytes
    - Viewed (0)
  10. api/api-rules/sample_apiserver_violation_exceptions.list

    API rule violation: names_match,k8s.io/apimachinery/pkg/apis/meta/v1,StatusCause,Type
    API rule violation: names_match,k8s.io/apimachinery/pkg/apis/meta/v1,Time,Time
    API rule violation: names_match,k8s.io/apimachinery/pkg/runtime,Unknown,ContentEncoding
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:22 UTC 2023
    - 784 bytes
    - Viewed (0)
Back to top