Home
last modified time | relevance | path

Searched refs:CharsetEncoding (Results 1 – 11 of 11) sorted by relevance

/dports/finance/prestashop/prestashop/src/PrestaShopBundle/Form/Admin/Configure/AdvancedParameters/RequestSql/
H A DSqlRequestSettingsType.php29 use PrestaShop\PrestaShop\Core\Encoding\CharsetEncoding; alias
45 CharsetEncoding::UTF_8 => CharsetEncoding::UTF_8,
46 CharsetEncoding::ISO_8859_1 => CharsetEncoding::ISO_8859_1,
/dports/finance/prestashop/prestashop/src/Core/Domain/SqlManagement/QueryHandler/
H A DGetSqlRequestSettingsHandler.php32 use PrestaShop\PrestaShop\Core\Encoding\CharsetEncoding; alias
74 1 => CharsetEncoding::UTF_8,
75 2 => CharsetEncoding::ISO_8859_1,
82 return CharsetEncoding::UTF_8;
/dports/finance/prestashop/prestashop/src/Core/Domain/SqlManagement/CommandHandler/
H A DSaveSqlRequestSettingsHandler.php32 use PrestaShop\PrestaShop\Core\Encoding\CharsetEncoding; alias
70 CharsetEncoding::UTF_8 => 1,
71 CharsetEncoding::ISO_8859_1 => 2,
/dports/finance/prestashop/prestashop/src/Core/Domain/SqlManagement/Command/
H A DSaveSqlRequestSettingsCommand.php30 use PrestaShop\PrestaShop\Core\Encoding\CharsetEncoding; alias
75 CharsetEncoding::ISO_8859_1,
76 CharsetEncoding::UTF_8,
/dports/x11-fonts/jmk-x11-fonts/jmk-x11-fonts-3.0/
H A Dcat-bdf-fonts.sh127 CharsetEncoding="$1"
158 if [ -n "${CharsetEncoding}" ]; then
159 PropFilters="${PropFilters} | MakeEncoding '${CharsetEncoding}'"
/dports/ftp/filezilla/filezilla-3.55.1/src/include/
H A Dserver.h89 enum CharsetEncoding enum
176 bool SetEncodingType(CharsetEncoding type, std::wstring const& encoding = std::wstring());
177 CharsetEncoding GetEncodingType() const;
224 CharsetEncoding m_encodingType{ENCODING_AUTO};
/dports/finance/prestashop/prestashop/src/Core/Encoding/
H A DCharsetEncoding.php32 final class CharsetEncoding class
/dports/ftp/smbftpd/smbftpd-2.4/conf/
H A Dsmbftpd.conf.sample480 # You would have to set the CharsetEncoding. We will use the encoding
497 # You would have to set the CharsetEncoding. We will use the encoding
506 # Options: CharsetEncoding
508 # CharsetEncoding encoding
519 # CharsetEncoding CP1252
523 # CharsetEncoding CP950
/dports/ftp/filezilla/filezilla-3.55.1/src/engine/ftp/
H A Dlogon.cpp34 const CharsetEncoding encoding = currentServer_.GetEncodingType(); in CFtpLogonOpData()
411 const CharsetEncoding encoding = currentServer_.GetEncodingType(); in ParseResponse()
471 const CharsetEncoding encoding = currentServer_.GetEncodingType(); in ParseResponse()
/dports/ftp/filezilla/filezilla-3.55.1/src/engine/
H A Dserver.cpp415 bool CServer::SetEncodingType(CharsetEncoding type, std::wstring const& encoding) in SetEncodingType()
427 CharsetEncoding CServer::GetEncodingType() const in GetEncodingType()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/text/
H A Dqfontdatabase_x11.cpp434 CharsetEncoding, enumerator
643 *(tokens[CharsetEncoding] - 1) = '-'; in loadXlfds()