Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    audio/x-mpeg                   mp2              # MP2 Sound File
    chemical/x-pdb                 pdb              # PDB Chemistry Model File
    chemical/x-xyz                 xyz              # XYZ Chemistry Model File
    drawing/x-dwf                  dwf              # AutoCAD
    image/gif                      gif              # GIF image file
    image/ief                      ief              # Image Exchange
    image/jpeg                     jpeg jpg jpe     # JPG image 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

          </match>
        </magic>
        <glob pattern="*.dwf"/>
      </mime-type>
      <mime-type type="model/vnd.dwf;version=6">
        <!-- Zip file with DWF header on the front -->
        <magic priority="60">
          <match type="string" offset="0" value="(DWF V06.">
             <match type="string" offset="11" value=")PK" />
          </match>
        </magic>
        <sub-class-of type="model/vnd.dwf"/>
      </mime-type>
    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