Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for de (0.23 sec)

  1. internal/bucket/lifecycle/delmarker-expiration.go

    	}
    
    	*de = DelMarkerExpiration(dexp)
    	return nil
    }
    
    // MarshalXML encodes a DelMarkerExpiration value into an XML element
    func (de DelMarkerExpiration) MarshalXML(enc *xml.Encoder, start xml.StartElement) error {
    	if de.Empty() {
    		return nil
    	}
    
    	type delMarkerExpiration DelMarkerExpiration
    	return enc.EncodeElement(delMarkerExpiration(de), start)
    }
    
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Wed May 01 01:11:10 GMT 2024
    - 2.3K bytes
    - Viewed (0)
  2. docs/en/mkdocs.yml

        link: https://tiangolo.com
      alternate:
      - link: /
        name: en - English
      - link: /az/
        name: az - azərbaycan dili
      - link: /bn/
        name: bn - বাংলা
      - link: /de/
        name: de - Deutsch
      - link: /es/
        name: es - español
      - link: /fa/
        name: fa - فارسی
      - link: /fr/
        name: fr - français
      - link: /he/
        name: he - עברית
      - link: /hu/
    Others
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu May 02 22:37:31 GMT 2024
    - 9.1K bytes
    - Viewed (0)
Back to top