Home
last modified time | relevance | path

Searched refs:mime (Results 51 – 75 of 76) sorted by relevance

1234

/PHP-5.5/ext/phar/tests/zip/
H A Dfrontcontroller15.phar.phpt2 Phar front controller mime type override, Phar::PHPS zip-based
H A Dfrontcontroller11.phar.phpt2 Phar front controller mime type extension is not a string zip-based
/PHP-5.5/ext/standard/tests/image/
H A Dgetimagesize_tif_mm.phpt34 ["mime"]=>
H A Dgetimagesize_variation_005.phpt33 ["mime"]=>
/PHP-5.5/ext/phar/tests/cache_list/
H A Dfrontcontroller11.phpt2 Phar front controller mime type extension is not a string [cache_list]
/PHP-5.5/ext/phar/tests/tar/
H A Dfrontcontroller11.phar.phpt2 Phar front controller mime type extension is not a string tar-based
/PHP-5.5/ext/fileinfo/tests/
H A Dfinfo_file_002.phpt2 finfo_file(): Testing mime types
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch1563 - else if (!mime) {
1659 if (!mime) {
1671 - if (mime) {
1688 - if (mime) {
1706 + if (mime) {
1746 - if (mime) {
1790 - if (mime) {
1818 - if (mime) {
1848 - if (mime) {
1887 - if (mime) {
[all …]
/PHP-5.5/ext/mbstring/
H A DREADME_PHP3-i18n-ja304 mime: UTF-8
309 mime: US-ASCII
314 mime: EUC-JP
319 mime: Shift_JIS
324 mime: ISO-2022-JP
329 mime: N/A
334 mime: N/A
339 mime: N/A
344 mime: N/A
/PHP-5.5/ext/iconv/tests/
H A Diconv_mime_decode_variation1.phpt11 * Description: Decodes a mime header field
H A Diconv_mime_decode_headers_variation1.phpt11 * Description: Decodes multiple mime header fields
H A Diconv_mime_decode_headers.phpt85 string(54) "[PHP-DEV] [ICONV] test for iconv mime decode headers()"
H A Diconv_mime_decode_variation2.phpt11 * Description: Decodes a mime header field
H A Diconv_mime_decode_variation3.phpt11 * Description: Decodes a mime header field
H A Diconv_mime_decode_headers_variation2.phpt11 * Description: Decodes multiple mime header fields
H A Diconv_mime_decode_headers_variation3.phpt11 * Description: Decodes multiple mime header fields
/PHP-5.5/sapi/nsapi/
H A Dnsapi-readme.txt21 Add the following line to mime.types (you can do that by the administration server):
26 Place the following two lines after mime.types init in
/PHP-5.5/ext/phar/
H A Dphar.c3415 phar_mime_type mime; local
3423 mime.mime = mimetype; \
3424 mime.len = sizeof((mimetype))+1; \
3425 mime.type = ret; \
3426 …zend_hash_add(&phar_globals->mime_types, fileext, sizeof(fileext)-1, (void *)&mime, sizeof(phar_mi…
H A Dphar_internal.h476 char *mime; member
H A Dphar_object.c42 phar_mime_type *mime; in phar_file_type() local
50 if (SUCCESS != zend_hash_find(mimes, ext, strlen(ext), (void **) &mime)) { in phar_file_type()
54 *mime_type = mime->mime; in phar_file_type()
55 return mime->type; in phar_file_type()
/PHP-5.5/win32/
H A Dinstall.txt189 | |-mime.magic
723 * In the Netscape Enterprise Administration Server create a new mime
744 * In the Netscape Enterprise Administration Server create a new mime
748 and add the following: You should place the lines after mime types
1024 php_mime_magic.dll Mimetype functions Requires: magic.mime (bundled)
H A Dphp5dll.dsp632 SOURCE=..\ext\standard\mime.h
/PHP-5.5/ext/fileinfo/libmagic/
H A Dapprentice.c153 DECLARE_FIELD(mime),
/PHP-5.5/
H A DINSTALL678 1. Add the following line to mime.types (you can do that by the
685 should place the following lines after mime types init.
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch1268 -mime message/rfc822

Completed in 151 milliseconds

1234