Home
last modified time | relevance | path

Searched refs:MIME_Type (Results 1 – 3 of 3) sorted by relevance

/plugin/zip/pear/MIME/
DType.php33 class MIME_Type { class
81 function MIME_Type($type = false) function in MIME_Type
99 if (MIME_Type::hasParameters($type)) {
101 foreach (MIME_Type::getParameters($type) as $param) {
219 if (substr(MIME_Type::getMedia($type), 0, 2) == 'x-' ||
220 substr(MIME_Type::getSubType($type), 0, 2) == 'x-') {
237 if (substr(MIME_Type::getSubType($type), 0, 4) == 'vnd.') {
253 if ($type == '*/*' || MIME_Type::getSubtype($type) == '*') {
272 if (!MIME_Type::isWildcard($card)) {
280 if (MIME_Type::getMedia($card) ==
[all …]
/plugin/zip/pear/File/Archive/Predicate/
DMIME.php62 if (MIME_Type::isWildcard($mime)) {
63 $result = MIME_Type::wildcardMatch($mime, $sourceMIME);
/plugin/zip/pear/File/Archive/Reader/
DFile.php149 $this->mime = MIME_Type::autoDetect($this->getDataFilename());