Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for de (0.26 sec)

  1. cmd/s3-zip-handlers.go

    	// Successful response.
    	w.WriteHeader(http.StatusOK)
    }
    
    // Update the passed zip object metadata with the zip contents info, file name, modtime, size, etc.
    // The returned zip index will de decrypted.
    func updateObjectMetadataWithZipInfo(ctx context.Context, objectAPI ObjectLayer, bucket, object string, opts ObjectOptions) ([]byte, error) {
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Tue Apr 09 10:41:25 GMT 2024
    - 15.8K bytes
    - Viewed (0)
  2. internal/pubsub/pubsub.go

    	atomic.StoreUint64(&ps.types, uint64(combined))
    	if wg != nil {
    		wg.Add(1)
    	}
    	go func() {
    		defer func() {
    			if wg != nil {
    				wg.Done()
    			}
    			// Clean up and de-register the subscriber
    			ps.Lock()
    			defer ps.Unlock()
    			var remainTypes Mask
    			for i, s := range ps.subs {
    				if s == sub {
    					ps.subs = append(ps.subs[:i], ps.subs[i+1:]...)
    				} else {
    Go
    - Registered: Sun Apr 21 19:28:08 GMT 2024
    - Last Modified: Tue Feb 06 16:57:30 GMT 2024
    - 5.2K bytes
    - Viewed (0)
  3. cmd/testdata/xl-meta-merge.zip

    Bµ~mFïpsve^Õ¹e]Z_o‘þÎûhq|Õ´z@÷^¤ªÜqŠVUoÙ¦ ah ¨µ$ Õ¢riHŽÕwtR}ZNiìˆjãTIUe{cG´^þœ„:7 ä†6ñ¤fwNZñM¾ ap Yl [cDfŽÐmPSqszïZB uBU~ãÛÏ Ÿ¥_ wyEˆŠ{MТli{Mô ðÏö {U\»¦ ªtexïcBkLys] `Jss¸V^ï¢`iÕN¼ +ºNm®ÜPK¢i}`ZãSlïv¾{}]òM¢@v}¼nÐ}Hiyò úÀ YNÜÉÑÐ <Þ¥V ons£zxA4¢x¯DŽ1ÅÒü ØÑüÁ./De|·` w·„Ó&Úøc²\{{^¸ ¯¦v^¯Ž#¾GÜ°~—_TÜŸ~KLãl²x{Žb©tùZyh {n¢X`e¨åá4V S, Ä*^ì» qay‘ øÔ¿Uc²xrA¢riîrkQ{òo¾ kukkòDK ^i¸HqòˆG¢YPqtìKjñTOª i~ uqrrIÊ Tª÷go +œ^Ø+FyppkRñZq cj ? WiPPIpÕˆ}ÖO¾BGÕî õÿ¯ˆol La‚¬}G\ZI¸tõ\u|ñÊíaxt:atD²CPù@A V]¥r² Ñ»>Lq]ò¦tuy^C^ï[ª}yåP°...
    ZIP Archive
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Fri Mar 08 17:50:48 GMT 2024
    - 30.2K bytes
    - Viewed (0)
  4. CREDITS

    --------------------------------------------------
    For the aclocal/ax_boost_base.m4 and contrib/fb303/aclocal/ax_boost_base.m4 components:
    
    #   Copyright (c) 2007 Thomas Porschberg <thomas@randspringer.de>
    #
    #   Copying and distribution of this file, with or without
    #   modification, are permitted in any medium without royalty provided
    #   the copyright notice and this notice are preserved.
    
    Plain Text
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Fri Apr 26 06:31:35 GMT 2024
    - 1.6M bytes
    - Viewed (0)
  5. cmd/metacache-entries.go

    			// of this fashion such as
    			//  - foo-1
    			//  - foo-1/
    			// we should avoid this situation by making sure that
    			// we compare the `foo-1/` after path.Clean() to
    			// de-dup the entries.
    			if path.Clean(best.name) == path.Clean(other.name) {
    				toMerge = append(toMerge, otherIdx)
    				continue
    			}
    			if best.name > other.name {
    				toMerge = toMerge[:0]
    				best = other
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Fri Apr 19 16:43:43 GMT 2024
    - 23.2K bytes
    - Viewed (0)
  6. cmd/object-api-utils.go

    	}
    
    	return &HTTPRangeSpec{Start: start, End: end}
    }
    
    // Returns the compressed offset which should be skipped.
    // If encrypted offsets are adjusted for encrypted block headers/trailers.
    // Since de-compression is after decryption encryption overhead is only added to compressedOffset.
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Mon Mar 11 11:55:34 GMT 2024
    - 35.6K bytes
    - Viewed (1)
  7. cmd/erasure-object.go

    				// delete marker, if not add a new version for this delete
    				// marker.
    				if versioned {
    					vr.VersionID = mustGetUUID()
    				}
    			}
    		}
    		// De-dup same object name to collect multiple versions for same object.
    		v, ok := versionsMap[objects[i].ObjectName]
    		if ok {
    			v.Versions = append(v.Versions, vr)
    		} else {
    			v = FileInfoVersions{
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Sun Apr 28 17:53:50 GMT 2024
    - 76.9K bytes
    - Viewed (2)
Back to top