Home
last modified time | relevance | path

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

/plugin/zip/pear/MIME/
H A 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-' ||
272 if (!MIME_Type::isWildcard($card)) {
280 if (MIME_Type::getMedia($card) ==
281 MIME_Type::getMedia($type)) {
335 $type = MIME_Type::_fileAutoDetect($file);
351 if (MIME_Type::hasParameters($type) && !$params) {
[all …]
/plugin/zip/pear/File/Archive/Predicate/
H A DMIME.php62 if (MIME_Type::isWildcard($mime)) {
63 $result = MIME_Type::wildcardMatch($mime, $sourceMIME);
/plugin/zip/pear/File/Archive/Reader/
H A DFile.php149 $this->mime = MIME_Type::autoDetect($this->getDataFilename());