Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for SZ (0.07 sec)

  1. cmd/bucket-replication.go

    					},
    				})
    				sz := roi.Size
    				if err != nil {
    					if roi.DeleteMarker && isErrMethodNotAllowed(ErrorRespToObjectError(err, opts.bucket, roi.Name)) {
    						st.ReplicatedCount++
    					} else {
    						st.FailedCount++
    					}
    					sz = 0
    				} else {
    					st.ReplicatedCount++
    					st.ReplicatedSize += roi.Size
    				}
    				traceFn(sz, err)
    				select {
    				case <-ctx.Done():
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Oct 10 06:49:55 UTC 2024
    - 116.1K bytes
    - Viewed (0)
  2. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // see also: http://www.gobin.info/domainname/sy.doc
    sy
    edu.sy
    gov.sy
    net.sy
    mil.sy
    com.sy
    org.sy
    
    // sz : https://en.wikipedia.org/wiki/.sz
    // http://www.sispa.org.sz/
    sz
    co.sz
    ac.sz
    org.sz
    
    // tc : https://en.wikipedia.org/wiki/.tc
    tc
    
    // td : https://en.wikipedia.org/wiki/.td
    td
    
    // tel: https://en.wikipedia.org/wiki/.tel
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
Back to top