http_constant/file_extension/
const.rs

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