Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"image/x-raw-nikon",
    				"image/x-raw-olympus",
    				"image/x-raw-pentax",
    				"image/x-raw-sony",
    				"image/x-raw-sigma",
    				"image/x-raw-epson",
    				"image/x-raw-mamiya",
    				"image/x-raw-leaf",
    				"image/x-raw-panasonic",
    				"image/x-raw-phaseone",
    				"image/x-raw-red",
    				"image/x-raw-imacon",
    				"image/x-raw-logitech",
    				"image/x-raw-casio",
    				"image/x-raw-rawzor",
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
  2. cmd/xl-storage.go

    		return cache, err
    	}
    
    	cache.Info.updates = updates
    
    	dataUsageInfo, err := scanDataFolder(ctx, disks, s, cache, func(item scannerItem) (sizeSummary, error) {
    		// Look for `xl.meta/xl.json' at the leaf.
    		if !strings.HasSuffix(item.Path, SlashSeparator+xlStorageFormatFile) &&
    			!strings.HasSuffix(item.Path, SlashSeparator+xlStorageFormatFileV1) {
    			// if no xl.meta/xl.json found, skip the file.
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Sat Oct 26 09:58:27 UTC 2024
    - 91.3K bytes
    - Viewed (0)
Back to top