Home
last modified time | relevance | path

Searched refs:mimetype (Results 1 – 19 of 19) sorted by relevance

/dragonfly/contrib/file/magic/Magdir/
H A Dsylk15 # https://reposcope.com/mimetype/text/spreadsheet
17 # https://reposcope.com/mimetype/application/x-sylk by Gnumeric
H A Dmsooxml11 # Since MSOOXML doesn't have anything like the uncompressed "mimetype"
45 # file we have. Correct the mimetype with the registered ones:
H A Dpgp20 # Reference: https://reposcope.com/mimetype/application/pgp-keys
31 # https://reposcope.com/mimetype/application/pgp-encrypted
45 # https://reposcope.com/mimetype/application/pgp-signature
H A Darchive1433 # Specialised zip formats which start with a member named 'mimetype'
1443 # (mimetype contains "application/vnd.kde.<SUBTYPE>")
1455 # (mimetype contains "application/vnd.sun.xml.<SUBTYPE>")
1502 # Note: only few OXT samples are detected here by mimetype member
1627 # Catch other ZIP-with-mimetype formats
1629 # always "PK". The 2 regex rules here print the "mimetype" member's
1632 # (mimetype contains "application/<OTHER>")
1636 # (mimetype contents other than "application/*")
1637 >26 string \x8\0\0\0mimetype
1648 >>26 string !\x8\0\0\0mimetype
[all …]
H A Drtf88 # https://reposcope.com/mimetype/application/x-pocket-word
H A Dluks12 # https://reposcope.com/mimetype/application/x-raw-disk-image
H A Dmail.news37 # https://reposcope.com/mimetype/message/x-gnu-rmail
H A Damigaos139 # https://reposcope.com/mimetype/application/x-amiga-disk-format
H A Djpeg160 # https://reposcope.com/mimetype/image/x-jp2-codestream
H A Dsniffer388 # https://reposcope.com/mimetype/application/x-5view
H A Dwordprocessors112 # https://reposcope.com/mimetype/application/x-wpg
H A Dimages564 # https://reposcope.com/mimetype/image/miff
618 # https://reposcope.com/mimetype/image/x-xfig
1158 # https://reposcope.com/mimetype/image/x-xpixmap
1309 # https://reposcope.com/mimetype/image/x-xwindowdump
2077 # https://reposcope.com/mimetype/application/x-netcdf
H A Dole2compounddocs666 # https://reposcope.com/mimetype/application/x-ole-storage
H A Driff360 # https://reposcope.com/mimetype/video/x-msvideo
H A Danimation324 # https://reposcope.com/mimetype/video/mpeg
/dragonfly/contrib/file/src/
H A Dapprentice.c1177 if (*ml->magic[mimeindex].mimetype == '\0' in apprentice_list()
1178 && *ml->magic[magindex].mimetype) in apprentice_list()
1186 ml->magic[mimeindex].mimetype); in apprentice_list()
1421 me[i].mp->mimetype, in set_text_binary()
1422 me[i].mp->mimetype[0] == '\0' ? "" : "; ", in set_text_binary()
2423 m->mimetype[0] = '\0'; /* initialise MIME type to none */ in parse()
2577 CAST(off_t, offsetof(struct magic, mimetype)), in parse_mime()
2578 sizeof(me->mp[0].mimetype), "MIME", "+-/.$?:{}", 1); in parse_mime()
H A Dfile.h363 char mimetype[MAXMIME]; /* MIME type */ member
H A Dsoftmagic.c2440 if ((ms->flags & MAGIC_MIME_TYPE) && m->mimetype[0]) { in handle_annotation()
2445 if (varexpand(ms, buf, sizeof(buf), m->mimetype) == -1) in handle_annotation()
2446 p = m->mimetype; in handle_annotation()
/dragonfly/contrib/file/
H A DChangeLog1133 Zip types (those with "mimetype" at offset 30) can be
1574 mimetype [charset=character-set] [encoding=encoding-mime-type]