Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for cr (0.01 sec)

  1. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <!-- basically tiff header with 'CR' at offset 8; major version is at offset 9, minor at 10/.
         priority must be higher than tiff -->
        <magic priority="60">
          <!-- MM.* = Big endian (M=Motorola) and 0x002a in big endian    -->
          <match value="MM\x00\x2a" type="string" offset="0">
            <match value="CR" type="string" offset="8"/>
          </match>
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Thu Mar 13 08:18:01 UTC 2025
    - 320.1K bytes
    - Viewed (1)
Back to top