Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for spl (0.01 sec)

  1. cmd/data-usage-cache.go

    		szInt := ObjectsHistogramIntervals[i]
    		switch {
    		case humanize.KiByte == szInt.start && szInt.end == humanize.MiByte-1:
    			// spl interval: [1024B, 1MiB)
    			res[szInt.name] = splCount
    		case humanize.KiByte <= szInt.start && szInt.end <= humanize.MiByte-1:
    			// intervals that fall within the spl interval above; they
    			// appear earlier in this array of intervals, see
    			// ObjectsHistogramIntervals
    			splCount += count
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Oct 22 15:30:50 UTC 2024
    - 34.7K bytes
    - Viewed (0)
  2. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        </magic>
      </mime-type>
    
      <mime-type type="application/x-futuresplash">
        <_comment>Macromedia FutureSplash File</_comment>
        <glob pattern="*.spl"/>
      </mime-type>
    
      <mime-type type="application/x-gnucash">
        <glob pattern="*.gnucash" />
      </mime-type>
    
      <mime-type type="application/x-gnumeric">
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (1)
Back to top