Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 22 of 22 for svol (0.02 sec)

  1. cmd/xl-storage.go

    		}
    		volsInfo = append(volsInfo, VolInfo{
    			Name: pathutil.Clean(entry),
    		})
    	}
    	return volsInfo, nil
    }
    
    // StatVol - get volume info.
    func (s *xlStorage) StatVol(ctx context.Context, volume string) (vol VolInfo, err error) {
    	// Verify if volume is valid and it exists.
    	volumeDir, err := s.getVolDir(volume)
    	if err != nil {
    		return VolInfo{}, err
    	}
    
    	// Stat a volume entry.
    	var st os.FileInfo
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Sat Oct 26 09:58:27 UTC 2024
    - 91.3K bytes
    - Viewed (0)
  2. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    camdvr.org
    freeddns.org
    mywire.org
    webredirect.org
    myddns.rocks
    blogsite.xyz
    
    // dynv6 : https://dynv6.com
    // Submitted by Dominik Menke <******@****.***>
    dynv6.net
    
    // E4YOU spol. s.r.o. : https://e4you.cz/
    // Submitted by Vladimir Dudr <******@****.***>
    e4.cz
    
    // Easypanel : https://easypanel.io
    // Submitted by Andrei Canta <******@****.***>
    easypanel.app
    easypanel.host
    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