Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for content_ru (0.15 sec)

  1. src/archive/zip/reader_test.go

    	Mode     fs.FileMode
    	NonUTF8  bool
    	ModTime  time.Time
    	Modified time.Time
    
    	// Information describing expected zip file content.
    	// First, reading the entire content should produce the error ContentErr.
    	// Second, if ContentErr==nil, the content should match Content.
    	// If content is large, an alternative to setting Content is to set File,
    	// which names a file in the testdata/ directory containing the
    	// uncompressed expected content.
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Mar 27 18:23:49 GMT 2024
    - 55.3K bytes
    - Viewed (0)
  2. cmd/erasure-multipart.go

    	}
    
    	partInfo := ObjectPartInfo{
    		Number:     partID,
    		ETag:       md5hex,
    		Size:       n,
    		ActualSize: data.ActualSize(),
    		ModTime:    UTCNow(),
    		Index:      index,
    		Checksums:  r.ContentCRC(),
    	}
    
    	fi.Parts = []ObjectPartInfo{partInfo}
    	partFI, err := fi.MarshalMsg(nil)
    	if err != nil {
    		return pi, toObjectErr(err, minioMetaMultipartBucket, partPath)
    	}
    
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Sun Apr 28 17:53:50 GMT 2024
    - 43K bytes
    - Viewed (0)
Back to top