Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for 525 (0.01 seconds)

  1. cmd/globals.go

    	// dynamic sleeper to avoid thundering herd for trash folder expunge routine
    	deleteCleanupSleeper = newDynamicSleeper(5, 25*time.Millisecond, false)
    
    	// dynamic sleeper for multipart expiration routine
    	deleteMultipartCleanupSleeper = newDynamicSleeper(5, 25*time.Millisecond, false)
    
    	// Is MINIO_SYNC_BOOT set?
    	globalEnableSyncBoot bool
    
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Tue Sep 03 18:23:41 GMT 2024
    - 16.2K bytes
    - Click Count (1)
  2. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <_comment>FileMaker Pro 7</_comment>
        <magic priority="50">
          <match value="0xC04842414D37" type="string" offset="14" >
          <match value="0x4842414D323130314F43543939C102480750726F20372E30C0C0" type="string" offset="525" />
        </match>
        </magic>
        <glob pattern="*.fp7" />
      </mime-type>
    
      <mime-type type="application/x-font-bdf">
        <glob pattern="*.bdf"/>
      </mime-type>
    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)
Back to Top