Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 11 - 13 of 13 for G2 (0.04 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. cmd/site-replication.go

    		}
    	}
    	return nil
    }
    
    func isGroupDescEqual(g1, g2 madmin.GroupDesc) bool {
    	if g1.Name != g2.Name ||
    		g1.Status != g2.Status ||
    		g1.Policy != g2.Policy {
    		return false
    	}
    	if len(g1.Members) != len(g2.Members) {
    		return false
    	}
    	for _, v1 := range g1.Members {
    		var found bool
    		if slices.Contains(g2.Members, v1) {
    			found = true
    		}
    		if !found {
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 184.8K bytes
    - Click Count (1)
  2. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <glob pattern="*.qfx"/>
      </mime-type>
      <mime-type type="application/vnd.iptc.g2.catalogitem+xml"/>
      <mime-type type="application/vnd.iptc.g2.conceptitem+xml"/>
      <mime-type type="application/vnd.iptc.g2.knowledgeitem+xml"/>
      <mime-type type="application/vnd.iptc.g2.newsitem+xml"/>
        
      <mime-type type="application/vnd.iptc.g2.newsmessage+xml">
        <root-XML localName="newsMessage"/>
    Created: Sat Dec 20 11:21:39 GMT 2025
    - Last Modified: Thu Oct 16 07:46:32 GMT 2025
    - 320.2K bytes
    - Click Count (5)
  3. lib/fips140/v1.0.0-c2097c7c.zip

    ringDecodeAndDecompr. g1 := ringDecodeAndDecompr(b[:encodingSize10], 10) g2 := ringDecodeAndDecompr((*[encodingSize10]byte)(b)) if g1 != g2 { t.Errorf("ringDecodeAndDecompr = %v, ringDecodeAndDecompr = %v", g1, g2) } g1 = ringDecodeAndDecompr(b[:encodingSize4], 4) g2 = ringDecodeAndDecompr((*[encodingSize4]byte)(b)) if g1 != g2 { t.Errorf("ringDecodeAndDecompr = %v, ringDecodeAndDecompr = %v", g1, g2) } g1 = ringDecodeAndDecompr(b[:encodingSize1], 1) g2 = ringDecodeAndDecompr((*[encodingSize1]byte)(b)) if g1 !=...
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Thu Sep 25 19:53:19 GMT 2025
    - 642.7K bytes
    - Click Count (0)
Back to Top