Skip to content

Commit 2cb60da

Browse files
committed
Map update
1 parent 2a8d3a7 commit 2cb60da

File tree

1 file changed

+131
-14
lines changed

1 file changed

+131
-14
lines changed

src/Map/DefaultMap.php

+131-14
Original file line numberDiff line numberDiff line change
@@ -3219,7 +3219,6 @@ public function getFileName(): string
32193219
5 => 'efi',
32203220
6 => 'ocx',
32213221
7 => 'sys',
3222-
8 => 'lib',
32233222
),
32243223
),
32253224
'application/vnd.mif' =>
@@ -4150,7 +4149,7 @@ public function getFileName(): string
41504149
array (
41514150
'desc' =>
41524151
array (
4153-
0 => 'OpenOffice.org extension',
4152+
0 => 'LibreOffice extension',
41544153
),
41554154
'e' =>
41564155
array (
@@ -4608,7 +4607,10 @@ public function getFileName(): string
46084607
),
46094608
'e' =>
46104609
array (
4611-
0 => 'sqsh',
4610+
0 => 'sfs',
4611+
1 => 'sqfs',
4612+
2 => 'sqsh',
4613+
3 => 'squashfs',
46124614
),
46134615
),
46144616
'application/vnd.stardivision.calc' =>
@@ -4729,7 +4731,7 @@ public function getFileName(): string
47294731
array (
47304732
'desc' =>
47314733
array (
4732-
0 => 'LibreOffice Calc spreadsheet',
4734+
0 => 'OpenOffice.org 1.0 Calc spreadsheet',
47334735
),
47344736
'e' =>
47354737
array (
@@ -4740,7 +4742,7 @@ public function getFileName(): string
47404742
array (
47414743
'desc' =>
47424744
array (
4743-
0 => 'LibreOffice Calc template',
4745+
0 => 'OpenOffice.org 1.0 Calc template',
47444746
),
47454747
'e' =>
47464748
array (
@@ -4751,7 +4753,7 @@ public function getFileName(): string
47514753
array (
47524754
'desc' =>
47534755
array (
4754-
0 => 'LibreOffice Draw drawing',
4756+
0 => 'OpenOffice.org 1.0 Draw drawing',
47554757
),
47564758
'e' =>
47574759
array (
@@ -4762,7 +4764,7 @@ public function getFileName(): string
47624764
array (
47634765
'desc' =>
47644766
array (
4765-
0 => 'LibreOffice Draw template',
4767+
0 => 'OpenOffice.org 1.0 Draw template',
47664768
),
47674769
'e' =>
47684770
array (
@@ -4773,7 +4775,7 @@ public function getFileName(): string
47734775
array (
47744776
'desc' =>
47754777
array (
4776-
0 => 'LibreOffice Impress presentation',
4778+
0 => 'OpenOffice.org 1.0 Impress presentation',
47774779
),
47784780
'e' =>
47794781
array (
@@ -4784,7 +4786,7 @@ public function getFileName(): string
47844786
array (
47854787
'desc' =>
47864788
array (
4787-
0 => 'LibreOffice Impress template',
4789+
0 => 'OpenOffice.org 1.0 Impress template',
47884790
),
47894791
'e' =>
47904792
array (
@@ -4795,7 +4797,7 @@ public function getFileName(): string
47954797
array (
47964798
'desc' =>
47974799
array (
4798-
0 => 'LibreOffice Math formula',
4800+
0 => 'OpenOffice.org 1.0 Math formula',
47994801
),
48004802
'e' =>
48014803
array (
@@ -4806,7 +4808,7 @@ public function getFileName(): string
48064808
array (
48074809
'desc' =>
48084810
array (
4809-
0 => 'LibreOffice Writer document',
4811+
0 => 'OpenOffice.org 1.0 Writer document',
48104812
),
48114813
'e' =>
48124814
array (
@@ -4817,7 +4819,7 @@ public function getFileName(): string
48174819
array (
48184820
'desc' =>
48194821
array (
4820-
0 => 'LibreOffice Writer global document',
4822+
0 => 'OpenOffice.org 1.0 Writer global document',
48214823
),
48224824
'e' =>
48234825
array (
@@ -4828,7 +4830,7 @@ public function getFileName(): string
48284830
array (
48294831
'desc' =>
48304832
array (
4831-
0 => 'LibreOffice Writer template',
4833+
0 => 'OpenOffice.org 1.0 Writer template',
48324834
),
48334835
'e' =>
48344836
array (
@@ -5372,6 +5374,7 @@ public function getFileName(): string
53725374
array (
53735375
0 => 'a',
53745376
1 => 'ar',
5377+
2 => 'lib',
53755378
),
53765379
),
53775380
'application/x-arj' =>
@@ -7682,6 +7685,19 @@ public function getFileName(): string
76827685
0 => 'pce',
76837686
),
76847687
),
7688+
'application/x-pcapng' =>
7689+
array (
7690+
'desc' =>
7691+
array (
7692+
0 => 'PCAPNG packet capture',
7693+
1 => 'PCAPNG: PCAP Next Generation',
7694+
),
7695+
'e' =>
7696+
array (
7697+
0 => 'pcapng',
7698+
1 => 'ntar',
7699+
),
7700+
),
76857701
'application/x-perl' =>
76867702
array (
76877703
'a' =>
@@ -10748,6 +10764,14 @@ public function getFileName(): string
1074810764
),
1074910765
'image/vnd.fpx' =>
1075010766
array (
10767+
'a' =>
10768+
array (
10769+
0 => 'image/x-fpx',
10770+
),
10771+
'desc' =>
10772+
array (
10773+
0 => 'FlashPix image',
10774+
),
1075110775
'e' =>
1075210776
array (
1075310777
0 => 'fpx',
@@ -11163,6 +11187,19 @@ public function getFileName(): string
1116311187
2 => 'jpc',
1116411188
),
1116511189
),
11190+
'image/x-kiss-cel' =>
11191+
array (
11192+
'desc' =>
11193+
array (
11194+
0 => 'KiSS cel',
11195+
1 => 'KiSS: Kisekae Set System',
11196+
),
11197+
'e' =>
11198+
array (
11199+
0 => 'cel',
11200+
1 => 'kcf',
11201+
),
11202+
),
1116611203
'image/x-kodak-dcr' =>
1116711204
array (
1116811205
'desc' =>
@@ -11849,6 +11886,7 @@ public function getFileName(): string
1184911886
0 => 'ics',
1185011887
1 => 'ifb',
1185111888
2 => 'vcs',
11889+
3 => 'icalendar',
1185211890
),
1185311891
),
1185411892
'text/css' =>
@@ -12347,6 +12385,10 @@ public function getFileName(): string
1234712385
),
1234812386
'text/x-asm' =>
1234912387
array (
12388+
'desc' =>
12389+
array (
12390+
0 => 'Assembly code',
12391+
),
1235012392
'e' =>
1235112393
array (
1235212394
0 => 's',
@@ -13093,6 +13135,17 @@ public function getFileName(): string
1309313135
1 => 'nimble',
1309413136
),
1309513137
),
13138+
'text/x-nix' =>
13139+
array (
13140+
'desc' =>
13141+
array (
13142+
0 => 'Nix source code',
13143+
),
13144+
'e' =>
13145+
array (
13146+
0 => 'nix',
13147+
),
13148+
),
1309613149
'text/x-objc++src' =>
1309713150
array (
1309813151
'desc' =>
@@ -15583,6 +15636,13 @@ public function getFileName(): string
1558315636
0 => 'application/vnd.cinderella',
1558415637
),
1558515638
),
15639+
'cel' =>
15640+
array (
15641+
't' =>
15642+
array (
15643+
0 => 'image/x-kiss-cel',
15644+
),
15645+
),
1558615646
'cer' =>
1558715647
array (
1558815648
't' =>
@@ -18215,6 +18275,13 @@ public function getFileName(): string
1821518275
0 => 'application/x-ica',
1821618276
),
1821718277
),
18278+
'icalendar' =>
18279+
array (
18280+
't' =>
18281+
array (
18282+
0 => 'text/calendar',
18283+
),
18284+
),
1821818285
'icb' =>
1821918286
array (
1822018287
't' =>
@@ -18843,6 +18910,13 @@ public function getFileName(): string
1884318910
1 => 'application/x-karbon',
1884418911
),
1884518912
),
18913+
'kcf' =>
18914+
array (
18915+
't' =>
18916+
array (
18917+
0 => 'image/x-kiss-cel',
18918+
),
18919+
),
1884618920
'kdc' =>
1884718921
array (
1884818922
't' =>
@@ -19165,7 +19239,7 @@ public function getFileName(): string
1916519239
array (
1916619240
't' =>
1916719241
array (
19168-
0 => 'application/vnd.microsoft.portable-executable',
19242+
0 => 'application/x-archive',
1916919243
),
1917019244
),
1917119245
'link66' =>
@@ -20597,6 +20671,13 @@ public function getFileName(): string
2059720671
0 => 'application/vnd.nitf',
2059820672
),
2059920673
),
20674+
'nix' =>
20675+
array (
20676+
't' =>
20677+
array (
20678+
0 => 'text/x-nix',
20679+
),
20680+
),
2060020681
'nlu' =>
2060120682
array (
2060220683
't' =>
@@ -20675,6 +20756,13 @@ public function getFileName(): string
2067520756
0 => 'video/x-nsv',
2067620757
),
2067720758
),
20759+
'ntar' =>
20760+
array (
20761+
't' =>
20762+
array (
20763+
0 => 'application/x-pcapng',
20764+
),
20765+
),
2067820766
'ntf' =>
2067920767
array (
2068020768
't' =>
@@ -21289,6 +21377,13 @@ public function getFileName(): string
2128921377
0 => 'application/vnd.tcpdump.pcap',
2129021378
),
2129121379
),
21380+
'pcapng' =>
21381+
array (
21382+
't' =>
21383+
array (
21384+
0 => 'application/x-pcapng',
21385+
),
21386+
),
2129221387
'pcd' =>
2129321388
array (
2129421389
't' =>
@@ -22978,6 +23073,7 @@ public function getFileName(): string
2297823073
't' =>
2297923074
array (
2298023075
0 => 'application/vnd.spotfire.sfs',
23076+
1 => 'application/vnd.squashfs',
2298123077
),
2298223078
),
2298323079
'sfv' =>
@@ -23448,6 +23544,13 @@ public function getFileName(): string
2344823544
3 => 'audio/x-speex',
2344923545
),
2345023546
),
23547+
'sqfs' =>
23548+
array (
23549+
't' =>
23550+
array (
23551+
0 => 'application/vnd.squashfs',
23552+
),
23553+
),
2345123554
'sql' =>
2345223555
array (
2345323556
't' =>
@@ -23477,6 +23580,13 @@ public function getFileName(): string
2347723580
0 => 'application/vnd.squashfs',
2347823581
),
2347923582
),
23583+
'squashfs' =>
23584+
array (
23585+
't' =>
23586+
array (
23587+
0 => 'application/vnd.squashfs',
23588+
),
23589+
),
2348023590
'sr2' =>
2348123591
array (
2348223592
't' =>
@@ -27915,6 +28025,13 @@ public function getFileName(): string
2791528025
0 => 'application/fits',
2791628026
),
2791728027
),
28028+
'image/x-fpx' =>
28029+
array (
28030+
't' =>
28031+
array (
28032+
0 => 'image/vnd.fpx',
28033+
),
28034+
),
2791828035
'image/x-icb' =>
2791928036
array (
2792028037
't' =>

0 commit comments

Comments
 (0)