Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for hdf (0.02 sec)

  1. src/test/resources/jcifs/smb1/util/mime.map

    application/x-gtar             gtar             # Gzip and Tar file
    application/x-gzip             gz tgz           # Gzip and Tar file
    application/x-compress         z                # Gzip and Tar file
    application/x-hdf              hdf              # NCSA HDF
    application/x-ica              ica              # WinFrames
    application/x-javascript       js               # Javascript
    application/x-latex            latex            # Latex File
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 5.9K bytes
    - Viewed (0)
  2. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

      </mime-type>
      <mime-type type="application/x-hdf">
        <_comment>Hierarchical Data Format File</_comment>
        <magic priority="50">
          <!-- HDF4 -->
          <match value="0x0e031301" type="big32" offset="0"/>
          <!-- HDF5 -->
          <match value="\211HDF\r\n\032" type="string" offset="0"/>
        </magic>
        <glob pattern="*.hdf"/>
        <glob pattern="*.he5"/>
        <glob pattern="*.h5"/>
    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