Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
123 changes: 120 additions & 3 deletions src/Map/DefaultMap.php
Original file line number Diff line number Diff line change
Expand Up @@ -1427,6 +1427,18 @@ public function getFileName(): string
0 => 'srx',
),
),
'application/spdx+json' =>
array (
'desc' =>
array (
0 => 'SPDX SBOM document',
1 => 'SPDX SBOM: Software Package Data Exchange Software Bill Of Materials',
),
'e' =>
array (
0 => 'spdx.json',
),
),
'application/sql' =>
array (
'a' =>
Expand Down Expand Up @@ -2135,6 +2147,30 @@ public function getFileName(): string
0 => 'pcurl',
),
),
'application/vnd.cyclonedx+json' =>
array (
'desc' =>
array (
0 => 'CycloneDX BOM document',
1 => 'BOM: Bill Of Materials',
),
'e' =>
array (
0 => 'cdx.json',
),
),
'application/vnd.cyclonedx+xml' =>
array (
'desc' =>
array (
0 => 'CycloneDX BOM document',
1 => 'BOM: Bill Of Materials',
),
'e' =>
array (
0 => 'cdx.xml',
),
),
'application/vnd.dart' =>
array (
'a' =>
Expand Down Expand Up @@ -10894,6 +10930,10 @@ public function getFileName(): string
),
'image/vnd.radiance' =>
array (
'a' =>
array (
0 => 'image/x-hdr',
),
'desc' =>
array (
0 => 'Radiance HDR image',
Expand Down Expand Up @@ -12194,6 +12234,18 @@ public function getFileName(): string
1 => 'sgm',
),
),
'text/spdx' =>
array (
'desc' =>
array (
0 => 'SPDX document',
1 => 'SPDX: Software Package Data Exchange',
),
'e' =>
array (
0 => 'spdx',
),
),
'text/tab-separated-values' =>
array (
'desc' =>
Expand Down Expand Up @@ -13345,11 +13397,27 @@ public function getFileName(): string
0 => 'ooc',
),
),
'text/x-opencl-src' =>
'text/x-opencl-c++src' =>
array (
'desc' =>
array (
0 => 'OpenCL source code',
0 => 'C++ for OpenCL source code',
1 => 'OpenCL: Open Computing Language',
),
'e' =>
array (
0 => 'clcpp',
),
),
'text/x-opencl-csrc' =>
array (
'a' =>
array (
0 => 'text/x-opencl-src',
),
'desc' =>
array (
0 => 'OpenCL C source code',
1 => 'OpenCL: Open Computing Language',
),
'e' =>
Expand Down Expand Up @@ -15757,6 +15825,20 @@ public function getFileName(): string
0 => 'chemical/x-cdx',
),
),
'cdx.json' =>
array (
't' =>
array (
0 => 'application/vnd.cyclonedx+json',
),
),
'cdx.xml' =>
array (
't' =>
array (
0 => 'application/vnd.cyclonedx+xml',
),
),
'cdxml' =>
array (
't' =>
Expand Down Expand Up @@ -15874,7 +15956,7 @@ public function getFileName(): string
array (
't' =>
array (
0 => 'text/x-opencl-src',
0 => 'text/x-opencl-csrc',
),
),
'cla' =>
Expand All @@ -15891,6 +15973,13 @@ public function getFileName(): string
0 => 'application/x-java',
),
),
'clcpp' =>
array (
't' =>
array (
0 => 'text/x-opencl-c++src',
),
),
'clkk' =>
array (
't' =>
Expand Down Expand Up @@ -23701,6 +23790,20 @@ public function getFileName(): string
0 => 'application/x-font-speedo',
),
),
'spdx' =>
array (
't' =>
array (
0 => 'text/spdx',
),
),
'spdx.json' =>
array (
't' =>
array (
0 => 'application/spdx+json',
),
),
'spec' =>
array (
't' =>
Expand Down Expand Up @@ -28278,6 +28381,13 @@ public function getFileName(): string
0 => 'image/vnd.fpx',
),
),
'image/x-hdr' =>
array (
't' =>
array (
0 => 'image/vnd.radiance',
),
),
'image/x-icb' =>
array (
't' =>
Expand Down Expand Up @@ -28579,6 +28689,13 @@ public function getFileName(): string
0 => 'text/x-matlab',
),
),
'text/x-opencl-src' =>
array (
't' =>
array (
0 => 'text/x-opencl-csrc',
),
),
'text/x-opml' =>
array (
't' =>
Expand Down