| 1 | |
|---|
| 2 | |
|---|
| 3 | |
|---|
| 4 | |
|---|
| 5 | |
|---|
| 6 | |
|---|
| 7 | |
|---|
| 8 | |
|---|
| 9 | |
|---|
| 10 | |
|---|
| 11 | |
|---|
| 12 | |
|---|
| 13 | const char* builtinMimeTypeExtMappings[] = |
|---|
| 14 | { |
|---|
| 15 | "application/dxf","dxf", |
|---|
| 16 | "application/gnutar","tgz", |
|---|
| 17 | "application/pdf","pdf", |
|---|
| 18 | "application/plain","text", |
|---|
| 19 | "application/postscript","ps", |
|---|
| 20 | "application/x-bzip","bz", |
|---|
| 21 | "application/x-bzip2","bz2", |
|---|
| 22 | "application/x-compressed","zip", |
|---|
| 23 | "application/x-gzip","gz", |
|---|
| 24 | "application/x-inventor","iv", |
|---|
| 25 | "application/x-javascript","js", |
|---|
| 26 | "application/xml","xml", |
|---|
| 27 | "application/x-tar","tar", |
|---|
| 28 | "application/x-vrml","wrl", |
|---|
| 29 | "application/x-world","wrl", |
|---|
| 30 | "application/x-zip-compressed","zip", |
|---|
| 31 | "application/zip","zip", |
|---|
| 32 | "drawing/x-dwf(old)","dwf", |
|---|
| 33 | "image/bmp","bmp", |
|---|
| 34 | "image/cmu-raster","ras", |
|---|
| 35 | "image/fif","fif", |
|---|
| 36 | "image/florian","flo", |
|---|
| 37 | "image/g3fax","g3", |
|---|
| 38 | "image/gif","gif", |
|---|
| 39 | "image/ief","ief", |
|---|
| 40 | "image/jpeg","jpg", |
|---|
| 41 | "image/jutvision","jut", |
|---|
| 42 | "image/naplps","nap", |
|---|
| 43 | "image/naplps","naplps", |
|---|
| 44 | "image/pict","pic", |
|---|
| 45 | "image/pjpeg","jpg", |
|---|
| 46 | "image/png","png", |
|---|
| 47 | "image/tiff","tif", |
|---|
| 48 | "image/vasa","mcf", |
|---|
| 49 | "image/vnd.dwg","dxf", |
|---|
| 50 | "image/vnd.fpx","fpx", |
|---|
| 51 | "image/vnd.net-fpx","fpx", |
|---|
| 52 | "image/vnd.rn-realflash","rf", |
|---|
| 53 | "image/vnd.rn-realpix","rp", |
|---|
| 54 | "image/vnd.wap.wbmp","wbmp", |
|---|
| 55 | "image/vnd.xiff","xif", |
|---|
| 56 | "image/xbm","xbm", |
|---|
| 57 | "image/x-cmu-raster","ras", |
|---|
| 58 | "image/x-dwg","dxf", |
|---|
| 59 | "image/x-icon","ico", |
|---|
| 60 | "image/x-jg","art", |
|---|
| 61 | "image/x-jps","jps", |
|---|
| 62 | "image/x-niff","nif", |
|---|
| 63 | "image/x-pcx","pcx", |
|---|
| 64 | "image/x-pict","pct", |
|---|
| 65 | "image/xpm","xpm", |
|---|
| 66 | "image/x-portable-anymap","pnm", |
|---|
| 67 | "image/x-portable-bitmap","pbm", |
|---|
| 68 | "image/x-portable-graymap","pgm", |
|---|
| 69 | "image/x-portable-greymap","pgm", |
|---|
| 70 | "image/x-portable-pixmap","ppm", |
|---|
| 71 | "image/x-quicktime","qif", |
|---|
| 72 | "image/x-rgb","rgb", |
|---|
| 73 | "image/x-tiff","tif", |
|---|
| 74 | "image/x-windows-bmp","bmp", |
|---|
| 75 | "image/x-xbitmap","xbm", |
|---|
| 76 | "image/x-xbm","xbm", |
|---|
| 77 | "image/x-xpixmap","xpm", |
|---|
| 78 | "image/x-xwd","xwd", |
|---|
| 79 | "image/x-xwindowdump","xwd", |
|---|
| 80 | "i-world/i-vrml","ivr", |
|---|
| 81 | "model/iges","igs", |
|---|
| 82 | "model/vnd.dwf","dwf", |
|---|
| 83 | "model/vrml","wrl", |
|---|
| 84 | "model/x-pov","pov", |
|---|
| 85 | "multipart/x-gzip","gzip", |
|---|
| 86 | "multipart/x-ustar","ustar", |
|---|
| 87 | "multipart/x-zip","zip", |
|---|
| 88 | "video/animaflex","afl", |
|---|
| 89 | "video/avi","avi", |
|---|
| 90 | "video/avs-video","avs", |
|---|
| 91 | "video/dl","dl", |
|---|
| 92 | "video/fli","fli", |
|---|
| 93 | "video/gl","gl", |
|---|
| 94 | "video/mpeg","mpg", |
|---|
| 95 | "video/msvideo","avi", |
|---|
| 96 | "video/quicktime","qt", |
|---|
| 97 | "video/vdo","vdo", |
|---|
| 98 | "video/vivo","viv", |
|---|
| 99 | "video/vnd.rn-realvideo","rv", |
|---|
| 100 | "video/vnd.vivo","viv", |
|---|
| 101 | "video/vosaic","vos", |
|---|
| 102 | "video/x-amt-demorun","xdr", |
|---|
| 103 | "video/x-amt-showrun","xsr", |
|---|
| 104 | "video/x-atomic3d-feature","fmf", |
|---|
| 105 | "video/x-dl","dl", |
|---|
| 106 | "video/x-dv","dv", |
|---|
| 107 | "video/x-fli","fli", |
|---|
| 108 | "video/x-gl","gl", |
|---|
| 109 | "video/x-isvideo","isu", |
|---|
| 110 | "video/x-motion-jpeg","mjpg", |
|---|
| 111 | "video/x-mpeg","mp3", |
|---|
| 112 | "video/x-mpeq2a","mp2", |
|---|
| 113 | "video/x-ms-asf","asf", |
|---|
| 114 | "video/x-ms-asf-plugin","asx", |
|---|
| 115 | "video/x-msvideo","avi", |
|---|
| 116 | "video/x-qtc","qtc", |
|---|
| 117 | "video/x-scm","scm", |
|---|
| 118 | "video/x-sgi-movie","movie", |
|---|
| 119 | "windows/metafile","wmf", |
|---|
| 120 | "xgl/drawing","xgz", |
|---|
| 121 | "xgl/movie","xmz", |
|---|
| 122 | "x-world/x-3dmf","3dm", |
|---|
| 123 | "x-world/x-svr","svr", |
|---|
| 124 | "x-world/x-vrml","wrl", |
|---|
| 125 | "x-world/x-vrt","vrt", |
|---|
| 126 | "" |
|---|
| 127 | }; |
|---|