@@ -1427,6 +1427,18 @@ public function getFileName(): string
1427
1427
0 => 'srx ' ,
1428
1428
),
1429
1429
),
1430
+ 'application/spdx+json ' =>
1431
+ array (
1432
+ 'desc ' =>
1433
+ array (
1434
+ 0 => 'SPDX SBOM document ' ,
1435
+ 1 => 'SPDX SBOM: Software Package Data Exchange Software Bill Of Materials ' ,
1436
+ ),
1437
+ 'e ' =>
1438
+ array (
1439
+ 0 => 'spdx.json ' ,
1440
+ ),
1441
+ ),
1430
1442
'application/sql ' =>
1431
1443
array (
1432
1444
'a ' =>
@@ -2135,6 +2147,30 @@ public function getFileName(): string
2135
2147
0 => 'pcurl ' ,
2136
2148
),
2137
2149
),
2150
+ 'application/vnd.cyclonedx+json ' =>
2151
+ array (
2152
+ 'desc ' =>
2153
+ array (
2154
+ 0 => 'CycloneDX BOM document ' ,
2155
+ 1 => 'BOM: Bill Of Materials ' ,
2156
+ ),
2157
+ 'e ' =>
2158
+ array (
2159
+ 0 => 'cdx.json ' ,
2160
+ ),
2161
+ ),
2162
+ 'application/vnd.cyclonedx+xml ' =>
2163
+ array (
2164
+ 'desc ' =>
2165
+ array (
2166
+ 0 => 'CycloneDX BOM document ' ,
2167
+ 1 => 'BOM: Bill Of Materials ' ,
2168
+ ),
2169
+ 'e ' =>
2170
+ array (
2171
+ 0 => 'cdx.xml ' ,
2172
+ ),
2173
+ ),
2138
2174
'application/vnd.dart ' =>
2139
2175
array (
2140
2176
'a ' =>
@@ -10894,6 +10930,10 @@ public function getFileName(): string
10894
10930
),
10895
10931
'image/vnd.radiance ' =>
10896
10932
array (
10933
+ 'a ' =>
10934
+ array (
10935
+ 0 => 'image/x-hdr ' ,
10936
+ ),
10897
10937
'desc ' =>
10898
10938
array (
10899
10939
0 => 'Radiance HDR image ' ,
@@ -12194,6 +12234,18 @@ public function getFileName(): string
12194
12234
1 => 'sgm ' ,
12195
12235
),
12196
12236
),
12237
+ 'text/spdx ' =>
12238
+ array (
12239
+ 'desc ' =>
12240
+ array (
12241
+ 0 => 'SPDX document ' ,
12242
+ 1 => 'SPDX: Software Package Data Exchange ' ,
12243
+ ),
12244
+ 'e ' =>
12245
+ array (
12246
+ 0 => 'spdx ' ,
12247
+ ),
12248
+ ),
12197
12249
'text/tab-separated-values ' =>
12198
12250
array (
12199
12251
'desc ' =>
@@ -13345,11 +13397,27 @@ public function getFileName(): string
13345
13397
0 => 'ooc ' ,
13346
13398
),
13347
13399
),
13348
- 'text/x-opencl-src ' =>
13400
+ 'text/x-opencl-c++ src ' =>
13349
13401
array (
13350
13402
'desc ' =>
13351
13403
array (
13352
- 0 => 'OpenCL source code ' ,
13404
+ 0 => 'C++ for OpenCL source code ' ,
13405
+ 1 => 'OpenCL: Open Computing Language ' ,
13406
+ ),
13407
+ 'e ' =>
13408
+ array (
13409
+ 0 => 'clcpp ' ,
13410
+ ),
13411
+ ),
13412
+ 'text/x-opencl-csrc ' =>
13413
+ array (
13414
+ 'a ' =>
13415
+ array (
13416
+ 0 => 'text/x-opencl-src ' ,
13417
+ ),
13418
+ 'desc ' =>
13419
+ array (
13420
+ 0 => 'OpenCL C source code ' ,
13353
13421
1 => 'OpenCL: Open Computing Language ' ,
13354
13422
),
13355
13423
'e ' =>
@@ -15757,6 +15825,20 @@ public function getFileName(): string
15757
15825
0 => 'chemical/x-cdx ' ,
15758
15826
),
15759
15827
),
15828
+ 'cdx.json ' =>
15829
+ array (
15830
+ 't ' =>
15831
+ array (
15832
+ 0 => 'application/vnd.cyclonedx+json ' ,
15833
+ ),
15834
+ ),
15835
+ 'cdx.xml ' =>
15836
+ array (
15837
+ 't ' =>
15838
+ array (
15839
+ 0 => 'application/vnd.cyclonedx+xml ' ,
15840
+ ),
15841
+ ),
15760
15842
'cdxml ' =>
15761
15843
array (
15762
15844
't ' =>
@@ -15874,7 +15956,7 @@ public function getFileName(): string
15874
15956
array (
15875
15957
't ' =>
15876
15958
array (
15877
- 0 => 'text/x-opencl-src ' ,
15959
+ 0 => 'text/x-opencl-csrc ' ,
15878
15960
),
15879
15961
),
15880
15962
'cla ' =>
@@ -15891,6 +15973,13 @@ public function getFileName(): string
15891
15973
0 => 'application/x-java ' ,
15892
15974
),
15893
15975
),
15976
+ 'clcpp ' =>
15977
+ array (
15978
+ 't ' =>
15979
+ array (
15980
+ 0 => 'text/x-opencl-c++src ' ,
15981
+ ),
15982
+ ),
15894
15983
'clkk ' =>
15895
15984
array (
15896
15985
't ' =>
@@ -23701,6 +23790,20 @@ public function getFileName(): string
23701
23790
0 => 'application/x-font-speedo ' ,
23702
23791
),
23703
23792
),
23793
+ 'spdx ' =>
23794
+ array (
23795
+ 't ' =>
23796
+ array (
23797
+ 0 => 'text/spdx ' ,
23798
+ ),
23799
+ ),
23800
+ 'spdx.json ' =>
23801
+ array (
23802
+ 't ' =>
23803
+ array (
23804
+ 0 => 'application/spdx+json ' ,
23805
+ ),
23806
+ ),
23704
23807
'spec ' =>
23705
23808
array (
23706
23809
't ' =>
@@ -28278,6 +28381,13 @@ public function getFileName(): string
28278
28381
0 => 'image/vnd.fpx ' ,
28279
28382
),
28280
28383
),
28384
+ 'image/x-hdr ' =>
28385
+ array (
28386
+ 't ' =>
28387
+ array (
28388
+ 0 => 'image/vnd.radiance ' ,
28389
+ ),
28390
+ ),
28281
28391
'image/x-icb ' =>
28282
28392
array (
28283
28393
't ' =>
@@ -28579,6 +28689,13 @@ public function getFileName(): string
28579
28689
0 => 'text/x-matlab ' ,
28580
28690
),
28581
28691
),
28692
+ 'text/x-opencl-src ' =>
28693
+ array (
28694
+ 't ' =>
28695
+ array (
28696
+ 0 => 'text/x-opencl-csrc ' ,
28697
+ ),
28698
+ ),
28582
28699
'text/x-opml ' =>
28583
28700
array (
28584
28701
't ' =>
0 commit comments