Skip to content

Commit f052be9

Browse files
Update DefaultMap (#107)
Co-authored-by: mondrake <mondrake@users.noreply.github.com>
1 parent 89e52ab commit f052be9

1 file changed

Lines changed: 163 additions & 24 deletions

File tree

src/Map/DefaultMap.php

Lines changed: 163 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -5942,6 +5942,18 @@ public function getFileName(): string
59425942
0 => 'pcf',
59435943
),
59445944
),
5945+
'application/x-coff' =>
5946+
array (
5947+
'desc' =>
5948+
array (
5949+
0 => 'Windows object code',
5950+
),
5951+
'e' =>
5952+
array (
5953+
0 => 'o',
5954+
1 => 'obj',
5955+
),
5956+
),
59455957
'application/x-commodore-crt' =>
59465958
array (
59475959
'desc' =>
@@ -6677,11 +6689,23 @@ public function getFileName(): string
66776689
'e' =>
66786690
array (
66796691
0 => 'gen',
6680-
1 => 'smd',
6681-
2 => 'md',
6692+
1 => 'md',
6693+
2 => '68k',
66826694
3 => 'sgd',
66836695
),
66846696
),
6697+
'application/x-genesis-rom-smd' =>
6698+
array (
6699+
'desc' =>
6700+
array (
6701+
0 => 'Genesis ROM (SMD dump)',
6702+
1 => 'SMD: Super Magic Drive',
6703+
),
6704+
'e' =>
6705+
array (
6706+
0 => 'smd',
6707+
),
6708+
),
66856709
'application/x-gerber-job' =>
66866710
array (
66876711
'desc' =>
@@ -8456,7 +8480,7 @@ public function getFileName(): string
84568480
),
84578481
'e' =>
84588482
array (
8459-
0 => 'iso',
8483+
0 => 'md',
84608484
),
84618485
),
84628486
'application/x-sg1000-rom' =>
@@ -11528,6 +11552,21 @@ public function getFileName(): string
1152811552
0 => 'ico',
1152911553
),
1153011554
),
11555+
'image/vnd.ms-dds' =>
11556+
array (
11557+
'a' =>
11558+
array (
11559+
0 => 'image/x-dds',
11560+
),
11561+
'desc' =>
11562+
array (
11563+
0 => 'DirectDraw Surface',
11564+
),
11565+
'e' =>
11566+
array (
11567+
0 => 'dds',
11568+
),
11569+
),
1153111570
'image/vnd.ms-modi' =>
1153211571
array (
1153311572
'desc' =>
@@ -11769,17 +11808,6 @@ public function getFileName(): string
1176911808
1 => 'xcf.bz2',
1177011809
),
1177111810
),
11772-
'image/x-dds' =>
11773-
array (
11774-
'desc' =>
11775-
array (
11776-
0 => 'DirectDraw surface',
11777-
),
11778-
'e' =>
11779-
array (
11780-
0 => 'dds',
11781-
),
11782-
),
1178311811
'image/x-eps' =>
1178411812
array (
1178511813
'desc' =>
@@ -11816,6 +11844,17 @@ public function getFileName(): string
1181611844
0 => 'exr',
1181711845
),
1181811846
),
11847+
'image/x-farbfeld' =>
11848+
array (
11849+
'desc' =>
11850+
array (
11851+
0 => 'Farbfeld',
11852+
),
11853+
'e' =>
11854+
array (
11855+
0 => 'ff',
11856+
),
11857+
),
1181911858
'image/x-freehand' =>
1182011859
array (
1182111860
'e' =>
@@ -12953,6 +12992,10 @@ public function getFileName(): string
1295312992
),
1295412993
'text/n3' =>
1295512994
array (
12995+
'desc' =>
12996+
array (
12997+
0 => 'Notation3 document',
12998+
),
1295612999
'e' =>
1295713000
array (
1295813001
0 => 'n3',
@@ -13271,6 +13314,17 @@ public function getFileName(): string
1327113314
0 => 'spot',
1327213315
),
1327313316
),
13317+
'text/vnd.plantuml' =>
13318+
array (
13319+
'desc' =>
13320+
array (
13321+
0 => 'PlantUML Diagram',
13322+
),
13323+
'e' =>
13324+
array (
13325+
0 => 'puml',
13326+
),
13327+
),
1327413328
'text/vnd.rn-realtext' =>
1327513329
array (
1327613330
'desc' =>
@@ -13854,6 +13908,17 @@ public function getFileName(): string
1385413908
0 => 'gradle',
1385513909
),
1385613910
),
13911+
'text/x-gradle-kts' =>
13912+
array (
13913+
'desc' =>
13914+
array (
13915+
0 => 'Kotlin Gradle script',
13916+
),
13917+
'e' =>
13918+
array (
13919+
0 => 'gradle.kts',
13920+
),
13921+
),
1385713922
'text/x-groovy' =>
1385813923
array (
1385913924
'desc' =>
@@ -14005,6 +14070,17 @@ public function getFileName(): string
1400514070
0 => 'log',
1400614071
),
1400714072
),
14073+
'text/x-lrc' =>
14074+
array (
14075+
'desc' =>
14076+
array (
14077+
0 => 'Song lyrics',
14078+
),
14079+
'e' =>
14080+
array (
14081+
0 => 'lrc',
14082+
),
14083+
),
1400814084
'text/x-lua' =>
1400914085
array (
1401014086
'desc' =>
@@ -14516,6 +14592,18 @@ public function getFileName(): string
1451614592
0 => 'scss',
1451714593
),
1451814594
),
14595+
'text/x-sed' =>
14596+
array (
14597+
'desc' =>
14598+
array (
14599+
0 => 'sed script',
14600+
1 => 'SED: Stream EDitor',
14601+
),
14602+
'e' =>
14603+
array (
14604+
0 => 'sed',
14605+
),
14606+
),
1451914607
'text/x-setext' =>
1452014608
array (
1452114609
'desc' =>
@@ -15538,6 +15626,13 @@ public function getFileName(): string
1553815626
0 => 'model/3mf',
1553915627
),
1554015628
),
15629+
'68k' =>
15630+
array (
15631+
't' =>
15632+
array (
15633+
0 => 'application/x-genesis-rom',
15634+
),
15635+
),
1554115636
'7z' =>
1554215637
array (
1554315638
't' =>
@@ -17498,7 +17593,7 @@ public function getFileName(): string
1749817593
array (
1749917594
't' =>
1750017595
array (
17501-
0 => 'image/x-dds',
17596+
0 => 'image/vnd.ms-dds',
1750217597
),
1750317598
),
1750417599
'deb' =>
@@ -18478,6 +18573,13 @@ public function getFileName(): string
1847818573
0 => 'text/x-gherkin',
1847918574
),
1848018575
),
18576+
'ff' =>
18577+
array (
18578+
't' =>
18579+
array (
18580+
0 => 'image/x-farbfeld',
18581+
),
18582+
),
1848118583
'fff' =>
1848218584
array (
1848318585
't' =>
@@ -19192,6 +19294,13 @@ public function getFileName(): string
1919219294
0 => 'text/x-gradle',
1919319295
),
1919419296
),
19297+
'gradle.kts' =>
19298+
array (
19299+
't' =>
19300+
array (
19301+
0 => 'text/x-gradle-kts',
19302+
),
19303+
),
1919519304
'gram' =>
1919619305
array (
1919719306
't' =>
@@ -19945,11 +20054,10 @@ public function getFileName(): string
1994520054
array (
1994620055
0 => 'application/vnd.efi.iso',
1994720056
1 => 'application/x-sega-cd-rom',
19948-
2 => 'application/x-sega-pico-rom',
19949-
3 => 'application/x-saturn-rom',
19950-
4 => 'application/x-dreamcast-rom',
19951-
5 => 'application/x-wii-rom',
19952-
6 => 'application/x-gamecube-rom',
20057+
2 => 'application/x-saturn-rom',
20058+
3 => 'application/x-dreamcast-rom',
20059+
4 => 'application/x-wii-rom',
20060+
5 => 'application/x-gamecube-rom',
1995320061
),
1995420062
),
1995520063
'iso9660' =>
@@ -20718,6 +20826,13 @@ public function getFileName(): string
2071820826
0 => 'application/lost+xml',
2071920827
),
2072020828
),
20829+
'lrc' =>
20830+
array (
20831+
't' =>
20832+
array (
20833+
0 => 'text/x-lrc',
20834+
),
20835+
),
2072120836
'lrf' =>
2072220837
array (
2072320838
't' =>
@@ -21135,7 +21250,8 @@ public function getFileName(): string
2113521250
't' =>
2113621251
array (
2113721252
0 => 'text/markdown',
21138-
1 => 'application/x-genesis-rom',
21253+
1 => 'application/x-sega-pico-rom',
21254+
2 => 'application/x-genesis-rom',
2113921255
),
2114021256
),
2114121257
'mdb' =>
@@ -22281,7 +22397,8 @@ public function getFileName(): string
2228122397
array (
2228222398
't' =>
2228322399
array (
22284-
0 => 'application/x-object',
22400+
0 => 'application/x-coff',
22401+
1 => 'application/x-object',
2228522402
),
2228622403
),
2228722404
'oa2' =>
@@ -22317,7 +22434,8 @@ public function getFileName(): string
2231722434
't' =>
2231822435
array (
2231922436
0 => 'application/x-tgif',
22320-
1 => 'model/obj',
22437+
1 => 'application/x-coff',
22438+
2 => 'model/obj',
2232122439
),
2232222440
),
2232322441
'ocl' =>
@@ -23567,6 +23685,13 @@ public function getFileName(): string
2356723685
2 => 'text/x-ssh-public-key',
2356823686
),
2356923687
),
23688+
'puml' =>
23689+
array (
23690+
't' =>
23691+
array (
23692+
0 => 'text/vnd.plantuml',
23693+
),
23694+
),
2357023695
'pvb' =>
2357123696
array (
2357223697
't' =>
@@ -24587,6 +24712,13 @@ public function getFileName(): string
2458724712
1 => 'application/x-starwriter',
2458824713
),
2458924714
),
24715+
'sed' =>
24716+
array (
24717+
't' =>
24718+
array (
24719+
0 => 'text/x-sed',
24720+
),
24721+
),
2459024722
'see' =>
2459124723
array (
2459224724
't' =>
@@ -24993,7 +25125,7 @@ public function getFileName(): string
2499325125
't' =>
2499425126
array (
2499525127
0 => 'application/x-starmail',
24996-
1 => 'application/x-genesis-rom',
25128+
1 => 'application/x-genesis-rom-smd',
2499725129
),
2499825130
),
2499925131
'smf' =>
@@ -29848,6 +29980,13 @@ public function getFileName(): string
2984829980
0 => 'application/vnd.corel-draw',
2984929981
),
2985029982
),
29983+
'image/x-dds' =>
29984+
array (
29985+
't' =>
29986+
array (
29987+
0 => 'image/vnd.ms-dds',
29988+
),
29989+
),
2985129990
'image/x-djvu' =>
2985229991
array (
2985329992
't' =>

0 commit comments

Comments
 (0)