Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for lh (0.04 sec)

  1. internal/bucket/object/lock/lock.go

    	holdStatus, ok := h[AmzObjectLockLegalHold]
    	if ok {
    		lh := parseLegalHoldStatus(holdStatus[0])
    		if !lh.Valid() {
    			return lhold, ErrUnknownWORMModeDirective
    		}
    		lhold = ObjectLegalHold{XMLNS: "http://s3.amazonaws.com/doc/2006-03-01/", Status: lh}
    	}
    	return lhold, nil
    }
    
    // ObjectLegalHold specified in
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Sat Jun 29 01:20:27 UTC 2024
    - 17.1K bytes
    - Viewed (0)
  2. cmd/metacache.go

    	// space - if you do so please run https://github.com/orijtech/structslop
    	// and verify if your changes are optimal.
    	ended        time.Time  `msg:"end"`
    	started      time.Time  `msg:"st"`
    	lastHandout  time.Time  `msg:"lh"`
    	lastUpdate   time.Time  `msg:"u"`
    	bucket       string     `msg:"b"`
    	filter       string     `msg:"flt"`
    	id           string     `msg:"id"`
    	error        string     `msg:"err"`
    	root         string     `msg:"root"`
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Jul 12 16:23:16 UTC 2024
    - 6K bytes
    - Viewed (0)
  3. src/cmd/asm/internal/asm/testdata/riscv64.s

    	BGEU	X5, X6, 2(PC)				// 63f46200
    
    	// 2.6: Load and Store Instructions
    	LW	(X5), X6				// 03a30200
    	LW	4(X5), X6				// 03a34200
    	LWU	(X5), X6				// 03e30200
    	LWU	4(X5), X6				// 03e34200
    	LH	(X5), X6				// 03930200
    	LH	4(X5), X6				// 03934200
    	LHU	(X5), X6				// 03d30200
    	LHU	4(X5), X6				// 03d34200
    	LB	(X5), X6				// 03830200
    	LB	4(X5), X6				// 03834200
    	LBU	(X5), X6				// 03c30200
    	LBU	4(X5), X6				// 03c34200
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Oct 25 12:05:29 UTC 2024
    - 16.8K bytes
    - Viewed (0)
Back to top