Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for LC (0.17 sec)

  1. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // Submitted by registry <******@****.***>
    lb
    com.lb
    edu.lb
    gov.lb
    net.lb
    org.lb
    
    // lc : https://en.wikipedia.org/wiki/.lc
    // see also: http://www.nic.lc/rules.htm
    lc
    com.lc
    net.lc
    co.lc
    org.lc
    edu.lc
    gov.lc
    
    // li : https://en.wikipedia.org/wiki/.li
    li
    
    // lk : https://www.nic.lk/index.php/domain-registration/lk-domain-naming-structure
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 240.3K bytes
    - Viewed (3)
  2. cmd/object-handlers.go

    		return
    	}
    
    	if !proxy.Proxy { // apply lifecycle rules only for local requests
    		// Automatically remove the object/version if an expiry lifecycle rule can be applied
    		if lc, err := globalLifecycleSys.Get(bucket); err == nil {
    			rcfg, err := globalBucketObjectLockSys.Get(bucket)
    			if err != nil {
    				writeErrorResponse(ctx, w, toAPIError(ctx, err), r.URL)
    				return
    			}
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu May 02 20:15:54 GMT 2024
    - 125.2K bytes
    - Viewed (0)
Back to top