Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
file_types.inc
1 <?php
30 $standards_lists_file_types = Array('txt' => 'Text Document',
31  'doc' => 'Microsoft Word Document',
32  'docx' => 'Microsoft Word Document',
33  'dot' => 'Microsoft Word Template',
34  'xls' => 'Microsoft Excel Spreadsheet',
35  'xlsx' => 'Microsoft Excel Spreadsheet',
36  'xlt' => 'Microsoft Excel Template',
37  'ppt' => 'Microsoft Powerpoint Presentation',
38  'pps' => 'Microsoft Powerpoint Presentation',
39  'pot' => 'Microsoft Powerpoint Template',
40  'pub' => 'Microsoft Publisher Document',
41  'pdf' => 'Adobe Portable Document Format',
42  'jpg' => 'JPEG Image',
43  'jpeg' => 'JPEG Image',
44  'gif' => 'GIF Image',
45  'tif' => 'TIFF Image',
46  'tiff' => 'TIFF Image',
47  'avi' => 'Windows Video File',
48  'mpg' => 'MPEG Video File',
49  'mpeg' => 'MPEG Video File',
50  'mov' => 'Quicktime Video File',
51  'fli' => 'Video File',
52  'flc' => 'Video File',
53  'rm' => 'Real Streaming Media',
54  'ram' => 'Real Video File',
55  'bmp' => 'Microsoft Windows Bitmap Image',
56  'exe' => 'PC Executable Program',
57  'wav' => 'Microsoft Sound File',
58  'aif' => 'Audio File',
59  'aiff' => 'Audio File',
60  'mp3' => 'MPEG Layer-3 Audio File',
61  'htm' => 'Hypertext Web Page',
62  'html' => 'Hypertext Web Page',
63  'zip' => 'Compressed Zip Archive',
64  'gz' => 'Compressed GNU/Zip Archive',
65  'tgz' => 'Compressed GNU/Zip Tarball',
66  'psd' => 'Adobe Photoshop Document',
67  'ttf' => 'True Type Font',
68  'eps' => 'Encapsulated PostScript',
69  'wmf' => 'Windows Meta File',
70  'wmv' => 'Windows Media Audio/Video file',
71  'wmv' => 'Windows Video File',
72  'asf' => 'Windows Media Audio/Video file',
73  'asx' => 'Windows Media Audio/Video file',
74  'wma' => 'Windows Media Audio/Video file',
75  'wax' => 'Windows Media Audio/Video file',
76  'wmv' => 'Windows Media Audio/Video file',
77  'wvx' => 'Windows Media Audio/Video file',
78  'wm' => 'Windows Media Audio/Video file',
79  'wmx' => 'Windows Media Audio/Video file',
80  'wmz' => 'Windows Media Audio/Video file',
81  'wmd' => 'Windows Media Audio/Video file'
82  );
83 ?>