Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for gd (0.16 sec)

  1. cmd/site-replication.go

    	if cntReplicated > 0 && cntReplicated != total {
    		return false
    	}
    	// check if policies match between sites
    	var prev madmin.GroupDesc
    	for i, gd := range gds {
    		if i == 0 {
    			prev = gd
    			continue
    		}
    		if !isGroupDescEqual(prev, gd) {
    			return false
    		}
    	}
    	return true
    }
    
    func isBktQuotaCfgReplicated(total int, quotaCfgs []*madmin.BucketQuota) bool {
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Thu Apr 25 15:50:16 GMT 2024
    - 184.1K bytes
    - Viewed (1)
  2. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    veterinaire.fr
    
    // ga : https://en.wikipedia.org/wiki/.ga
    ga
    
    // gb : This registry is effectively dormant
    // Submitted by registry <******@****.***>
    gb
    
    // gd : https://en.wikipedia.org/wiki/.gd
    edu.gd
    gov.gd
    gd
    
    // ge : http://www.nic.net.ge/policy_en.pdf
    ge
    com.ge
    edu.ge
    gov.ge
    org.ge
    mil.ge
    net.ge
    pvt.ge
    
    // gf : https://en.wikipedia.org/wiki/.gf
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 240.3K bytes
    - Viewed (3)
Back to top