http_constant/file_extension/
const.rs

1/// The file extension for Lotus 1-2-3.
2pub const FILE_EXTENSION_123: &'static str = "123";
3/// The file extension for 3DML.
4pub const FILE_EXTENSION_3DML: &'static str = "3dml";
5/// The file extension for 3D Studio.
6pub const FILE_EXTENSION_3DS: &'static str = "3ds";
7/// The file extension for 3GPP2.
8pub const FILE_EXTENSION_3G2: &'static str = "3g2";
9/// The file extension for 3GPP.
10pub const FILE_EXTENSION_3GP: &'static str = "3gp";
11/// The file extension for 7-Zip.
12pub const FILE_EXTENSION_7Z: &'static str = "7z";
13/// The file extension for Authorware.
14pub const FILE_EXTENSION_AAB: &'static str = "aab";
15/// The file extension for AAC audio.
16pub const FILE_EXTENSION_AAC: &'static str = "aac";
17/// The file extension for Authorware.
18pub const FILE_EXTENSION_AAM: &'static str = "aam";
19/// The file extension for Authorware.
20pub const FILE_EXTENSION_AAS: &'static str = "aas";
21/// The file extension for an absolute file.
22pub const FILE_EXTENSION_ABS: &'static str = "abs";
23/// The file extension for AbiWord.
24pub const FILE_EXTENSION_ABW: &'static str = "abw";
25/// The file extension for an AC file.
26pub const FILE_EXTENSION_AC: &'static str = "ac";
27/// The file extension for American Dynamics ACC.
28pub const FILE_EXTENSION_ACC: &'static str = "acc";
29/// The file extension for ACE archive.
30pub const FILE_EXTENSION_ACE: &'static str = "ace";
31/// The file extension for AcuCobol.
32pub const FILE_EXTENSION_ACU: &'static str = "acu";
33/// The file extension for AcuCobol.
34pub const FILE_EXTENSION_ACUTC: &'static str = "acutc";
35/// The file extension for ADPCM audio.
36pub const FILE_EXTENSION_ADP: &'static str = "adp";
37/// The file extension for Audiograph.
38pub const FILE_EXTENSION_AEP: &'static str = "aep";
39/// The file extension for Adobe Font Metrics.
40pub const FILE_EXTENSION_AFM: &'static str = "afm";
41/// The file extension for AFP.
42pub const FILE_EXTENSION_AFP: &'static str = "afp";
43/// The file extension for Ahead AIR Application.
44pub const FILE_EXTENSION_AHEAD: &'static str = "ahead";
45/// The file extension for Adobe Illustrator.
46pub const FILE_EXTENSION_AI: &'static str = "ai";
47/// The file extension for AIFF audio.
48pub const FILE_EXTENSION_AIF: &'static str = "aif";
49/// The file extension for AIFF audio.
50pub const FILE_EXTENSION_AIFC: &'static str = "aifc";
51/// The file extension for AIFF audio.
52pub const FILE_EXTENSION_AIFF: &'static str = "aiff";
53/// The file extension for AIM.
54pub const FILE_EXTENSION_AIM: &'static str = "aim";
55/// The file extension for Adobe AIR Application.
56pub const FILE_EXTENSION_AIR: &'static str = "air";
57/// The file extension for DVB AIT.
58pub const FILE_EXTENSION_AIT: &'static str = "ait";
59/// The file extension for Amiga AMI.
60pub const FILE_EXTENSION_AMI: &'static str = "ami";
61/// The file extension for Annodex.
62pub const FILE_EXTENSION_ANX: &'static str = "anx";
63/// The file extension for Android Package Archive.
64pub const FILE_EXTENSION_APK: &'static str = "apk";
65/// The file extension for Cache Manifest.
66pub const FILE_EXTENSION_APPCACHE: &'static str = "appcache";
67/// The file extension for Microsoft Application.
68pub const FILE_EXTENSION_APPLICATION: &'static str = "application";
69/// The file extension for Lotus Approach.
70pub const FILE_EXTENSION_APR: &'static str = "apr";
71/// The file extension for FreeArc archive.
72pub const FILE_EXTENSION_ARC: &'static str = "arc";
73/// The file extension for ART image.
74pub const FILE_EXTENSION_ART: &'static str = "art";
75/// The file extension for PGP signature.
76pub const FILE_EXTENSION_ASC: &'static str = "asc";
77/// The file extension for ASF video.
78pub const FILE_EXTENSION_ASF: &'static str = "asf";
79/// The file extension for Assembly source.
80pub const FILE_EXTENSION_ASM: &'static str = "asm";
81/// The file extension for Accpac Simply ASO.
82pub const FILE_EXTENSION_ASO: &'static str = "aso";
83/// The file extension for ASX video.
84pub const FILE_EXTENSION_ASX: &'static str = "asx";
85/// The file extension for AcuCorp.
86pub const FILE_EXTENSION_ATC: &'static str = "atc";
87/// The file extension for Atom feed.
88pub const FILE_EXTENSION_ATOM: &'static str = "atom";
89/// The file extension for Atom category document.
90pub const FILE_EXTENSION_ATOMCAT: &'static str = "atomcat";
91/// The file extension for Atom service document.
92pub const FILE_EXTENSION_ATOMSVC: &'static str = "atomsvc";
93/// The file extension for Antix Game Component.
94pub const FILE_EXTENSION_ATX: &'static str = "atx";
95/// The file extension for basic audio.
96pub const FILE_EXTENSION_AU: &'static str = "au";
97/// The file extension for AVI video.
98pub const FILE_EXTENSION_AVI: &'static str = "avi";
99/// The file extension for Rad ScreenPlay video.
100pub const FILE_EXTENSION_AVX: &'static str = "avx";
101/// The file extension for Applixware.
102pub const FILE_EXTENSION_AW: &'static str = "aw";
103/// The file extension for Annodex audio.
104pub const FILE_EXTENSION_AXA: &'static str = "axa";
105/// The file extension for Annodex video.
106pub const FILE_EXTENSION_AXV: &'static str = "axv";
107/// The file extension for AirZip FileSecure AZF.
108pub const FILE_EXTENSION_AZF: &'static str = "azf";
109/// The file extension for AirZip FileSecure AZS.
110pub const FILE_EXTENSION_AZS: &'static str = "azs";
111/// The file extension for Amazon Kindle eBook.
112pub const FILE_EXTENSION_AZW: &'static str = "azw";
113/// The file extension for Batch file.
114pub const FILE_EXTENSION_BAT: &'static str = "bat";
115/// The file extension for BCPIO archive.
116pub const FILE_EXTENSION_BCPIO: &'static str = "bcpio";
117/// The file extension for BDF font.
118pub const FILE_EXTENSION_BDF: &'static str = "bdf";
119/// The file extension for SyncML DM+WBXML.
120pub const FILE_EXTENSION_BDM: &'static str = "bdm";
121/// The file extension for RealVNC BED.
122pub const FILE_EXTENSION_BED: &'static str = "bed";
123/// The file extension for Fujitsu OasysPRS.
124pub const FILE_EXTENSION_BH2: &'static str = "bh2";
125/// The file extension for binary data.
126pub const FILE_EXTENSION_BIN: &'static str = "bin";
127/// The file extension for Blorb interactive fiction.
128pub const FILE_EXTENSION_BLB: &'static str = "blb";
129/// The file extension for Blorb interactive fiction.
130pub const FILE_EXTENSION_BLORB: &'static str = "blorb";
131/// The file extension for BMI.
132pub const FILE_EXTENSION_BMI: &'static str = "bmi";
133/// The file extension for BMP image.
134pub const FILE_EXTENSION_BMP: &'static str = "bmp";
135/// The file extension for a body file.
136pub const FILE_EXTENSION_BODY: &'static str = "body";
137/// The file extension for a book file.
138pub const FILE_EXTENSION_BOOK: &'static str = "book";
139/// The file extension for Preview Systems BOX.
140pub const FILE_EXTENSION_BOX: &'static str = "box";
141/// The file extension for BZip2 archive.
142pub const FILE_EXTENSION_BOZ: &'static str = "boz";
143/// The file extension for a package file.
144pub const FILE_EXTENSION_BPK: &'static str = "bpk";
145/// The file extension for BTIF image.
146pub const FILE_EXTENSION_BTIF: &'static str = "btif";
147/// The file extension for BZip archive.
148pub const FILE_EXTENSION_BZ: &'static str = "bz";
149/// The file extension for BZip2 archive.
150pub const FILE_EXTENSION_BZ2: &'static str = "bz2";
151/// The file extension for C source code.
152pub const FILE_EXTENSION_C: &'static str = "c";
153/// The file extension for ClueTrust CartoMobile Config.
154pub const FILE_EXTENSION_C11AMC: &'static str = "c11amc";
155/// The file extension for ClueTrust CartoMobile Config Package.
156pub const FILE_EXTENSION_C11AMZ: &'static str = "c11amz";
157/// The file extension for Clonk C4Group.
158pub const FILE_EXTENSION_C4D: &'static str = "c4d";
159/// The file extension for Clonk C4Group.
160pub const FILE_EXTENSION_C4F: &'static str = "c4f";
161/// The file extension for Clonk C4Group.
162pub const FILE_EXTENSION_C4G: &'static str = "c4g";
163/// The file extension for Clonk C4Group.
164pub const FILE_EXTENSION_C4P: &'static str = "c4p";
165/// The file extension for Clonk C4Group.
166pub const FILE_EXTENSION_C4U: &'static str = "c4u";
167/// The file extension for Microsoft Cabinet file.
168pub const FILE_EXTENSION_CAB: &'static str = "cab";
169/// The file extension for CAF audio.
170pub const FILE_EXTENSION_CAF: &'static str = "caf";
171/// The file extension for TCPDump capture file.
172pub const FILE_EXTENSION_CAP: &'static str = "cap";
173/// The file extension for cURL CAR file.
174pub const FILE_EXTENSION_CAR: &'static str = "car";
175/// The file extension for Microsoft PKI Security Catalog.
176pub const FILE_EXTENSION_CAT: &'static str = "cat";
177/// The file extension for Comic Book archive.
178pub const FILE_EXTENSION_CB7: &'static str = "cb7";
179/// The file extension for Comic Book archive.
180pub const FILE_EXTENSION_CBA: &'static str = "cba";
181/// The file extension for Comic Book RAR archive.
182pub const FILE_EXTENSION_CBR: &'static str = "cbr";
183/// The file extension for Comic Book archive.
184pub const FILE_EXTENSION_CBT: &'static str = "cbt";
185/// The file extension for Comic Book ZIP archive.
186pub const FILE_EXTENSION_CBZ: &'static str = "cbz";
187/// The file extension for C++ source code.
188pub const FILE_EXTENSION_CC: &'static str = "cc";
189/// The file extension for Adobe Director.
190pub const FILE_EXTENSION_CCT: &'static str = "cct";
191/// The file extension for CCXML.
192pub const FILE_EXTENSION_CCXML: &'static str = "ccxml";
193/// The file extension for Contact CMSG.
194pub const FILE_EXTENSION_CDBCMSG: &'static str = "cdbcmsg";
195/// The file extension for CDF.
196pub const FILE_EXTENSION_CDF: &'static str = "cdf";
197/// The file extension for MediaStation CDKey.
198pub const FILE_EXTENSION_CDKEY: &'static str = "cdkey";
199/// The file extension for CDMI Capability.
200pub const FILE_EXTENSION_CDMIA: &'static str = "cdmia";
201/// The file extension for CDMI Container.
202pub const FILE_EXTENSION_CDMIC: &'static str = "cdmic";
203/// The file extension for CDMI Domain.
204pub const FILE_EXTENSION_CDMID: &'static str = "cdmid";
205/// The file extension for CDMI Object.
206pub const FILE_EXTENSION_CDMIO: &'static str = "cdmio";
207/// The file extension for CDMI Queue.
208pub const FILE_EXTENSION_CDMIQ: &'static str = "cdmiq";
209/// The file extension for ChemDraw CDX.
210pub const FILE_EXTENSION_CDX: &'static str = "cdx";
211/// The file extension for ChemDraw XML.
212pub const FILE_EXTENSION_CDXML: &'static str = "cdxml";
213/// The file extension for Cinderella.
214pub const FILE_EXTENSION_CDY: &'static str = "cdy";
215/// The file extension for PKIX Certificate.
216pub const FILE_EXTENSION_CER: &'static str = "cer";
217/// The file extension for CFS compressed file.
218pub const FILE_EXTENSION_CFS: &'static str = "cfs";
219/// The file extension for CGM image.
220pub const FILE_EXTENSION_CGM: &'static str = "cgm";
221/// The file extension for Chat file.
222pub const FILE_EXTENSION_CHAT: &'static str = "chat";
223/// The file extension for Microsoft HTML Help.
224pub const FILE_EXTENSION_CHM: &'static str = "chm";
225/// The file extension for KDE KChart.
226pub const FILE_EXTENSION_CHRT: &'static str = "chrt";
227/// The file extension for CIF.
228pub const FILE_EXTENSION_CIF: &'static str = "cif";
229/// The file extension for Anser-Web Certificate Issue Initiation.
230pub const FILE_EXTENSION_CII: &'static str = "cii";
231/// The file extension for Microsoft ArtGalry.
232pub const FILE_EXTENSION_CIL: &'static str = "cil";
233/// The file extension for Claymore.
234pub const FILE_EXTENSION_CLA: &'static str = "cla";
235/// The file extension for Java class.
236pub const FILE_EXTENSION_CLASS: &'static str = "class";
237/// The file extension for Crick Clicker Keyboard.
238pub const FILE_EXTENSION_CLKK: &'static str = "clkk";
239/// The file extension for Crick Clicker Palette.
240pub const FILE_EXTENSION_CLKP: &'static str = "clkp";
241/// The file extension for Crick Clicker Template.
242pub const FILE_EXTENSION_CLKT: &'static str = "clkt";
243/// The file extension for Crick Clicker Wordbank.
244pub const FILE_EXTENSION_CLKW: &'static str = "clkw";
245/// The file extension for Crick Clicker.
246pub const FILE_EXTENSION_CLKX: &'static str = "clkx";
247/// The file extension for Microsoft Clipboard.
248pub const FILE_EXTENSION_CLP: &'static str = "clp";
249/// The file extension for CosmoCaller.
250pub const FILE_EXTENSION_CMC: &'static str = "cmc";
251/// The file extension for CMDF.
252pub const FILE_EXTENSION_CMDF: &'static str = "cmdf";
253/// The file extension for CML.
254pub const FILE_EXTENSION_CML: &'static str = "cml";
255/// The file extension for a CMP file.
256pub const FILE_EXTENSION_CMP: &'static str = "cmp";
257/// The file extension for CMX image.
258pub const FILE_EXTENSION_CMX: &'static str = "cmx";
259/// The file extension for RIM COD.
260pub const FILE_EXTENSION_COD: &'static str = "cod";
261/// The file extension for a command file.
262pub const FILE_EXTENSION_COM: &'static str = "com";
263/// The file extension for a configuration file.
264pub const FILE_EXTENSION_CONF: &'static str = "conf";
265/// The file extension for CPIO archive.
266pub const FILE_EXTENSION_CPIO: &'static str = "cpio";
267/// The file extension for C++ source code.
268pub const FILE_EXTENSION_CPP: &'static str = "cpp";
269/// The file extension for Mac CompactPro.
270pub const FILE_EXTENSION_CPT: &'static str = "cpt";
271/// The file extension for Microsoft CardFile.
272pub const FILE_EXTENSION_CRD: &'static str = "crd";
273/// The file extension for PKIX CRL.
274pub const FILE_EXTENSION_CRL: &'static str = "crl";
275/// The file extension for X.509 CA Certificate.
276pub const FILE_EXTENSION_CRT: &'static str = "crt";
277/// The file extension for Rig Cryptonote.
278pub const FILE_EXTENSION_CRYPTONOTE: &'static str = "cryptonote";
279/// The file extension for C-Shell script.
280pub const FILE_EXTENSION_CSH: &'static str = "csh";
281/// The file extension for CSML.
282pub const FILE_EXTENSION_CSML: &'static str = "csml";
283/// The file extension for CommonSpace.
284pub const FILE_EXTENSION_CSP: &'static str = "csp";
285/// The file extension for CSS.
286pub const FILE_EXTENSION_CSS: &'static str = "css";
287/// The file extension for Adobe Director.
288pub const FILE_EXTENSION_CST: &'static str = "cst";
289/// The file extension for CSV.
290pub const FILE_EXTENSION_CSV: &'static str = "csv";
291/// The file extension for CU-SeeMe.
292pub const FILE_EXTENSION_CU: &'static str = "cu";
293/// The file extension for cURL text.
294pub const FILE_EXTENSION_CURL: &'static str = "curl";
295/// The file extension for CWW.
296pub const FILE_EXTENSION_CWW: &'static str = "cww";
297/// The file extension for Adobe Director.
298pub const FILE_EXTENSION_CXT: &'static str = "cxt";
299/// The file extension for C++ source code.
300pub const FILE_EXTENSION_CXX: &'static str = "cxx";
301/// The file extension for COLLADA XML.
302pub const FILE_EXTENSION_DAE: &'static str = "dae";
303/// The file extension for Mobius DAF.
304pub const FILE_EXTENSION_DAF: &'static str = "daf";
305/// The file extension for Dart.
306pub const FILE_EXTENSION_DART: &'static str = "dart";
307/// The file extension for FDSN SEED.
308pub const FILE_EXTENSION_DATALESS: &'static str = "dataless";
309/// The file extension for WebDAV Mount.
310pub const FILE_EXTENSION_DAVMOUNT: &'static str = "davmount";
311/// The file extension for DocBook XML.
312pub const FILE_EXTENSION_DBK: &'static str = "dbk";
313/// The file extension for Adobe Director.
314pub const FILE_EXTENSION_DCR: &'static str = "dcr";
315/// The file extension for cURL DCURL.
316pub const FILE_EXTENSION_DCURL: &'static str = "dcurl";
317/// The file extension for OMA DD2 XML.
318pub const FILE_EXTENSION_DD2: &'static str = "dd2";
319/// The file extension for Fujixerox DDD.
320pub const FILE_EXTENSION_DDD: &'static str = "ddd";
321/// The file extension for Debian package.
322pub const FILE_EXTENSION_DEB: &'static str = "deb";
323/// The file extension for a definition file.
324pub const FILE_EXTENSION_DEF: &'static str = "def";
325/// The file extension for a deployment file.
326pub const FILE_EXTENSION_DEPLOY: &'static str = "deploy";
327/// The file extension for DER certificate.
328pub const FILE_EXTENSION_DER: &'static str = "der";
329/// The file extension for DreamFactory.
330pub const FILE_EXTENSION_DFAC: &'static str = "dfac";
331/// The file extension for DGC compressed.
332pub const FILE_EXTENSION_DGC: &'static str = "dgc";
333/// The file extension for DIB image.
334pub const FILE_EXTENSION_DIB: &'static str = "dib";
335/// The file extension for Yamaha HV Dictionary.
336pub const FILE_EXTENSION_DIC: &'static str = "dic";
337/// The file extension for Adobe Director.
338pub const FILE_EXTENSION_DIR: &'static str = "dir";
339/// The file extension for Mobius DIS.
340pub const FILE_EXTENSION_DIS: &'static str = "dis";
341/// The file extension for a distribution file.
342pub const FILE_EXTENSION_DIST: &'static str = "dist";
343/// The file extension for a distribution file.
344pub const FILE_EXTENSION_DISTZ: &'static str = "distz";
345/// The file extension for DjVu image.
346pub const FILE_EXTENSION_DJV: &'static str = "djv";
347/// The file extension for DjVu image.
348pub const FILE_EXTENSION_DJVU: &'static str = "djvu";
349/// The file extension for Dynamic Link Library.
350pub const FILE_EXTENSION_DLL: &'static str = "dll";
351/// The file extension for Apple Disk Image.
352pub const FILE_EXTENSION_DMG: &'static str = "dmg";
353/// The file extension for TCPDump capture file.
354pub const FILE_EXTENSION_DMP: &'static str = "dmp";
355/// The file extension for a DMS file.
356pub const FILE_EXTENSION_DMS: &'static str = "dms";
357/// The file extension for DNA.
358pub const FILE_EXTENSION_DNA: &'static str = "dna";
359/// The file extension for Microsoft Word.
360pub const FILE_EXTENSION_DOC: &'static str = "doc";
361/// The file extension for Microsoft Word (Macro-Enabled).
362pub const FILE_EXTENSION_DOCM: &'static str = "docm";
363/// The file extension for Office Open XML Word Document.
364pub const FILE_EXTENSION_DOCX: &'static str = "docx";
365/// The file extension for Microsoft Word Template.
366pub const FILE_EXTENSION_DOT: &'static str = "dot";
367/// The file extension for Microsoft Word Template (Macro-Enabled).
368pub const FILE_EXTENSION_DOTM: &'static str = "dotm";
369/// The file extension for Office Open XML Word Template.
370pub const FILE_EXTENSION_DOTX: &'static str = "dotx";
371/// The file extension for OSGi Deployment Package.
372pub const FILE_EXTENSION_DP: &'static str = "dp";
373/// The file extension for DPGraph.
374pub const FILE_EXTENSION_DPG: &'static str = "dpg";
375/// The file extension for DRA audio.
376pub const FILE_EXTENSION_DRA: &'static str = "dra";
377/// The file extension for PRS Lines Tag.
378pub const FILE_EXTENSION_DSC: &'static str = "dsc";
379/// The file extension for DSSC DER.
380pub const FILE_EXTENSION_DSSC: &'static str = "dssc";
381/// The file extension for DTBook XML.
382pub const FILE_EXTENSION_DTB: &'static str = "dtb";
383/// The file extension for XML DTD.
384pub const FILE_EXTENSION_DTD: &'static str = "dtd";
385/// The file extension for DTS audio.
386pub const FILE_EXTENSION_DTS: &'static str = "dts";
387/// The file extension for DTS HD audio.
388pub const FILE_EXTENSION_DTSHD: &'static str = "dtshd";
389/// The file extension for a dump file.
390pub const FILE_EXTENSION_DUMP: &'static str = "dump";
391/// The file extension for DV video.
392pub const FILE_EXTENSION_DV: &'static str = "dv";
393/// The file extension for DVB file.
394pub const FILE_EXTENSION_DVB: &'static str = "dvb";
395/// The file extension for DVI file.
396pub const FILE_EXTENSION_DVI: &'static str = "dvi";
397/// The file extension for DWF model.
398pub const FILE_EXTENSION_DWF: &'static str = "dwf";
399/// The file extension for DWG image.
400pub const FILE_EXTENSION_DWG: &'static str = "dwg";
401/// The file extension for DXF image.
402pub const FILE_EXTENSION_DXF: &'static str = "dxf";
403/// The file extension for Spotfire DXP.
404pub const FILE_EXTENSION_DXP: &'static str = "dxp";
405/// The file extension for Adobe Director.
406pub const FILE_EXTENSION_DXR: &'static str = "dxr";
407/// The file extension for Nuera ECELP 4800 audio.
408pub const FILE_EXTENSION_ECELP4800: &'static str = "ecelp4800";
409/// The file extension for Nuera ECELP 7470 audio.
410pub const FILE_EXTENSION_ECELP7470: &'static str = "ecelp7470";
411/// The file extension for Nuera ECELP 9600 audio.
412pub const FILE_EXTENSION_ECELP9600: &'static str = "ecelp9600";
413/// The file extension for ECMAScript.
414pub const FILE_EXTENSION_ECMA: &'static str = "ecma";
415/// The file extension for Novadigm EDM.
416pub const FILE_EXTENSION_EDM: &'static str = "edm";
417/// The file extension for Novadigm EDX.
418pub const FILE_EXTENSION_EDX: &'static str = "edx";
419/// The file extension for Picsel.
420pub const FILE_EXTENSION_EFIF: &'static str = "efif";
421/// The file extension for PG OSASLI.
422pub const FILE_EXTENSION_EI6: &'static str = "ei6";
423/// The file extension for an ELC file.
424pub const FILE_EXTENSION_ELC: &'static str = "elc";
425/// The file extension for Microsoft Metafile.
426pub const FILE_EXTENSION_EMF: &'static str = "emf";
427/// The file extension for RFC 822 message.
428pub const FILE_EXTENSION_EML: &'static str = "eml";
429/// The file extension for EMMA XML.
430pub const FILE_EXTENSION_EMMA: &'static str = "emma";
431/// The file extension for Microsoft Metafile.
432pub const FILE_EXTENSION_EMZ: &'static str = "emz";
433/// The file extension for Digital Winds audio.
434pub const FILE_EXTENSION_EOL: &'static str = "eol";
435/// The file extension for Microsoft Font Object.
436pub const FILE_EXTENSION_EOT: &'static str = "eot";
437/// The file extension for PostScript.
438pub const FILE_EXTENSION_EPS: &'static str = "eps";
439/// The file extension for EPUB.
440pub const FILE_EXTENSION_EPUB: &'static str = "epub";
441/// The file extension for E-Szigno XML.
442pub const FILE_EXTENSION_ES3: &'static str = "es3";
443/// The file extension for OSGi Subsystem.
444pub const FILE_EXTENSION_ESA: &'static str = "esa";
445/// The file extension for Epson ESF.
446pub const FILE_EXTENSION_ESF: &'static str = "esf";
447/// The file extension for E-Szigno XML.
448pub const FILE_EXTENSION_ET3: &'static str = "et3";
449/// The file extension for Setext.
450pub const FILE_EXTENSION_ETX: &'static str = "etx";
451/// The file extension for EVA.
452pub const FILE_EXTENSION_EVA: &'static str = "eva";
453/// The file extension for Envoy.
454pub const FILE_EXTENSION_EVY: &'static str = "evy";
455/// The file extension for an executable file.
456pub const FILE_EXTENSION_EXE: &'static str = "exe";
457/// The file extension for EXI.
458pub const FILE_EXTENSION_EXI: &'static str = "exi";
459/// The file extension for Novadigm EXT.
460pub const FILE_EXTENSION_EXT: &'static str = "ext";
461/// The file extension for Andrew Inset.
462pub const FILE_EXTENSION_EZ: &'static str = "ez";
463/// The file extension for EZPix Album.
464pub const FILE_EXTENSION_EZ2: &'static str = "ez2";
465/// The file extension for EZPix Package.
466pub const FILE_EXTENSION_EZ3: &'static str = "ez3";
467/// The file extension for Fortran source.
468pub const FILE_EXTENSION_F: &'static str = "f";
469/// The file extension for F4V video.
470pub const FILE_EXTENSION_F4V: &'static str = "f4v";
471/// The file extension for Fortran source.
472pub const FILE_EXTENSION_F77: &'static str = "f77";
473/// The file extension for Fortran source.
474pub const FILE_EXTENSION_F90: &'static str = "f90";
475/// The file extension for FastBidSheet.
476pub const FILE_EXTENSION_FBS: &'static str = "fbs";
477/// The file extension for Adobe FormsCentral FCDT.
478pub const FILE_EXTENSION_FCDT: &'static str = "fcdt";
479/// The file extension for ISAC FCS.
480pub const FILE_EXTENSION_FCS: &'static str = "fcs";
481/// The file extension for FDF.
482pub const FILE_EXTENSION_FDF: &'static str = "fdf";
483/// The file extension for deNovo FCSELAYOUT-LINK.
484pub const FILE_EXTENSION_FE_LAUNCH: &'static str = "fe_launch";
485/// The file extension for Fujitsu OasysGP.
486pub const FILE_EXTENSION_FG5: &'static str = "fg5";
487/// The file extension for Adobe Director.
488pub const FILE_EXTENSION_FGD: &'static str = "fgd";
489/// The file extension for FreeHand image.
490pub const FILE_EXTENSION_FH: &'static str = "fh";
491/// The file extension for FreeHand image.
492pub const FILE_EXTENSION_FH4: &'static str = "fh4";
493/// The file extension for FreeHand image.
494pub const FILE_EXTENSION_FH5: &'static str = "fh5";
495/// The file extension for FreeHand image.
496pub const FILE_EXTENSION_FH7: &'static str = "fh7";
497/// The file extension for FreeHand image.
498pub const FILE_EXTENSION_FHC: &'static str = "fhc";
499/// The file extension for Xfig image.
500pub const FILE_EXTENSION_FIG: &'static str = "fig";
501/// The file extension for FLAC audio.
502pub const FILE_EXTENSION_FLAC: &'static str = "flac";
503/// The file extension for FLI video.
504pub const FILE_EXTENSION_FLI: &'static str = "fli";
505/// The file extension for Micrografx FLO.
506pub const FILE_EXTENSION_FLO: &'static str = "flo";
507/// The file extension for FLV video.
508pub const FILE_EXTENSION_FLV: &'static str = "flv";
509/// The file extension for KDE Kivio.
510pub const FILE_EXTENSION_FLW: &'static str = "flw";
511/// The file extension for FMI Flexstor.
512pub const FILE_EXTENSION_FLX: &'static str = "flx";
513/// The file extension for FLY text.
514pub const FILE_EXTENSION_FLY: &'static str = "fly";
515/// The file extension for Adobe FrameMaker.
516pub const FILE_EXTENSION_FM: &'static str = "fm";
517/// The file extension for Frogans FNC.
518pub const FILE_EXTENSION_FNC: &'static str = "fnc";
519/// The file extension for Fortran source.
520pub const FILE_EXTENSION_FOR: &'static str = "for";
521/// The file extension for FPX image.
522pub const FILE_EXTENSION_FPX: &'static str = "fpx";
523/// The file extension for Adobe FrameMaker.
524pub const FILE_EXTENSION_FRAME: &'static str = "frame";
525/// The file extension for FSC WebLaunch.
526pub const FILE_EXTENSION_FSC: &'static str = "fsc";
527/// The file extension for FST image.
528pub const FILE_EXTENSION_FST: &'static str = "fst";
529/// The file extension for FluxTime Clip.
530pub const FILE_EXTENSION_FTC: &'static str = "ftc";
531/// The file extension for Anser-Web Funds Transfer Initiation.
532pub const FILE_EXTENSION_FTI: &'static str = "fti";
533/// The file extension for FVT video.
534pub const FILE_EXTENSION_FVT: &'static str = "fvt";
535/// The file extension for Adobe FXP.
536pub const FILE_EXTENSION_FXP: &'static str = "fxp";
537/// The file extension for Adobe FXP.
538pub const FILE_EXTENSION_FXPL: &'static str = "fxpl";
539/// The file extension for Fuzzysheet.
540pub const FILE_EXTENSION_FZS: &'static str = "fzs";
541/// The file extension for GeoPlan.
542pub const FILE_EXTENSION_G2W: &'static str = "g2w";
543/// The file extension for G3 fax image.
544pub const FILE_EXTENSION_G3: &'static str = "g3";
545/// The file extension for GeoSpace.
546pub const FILE_EXTENSION_G3W: &'static str = "g3w";
547/// The file extension for Groove Account.
548pub const FILE_EXTENSION_GAC: &'static str = "gac";
549/// The file extension for TADS game.
550pub const FILE_EXTENSION_GAM: &'static str = "gam";
551/// The file extension for RPKI Ghostbusters.
552pub const FILE_EXTENSION_GBR: &'static str = "gbr";
553/// The file extension for GCA compressed archive.
554pub const FILE_EXTENSION_GCA: &'static str = "gca";
555/// The file extension for GDL model.
556pub const FILE_EXTENSION_GDL: &'static str = "gdl";
557/// The file extension for DynaGeo.
558pub const FILE_EXTENSION_GEO: &'static str = "geo";
559/// The file extension for Geometry Explorer.
560pub const FILE_EXTENSION_GEX: &'static str = "gex";
561/// The file extension for GeoGebra File.
562pub const FILE_EXTENSION_GGB: &'static str = "ggb";
563/// The file extension for GeoGebra Tool.
564pub const FILE_EXTENSION_GGT: &'static str = "ggt";
565/// The file extension for Groove Help.
566pub const FILE_EXTENSION_GHF: &'static str = "ghf";
567/// The file extension for GIF image.
568pub const FILE_EXTENSION_GIF: &'static str = "gif";
569/// The file extension for Groove Identity Message.
570pub const FILE_EXTENSION_GIM: &'static str = "gim";
571/// The file extension for GML XML.
572pub const FILE_EXTENSION_GML: &'static str = "gml";
573/// The file extension for GMX.
574pub const FILE_EXTENSION_GMX: &'static str = "gmx";
575/// The file extension for Gnumeric.
576pub const FILE_EXTENSION_GNUMERIC: &'static str = "gnumeric";
577/// The file extension for FlographIt.
578pub const FILE_EXTENSION_GPH: &'static str = "gph";
579/// The file extension for GPX XML.
580pub const FILE_EXTENSION_GPX: &'static str = "gpx";
581/// The file extension for Grafeq.
582pub const FILE_EXTENSION_GQF: &'static str = "gqf";
583/// The file extension for Grafeq.
584pub const FILE_EXTENSION_GQS: &'static str = "gqs";
585/// The file extension for SRGS.
586pub const FILE_EXTENSION_GRAM: &'static str = "gram";
587/// The file extension for Gramps XML.
588pub const FILE_EXTENSION_GRAMPS: &'static str = "gramps";
589/// The file extension for Groove Injector.
590pub const FILE_EXTENSION_GRE: &'static str = "gre";
591/// The file extension for SRGS XML.
592pub const FILE_EXTENSION_GRV: &'static str = "grv";
593/// The file extension for SRGS XML.
594pub const FILE_EXTENSION_GRXML: &'static str = "grxml";
595/// The file extension for Ghostscript font.
596pub const FILE_EXTENSION_GSF: &'static str = "gsf";
597/// The file extension for GTAR archive.
598pub const FILE_EXTENSION_GTAR: &'static str = "gtar";
599/// The file extension for Groove Tool Message.
600pub const FILE_EXTENSION_GTM: &'static str = "gtm";
601/// The file extension for GTW model.
602pub const FILE_EXTENSION_GTW: &'static str = "gtw";
603/// The file extension for Graphviz.
604pub const FILE_EXTENSION_GV: &'static str = "gv";
605/// The file extension for GXF.
606pub const FILE_EXTENSION_GXF: &'static str = "gxf";
607/// The file extension for GeoNext.
608pub const FILE_EXTENSION_GXT: &'static str = "gxt";
609/// The file extension for Gzip archive.
610pub const FILE_EXTENSION_GZ: &'static str = "gz";
611/// The file extension for C header.
612pub const FILE_EXTENSION_H: &'static str = "h";
613/// The file extension for H.261 video.
614pub const FILE_EXTENSION_H261: &'static str = "h261";
615/// The file extension for H.263 video.
616pub const FILE_EXTENSION_H263: &'static str = "h263";
617/// The file extension for H.264 video.
618pub const FILE_EXTENSION_H264: &'static str = "h264";
619/// The file extension for HAL XML.
620pub const FILE_EXTENSION_HAL: &'static str = "hal";
621/// The file extension for HBCI.
622pub const FILE_EXTENSION_HBCI: &'static str = "hbci";
623/// The file extension for HDF.
624pub const FILE_EXTENSION_HDF: &'static str = "hdf";
625/// The file extension for C++ header.
626pub const FILE_EXTENSION_HH: &'static str = "hh";
627/// The file extension for WinHelp.
628pub const FILE_EXTENSION_HLP: &'static str = "hlp";
629/// The file extension for HP-GL.
630pub const FILE_EXTENSION_HPGL: &'static str = "hpgl";
631/// The file extension for HP-HPID.
632pub const FILE_EXTENSION_HPID: &'static str = "hpid";
633/// The file extension for HP-HPS.
634pub const FILE_EXTENSION_HPS: &'static str = "hps";
635/// The file extension for Mac BinHex40.
636pub const FILE_EXTENSION_HQX: &'static str = "hqx";
637/// The file extension for HTC component.
638pub const FILE_EXTENSION_HTC: &'static str = "htc";
639/// The file extension for Kenamea App.
640pub const FILE_EXTENSION_HTKE: &'static str = "htke";
641/// The file extension for HTML.
642pub const FILE_EXTENSION_HTM: &'static str = "htm";
643/// The file extension for HTML.
644pub const FILE_EXTENSION_HTML: &'static str = "html";
645/// The file extension for Yamaha HV Dictionary.
646pub const FILE_EXTENSION_HVD: &'static str = "hvd";
647/// The file extension for Yamaha HV Voice.
648pub const FILE_EXTENSION_HVP: &'static str = "hvp";
649/// The file extension for Yamaha HV Script.
650pub const FILE_EXTENSION_HVS: &'static str = "hvs";
651/// The file extension for Intergeo.
652pub const FILE_EXTENSION_I2G: &'static str = "i2g";
653/// The file extension for ICC Profile.
654pub const FILE_EXTENSION_ICC: &'static str = "icc";
655/// The file extension for CoolTalk.
656pub const FILE_EXTENSION_ICE: &'static str = "ice";
657/// The file extension for ICC Profile.
658pub const FILE_EXTENSION_ICM: &'static str = "icm";
659/// The file extension for icon.
660pub const FILE_EXTENSION_ICO: &'static str = "ico";
661/// The file extension for iCalendar.
662pub const FILE_EXTENSION_ICS: &'static str = "ics";
663/// The file extension for IEF image.
664pub const FILE_EXTENSION_IEF: &'static str = "ief";
665/// The file extension for iCalendar.
666pub const FILE_EXTENSION_IFB: &'static str = "ifb";
667/// The file extension for Shana Informed Formdata.
668pub const FILE_EXTENSION_IFM: &'static str = "ifm";
669/// The file extension for IGES model.
670pub const FILE_EXTENSION_IGES: &'static str = "iges";
671/// The file extension for IGLoader.
672pub const FILE_EXTENSION_IGL: &'static str = "igl";
673/// The file extension for Insors IGM.
674pub const FILE_EXTENSION_IGM: &'static str = "igm";
675/// The file extension for IGES model.
676pub const FILE_EXTENSION_IGS: &'static str = "igs";
677/// The file extension for Micrografx IGX.
678pub const FILE_EXTENSION_IGX: &'static str = "igx";
679/// The file extension for Shana Informed Interchange.
680pub const FILE_EXTENSION_IIF: &'static str = "iif";
681/// The file extension for Accpac Simply IMP.
682pub const FILE_EXTENSION_IMP: &'static str = "imp";
683/// The file extension for Microsoft IMS.
684pub const FILE_EXTENSION_IMS: &'static str = "ims";
685/// The file extension for an input file.
686pub const FILE_EXTENSION_IN: &'static str = "in";
687/// The file extension for InkML.
688pub const FILE_EXTENSION_INK: &'static str = "ink";
689/// The file extension for InkML.
690pub const FILE_EXTENSION_INKML: &'static str = "inkml";
691/// The file extension for Install Instructions.
692pub const FILE_EXTENSION_INSTALL: &'static str = "install";
693/// The file extension for Astraea Software Iota.
694pub const FILE_EXTENSION_IOTA: &'static str = "iota";
695/// The file extension for IPFIX.
696pub const FILE_EXTENSION_IPFIX: &'static str = "ipfix";
697/// The file extension for Shana Informed Package.
698pub const FILE_EXTENSION_IPK: &'static str = "ipk";
699/// The file extension for IBM Rights Management.
700pub const FILE_EXTENSION_IRM: &'static str = "irm";
701/// The file extension for iRepository Package XML.
702pub const FILE_EXTENSION_IRP: &'static str = "irp";
703/// The file extension for ISO 9660 Image.
704pub const FILE_EXTENSION_ISO: &'static str = "iso";
705/// The file extension for Shana Informed Formtemplate.
706pub const FILE_EXTENSION_ITP: &'static str = "itp";
707/// The file extension for Immervision IVP.
708pub const FILE_EXTENSION_IVP: &'static str = "ivp";
709/// The file extension for Immervision IVU.
710pub const FILE_EXTENSION_IVU: &'static str = "ivu";
711/// The file extension for J2ME App Descriptor.
712pub const FILE_EXTENSION_JAD: &'static str = "jad";
713/// The file extension for JAM.
714pub const FILE_EXTENSION_JAM: &'static str = "jam";
715/// The file extension for Java Archive.
716pub const FILE_EXTENSION_JAR: &'static str = "jar";
717/// The file extension for Java source.
718pub const FILE_EXTENSION_JAVA: &'static str = "java";
719/// The file extension for JISP.
720pub const FILE_EXTENSION_JISP: &'static str = "jisp";
721/// The file extension for HP JLYT.
722pub const FILE_EXTENSION_JLT: &'static str = "jlt";
723/// The file extension for Java JNLP.
724pub const FILE_EXTENSION_JNLP: &'static str = "jnlp";
725/// The file extension for Joost Joda Archive.
726pub const FILE_EXTENSION_JODA: &'static str = "joda";
727/// The file extension for JPEG image.
728pub const FILE_EXTENSION_JPE: &'static str = "jpe";
729/// The file extension for JPEG image.
730pub const FILE_EXTENSION_JPEG: &'static str = "jpeg";
731/// The file extension for JPEG image.
732pub const FILE_EXTENSION_JPG: &'static str = "jpg";
733/// The file extension for JPM video.
734pub const FILE_EXTENSION_JPGM: &'static str = "jpgm";
735/// The file extension for JPEG video.
736pub const FILE_EXTENSION_JPGV: &'static str = "jpgv";
737/// The file extension for JPM video.
738pub const FILE_EXTENSION_JPM: &'static str = "jpm";
739/// The file extension for JavaScript.
740pub const FILE_EXTENSION_JS: &'static str = "js";
741/// The file extension for JSF.
742pub const FILE_EXTENSION_JSF: &'static str = "jsf";
743/// The file extension for JSON.
744pub const FILE_EXTENSION_JSON: &'static str = "json";
745/// The file extension for JSONML.
746pub const FILE_EXTENSION_JSONML: &'static str = "jsonml";
747/// The file extension for JSPF.
748pub const FILE_EXTENSION_JSPF: &'static str = "jspf";
749/// The file extension for MIDI audio.
750pub const FILE_EXTENSION_KAR: &'static str = "kar";
751/// The file extension for KDE Karbon.
752pub const FILE_EXTENSION_KARBON: &'static str = "karbon";
753/// The file extension for KDE KFormula.
754pub const FILE_EXTENSION_KFO: &'static str = "kfo";
755/// The file extension for Kidspiration.
756pub const FILE_EXTENSION_KIA: &'static str = "kia";
757/// The file extension for Google Earth KML.
758pub const FILE_EXTENSION_KML: &'static str = "kml";
759/// The file extension for Google Earth KMZ.
760pub const FILE_EXTENSION_KMZ: &'static str = "kmz";
761/// The file extension for Kinar.
762pub const FILE_EXTENSION_KNE: &'static str = "kne";
763/// The file extension for Kinar.
764pub const FILE_EXTENSION_KNP: &'static str = "knp";
765/// The file extension for KDE Kontour.
766pub const FILE_EXTENSION_KON: &'static str = "kon";
767/// The file extension for KDE KPresenter.
768pub const FILE_EXTENSION_KPR: &'static str = "kpr";
769/// The file extension for KDE KPresenter.
770pub const FILE_EXTENSION_KPT: &'static str = "kpt";
771/// The file extension for DS-Keypoint.
772pub const FILE_EXTENSION_KPXX: &'static str = "kpxx";
773/// The file extension for KDE KSpread.
774pub const FILE_EXTENSION_KSP: &'static str = "ksp";
775/// The file extension for Kahootz.
776pub const FILE_EXTENSION_KTR: &'static str = "ktr";
777/// The file extension for KTX image.
778pub const FILE_EXTENSION_KTX: &'static str = "ktx";
779/// The file extension for Kahootz.
780pub const FILE_EXTENSION_KTZ: &'static str = "ktz";
781/// The file extension for KDE KWord.
782pub const FILE_EXTENSION_KWD: &'static str = "kwd";
783/// The file extension for KDE KWord.
784pub const FILE_EXTENSION_KWT: &'static str = "kwt";
785/// The file extension for LAS LAS XML.
786pub const FILE_EXTENSION_LASXML: &'static str = "lasxml";
787/// The file extension for LaTeX.
788pub const FILE_EXTENSION_LATEX: &'static str = "latex";
789/// The file extension for LlamaGraphics Life-Balance Desktop.
790pub const FILE_EXTENSION_LBD: &'static str = "lbd";
791/// The file extension for LlamaGraphics Life-Balance Exchange XML.
792pub const FILE_EXTENSION_LBE: &'static str = "lbe";
793/// The file extension for HHE Lesson Player.
794pub const FILE_EXTENSION_LES: &'static str = "les";
795/// The file extension for LZH compressed archive.
796pub const FILE_EXTENSION_LHA: &'static str = "lha";
797/// The file extension for Route 66 Link66 XML.
798pub const FILE_EXTENSION_LINK66: &'static str = "link66";
799/// The file extension for a list file.
800pub const FILE_EXTENSION_LIST: &'static str = "list";
801/// The file extension for a list file.
802pub const FILE_EXTENSION_LIST3820: &'static str = "list3820";
803/// The file extension for a list file.
804pub const FILE_EXTENSION_LISTAFP: &'static str = "listafp";
805/// The file extension for Microsoft Shortcut.
806pub const FILE_EXTENSION_LNK: &'static str = "lnk";
807/// The file extension for a log file.
808pub const FILE_EXTENSION_LOG: &'static str = "log";
809/// The file extension for Lost XML.
810pub const FILE_EXTENSION_LOSTXML: &'static str = "lostxml";
811/// The file extension for a LRF file.
812pub const FILE_EXTENSION_LRF: &'static str = "lrf";
813/// The file extension for Microsoft LRM.
814pub const FILE_EXTENSION_LRM: &'static str = "lrm";
815/// The file extension for Frogans LTF.
816pub const FILE_EXTENSION_LTF: &'static str = "ltf";
817/// The file extension for Lucent Voice.
818pub const FILE_EXTENSION_LVP: &'static str = "lvp";
819/// The file extension for Lotus WordPro.
820pub const FILE_EXTENSION_LWP: &'static str = "lwp";
821/// The file extension for LZH compressed archive.
822pub const FILE_EXTENSION_LZH: &'static str = "lzh";
823/// The file extension for a M13 file.
824pub const FILE_EXTENSION_M13: &'static str = "m13";
825/// The file extension for a M14 file.
826pub const FILE_EXTENSION_M14: &'static str = "m14";
827/// The file extension for MPEG video.
828pub const FILE_EXTENSION_M1V: &'static str = "m1v";
829/// The file extension for MP21.
830pub const FILE_EXTENSION_M21: &'static str = "m21";
831/// The file extension for MPEG audio.
832pub const FILE_EXTENSION_M2A: &'static str = "m2a";
833/// The file extension for MPEG video.
834pub const FILE_EXTENSION_M2V: &'static str = "m2v";
835/// The file extension for MPEG audio.
836pub const FILE_EXTENSION_M3A: &'static str = "m3a";
837/// The file extension for M3U playlist.
838pub const FILE_EXTENSION_M3U: &'static str = "m3u";
839/// The file extension for M3U8 playlist.
840pub const FILE_EXTENSION_M3U8: &'static str = "m3u8";
841/// The file extension for MP4 audio.
842pub const FILE_EXTENSION_M4A: &'static str = "m4a";
843/// The file extension for MP4 audio.
844pub const FILE_EXTENSION_M4B: &'static str = "m4b";
845/// The file extension for MP4 audio.
846pub const FILE_EXTENSION_M4R: &'static str = "m4r";
847/// The file extension for M4U playlist.
848pub const FILE_EXTENSION_M4U: &'static str = "m4u";
849/// The file extension for MP4 video.
850pub const FILE_EXTENSION_M4V: &'static str = "m4v";
851/// The file extension for Mathematica.
852pub const FILE_EXTENSION_MA: &'static str = "ma";
853/// The file extension for MacPaint image.
854pub const FILE_EXTENSION_MAC: &'static str = "mac";
855/// The file extension for MADS XML.
856pub const FILE_EXTENSION_MADS: &'static str = "mads";
857/// The file extension for EcoWin Chart.
858pub const FILE_EXTENSION_MAG: &'static str = "mag";
859/// The file extension for Adobe FrameMaker.
860pub const FILE_EXTENSION_MAKER: &'static str = "maker";
861/// The file extension for Troff.
862pub const FILE_EXTENSION_MAN: &'static str = "man";
863/// The file extension for a MAR file.
864pub const FILE_EXTENSION_MAR: &'static str = "mar";
865/// The file extension for MathML XML.
866pub const FILE_EXTENSION_MATHML: &'static str = "mathml";
867/// The file extension for Mathematica.
868pub const FILE_EXTENSION_MB: &'static str = "mb";
869/// The file extension for Mobius MBK.
870pub const FILE_EXTENSION_MBK: &'static str = "mbk";
871/// The file extension for Mbox.
872pub const FILE_EXTENSION_MBOX: &'static str = "mbox";
873/// The file extension for MedCalcData.
874pub const FILE_EXTENSION_MC1: &'static str = "mc1";
875/// The file extension for MCD.
876pub const FILE_EXTENSION_MCD: &'static str = "mcd";
877/// The file extension for cURL MCURL.
878pub const FILE_EXTENSION_MCURL: &'static str = "mcurl";
879/// The file extension for Microsoft Access.
880pub const FILE_EXTENSION_MDB: &'static str = "mdb";
881/// The file extension for Microsoft MODI.
882pub const FILE_EXTENSION_MDI: &'static str = "mdi";
883/// The file extension for Troff.
884pub const FILE_EXTENSION_ME: &'static str = "me";
885/// The file extension for Mesh model.
886pub const FILE_EXTENSION_MESH: &'static str = "mesh";
887/// The file extension for Metalink4 XML.
888pub const FILE_EXTENSION_META4: &'static str = "meta4";
889/// The file extension for Metalink XML.
890pub const FILE_EXTENSION_METALINK: &'static str = "metalink";
891/// The file extension for METS XML.
892pub const FILE_EXTENSION_METS: &'static str = "mets";
893/// The file extension for MFMP.
894pub const FILE_EXTENSION_MFM: &'static str = "mfm";
895/// The file extension for RPKI Manifest.
896pub const FILE_EXTENSION_MFT: &'static str = "mft";
897/// The file extension for OSGeo MapGuide Package.
898pub const FILE_EXTENSION_MGP: &'static str = "mgp";
899/// The file extension for Proteus Magazine.
900pub const FILE_EXTENSION_MGZ: &'static str = "mgz";
901/// The file extension for MIDI audio.
902pub const FILE_EXTENSION_MID: &'static str = "mid";
903/// The file extension for MIDI audio.
904pub const FILE_EXTENSION_MIDI: &'static str = "midi";
905/// The file extension for MIE.
906pub const FILE_EXTENSION_MIE: &'static str = "mie";
907/// The file extension for MIF.
908pub const FILE_EXTENSION_MIF: &'static str = "mif";
909/// The file extension for a MIME file.
910pub const FILE_EXTENSION_MIME: &'static str = "mime";
911/// The file extension for MJ2 video.
912pub const FILE_EXTENSION_MJ2: &'static str = "mj2";
913/// The file extension for MJ2 video.
914pub const FILE_EXTENSION_MJP2: &'static str = "mjp2";
915/// The file extension for Matroska video.
916pub const FILE_EXTENSION_MK3D: &'static str = "mk3d";
917/// The file extension for Matroska audio.
918pub const FILE_EXTENSION_MKA: &'static str = "mka";
919/// The file extension for Matroska video.
920pub const FILE_EXTENSION_MKS: &'static str = "mks";
921/// The file extension for Matroska video.
922pub const FILE_EXTENSION_MKV: &'static str = "mkv";
923/// The file extension for Dolby MLP.
924pub const FILE_EXTENSION_MLP: &'static str = "mlp";
925/// The file extension for Chipnuts Karaoke MMD.
926pub const FILE_EXTENSION_MMD: &'static str = "mmd";
927/// The file extension for SMAF.
928pub const FILE_EXTENSION_MMF: &'static str = "mmf";
929/// The file extension for Fujixerox EDMICS MMR.
930pub const FILE_EXTENSION_MMR: &'static str = "mmr";
931/// The file extension for MNG video.
932pub const FILE_EXTENSION_MNG: &'static str = "mng";
933/// The file extension for Microsoft Money.
934pub const FILE_EXTENSION_MNY: &'static str = "mny";
935/// The file extension for Mobipocket eBook.
936pub const FILE_EXTENSION_MOBI: &'static str = "mobi";
937/// The file extension for MODS XML.
938pub const FILE_EXTENSION_MODS: &'static str = "mods";
939/// The file extension for QuickTime video.
940pub const FILE_EXTENSION_MOV: &'static str = "mov";
941/// The file extension for SGI movie.
942pub const FILE_EXTENSION_MOVIE: &'static str = "movie";
943/// The file extension for MPEG audio.
944pub const FILE_EXTENSION_MP1: &'static str = "mp1";
945/// The file extension for MPEG audio.
946pub const FILE_EXTENSION_MP2: &'static str = "mp2";
947/// The file extension for MP21.
948pub const FILE_EXTENSION_MP21: &'static str = "mp21";
949/// The file extension for MPEG audio.
950pub const FILE_EXTENSION_MP2A: &'static str = "mp2a";
951/// The file extension for MPEG audio.
952pub const FILE_EXTENSION_MP3: &'static str = "mp3";
953/// The file extension for MP4.
954pub const FILE_EXTENSION_MP4: &'static str = "mp4";
955/// The file extension for MP4 audio.
956pub const FILE_EXTENSION_MP4A: &'static str = "mp4a";
957/// The file extension for MP4.
958pub const FILE_EXTENSION_MP4S: &'static str = "mp4s";
959/// The file extension for MP4 video.
960pub const FILE_EXTENSION_MP4V: &'static str = "mp4v";
961/// The file extension for MPEG audio.
962pub const FILE_EXTENSION_MPA: &'static str = "mpa";
963/// The file extension for Mophun Certificate.
964pub const FILE_EXTENSION_MPC: &'static str = "mpc";
965/// The file extension for MPEG video.
966pub const FILE_EXTENSION_MPE: &'static str = "mpe";
967/// The file extension for MPEG video.
968pub const FILE_EXTENSION_MPEG: &'static str = "mpeg";
969/// The file extension for MPEG audio.
970pub const FILE_EXTENSION_MPEGA: &'static str = "mpega";
971/// The file extension for MPEG video.
972pub const FILE_EXTENSION_MPG: &'static str = "mpg";
973/// The file extension for MPEG-4 video.
974pub const FILE_EXTENSION_MPG4: &'static str = "mpg4";
975/// The file extension for MPEG audio.
976pub const FILE_EXTENSION_MPGA: &'static str = "mpga";
977/// The file extension for Apple Installer XML.
978pub const FILE_EXTENSION_MPKG: &'static str = "mpkg";
979/// The file extension for Blueice Multipass.
980pub const FILE_EXTENSION_MPM: &'static str = "mpm";
981/// The file extension for Mophun Application.
982pub const FILE_EXTENSION_MPN: &'static str = "mpn";
983/// The file extension for Microsoft Project.
984pub const FILE_EXTENSION_MPP: &'static str = "mpp";
985/// The file extension for Microsoft Project.
986pub const FILE_EXTENSION_MPT: &'static str = "mpt";
987/// The file extension for MPEG-2 video.
988pub const FILE_EXTENSION_MPV2: &'static str = "mpv2";
989/// The file extension for IBM MiniPay.
990pub const FILE_EXTENSION_MPY: &'static str = "mpy";
991/// The file extension for Mobius MQY.
992pub const FILE_EXTENSION_MQY: &'static str = "mqy";
993/// The file extension for MARC.
994pub const FILE_EXTENSION_MRC: &'static str = "mrc";
995/// The file extension for MARCXML.
996pub const FILE_EXTENSION_MRCX: &'static str = "mrcx";
997/// The file extension for Troff.
998pub const FILE_EXTENSION_MS: &'static str = "ms";
999/// The file extension for Media Server Control XML.
1000pub const FILE_EXTENSION_MSCML: &'static str = "mscml";
1001/// The file extension for FDSN mseed.
1002pub const FILE_EXTENSION_MSEED: &'static str = "mseed";
1003/// The file extension for MSEQ.
1004pub const FILE_EXTENSION_MSEQ: &'static str = "mseq";
1005/// The file extension for Epson MSF.
1006pub const FILE_EXTENSION_MSF: &'static str = "msf";
1007/// The file extension for Mesh model.
1008pub const FILE_EXTENSION_MSH: &'static str = "msh";
1009/// The file extension for Microsoft Installer.
1010pub const FILE_EXTENSION_MSI: &'static str = "msi";
1011/// The file extension for Mobius MSL.
1012pub const FILE_EXTENSION_MSL: &'static str = "msl";
1013/// The file extension for Muvee Style.
1014pub const FILE_EXTENSION_MSTY: &'static str = "msty";
1015/// The file extension for MTS model.
1016pub const FILE_EXTENSION_MTS: &'static str = "mts";
1017/// The file extension for Musician.
1018pub const FILE_EXTENSION_MUS: &'static str = "mus";
1019/// The file extension for Recordare MusicXML.
1020pub const FILE_EXTENSION_MUSICXML: &'static str = "musicxml";
1021/// The file extension for a MVB file.
1022pub const FILE_EXTENSION_MVB: &'static str = "mvb";
1023/// The file extension for MFER.
1024pub const FILE_EXTENSION_MWF: &'static str = "mwf";
1025/// The file extension for MXF.
1026pub const FILE_EXTENSION_MXF: &'static str = "mxf";
1027/// The file extension for Recordare MusicXML.
1028pub const FILE_EXTENSION_MXL: &'static str = "mxl";
1029/// The file extension for XV XML.
1030pub const FILE_EXTENSION_MXML: &'static str = "mxml";
1031/// The file extension for Triscape MXS.
1032pub const FILE_EXTENSION_MXS: &'static str = "mxs";
1033/// The file extension for a MXU file.
1034pub const FILE_EXTENSION_MXU: &'static str = "mxu";
1035/// The file extension for Nokia N-Gage Symbian Install.
1036pub const FILE_EXTENSION_N_GAGE: &'static str = "n-gage";
1037/// The file extension for N3.
1038pub const FILE_EXTENSION_N3: &'static str = "n3";
1039/// The file extension for Mathematica.
1040pub const FILE_EXTENSION_NB: &'static str = "nb";
1041/// The file extension for Wolfram Player.
1042pub const FILE_EXTENSION_NBP: &'static str = "nbp";
1043/// The file extension for NetCDF.
1044pub const FILE_EXTENSION_NC: &'static str = "nc";
1045/// The file extension for DTBNCX XML.
1046pub const FILE_EXTENSION_NCX: &'static str = "ncx";
1047/// The file extension for NFO.
1048pub const FILE_EXTENSION_NFO: &'static str = "nfo";
1049/// The file extension for Nokia N-Gage Data.
1050pub const FILE_EXTENSION_NGDAT: &'static str = "ngdat";
1051/// The file extension for NITF.
1052pub const FILE_EXTENSION_NITF: &'static str = "nitf";
1053/// The file extension for NeuroLanguage NLU.
1054pub const FILE_EXTENSION_NLU: &'static str = "nlu";
1055/// The file extension for Enliven.
1056pub const FILE_EXTENSION_NML: &'static str = "nml";
1057/// The file extension for NobleNet Directory.
1058pub const FILE_EXTENSION_NND: &'static str = "nnd";
1059/// The file extension for NobleNet Sealer.
1060pub const FILE_EXTENSION_NNS: &'static str = "nns";
1061/// The file extension for NobleNet Web.
1062pub const FILE_EXTENSION_NNW: &'static str = "nnw";
1063/// The file extension for Net-FPX image.
1064pub const FILE_EXTENSION_NPX: &'static str = "npx";
1065/// The file extension for Conference.
1066pub const FILE_EXTENSION_NSC: &'static str = "nsc";
1067/// The file extension for Lotus Notes.
1068pub const FILE_EXTENSION_NSF: &'static str = "nsf";
1069/// The file extension for NITF.
1070pub const FILE_EXTENSION_NTF: &'static str = "ntf";
1071/// The file extension for NZB.
1072pub const FILE_EXTENSION_NZB: &'static str = "nzb";
1073/// The file extension for Fujitsu Oasys 2.
1074pub const FILE_EXTENSION_OA2: &'static str = "oa2";
1075/// The file extension for Fujitsu Oasys 3.
1076pub const FILE_EXTENSION_OA3: &'static str = "oa3";
1077/// The file extension for Fujitsu Oasys.
1078pub const FILE_EXTENSION_OAS: &'static str = "oas";
1079/// The file extension for Microsoft Binder.
1080pub const FILE_EXTENSION_OBD: &'static str = "obd";
1081/// The file extension for an object file.
1082pub const FILE_EXTENSION_OBJ: &'static str = "obj";
1083/// The file extension for ODA.
1084pub const FILE_EXTENSION_ODA: &'static str = "oda";
1085/// The file extension for OpenDocument Database.
1086pub const FILE_EXTENSION_ODB: &'static str = "odb";
1087/// The file extension for OpenDocument Chart.
1088pub const FILE_EXTENSION_ODC: &'static str = "odc";
1089/// The file extension for OpenDocument Formula.
1090pub const FILE_EXTENSION_ODF: &'static str = "odf";
1091/// The file extension for OpenDocument Formula Template.
1092pub const FILE_EXTENSION_ODFT: &'static str = "odft";
1093/// The file extension for OpenDocument Graphics.
1094pub const FILE_EXTENSION_ODG: &'static str = "odg";
1095/// The file extension for OpenDocument Image.
1096pub const FILE_EXTENSION_ODI: &'static str = "odi";
1097/// The file extension for OpenDocument Text Master.
1098pub const FILE_EXTENSION_ODM: &'static str = "odm";
1099/// The file extension for OpenDocument Presentation.
1100pub const FILE_EXTENSION_ODP: &'static str = "odp";
1101/// The file extension for OpenDocument Spreadsheet.
1102pub const FILE_EXTENSION_ODS: &'static str = "ods";
1103/// The file extension for OpenDocument Text.
1104pub const FILE_EXTENSION_ODT: &'static str = "odt";
1105/// The file extension for Ogg audio.
1106pub const FILE_EXTENSION_OGA: &'static str = "oga";
1107/// The file extension for Ogg.
1108pub const FILE_EXTENSION_OGG: &'static str = "ogg";
1109/// The file extension for Ogg video.
1110pub const FILE_EXTENSION_OGV: &'static str = "ogv";
1111/// The file extension for Ogg.
1112pub const FILE_EXTENSION_OGX: &'static str = "ogx";
1113/// The file extension for OMDOC XML.
1114pub const FILE_EXTENSION_OMDOC: &'static str = "omdoc";
1115/// The file extension for OneNote.
1116pub const FILE_EXTENSION_ONEPKG: &'static str = "onepkg";
1117/// The file extension for OneNote.
1118pub const FILE_EXTENSION_ONETMP: &'static str = "onetmp";
1119/// The file extension for OneNote.
1120pub const FILE_EXTENSION_ONETOC: &'static str = "onetoc";
1121/// The file extension for OneNote.
1122pub const FILE_EXTENSION_ONETOC2: &'static str = "onetoc2";
1123/// The file extension for OEBPS Package XML.
1124pub const FILE_EXTENSION_OPF: &'static str = "opf";
1125/// The file extension for OPML.
1126pub const FILE_EXTENSION_OPML: &'static str = "opml";
1127/// The file extension for Palm.
1128pub const FILE_EXTENSION_OPRC: &'static str = "oprc";
1129/// The file extension for Lotus Organizer.
1130pub const FILE_EXTENSION_ORG: &'static str = "org";
1131/// The file extension for Yamaha OpenScoreFormat.
1132pub const FILE_EXTENSION_OSF: &'static str = "osf";
1133/// The file extension for Yamaha OpenScoreFormat OSFPVG XML.
1134pub const FILE_EXTENSION_OSFPVG: &'static str = "osfpvg";
1135/// The file extension for OpenDocument Chart Template.
1136pub const FILE_EXTENSION_OTC: &'static str = "otc";
1137/// The file extension for OpenType Font.
1138pub const FILE_EXTENSION_OTF: &'static str = "otf";
1139/// The file extension for OpenDocument Graphics Template.
1140pub const FILE_EXTENSION_OTG: &'static str = "otg";
1141/// The file extension for OpenDocument Text Web.
1142pub const FILE_EXTENSION_OTH: &'static str = "oth";
1143/// The file extension for OpenDocument Image Template.
1144pub const FILE_EXTENSION_OTI: &'static str = "oti";
1145/// The file extension for OpenDocument Presentation Template.
1146pub const FILE_EXTENSION_OTP: &'static str = "otp";
1147/// The file extension for OpenDocument Spreadsheet Template.
1148pub const FILE_EXTENSION_OTS: &'static str = "ots";
1149/// The file extension for OpenDocument Text Template.
1150pub const FILE_EXTENSION_OTT: &'static str = "ott";
1151/// The file extension for OpenXPS.
1152pub const FILE_EXTENSION_OXPS: &'static str = "oxps";
1153/// The file extension for OpenOffice Extension.
1154pub const FILE_EXTENSION_OXT: &'static str = "oxt";
1155/// The file extension for Pascal source.
1156pub const FILE_EXTENSION_P: &'static str = "p";
1157/// The file extension for PKCS #10.
1158pub const FILE_EXTENSION_P10: &'static str = "p10";
1159/// The file extension for PKCS #12.
1160pub const FILE_EXTENSION_P12: &'static str = "p12";
1161/// The file extension for PKCS #7 Certificates.
1162pub const FILE_EXTENSION_P7B: &'static str = "p7b";
1163/// The file extension for PKCS #7 MIME.
1164pub const FILE_EXTENSION_P7C: &'static str = "p7c";
1165/// The file extension for PKCS #7 MIME.
1166pub const FILE_EXTENSION_P7M: &'static str = "p7m";
1167/// The file extension for PKCS #7 Certificate Request/Response.
1168pub const FILE_EXTENSION_P7R: &'static str = "p7r";
1169/// The file extension for PKCS #7 Signature.
1170pub const FILE_EXTENSION_P7S: &'static str = "p7s";
1171/// The file extension for PKCS #8.
1172pub const FILE_EXTENSION_P8: &'static str = "p8";
1173/// The file extension for Pascal source.
1174pub const FILE_EXTENSION_PAS: &'static str = "pas";
1175/// The file extension for Pawaafile.
1176pub const FILE_EXTENSION_PAW: &'static str = "paw";
1177/// The file extension for PowerBuilder 6.
1178pub const FILE_EXTENSION_PBD: &'static str = "pbd";
1179/// The file extension for Portable Bitmap image.
1180pub const FILE_EXTENSION_PBM: &'static str = "pbm";
1181/// The file extension for TCPDump capture file.
1182pub const FILE_EXTENSION_PCAP: &'static str = "pcap";
1183/// The file extension for PCF font.
1184pub const FILE_EXTENSION_PCF: &'static str = "pcf";
1185/// The file extension for HP PCL.
1186pub const FILE_EXTENSION_PCL: &'static str = "pcl";
1187/// The file extension for HP PCLXL.
1188pub const FILE_EXTENSION_PCLXL: &'static str = "pclxl";
1189/// The file extension for PICT image.
1190pub const FILE_EXTENSION_PCT: &'static str = "pct";
1191/// The file extension for cURL PCURL.
1192pub const FILE_EXTENSION_PCURL: &'static str = "pcurl";
1193/// The file extension for PCX image.
1194pub const FILE_EXTENSION_PCX: &'static str = "pcx";
1195/// The file extension for Palm.
1196pub const FILE_EXTENSION_PDB: &'static str = "pdb";
1197/// The file extension for PDF.
1198pub const FILE_EXTENSION_PDF: &'static str = "pdf";
1199/// The file extension for Adobe Font Metrics.
1200pub const FILE_EXTENSION_PFA: &'static str = "pfa";
1201/// The file extension for Adobe Font Metrics.
1202pub const FILE_EXTENSION_PFB: &'static str = "pfb";
1203/// The file extension for Adobe Font Metrics.
1204pub const FILE_EXTENSION_PFM: &'static str = "pfm";
1205/// The file extension for Font Tdpfr.
1206pub const FILE_EXTENSION_PFR: &'static str = "pfr";
1207/// The file extension for PKCS #12.
1208pub const FILE_EXTENSION_PFX: &'static str = "pfx";
1209/// The file extension for Portable Graymap image.
1210pub const FILE_EXTENSION_PGM: &'static str = "pgm";
1211/// The file extension for PGN chess notation.
1212pub const FILE_EXTENSION_PGN: &'static str = "pgn";
1213/// The file extension for PGP encrypted.
1214pub const FILE_EXTENSION_PGP: &'static str = "pgp";
1215/// The file extension for PICT image.
1216pub const FILE_EXTENSION_PIC: &'static str = "pic";
1217/// The file extension for PICT image.
1218pub const FILE_EXTENSION_PICT: &'static str = "pict";
1219/// The file extension for a package file.
1220pub const FILE_EXTENSION_PKG: &'static str = "pkg";
1221/// The file extension for PKIXCMP.
1222pub const FILE_EXTENSION_PKI: &'static str = "pki";
1223/// The file extension for PKIX PKIPath.
1224pub const FILE_EXTENSION_PKIPATH: &'static str = "pkipath";
1225/// The file extension for 3GPP PIC BW Large.
1226pub const FILE_EXTENSION_PLB: &'static str = "plb";
1227/// The file extension for Mobius PLC.
1228pub const FILE_EXTENSION_PLC: &'static str = "plc";
1229/// The file extension for PocketLearn.
1230pub const FILE_EXTENSION_PLF: &'static str = "plf";
1231/// The file extension for SCPLS playlist.
1232pub const FILE_EXTENSION_PLS: &'static str = "pls";
1233/// The file extension for CTC POSML.
1234pub const FILE_EXTENSION_PML: &'static str = "pml";
1235/// The file extension for PNG image.
1236pub const FILE_EXTENSION_PNG: &'static str = "png";
1237/// The file extension for Portable Anymap image.
1238pub const FILE_EXTENSION_PNM: &'static str = "pnm";
1239/// The file extension for MacPaint image.
1240pub const FILE_EXTENSION_PNT: &'static str = "pnt";
1241/// The file extension for MacPorts Portpkg.
1242pub const FILE_EXTENSION_PORTPKG: &'static str = "portpkg";
1243/// The file extension for Microsoft PowerPoint.
1244pub const FILE_EXTENSION_POT: &'static str = "pot";
1245/// The file extension for Microsoft PowerPoint Template (Macro-Enabled).
1246pub const FILE_EXTENSION_POTM: &'static str = "potm";
1247/// The file extension for Office Open XML Presentation Template.
1248pub const FILE_EXTENSION_POTX: &'static str = "potx";
1249/// The file extension for Microsoft PowerPoint Add-in (Macro-Enabled).
1250pub const FILE_EXTENSION_PPAM: &'static str = "ppam";
1251/// The file extension for CUPS PPD.
1252pub const FILE_EXTENSION_PPD: &'static str = "ppd";
1253/// The file extension for Portable Pixmap image.
1254pub const FILE_EXTENSION_PPM: &'static str = "ppm";
1255/// The file extension for Microsoft PowerPoint.
1256pub const FILE_EXTENSION_PPS: &'static str = "pps";
1257/// The file extension for Microsoft PowerPoint Slideshow (Macro-Enabled).
1258pub const FILE_EXTENSION_PPSM: &'static str = "ppsm";
1259/// The file extension for Office Open XML Presentation Slideshow.
1260pub const FILE_EXTENSION_PPSX: &'static str = "ppsx";
1261/// The file extension for Microsoft PowerPoint.
1262pub const FILE_EXTENSION_PPT: &'static str = "ppt";
1263/// The file extension for Microsoft PowerPoint Presentation (Macro-Enabled).
1264pub const FILE_EXTENSION_PPTM: &'static str = "pptm";
1265/// The file extension for Office Open XML Presentation.
1266pub const FILE_EXTENSION_PPTX: &'static str = "pptx";
1267/// The file extension for Palm.
1268pub const FILE_EXTENSION_PQA: &'static str = "pqa";
1269/// The file extension for Palm.
1270pub const FILE_EXTENSION_PRC: &'static str = "prc";
1271/// The file extension for Lotus Freelance.
1272pub const FILE_EXTENSION_PRE: &'static str = "pre";
1273/// The file extension for a profile file.
1274pub const FILE_EXTENSION_PRF: &'static str = "prf";
1275/// The file extension for PostScript.
1276pub const FILE_EXTENSION_PS: &'static str = "ps";
1277/// The file extension for 3GPP PIC BW Small.
1278pub const FILE_EXTENSION_PSB: &'static str = "psb";
1279/// The file extension for Adobe Photoshop.
1280pub const FILE_EXTENSION_PSD: &'static str = "psd";
1281/// The file extension for Linux PSF font.
1282pub const FILE_EXTENSION_PSF: &'static str = "psf";
1283/// The file extension for PSKC XML.
1284pub const FILE_EXTENSION_PSKCXML: &'static str = "pskcxml";
1285/// The file extension for PVI PTID1.
1286pub const FILE_EXTENSION_PTID: &'static str = "ptid";
1287/// The file extension for Microsoft Publisher.
1288pub const FILE_EXTENSION_PUB: &'static str = "pub";
1289/// The file extension for 3GPP PIC BW Var.
1290pub const FILE_EXTENSION_PVB: &'static str = "pvb";
1291/// The file extension for 3M Post-It Notes.
1292pub const FILE_EXTENSION_PWN: &'static str = "pwn";
1293/// The file extension for Microsoft PlayReady Media PYA.
1294pub const FILE_EXTENSION_PYA: &'static str = "pya";
1295/// The file extension for Microsoft PlayReady Media PYV.
1296pub const FILE_EXTENSION_PYV: &'static str = "pyv";
1297/// The file extension for Epson QuickAnime.
1298pub const FILE_EXTENSION_QAM: &'static str = "qam";
1299/// The file extension for Intuit QBO.
1300pub const FILE_EXTENSION_QBO: &'static str = "qbo";
1301/// The file extension for Intuit QFX.
1302pub const FILE_EXTENSION_QFX: &'static str = "qfx";
1303/// The file extension for PubliShare Delta Tree.
1304pub const FILE_EXTENSION_QPS: &'static str = "qps";
1305/// The file extension for QuickTime video.
1306pub const FILE_EXTENSION_QT: &'static str = "qt";
1307/// The file extension for QuickTime image.
1308pub const FILE_EXTENSION_QTI: &'static str = "qti";
1309/// The file extension for QuickTime image.
1310pub const FILE_EXTENSION_QTIF: &'static str = "qtif";
1311/// The file extension for QuarkXPress.
1312pub const FILE_EXTENSION_QWD: &'static str = "qwd";
1313/// The file extension for QuarkXPress.
1314pub const FILE_EXTENSION_QWT: &'static str = "qwt";
1315/// The file extension for QuarkXPress.
1316pub const FILE_EXTENSION_QXB: &'static str = "qxb";
1317/// The file extension for QuarkXPress.
1318pub const FILE_EXTENSION_QXD: &'static str = "qxd";
1319/// The file extension for QuarkXPress.
1320pub const FILE_EXTENSION_QXL: &'static str = "qxl";
1321/// The file extension for QuarkXPress.
1322pub const FILE_EXTENSION_QXT: &'static str = "qxt";
1323/// The file extension for RealAudio.
1324pub const FILE_EXTENSION_RA: &'static str = "ra";
1325/// The file extension for RealAudio.
1326pub const FILE_EXTENSION_RAM: &'static str = "ram";
1327/// The file extension for RAR compressed archive.
1328pub const FILE_EXTENSION_RAR: &'static str = "rar";
1329/// The file extension for CMU Raster image.
1330pub const FILE_EXTENSION_RAS: &'static str = "ras";
1331/// The file extension for iPunplugged RCProfile.
1332pub const FILE_EXTENSION_RCPROFILE: &'static str = "rcprofile";
1333/// The file extension for RDF XML.
1334pub const FILE_EXTENSION_RDF: &'static str = "rdf";
1335/// The file extension for Data-Vision RDZ.
1336pub const FILE_EXTENSION_RDZ: &'static str = "rdz";
1337/// The file extension for BusinessObjects.
1338pub const FILE_EXTENSION_REP: &'static str = "rep";
1339/// The file extension for DTBResource XML.
1340pub const FILE_EXTENSION_RES: &'static str = "res";
1341/// The file extension for RGB image.
1342pub const FILE_EXTENSION_RGB: &'static str = "rgb";
1343/// The file extension for RegInfo XML.
1344pub const FILE_EXTENSION_RIF: &'static str = "rif";
1345/// The file extension for RIP audio.
1346pub const FILE_EXTENSION_RIP: &'static str = "rip";
1347/// The file extension for Research Info Systems.
1348pub const FILE_EXTENSION_RIS: &'static str = "ris";
1349/// The file extension for Resource Lists XML.
1350pub const FILE_EXTENSION_RL: &'static str = "rl";
1351/// The file extension for Fujixerox EDMICS RLC.
1352pub const FILE_EXTENSION_RLC: &'static str = "rlc";
1353/// The file extension for Resource Lists Diff XML.
1354pub const FILE_EXTENSION_RLD: &'static str = "rld";
1355/// The file extension for RealMedia.
1356pub const FILE_EXTENSION_RM: &'static str = "rm";
1357/// The file extension for MIDI audio.
1358pub const FILE_EXTENSION_RMI: &'static str = "rmi";
1359/// The file extension for RealAudio Plugin.
1360pub const FILE_EXTENSION_RMP: &'static str = "rmp";
1361/// The file extension for JCP J2ME Midlet RMS.
1362pub const FILE_EXTENSION_RMS: &'static str = "rms";
1363/// The file extension for RealMedia VBR.
1364pub const FILE_EXTENSION_RMVB: &'static str = "rmvb";
1365/// The file extension for RELAX NG Compact Syntax.
1366pub const FILE_EXTENSION_RNC: &'static str = "rnc";
1367/// The file extension for RPKI ROA.
1368pub const FILE_EXTENSION_ROA: &'static str = "roa";
1369/// The file extension for Troff.
1370pub const FILE_EXTENSION_ROFF: &'static str = "roff";
1371/// The file extension for Cloanto RP9.
1372pub const FILE_EXTENSION_RP9: &'static str = "rp9";
1373/// The file extension for Nokia Radio Presets.
1374pub const FILE_EXTENSION_RPSS: &'static str = "rpss";
1375/// The file extension for Nokia Radio Preset.
1376pub const FILE_EXTENSION_RPST: &'static str = "rpst";
1377/// The file extension for SPARQL Query.
1378pub const FILE_EXTENSION_RQ: &'static str = "rq";
1379/// The file extension for RSD XML.
1380pub const FILE_EXTENSION_RSD: &'static str = "rsd";
1381/// The file extension for RSS XML.
1382pub const FILE_EXTENSION_RSS: &'static str = "rss";
1383/// The file extension for RTF.
1384pub const FILE_EXTENSION_RTF: &'static str = "rtf";
1385/// The file extension for Rich Text.
1386pub const FILE_EXTENSION_RTX: &'static str = "rtx";
1387/// The file extension for Assembly source.
1388pub const FILE_EXTENSION_S: &'static str = "s";
1389/// The file extension for S3M audio.
1390pub const FILE_EXTENSION_S3M: &'static str = "s3m";
1391/// The file extension for Yamaha SMAF Audio.
1392pub const FILE_EXTENSION_SAF: &'static str = "saf";
1393/// The file extension for SBML XML.
1394pub const FILE_EXTENSION_SBML: &'static str = "sbml";
1395/// The file extension for Microsoft Schedule.
1396pub const FILE_EXTENSION_SCD: &'static str = "scd";
1397/// The file extension for Lotus ScreenCam.
1398pub const FILE_EXTENSION_SCM: &'static str = "scm";
1399/// The file extension for SCVP CV Request.
1400pub const FILE_EXTENSION_SCQ: &'static str = "scq";
1401/// The file extension for SCVP CV Response.
1402pub const FILE_EXTENSION_SCS: &'static str = "scs";
1403/// The file extension for cURL SCURL.
1404pub const FILE_EXTENSION_SCURL: &'static str = "scurl";
1405/// The file extension for StarDivision Draw.
1406pub const FILE_EXTENSION_SDA: &'static str = "sda";
1407/// The file extension for StarDivision Calc.
1408pub const FILE_EXTENSION_SDC: &'static str = "sdc";
1409/// The file extension for StarDivision Impress.
1410pub const FILE_EXTENSION_SDD: &'static str = "sdd";
1411/// The file extension for Solent SDKM XML.
1412pub const FILE_EXTENSION_SDKD: &'static str = "sdkd";
1413/// The file extension for Solent SDKM XML.
1414pub const FILE_EXTENSION_SDKM: &'static str = "sdkm";
1415/// The file extension for SDP.
1416pub const FILE_EXTENSION_SDP: &'static str = "sdp";
1417/// The file extension for StarDivision Writer.
1418pub const FILE_EXTENSION_SDW: &'static str = "sdw";
1419/// The file extension for SeeMail.
1420pub const FILE_EXTENSION_SEE: &'static str = "see";
1421/// The file extension for FDSN mseed.
1422pub const FILE_EXTENSION_SEED: &'static str = "seed";
1423/// The file extension for SEMA.
1424pub const FILE_EXTENSION_SEMA: &'static str = "sema";
1425/// The file extension for SEMD.
1426pub const FILE_EXTENSION_SEMD: &'static str = "semd";
1427/// The file extension for SEMF.
1428pub const FILE_EXTENSION_SEMF: &'static str = "semf";
1429/// The file extension for Java Serialized Object.
1430pub const FILE_EXTENSION_SER: &'static str = "ser";
1431/// The file extension for Set Payment Initiation.
1432pub const FILE_EXTENSION_SETPAY: &'static str = "setpay";
1433/// The file extension for Set Registration Initiation.
1434pub const FILE_EXTENSION_SETREG: &'static str = "setreg";
1435/// The file extension for Hydrostatix SOF-data.
1436pub const FILE_EXTENSION_SFD_HDSTX: &'static str = "sfd-hdstx";
1437/// The file extension for Spotfire SFS.
1438pub const FILE_EXTENSION_SFS: &'static str = "sfs";
1439/// The file extension for SFV.
1440pub const FILE_EXTENSION_SFV: &'static str = "sfv";
1441/// The file extension for SGI image.
1442pub const FILE_EXTENSION_SGI: &'static str = "sgi";
1443/// The file extension for StarDivision Writer Global.
1444pub const FILE_EXTENSION_SGL: &'static str = "sgl";
1445/// The file extension for SGML.
1446pub const FILE_EXTENSION_SGM: &'static str = "sgm";
1447/// The file extension for SGML.
1448pub const FILE_EXTENSION_SGML: &'static str = "sgml";
1449/// The file extension for Shell script.
1450pub const FILE_EXTENSION_SH: &'static str = "sh";
1451/// The file extension for Shar archive.
1452pub const FILE_EXTENSION_SHAR: &'static str = "shar";
1453/// The file extension for SHF XML.
1454pub const FILE_EXTENSION_SHF: &'static str = "shf";
1455/// The file extension for MrSID image.
1456pub const FILE_EXTENSION_SID: &'static str = "sid";
1457/// The file extension for a signature file.
1458pub const FILE_EXTENSION_SIG: &'static str = "sig";
1459/// The file extension for Silk audio.
1460pub const FILE_EXTENSION_SIL: &'static str = "sil";
1461/// The file extension for a SILO file.
1462pub const FILE_EXTENSION_SILO: &'static str = "silo";
1463/// The file extension for Symbian Install.
1464pub const FILE_EXTENSION_SIS: &'static str = "sis";
1465/// The file extension for Symbian Install.
1466pub const FILE_EXTENSION_SISX: &'static str = "sisx";
1467/// The file extension for StuffIt archive.
1468pub const FILE_EXTENSION_SIT: &'static str = "sit";
1469/// The file extension for StuffItX archive.
1470pub const FILE_EXTENSION_SITX: &'static str = "sitx";
1471/// The file extension for Koan.
1472pub const FILE_EXTENSION_SKD: &'static str = "skd";
1473/// The file extension for Koan.
1474pub const FILE_EXTENSION_SKM: &'static str = "skm";
1475/// The file extension for Koan.
1476pub const FILE_EXTENSION_SKP: &'static str = "skp";
1477/// The file extension for Koan.
1478pub const FILE_EXTENSION_SKT: &'static str = "skt";
1479/// The file extension for Microsoft PowerPoint Slide (Macro-Enabled).
1480pub const FILE_EXTENSION_SLDM: &'static str = "sldm";
1481/// The file extension for Office Open XML Presentation Slide.
1482pub const FILE_EXTENSION_SLDX: &'static str = "sldx";
1483/// The file extension for Epson SALT.
1484pub const FILE_EXTENSION_SLT: &'static str = "slt";
1485/// The file extension for StepMania Stepchart.
1486pub const FILE_EXTENSION_SM: &'static str = "sm";
1487/// The file extension for StarDivision Math.
1488pub const FILE_EXTENSION_SMF: &'static str = "smf";
1489/// The file extension for SMIL XML.
1490pub const FILE_EXTENSION_SMI: &'static str = "smi";
1491/// The file extension for SMIL XML.
1492pub const FILE_EXTENSION_SMIL: &'static str = "smil";
1493/// The file extension for SMV video.
1494pub const FILE_EXTENSION_SMV: &'static str = "smv";
1495/// The file extension for StepMania Package.
1496pub const FILE_EXTENSION_SMZIP: &'static str = "smzip";
1497/// The file extension for basic audio.
1498pub const FILE_EXTENSION_SND: &'static str = "snd";
1499/// The file extension for SNF font.
1500pub const FILE_EXTENSION_SNF: &'static str = "snf";
1501/// The file extension for a shared object file.
1502pub const FILE_EXTENSION_SO: &'static str = "so";
1503/// The file extension for Yamaha SMAF Phrase.
1504pub const FILE_EXTENSION_SPC: &'static str = "spc";
1505/// The file extension for FutureSplash.
1506pub const FILE_EXTENSION_SPF: &'static str = "spf";
1507/// The file extension for FutureSplash.
1508pub const FILE_EXTENSION_SPL: &'static str = "spl";
1509/// The file extension for In3D Spot.
1510pub const FILE_EXTENSION_SPOT: &'static str = "spot";
1511/// The file extension for SCVP VP Response.
1512pub const FILE_EXTENSION_SPP: &'static str = "spp";
1513/// The file extension for SCVP VP Request.
1514pub const FILE_EXTENSION_SPQ: &'static str = "spq";
1515/// The file extension for Ogg audio.
1516pub const FILE_EXTENSION_SPX: &'static str = "spx";
1517/// The file extension for SQL.
1518pub const FILE_EXTENSION_SQL: &'static str = "sql";
1519/// The file extension for WAIS source.
1520pub const FILE_EXTENSION_SRC: &'static str = "src";
1521/// The file extension for SubRip subtitle.
1522pub const FILE_EXTENSION_SRT: &'static str = "srt";
1523/// The file extension for SRU XML.
1524pub const FILE_EXTENSION_SRU: &'static str = "sru";
1525/// The file extension for SPARQL Results XML.
1526pub const FILE_EXTENSION_SRX: &'static str = "srx";
1527/// The file extension for SSDL XML.
1528pub const FILE_EXTENSION_SSDL: &'static str = "ssdl";
1529/// The file extension for Kodak Descriptor.
1530pub const FILE_EXTENSION_SSE: &'static str = "sse";
1531/// The file extension for Epson SSF.
1532pub const FILE_EXTENSION_SSF: &'static str = "ssf";
1533/// The file extension for SSML XML.
1534pub const FILE_EXTENSION_SSML: &'static str = "ssml";
1535/// The file extension for SailingTracker Track.
1536pub const FILE_EXTENSION_ST: &'static str = "st";
1537/// The file extension for Sun XML Calc Template.
1538pub const FILE_EXTENSION_STC: &'static str = "stc";
1539/// The file extension for Sun XML Draw Template.
1540pub const FILE_EXTENSION_STD: &'static str = "std";
1541/// The file extension for WT STF.
1542pub const FILE_EXTENSION_STF: &'static str = "stf";
1543/// The file extension for Sun XML Impress Template.
1544pub const FILE_EXTENSION_STI: &'static str = "sti";
1545/// The file extension for HyperStudio.
1546pub const FILE_EXTENSION_STK: &'static str = "stk";
1547/// The file extension for Microsoft PKI STL.
1548pub const FILE_EXTENSION_STL: &'static str = "stl";
1549/// The file extension for PG Format.
1550pub const FILE_EXTENSION_STR: &'static str = "str";
1551/// The file extension for Sun XML Writer Template.
1552pub const FILE_EXTENSION_STW: &'static str = "stw";
1553/// The file extension for DVB Subtitle.
1554pub const FILE_EXTENSION_SUB: &'static str = "sub";
1555/// The file extension for SUS Calendar.
1556pub const FILE_EXTENSION_SUS: &'static str = "sus";
1557/// The file extension for SUS Calendar.
1558pub const FILE_EXTENSION_SUSP: &'static str = "susp";
1559/// The file extension for SV4CPIO archive.
1560pub const FILE_EXTENSION_SV4CPIO: &'static str = "sv4cpio";
1561/// The file extension for SV4CRC archive.
1562pub const FILE_EXTENSION_SV4CRC: &'static str = "sv4crc";
1563/// The file extension for DVB Service.
1564pub const FILE_EXTENSION_SVC: &'static str = "svc";
1565/// The file extension for SVD.
1566pub const FILE_EXTENSION_SVD: &'static str = "svd";
1567/// The file extension for SVG image.
1568pub const FILE_EXTENSION_SVG: &'static str = "svg";
1569/// The file extension for SVG image.
1570pub const FILE_EXTENSION_SVGZ: &'static str = "svgz";
1571/// The file extension for Shockwave Flash.
1572pub const FILE_EXTENSION_SWA: &'static str = "swa";
1573/// The file extension for Shockwave Flash.
1574pub const FILE_EXTENSION_SWF: &'static str = "swf";
1575/// The file extension for Arista Networks SWI.
1576pub const FILE_EXTENSION_SWI: &'static str = "swi";
1577/// The file extension for Sun XML Calc.
1578pub const FILE_EXTENSION_SXC: &'static str = "sxc";
1579/// The file extension for Sun XML Draw.
1580pub const FILE_EXTENSION_SXD: &'static str = "sxd";
1581/// The file extension for Sun XML Writer Global.
1582pub const FILE_EXTENSION_SXG: &'static str = "sxg";
1583/// The file extension for Sun XML Impress.
1584pub const FILE_EXTENSION_SXI: &'static str = "sxi";
1585/// The file extension for Sun XML Math.
1586pub const FILE_EXTENSION_SXM: &'static str = "sxm";
1587/// The file extension for Sun XML Writer.
1588pub const FILE_EXTENSION_SXW: &'static str = "sxw";
1589/// The file extension for Troff.
1590pub const FILE_EXTENSION_T: &'static str = "t";
1591/// The file extension for T3VM image.
1592pub const FILE_EXTENSION_T3: &'static str = "t3";
1593/// The file extension for MyNFC.
1594pub const FILE_EXTENSION_TAGLET: &'static str = "taglet";
1595/// The file extension for Tao Intent Module Archive.
1596pub const FILE_EXTENSION_TAO: &'static str = "tao";
1597/// The file extension for TAR archive.
1598pub const FILE_EXTENSION_TAR: &'static str = "tar";
1599/// The file extension for 3GPP2 TCAP.
1600pub const FILE_EXTENSION_TCAP: &'static str = "tcap";
1601/// The file extension for Tcl script.
1602pub const FILE_EXTENSION_TCL: &'static str = "tcl";
1603/// The file extension for SMART Teacher.
1604pub const FILE_EXTENSION_TEACHER: &'static str = "teacher";
1605/// The file extension for TEI XML.
1606pub const FILE_EXTENSION_TEI: &'static str = "tei";
1607/// The file extension for TEI XML.
1608pub const FILE_EXTENSION_TEICORPUS: &'static str = "teicorpus";
1609/// The file extension for TeX.
1610pub const FILE_EXTENSION_TEX: &'static str = "tex";
1611/// The file extension for Texinfo.
1612pub const FILE_EXTENSION_TEXI: &'static str = "texi";
1613/// The file extension for Texinfo.
1614pub const FILE_EXTENSION_TEXINFO: &'static str = "texinfo";
1615/// The file extension for a text file.
1616pub const FILE_EXTENSION_TEXT: &'static str = "text";
1617/// The file extension for Thraud XML.
1618pub const FILE_EXTENSION_TFI: &'static str = "tfi";
1619/// The file extension for TeX TFM.
1620pub const FILE_EXTENSION_TFM: &'static str = "tfm";
1621/// The file extension for TGA image.
1622pub const FILE_EXTENSION_TGA: &'static str = "tga";
1623/// The file extension for Microsoft Office Theme.
1624pub const FILE_EXTENSION_THMX: &'static str = "thmx";
1625/// The file extension for TIFF image.
1626pub const FILE_EXTENSION_TIF: &'static str = "tif";
1627/// The file extension for TIFF image.
1628pub const FILE_EXTENSION_TIFF: &'static str = "tiff";
1629/// The file extension for T-Mobile LiveTV.
1630pub const FILE_EXTENSION_TMO: &'static str = "tmo";
1631/// The file extension for BitTorrent.
1632pub const FILE_EXTENSION_TORRENT: &'static str = "torrent";
1633/// The file extension for Groove Tool Template.
1634pub const FILE_EXTENSION_TPL: &'static str = "tpl";
1635/// The file extension for TRID TPT.
1636pub const FILE_EXTENSION_TPT: &'static str = "tpt";
1637/// The file extension for Troff.
1638pub const FILE_EXTENSION_TR: &'static str = "tr";
1639/// The file extension for TrueApp.
1640pub const FILE_EXTENSION_TRA: &'static str = "tra";
1641/// The file extension for Microsoft Terminal.
1642pub const FILE_EXTENSION_TRM: &'static str = "trm";
1643/// The file extension for Timestamped Data.
1644pub const FILE_EXTENSION_TSD: &'static str = "tsd";
1645/// The file extension for Tab-Separated Values.
1646pub const FILE_EXTENSION_TSV: &'static str = "tsv";
1647/// The file extension for Font Collection.
1648pub const FILE_EXTENSION_TTC: &'static str = "ttc";
1649/// The file extension for TrueType Font.
1650pub const FILE_EXTENSION_TTF: &'static str = "ttf";
1651/// The file extension for Turtle.
1652pub const FILE_EXTENSION_TTL: &'static str = "ttl";
1653/// The file extension for SimTech MindMapper.
1654pub const FILE_EXTENSION_TWD: &'static str = "twd";
1655/// The file extension for SimTech MindMapper.
1656pub const FILE_EXTENSION_TWDS: &'static str = "twds";
1657/// The file extension for Genomatix Tuxedo.
1658pub const FILE_EXTENSION_TXD: &'static str = "txd";
1659/// The file extension for Mobius TXF.
1660pub const FILE_EXTENSION_TXF: &'static str = "txf";
1661/// The file extension for a text file.
1662pub const FILE_EXTENSION_TXT: &'static str = "txt";
1663/// The file extension for UFDL.
1664pub const FILE_EXTENSION_U32: &'static str = "u32";
1665/// The file extension for a udeb file.
1666pub const FILE_EXTENSION_UDEB: &'static str = "udeb";
1667/// The file extension for UFDL.
1668pub const FILE_EXTENSION_UFD: &'static str = "ufd";
1669/// The file extension for UFDL.
1670pub const FILE_EXTENSION_UFDL: &'static str = "ufdl";
1671/// The file extension for Glulx game.
1672pub const FILE_EXTENSION_ULW: &'static str = "ulw";
1673/// The file extension for Glulx game.
1674pub const FILE_EXTENSION_ULX: &'static str = "ulx";
1675/// The file extension for UMAJIN.
1676pub const FILE_EXTENSION_UMJ: &'static str = "umj";
1677/// The file extension for Unity.
1678pub const FILE_EXTENSION_UNITYWEB: &'static str = "unityweb";
1679/// The file extension for UOML XML.
1680pub const FILE_EXTENSION_UOML: &'static str = "uoml";
1681/// The file extension for URI List.
1682pub const FILE_EXTENSION_URI: &'static str = "uri";
1683/// The file extension for URI List.
1684pub const FILE_EXTENSION_URIS: &'static str = "uris";
1685/// The file extension for URI List.
1686pub const FILE_EXTENSION_URLS: &'static str = "urls";
1687/// The file extension for USTAR archive.
1688pub const FILE_EXTENSION_USTAR: &'static str = "ustar";
1689/// The file extension for UIQ Theme.
1690pub const FILE_EXTENSION_UTZ: &'static str = "utz";
1691/// The file extension for UUEncode.
1692pub const FILE_EXTENSION_UU: &'static str = "uu";
1693/// The file extension for DECE audio.
1694pub const FILE_EXTENSION_UVA: &'static str = "uva";
1695/// The file extension for DECE data.
1696pub const FILE_EXTENSION_UVD: &'static str = "uvd";
1697/// The file extension for DECE data.
1698pub const FILE_EXTENSION_UVF: &'static str = "uvf";
1699/// The file extension for DECE graphic.
1700pub const FILE_EXTENSION_UVG: &'static str = "uvg";
1701/// The file extension for DECE HD video.
1702pub const FILE_EXTENSION_UVH: &'static str = "uvh";
1703/// The file extension for DECE graphic.
1704pub const FILE_EXTENSION_UVI: &'static str = "uvi";
1705/// The file extension for DECE mobile video.
1706pub const FILE_EXTENSION_UVM: &'static str = "uvm";
1707/// The file extension for DECE PD video.
1708pub const FILE_EXTENSION_UVP: &'static str = "uvp";
1709/// The file extension for DECE SD video.
1710pub const FILE_EXTENSION_UVS: &'static str = "uvs";
1711/// The file extension for DECE TTML XML.
1712pub const FILE_EXTENSION_UVT: &'static str = "uvt";
1713/// The file extension for UVVU MP4 video.
1714pub const FILE_EXTENSION_UVU: &'static str = "uvu";
1715/// The file extension for DECE video.
1716pub const FILE_EXTENSION_UVV: &'static str = "uvv";
1717/// The file extension for DECE audio.
1718pub const FILE_EXTENSION_UVVA: &'static str = "uvva";
1719/// The file extension for DECE data.
1720pub const FILE_EXTENSION_UVVD: &'static str = "uvvd";
1721/// The file extension for DECE data.
1722pub const FILE_EXTENSION_UVVF: &'static str = "uvvf";
1723/// The file extension for DECE graphic.
1724pub const FILE_EXTENSION_UVVG: &'static str = "uvvg";
1725/// The file extension for DECE HD video.
1726pub const FILE_EXTENSION_UVVH: &'static str = "uvvh";
1727/// The file extension for DECE graphic.
1728pub const FILE_EXTENSION_UVVI: &'static str = "uvvi";
1729/// The file extension for DECE mobile video.
1730pub const FILE_EXTENSION_UVVM: &'static str = "uvvm";
1731/// The file extension for DECE PD video.
1732pub const FILE_EXTENSION_UVVP: &'static str = "uvvp";
1733/// The file extension for DECE SD video.
1734pub const FILE_EXTENSION_UVVS: &'static str = "uvvs";
1735/// The file extension for DECE TTML XML.
1736pub const FILE_EXTENSION_UVVT: &'static str = "uvvt";
1737/// The file extension for UVVU MP4 video.
1738pub const FILE_EXTENSION_UVVU: &'static str = "uvvu";
1739/// The file extension for DECE video.
1740pub const FILE_EXTENSION_UVVV: &'static str = "uvvv";
1741/// The file extension for DECE unspecified.
1742pub const FILE_EXTENSION_UVVX: &'static str = "uvvx";
1743/// The file extension for DECE ZIP.
1744pub const FILE_EXTENSION_UVVZ: &'static str = "uvvz";
1745/// The file extension for DECE unspecified.
1746pub const FILE_EXTENSION_UVX: &'static str = "uvx";
1747/// The file extension for DECE ZIP.
1748pub const FILE_EXTENSION_UVZ: &'static str = "uvz";
1749/// The file extension for vCard.
1750pub const FILE_EXTENSION_VCARD: &'static str = "vcard";
1751/// The file extension for CDLink.
1752pub const FILE_EXTENSION_VCD: &'static str = "vcd";
1753/// The file extension for vCard.
1754pub const FILE_EXTENSION_VCF: &'static str = "vcf";
1755/// The file extension for Groove vCard.
1756pub const FILE_EXTENSION_VCG: &'static str = "vcg";
1757/// The file extension for vCalendar.
1758pub const FILE_EXTENSION_VCS: &'static str = "vcs";
1759/// The file extension for VCX.
1760pub const FILE_EXTENSION_VCX: &'static str = "vcx";
1761/// The file extension for Visionary.
1762pub const FILE_EXTENSION_VIS: &'static str = "vis";
1763/// The file extension for Vivo video.
1764pub const FILE_EXTENSION_VIV: &'static str = "viv";
1765/// The file extension for VOB video.
1766pub const FILE_EXTENSION_VOB: &'static str = "vob";
1767/// The file extension for VRML model.
1768pub const FILE_EXTENSION_VOR: &'static str = "vor";
1769/// The file extension for VSF.
1770pub const FILE_EXTENSION_VOX: &'static str = "vox";
1771/// The file extension for VRML model.
1772pub const FILE_EXTENSION_VRML: &'static str = "vrml";
1773/// The file extension for Microsoft Visio.
1774pub const FILE_EXTENSION_VSD: &'static str = "vsd";
1775/// The file extension for VSF.
1776pub const FILE_EXTENSION_VSF: &'static str = "vsf";
1777/// The file extension for Microsoft Visio.
1778pub const FILE_EXTENSION_VSS: &'static str = "vss";
1779/// The file extension for Microsoft Visio.
1780pub const FILE_EXTENSION_VST: &'static str = "vst";
1781/// The file extension for Microsoft Visio.
1782pub const FILE_EXTENSION_VSW: &'static str = "vsw";
1783/// The file extension for VTU model.
1784pub const FILE_EXTENSION_VTU: &'static str = "vtu";
1785/// The file extension for VoiceXML.
1786pub const FILE_EXTENSION_VXML: &'static str = "vxml";
1787/// The file extension for Adobe Director.
1788pub const FILE_EXTENSION_W3D: &'static str = "w3d";
1789/// The file extension for Doom WAD.
1790pub const FILE_EXTENSION_WAD: &'static str = "wad";
1791/// The file extension for WAV audio.
1792pub const FILE_EXTENSION_WAV: &'static str = "wav";
1793/// The file extension for WAX audio.
1794pub const FILE_EXTENSION_WAX: &'static str = "wax";
1795/// The file extension for WAP WBMP image.
1796pub const FILE_EXTENSION_WBMP: &'static str = "wbmp";
1797/// The file extension for Critical Tools WBS XML.
1798pub const FILE_EXTENSION_WBS: &'static str = "wbs";
1799/// The file extension for WAP WBXML.
1800pub const FILE_EXTENSION_WBXML: &'static str = "wbxml";
1801/// The file extension for Microsoft Works.
1802pub const FILE_EXTENSION_WCM: &'static str = "wcm";
1803/// The file extension for Microsoft Works.
1804pub const FILE_EXTENSION_WDB: &'static str = "wdb";
1805/// The file extension for Microsoft Photo.
1806pub const FILE_EXTENSION_WDP: &'static str = "wdp";
1807/// The file extension for WebM audio.
1808pub const FILE_EXTENSION_WEBA: &'static str = "weba";
1809/// The file extension for WebM video.
1810pub const FILE_EXTENSION_WEBM: &'static str = "webm";
1811/// The file extension for WebP image.
1812pub const FILE_EXTENSION_WEBP: &'static str = "webp";
1813/// The file extension for PMI Widget.
1814pub const FILE_EXTENSION_WG: &'static str = "wg";
1815/// The file extension for Widget.
1816pub const FILE_EXTENSION_WGT: &'static str = "wgt";
1817/// The file extension for Microsoft Works.
1818pub const FILE_EXTENSION_WKS: &'static str = "wks";
1819/// The file extension for WM video.
1820pub const FILE_EXTENSION_WM: &'static str = "wm";
1821/// The file extension for WMA audio.
1822pub const FILE_EXTENSION_WMA: &'static str = "wma";
1823/// The file extension for WMD.
1824pub const FILE_EXTENSION_WMD: &'static str = "wmd";
1825/// The file extension for Microsoft Metafile.
1826pub const FILE_EXTENSION_WMF: &'static str = "wmf";
1827/// The file extension for WAP WML.
1828pub const FILE_EXTENSION_WML: &'static str = "wml";
1829/// The file extension for WAP WMLC.
1830pub const FILE_EXTENSION_WMLC: &'static str = "wmlc";
1831/// The file extension for WAP WMLScript.
1832pub const FILE_EXTENSION_WMLS: &'static str = "wmls";
1833/// The file extension for WAP WMLScriptC.
1834pub const FILE_EXTENSION_WMLSC: &'static str = "wmlsc";
1835/// The file extension for WMV video.
1836pub const FILE_EXTENSION_WMV: &'static str = "wmv";
1837/// The file extension for WMX video.
1838pub const FILE_EXTENSION_WMX: &'static str = "wmx";
1839/// The file extension for Microsoft Metafile.
1840pub const FILE_EXTENSION_WMZ: &'static str = "wmz";
1841/// The file extension for WOFF font.
1842pub const FILE_EXTENSION_WOFF: &'static str = "woff";
1843/// The file extension for WOFF2 font.
1844pub const FILE_EXTENSION_WOFF2: &'static str = "woff2";
1845/// The file extension for WordPerfect.
1846pub const FILE_EXTENSION_WPD: &'static str = "wpd";
1847/// The file extension for Microsoft WPL.
1848pub const FILE_EXTENSION_WPL: &'static str = "wpl";
1849/// The file extension for Microsoft Works.
1850pub const FILE_EXTENSION_WPS: &'static str = "wps";
1851/// The file extension for WQD.
1852pub const FILE_EXTENSION_WQD: &'static str = "wqd";
1853/// The file extension for Microsoft Write.
1854pub const FILE_EXTENSION_WRI: &'static str = "wri";
1855/// The file extension for VRML model.
1856pub const FILE_EXTENSION_WRL: &'static str = "wrl";
1857/// The file extension for WSDL XML.
1858pub const FILE_EXTENSION_WSDL: &'static str = "wsdl";
1859/// The file extension for WSPolicy XML.
1860pub const FILE_EXTENSION_WSPOLICY: &'static str = "wspolicy";
1861/// The file extension for WebTurbo.
1862pub const FILE_EXTENSION_WTB: &'static str = "wtb";
1863/// The file extension for WVX video.
1864pub const FILE_EXTENSION_WVX: &'static str = "wvx";
1865/// The file extension for X3D XML.
1866pub const FILE_EXTENSION_X32: &'static str = "x32";
1867/// The file extension for X3D XML.
1868pub const FILE_EXTENSION_X3D: &'static str = "x3d";
1869/// The file extension for X3D Binary.
1870pub const FILE_EXTENSION_X3DB: &'static str = "x3db";
1871/// The file extension for X3D Binary.
1872pub const FILE_EXTENSION_X3DBZ: &'static str = "x3dbz";
1873/// The file extension for X3D VRML.
1874pub const FILE_EXTENSION_X3DV: &'static str = "x3dv";
1875/// The file extension for X3D VRML.
1876pub const FILE_EXTENSION_X3DVZ: &'static str = "x3dvz";
1877/// The file extension for X3D XML.
1878pub const FILE_EXTENSION_X3DZ: &'static str = "x3dz";
1879/// The file extension for XAML XML.
1880pub const FILE_EXTENSION_XAML: &'static str = "xaml";
1881/// The file extension for Silverlight App.
1882pub const FILE_EXTENSION_XAP: &'static str = "xap";
1883/// The file extension for Xara.
1884pub const FILE_EXTENSION_XAR: &'static str = "xar";
1885/// The file extension for Microsoft XBAP.
1886pub const FILE_EXTENSION_XBAP: &'static str = "xbap";
1887/// The file extension for Fujixerox DocuWorks Binder.
1888pub const FILE_EXTENSION_XBD: &'static str = "xbd";
1889/// The file extension for XBM image.
1890pub const FILE_EXTENSION_XBM: &'static str = "xbm";
1891/// The file extension for XCAP Diff XML.
1892pub const FILE_EXTENSION_XDF: &'static str = "xdf";
1893/// The file extension for SyncML DM XML.
1894pub const FILE_EXTENSION_XDM: &'static str = "xdm";
1895/// The file extension for Adobe XDP XML.
1896pub const FILE_EXTENSION_XDP: &'static str = "xdp";
1897/// The file extension for DSSC XML.
1898pub const FILE_EXTENSION_XDSSC: &'static str = "xdssc";
1899/// The file extension for Fujixerox DocuWorks.
1900pub const FILE_EXTENSION_XDW: &'static str = "xdw";
1901/// The file extension for XENC XML.
1902pub const FILE_EXTENSION_XENC: &'static str = "xenc";
1903/// The file extension for Patch Ops Error XML.
1904pub const FILE_EXTENSION_XER: &'static str = "xer";
1905/// The file extension for Adobe XFDF.
1906pub const FILE_EXTENSION_XFDF: &'static str = "xfdf";
1907/// The file extension for XFDL.
1908pub const FILE_EXTENSION_XFDL: &'static str = "xfdl";
1909/// The file extension for XHTML XML.
1910pub const FILE_EXTENSION_XHT: &'static str = "xht";
1911/// The file extension for XHTML XML.
1912pub const FILE_EXTENSION_XHTML: &'static str = "xhtml";
1913/// The file extension for XV XML.
1914pub const FILE_EXTENSION_XHVML: &'static str = "xhvml";
1915/// The file extension for XIFF image.
1916pub const FILE_EXTENSION_XIF: &'static str = "xif";
1917/// The file extension for Microsoft Excel.
1918pub const FILE_EXTENSION_XLA: &'static str = "xla";
1919/// The file extension for Microsoft Excel Add-in (Macro-Enabled).
1920pub const FILE_EXTENSION_XLAM: &'static str = "xlam";
1921/// The file extension for Microsoft Excel.
1922pub const FILE_EXTENSION_XLC: &'static str = "xlc";
1923/// The file extension for XLIFF XML.
1924pub const FILE_EXTENSION_XLF: &'static str = "xlf";
1925/// The file extension for Microsoft Excel.
1926pub const FILE_EXTENSION_XLM: &'static str = "xlm";
1927/// The file extension for Microsoft Excel.
1928pub const FILE_EXTENSION_XLS: &'static str = "xls";
1929/// The file extension for Microsoft Excel Sheet (Binary, Macro-Enabled).
1930pub const FILE_EXTENSION_XLSB: &'static str = "xlsb";
1931/// The file extension for Microsoft Excel Sheet (Macro-Enabled).
1932pub const FILE_EXTENSION_XLSM: &'static str = "xlsm";
1933/// The file extension for Office Open XML Spreadsheet.
1934pub const FILE_EXTENSION_XLSX: &'static str = "xlsx";
1935/// The file extension for Microsoft Excel Template.
1936pub const FILE_EXTENSION_XLT: &'static str = "xlt";
1937/// The file extension for Microsoft Excel Template (Macro-Enabled).
1938pub const FILE_EXTENSION_XLTM: &'static str = "xltm";
1939/// The file extension for Office Open XML Spreadsheet Template.
1940pub const FILE_EXTENSION_XLTX: &'static str = "xltx";
1941/// The file extension for Microsoft Excel.
1942pub const FILE_EXTENSION_XLW: &'static str = "xlw";
1943/// The file extension for XM audio.
1944pub const FILE_EXTENSION_XM: &'static str = "xm";
1945/// The file extension for XML.
1946pub const FILE_EXTENSION_XML: &'static str = "xml";
1947/// The file extension for OLPC Sugar.
1948pub const FILE_EXTENSION_XO: &'static str = "xo";
1949/// The file extension for XOP XML.
1950pub const FILE_EXTENSION_XOP: &'static str = "xop";
1951/// The file extension for XPInstall.
1952pub const FILE_EXTENSION_XPI: &'static str = "xpi";
1953/// The file extension for XProc XML.
1954pub const FILE_EXTENSION_XPL: &'static str = "xpl";
1955/// The file extension for XPM image.
1956pub const FILE_EXTENSION_XPM: &'static str = "xpm";
1957/// The file extension for IS-XPR.
1958pub const FILE_EXTENSION_XPR: &'static str = "xpr";
1959/// The file extension for Microsoft XPS Document.
1960pub const FILE_EXTENSION_XPS: &'static str = "xps";
1961/// The file extension for Intercon FormNet.
1962pub const FILE_EXTENSION_XPW: &'static str = "xpw";
1963/// The file extension for Intercon FormNet.
1964pub const FILE_EXTENSION_XPX: &'static str = "xpx";
1965/// The file extension for XSLT XML.
1966pub const FILE_EXTENSION_XSL: &'static str = "xsl";
1967/// The file extension for XSLT XML.
1968pub const FILE_EXTENSION_XSLT: &'static str = "xslt";
1969/// The file extension for SyncML XML.
1970pub const FILE_EXTENSION_XSM: &'static str = "xsm";
1971/// The file extension for XSPF XML.
1972pub const FILE_EXTENSION_XSPF: &'static str = "xspf";
1973/// The file extension for Mozilla XUL XML.
1974pub const FILE_EXTENSION_XUL: &'static str = "xul";
1975/// The file extension for XV XML.
1976pub const FILE_EXTENSION_XVM: &'static str = "xvm";
1977/// The file extension for XV XML.
1978pub const FILE_EXTENSION_XVML: &'static str = "xvml";
1979/// The file extension for XWD image.
1980pub const FILE_EXTENSION_XWD: &'static str = "xwd";
1981/// The file extension for XYZ chemical.
1982pub const FILE_EXTENSION_XYZ: &'static str = "xyz";
1983/// The file extension for XZ archive.
1984pub const FILE_EXTENSION_XZ: &'static str = "xz";
1985/// The file extension for YANG.
1986pub const FILE_EXTENSION_YANG: &'static str = "yang";
1987/// The file extension for YIN XML.
1988pub const FILE_EXTENSION_YIN: &'static str = "yin";
1989/// The file extension for compress archive.
1990pub const FILE_EXTENSION_Z: &'static str = "z";
1991/// The file extension for compress archive.
1992pub const FILE_EXTENSION_Z_UPPERCASEE: &'static str = "Z";
1993/// The file extension for Z-machine.
1994pub const FILE_EXTENSION_Z1: &'static str = "z1";
1995/// The file extension for Z-machine.
1996pub const FILE_EXTENSION_Z2: &'static str = "z2";
1997/// The file extension for Z-machine.
1998pub const FILE_EXTENSION_Z3: &'static str = "z3";
1999/// The file extension for Z-machine.
2000pub const FILE_EXTENSION_Z4: &'static str = "z4";
2001/// The file extension for Z-machine.
2002pub const FILE_EXTENSION_Z5: &'static str = "z5";
2003/// The file extension for Z-machine.
2004pub const FILE_EXTENSION_Z6: &'static str = "z6";
2005/// The file extension for Z-machine.
2006pub const FILE_EXTENSION_Z7: &'static str = "z7";
2007/// The file extension for Z-machine.
2008pub const FILE_EXTENSION_Z8: &'static str = "z8";
2009/// The file extension for Zzazz Deck XML.
2010pub const FILE_EXTENSION_ZAZ: &'static str = "zaz";
2011/// The file extension for ZIP archive.
2012pub const FILE_EXTENSION_ZIP: &'static str = "zip";
2013/// The file extension for ZUL.
2014pub const FILE_EXTENSION_ZIR: &'static str = "zir";
2015/// The file extension for ZUL.
2016pub const FILE_EXTENSION_ZIRZ: &'static str = "zirz";
2017/// The file extension for Handheld Entertainment XML.
2018pub const FILE_EXTENSION_ZMM: &'static str = "zmm";
2019/// The file extension for markdown.
2020pub const FILE_EXTENSION_MARKDOWN: &'static str = "md";
2021/// The file extension for toml.
2022pub const FILE_EXTENSION_TOML: &'static str = "toml";
2023/// The file extension for yaml.
2024pub const FILE_EXTENSION_YAML: &'static str = "yaml";
2025/// The file extension for yaml.
2026pub const FILE_EXTENSION_YML: &'static str = "yml";
2027/// The file extension for ini.
2028pub const FILE_EXTENSION_INI: &'static str = "ini";
2029/// The file extension for cfg.
2030pub const FILE_EXTENSION_CFG: &'static str = "cfg";
2031/// The file extension for Python.
2032pub const FILE_EXTENSION_PY: &'static str = "py";
2033/// The file extension for Go.
2034pub const FILE_EXTENSION_GO: &'static str = "go";
2035/// The file extension for TypeScript.
2036pub const FILE_EXTENSION_TS: &'static str = "ts";
2037/// The file extension for C#.
2038pub const FILE_EXTENSION_CS: &'static str = "cs";
2039/// The file extension for PHP.
2040pub const FILE_EXTENSION_PHP: &'static str = "php";
2041/// The file extension for Ruby.
2042pub const FILE_EXTENSION_RB: &'static str = "rb";
2043/// The file extension for Swift.
2044pub const FILE_EXTENSION_SWIFT: &'static str = "swift";
2045/// The file extension for Kotlin.
2046pub const FILE_EXTENSION_KT: &'static str = "kt";
2047/// The file extension for Kotlin Script.
2048pub const FILE_EXTENSION_KTS: &'static str = "kts";
2049/// The file extension for Scala.
2050pub const FILE_EXTENSION_SCALA: &'static str = "scala";
2051/// The file extension for IBM Secure Container or Scala Script.
2052pub const FILE_EXTENSION_SC: &'static str = "sc";
2053/// The file extension for Perl.
2054pub const FILE_EXTENSION_PL: &'static str = "pl";
2055/// The file extension for Perl Module.
2056pub const FILE_EXTENSION_PM: &'static str = "pm";
2057/// The file extension for Lua.
2058pub const FILE_EXTENSION_LUA: &'static str = "lua";
2059/// The file extension for PowerShell.
2060pub const FILE_EXTENSION_PS1: &'static str = "ps1";
2061/// The file extension for C++ Header.
2062pub const FILE_EXTENSION_HPP: &'static str = "hpp";
2063/// The file extension for Objective-C.
2064pub const FILE_EXTENSION_M: &'static str = "m";
2065/// The file extension for Objective-C++.
2066pub const FILE_EXTENSION_MM: &'static str = "mm";
2067/// The file extension for Groovy.
2068pub const FILE_EXTENSION_GROOVY: &'static str = "groovy";
2069/// The file extension for R.
2070pub const FILE_EXTENSION_R: &'static str = "r";
2071/// The file extension for SCSS.
2072pub const FILE_EXTENSION_SCSS: &'static str = "scss";
2073/// The file extension for SASS.
2074pub const FILE_EXTENSION_SASS: &'static str = "sass";
2075/// The file extension for LESS.
2076pub const FILE_EXTENSION_LESS: &'static str = "less";
2077/// The file extension for Vue.
2078pub const FILE_EXTENSION_VUE: &'static str = "vue";
2079/// The file extension for JSX.
2080pub const FILE_EXTENSION_JSX: &'static str = "jsx";
2081/// The file extension for TSX.
2082pub const FILE_EXTENSION_TSX: &'static str = "tsx";
2083/// The file extension for Dockerfile.
2084pub const FILE_EXTENSION_DOCKERFILE: &'static str = "dockerfile";
2085/// The file extension for Makefile.
2086pub const FILE_EXTENSION_MAKEFILE: &'static str = "makefile";
2087/// The file extension for Gitignore.
2088pub const FILE_EXTENSION_GITIGNORE: &'static str = "gitignore";
2089/// The file extension for RLS Services XML or Rust.
2090pub const FILE_EXTENSION_RS: &'static str = "rs";
2091/// The file extension for Haskell.
2092pub const FILE_EXTENSION_HS: &'static str = "hs";
2093/// The file extension for Erlang.
2094pub const FILE_EXTENSION_ERL: &'static str = "erl";
2095/// The file extension for Elixir.
2096pub const FILE_EXTENSION_EX: &'static str = "ex";
2097/// The file extension for Elixir Script.
2098pub const FILE_EXTENSION_EXS: &'static str = "exs";
2099/// The file extension for Clojure.
2100pub const FILE_EXTENSION_CLJ: &'static str = "clj";
2101/// The file extension for ClojureScript.
2102pub const FILE_EXTENSION_CLJS: &'static str = "cljs";
2103/// The file extension for Clojure Common.
2104pub const FILE_EXTENSION_CLJC: &'static str = "cljc";
2105/// The file extension for F#.
2106pub const FILE_EXTENSION_FS: &'static str = "fs";
2107/// The file extension for F# Script.
2108pub const FILE_EXTENSION_FSX: &'static str = "fsx";
2109/// The file extension for OCaml.
2110pub const FILE_EXTENSION_ML: &'static str = "ml";
2111/// The file extension for OCaml Interface.
2112pub const FILE_EXTENSION_MLI: &'static str = "mli";
2113/// The file extension for Bash.
2114pub const FILE_EXTENSION_BASH: &'static str = "bash";
2115/// The file extension for Zsh.
2116pub const FILE_EXTENSION_ZSH: &'static str = "zsh";
2117/// The file extension for env.
2118pub const FILE_EXTENSION_ENV: &'static str = "env";
2119/// The file extension for cj.
2120pub const FILE_EXTENSION_CJ: &'static str = "cj";