Searched refs:mimetype (Results 1 – 21 of 21) sorted by relevance
/freebsd/contrib/file/magic/Magdir/ |
H A D | sylk | 15 # https://reposcope.com/mimetype/text/spreadsheet 17 # https://reposcope.com/mimetype/application/x-sylk by Gnumeric
|
H A D | msooxml | 11 # Since MSOOXML doesn't have anything like the uncompressed "mimetype" 47 # file we have. Correct the mimetype with the registered ones:
|
H A D | pgp | 20 # 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 D | rtf | 88 # https://reposcope.com/mimetype/application/x-pocket-word
|
H A D | sniffer | 347 # https://reposcope.com/mimetype/application/x-lanalyzer 379 # https://reposcope.com/mimetype/application/x-nettl 453 # https://reposcope.com/mimetype/application/x-5view
|
H A D | luks | 12 # https://reposcope.com/mimetype/application/x-raw-disk-image
|
H A D | archive | 1879 # Specialised zip formats which start with a member named 'mimetype' 1881 # Check for have 8-byte name, 0-byte extra field, name "mimetype", and 1889 # (mimetype contains "application/vnd.kde.<SUBTYPE>") 1901 # (mimetype contains "application/vnd.sun.xml.<SUBTYPE>") 1948 # Note: only few OXT samples are detected here by mimetype member 1961 # (mimetype contains "application/vnd.oasis.opendocument.<SUBTYPE>") 2086 # Catch other ZIP-with-mimetype formats 2088 # always "PK". The 2 regex rules here print the "mimetype" member's 2091 # (mimetype contains "application/<OTHER>") 2095 # (mimetype contents other than "application/*") [all …]
|
H A D | mail.news | 43 # https://reposcope.com/mimetype/message/x-gnu-rmail
|
H A D | amigaos | 139 # https://reposcope.com/mimetype/application/x-amiga-disk-format
|
H A D | jpeg | 160 # https://reposcope.com/mimetype/image/x-jp2-codestream
|
H A D | wordprocessors | 37 # https://web.archive.org/web/20200930085807/https://reposcope.com/mimetype/application/vnd.ms-publ… 134 # https://reposcope.com/mimetype/application/x-wpg
|
H A D | images | 600 # https://reposcope.com/mimetype/image/miff 654 # https://reposcope.com/mimetype/image/x-xfig 707 # https://reposcope.com/mimetype/image/cgm 1289 # https://reposcope.com/mimetype/image/x-xpixmap 1573 # https://reposcope.com/mimetype/image/x-xwindowdump 2486 # https://reposcope.com/mimetype/application/x-netcdf
|
H A D | ole2compounddocs | 786 # https://reposcope.com/mimetype/application/x-ole-storage
|
H A D | riff | 415 # https://reposcope.com/mimetype/video/x-msvideo
|
H A D | animation | 325 # https://reposcope.com/mimetype/video/mpeg
|
H A D | windows | 1231 # https://reposcope.com/mimetype/application/vnd.flatpak.ref
|
/freebsd/contrib/ntp/libntp/lib/isc/include/isc/ |
H A D | types.h | 110 const char **mimetype,
|
/freebsd/contrib/file/src/ |
H A D | apprentice.c | 1193 if (*ml->magic[mimeindex].mimetype == '\0' in apprentice_list() 1194 && *ml->magic[mi].mimetype) in apprentice_list() 1202 ml->magic[mimeindex].mimetype); in apprentice_list() 1439 me[i].mp->mimetype, in set_text_binary() 1440 me[i].mp->mimetype[0] == '\0' ? "" : "; ", in set_text_binary() 2445 m->mimetype[0] = '\0'; /* initialise MIME type to none */ in parse() 2606 CAST(off_t, offsetof(struct magic, mimetype)), in parse_mime() 2607 sizeof(me->mp[me->cont_count - 1].mimetype), "MIME", "+-/.$?:{};=", in parse_mime()
|
H A D | file.h | 382 char mimetype[MAXMIME]; /* MIME type */ member
|
H A D | softmagic.c | 2500 if ((ms->flags & MAGIC_MIME_TYPE) && m->mimetype[0]) { in handle_annotation() 2505 if (varexpand(ms, buf, sizeof(buf), m->mimetype) == -1) in handle_annotation() 2506 p = m->mimetype; in handle_annotation()
|
/freebsd/contrib/file/ |
H A D | ChangeLog | 1225 Zip types (those with "mimetype" at offset 30) can be 1666 mimetype [charset=character-set] [encoding=encoding-mime-type]
|