Skip to content

Commit

Permalink
Update DefaultMap.php (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
mondrake authored Dec 16, 2024
1 parent acc8f4a commit 609125d
Showing 1 changed file with 70 additions and 21 deletions.
91 changes: 70 additions & 21 deletions src/Map/DefaultMap.php
Original file line number Diff line number Diff line change
Expand Up @@ -11374,6 +11374,17 @@ public function getFileName(): string
0 => 'pef',
),
),
'image/x-pfm' =>
array (
'desc' =>
array (
0 => 'Portable FloatMap',
),
'e' =>
array (
0 => 'pfm',
),
),
'image/x-photo-cd' =>
array (
'desc' =>
Expand Down Expand Up @@ -11449,6 +11460,17 @@ public function getFileName(): string
0 => 'ppm',
),
),
'image/x-pxr' =>
array (
'desc' =>
array (
0 => 'Pixar raster',
),
'e' =>
array (
0 => 'pxr',
),
),
'image/x-quicktime' =>
array (
'desc' =>
Expand All @@ -11472,6 +11494,18 @@ public function getFileName(): string
0 => 'rgb',
),
),
'image/x-sct' =>
array (
'desc' =>
array (
0 => 'Scitex CT',
1 => 'CT: Continuous Tone',
),
'e' =>
array (
0 => 'sct',
),
),
'image/x-sgi' =>
array (
'desc' =>
Expand Down Expand Up @@ -14324,13 +14358,6 @@ public function getFileName(): string
),
'e' =>
array (
123 =>
array (
't' =>
array (
0 => 'application/vnd.lotus-1-2-3',
),
),
'32x' =>
array (
't' =>
Expand Down Expand Up @@ -14409,20 +14436,6 @@ public function getFileName(): string
0 => 'model/3mf',
),
),
602 =>
array (
't' =>
array (
0 => 'application/x-t602',
),
),
669 =>
array (
't' =>
array (
0 => 'audio/x-mod',
),
),
'7z' =>
array (
't' =>
Expand Down Expand Up @@ -21544,6 +21557,7 @@ public function getFileName(): string
't' =>
array (
0 => 'application/x-font-type1',
1 => 'image/x-pfm',
),
),
'pfr' =>
Expand Down Expand Up @@ -22074,6 +22088,13 @@ public function getFileName(): string
0 => 'text/x-cython',
),
),
'pxr' =>
array (
't' =>
array (
0 => 'image/x-pxr',
),
),
'py' =>
array (
't' =>
Expand Down Expand Up @@ -22911,6 +22932,13 @@ public function getFileName(): string
0 => 'text/x-scss',
),
),
'sct' =>
array (
't' =>
array (
0 => 'image/x-sct',
),
),
'scurl' =>
array (
't' =>
Expand Down Expand Up @@ -26409,6 +26437,27 @@ public function getFileName(): string
0 => 'application/zlib',
),
),
123 =>
array (
't' =>
array (
0 => 'application/vnd.lotus-1-2-3',
),
),
602 =>
array (
't' =>
array (
0 => 'application/x-t602',
),
),
669 =>
array (
't' =>
array (
0 => 'audio/x-mod',
),
),
),
'a' =>
array (
Expand Down

0 comments on commit 609125d

Please sign in to comment.