<?php // phpcs:ignore SlevomatCodingStandard.TypeHints.DeclareStrictTypes.DeclareStrictTypesMissing namespace MailPoet\Settings; if (!defined('ABSPATH')) exit; class Charsets { public static function getAll() { return [ 'UTF-8', 'UTF-7', 'BIG5', 'ISO-2022-JP', 'ISO-8859-1', 'ISO-8859-2', 'ISO-8859-3', 'ISO-8859-4', 'ISO-8859-5', 'ISO-8859-6', 'ISO-8859-7', 'ISO-8859-8', 'ISO-8859-9', 'ISO-8859-10', 'ISO-8859-13', 'ISO-8859-14', 'ISO-8859-15', 'Windows-1251', 'Windows-1252', ]; } }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
Charsets.php | File | 538 B | 0644 |
|
Hosts.php | File | 5.67 KB | 0644 |
|
Pages.php | File | 3.47 KB | 0644 |
|
SettingsChangeHandler.php | File | 4.29 KB | 0644 |
|
SettingsController.php | File | 5.45 KB | 0644 |
|
SettingsRepository.php | File | 2.03 KB | 0644 |
|
TrackingConfig.php | File | 1.61 KB | 0644 |
|
UserFlagsController.php | File | 2.63 KB | 0644 |
|
UserFlagsRepository.php | File | 415 B | 0644 |
|
index.php | File | 6 B | 0644 |
|