Home
last modified time | relevance | path

Searched refs:CharsetConverter (Results 1 – 25 of 184) sorted by relevance

12345678

/dports/devel/glibmm/glibmm-2.64.2/gio/giomm/
H A Dcharsetconverter.cc31 CharsetConverter::CharsetConverter( in CharsetConverter() function in Gio::CharsetConverter
110 CharsetConverter::CharsetConverter(const Glib::ConstructParams& construct_params) in CharsetConverter() function in Gio::CharsetConverter
117 CharsetConverter::CharsetConverter(GCharsetConverter* castitem) in CharsetConverter() function in Gio::CharsetConverter
123 CharsetConverter::CharsetConverter(CharsetConverter&& src) noexcept in CharsetConverter() function in Gio::CharsetConverter
128 CharsetConverter& CharsetConverter::operator=(CharsetConverter&& src) noexcept in operator =()
136 CharsetConverter::~CharsetConverter() noexcept in ~CharsetConverter()
140 CharsetConverter::CppClassType CharsetConverter::charsetconverter_class_; // initialize static memb…
142 GType CharsetConverter::get_type() in get_type()
148 GType CharsetConverter::get_base_type() in get_base_type()
154 Glib::RefPtr<CharsetConverter> CharsetConverter::create(const Glib::ustring& to_charset, const Glib… in create()
[all …]
H A Dcharsetconverter.h48 class GIOMM_API CharsetConverter : public Glib::Object, public Converter
54 using CppObjectType = CharsetConverter;
60 CharsetConverter(const CharsetConverter&) = delete;
61 CharsetConverter& operator=(const CharsetConverter&) = delete;
67 explicit CharsetConverter(const Glib::ConstructParams& construct_params);
68 explicit CharsetConverter(GCharsetConverter* castitem);
74 CharsetConverter(CharsetConverter&& src) noexcept;
75 CharsetConverter& operator=(CharsetConverter&& src) noexcept;
77 ~CharsetConverter() noexcept override;
104 explicit CharsetConverter(const Glib::ustring& to_charset, const Glib::ustring& from_charset);
[all …]
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Documentation/Changelog/9.3/
H A DDeprecation-85122-FunctionalityInCharsetConverter.rst15 - :php:`CharsetConverter->synonyms`
16 - :php:`CharsetConverter->parse_charset()`
18 - :php:`CharsetConverter->convArray()`
19 - :php:`CharsetConverter->utf8_to_entities()`
21 - :php:`CharsetConverter->crop()`
22 - :php:`CharsetConverter->convCaseFirst()`
28 - :php:`CharsetConverter->noCharByteVal`
29 - :php:`CharsetConverter->parsedCharsets`
30 - :php:`CharsetConverter->toASCII`
31 - :php:`CharsetConverter->twoByteSets`
[all …]
H A DImportant-85116-ChangedVisibilityOfCharsetConverterInitializationMethods.rst4 Important: #85116 - Changed visibility of CharsetConverter initialization methods
12 Initialization methods within TYPO3's :php:`CharsetConverter` class have changed visibility.
19 - :php:`CharsetConverter::initCharset()`
20 - :php:`CharsetConverter::initUnicodeData()`
21 - :php:`CharsetConverter::initCaseFolding()`
22 - :php:`CharsetConverter::initToASCII()`
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/9.3/
H A DDeprecation-85122-FunctionalityInCharsetConverter.rst15 - :php:`CharsetConverter->synonyms`
16 - :php:`CharsetConverter->parse_charset()`
18 - :php:`CharsetConverter->convArray()`
19 - :php:`CharsetConverter->utf8_to_entities()`
21 - :php:`CharsetConverter->crop()`
22 - :php:`CharsetConverter->convCaseFirst()`
28 - :php:`CharsetConverter->noCharByteVal`
29 - :php:`CharsetConverter->parsedCharsets`
30 - :php:`CharsetConverter->toASCII`
31 - :php:`CharsetConverter->twoByteSets`
[all …]
H A DImportant-85116-ChangedVisibilityOfCharsetConverterInitializationMethods.rst4 Important: #85116 - Changed visibility of CharsetConverter initialization methods
12 Initialization methods within TYPO3's :php:`CharsetConverter` class have changed visibility.
19 - :php:`CharsetConverter::initCharset()`
20 - :php:`CharsetConverter::initUnicodeData()`
21 - :php:`CharsetConverter::initCaseFolding()`
22 - :php:`CharsetConverter::initToASCII()`
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Documentation/Changelog/9.3/
H A DDeprecation-85122-FunctionalityInCharsetConverter.rst15 - :php:`CharsetConverter->synonyms`
16 - :php:`CharsetConverter->parse_charset()`
18 - :php:`CharsetConverter->convArray()`
19 - :php:`CharsetConverter->utf8_to_entities()`
21 - :php:`CharsetConverter->crop()`
22 - :php:`CharsetConverter->convCaseFirst()`
28 - :php:`CharsetConverter->noCharByteVal`
29 - :php:`CharsetConverter->parsedCharsets`
30 - :php:`CharsetConverter->toASCII`
31 - :php:`CharsetConverter->twoByteSets`
[all …]
H A DImportant-85116-ChangedVisibilityOfCharsetConverterInitializationMethods.rst4 Important: #85116 - Changed visibility of CharsetConverter initialization methods
12 Initialization methods within TYPO3's :php:`CharsetConverter` class have changed visibility.
19 - :php:`CharsetConverter::initCharset()`
20 - :php:`CharsetConverter::initUnicodeData()`
21 - :php:`CharsetConverter::initCaseFolding()`
22 - :php:`CharsetConverter::initToASCII()`
/dports/www/castor/castor-0.8.16/cargo-crates/gio-0.8.1/src/auto/
H A Dcharset_converter.rs25 …pub struct CharsetConverter(Object<gio_sys::GCharsetConverter, gio_sys::GCharsetConverterClass, Ch…
32 impl CharsetConverter { implementation
33 pub fn new(to_charset: &str, from_charset: &str) -> Result<CharsetConverter, glib::Error> { in new() argument
62 pub fn build(self) -> CharsetConverter { in build() argument
73 glib::Object::new(CharsetConverter::static_type(), &properties) in build()
95 pub const NONE_CHARSET_CONVERTER: Option<&CharsetConverter> = None;
112 impl<O: IsA<CharsetConverter>> CharsetConverterExt for O {
171 P: IsA<CharsetConverter>, in connect_property_use_fallback_notify() argument
174 f(&CharsetConverter::from_glib_borrow(this).unsafe_cast()) in connect_property_use_fallback_notify()
190 impl fmt::Display for CharsetConverter { implementation
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gio-0.7.0/src/auto/
H A Dcharset_converter.rs25 …pub struct CharsetConverter(Object<gio_sys::GCharsetConverter, gio_sys::GCharsetConverterClass, Ch…
32 impl CharsetConverter { implementation
33 pub fn new(to_charset: &str, from_charset: &str) -> Result<CharsetConverter, Error> { in new() argument
65 pub fn build(self) -> CharsetConverter { in build() argument
76 glib::Object::new(CharsetConverter::static_type(), &properties) in build()
98 pub const NONE_CHARSET_CONVERTER: Option<&CharsetConverter> = None;
115 impl<O: IsA<CharsetConverter>> CharsetConverterExt for O {
170 P: IsA<CharsetConverter>, in connect_property_use_fallback_notify() argument
173 f(&CharsetConverter::from_glib_borrow(this).unsafe_cast()) in connect_property_use_fallback_notify()
189 impl fmt::Display for CharsetConverter { implementation
/dports/net-im/fractal/fractal-4.4.0/vendor/gio/src/auto/
H A Dcharset_converter.rs25 …pub struct CharsetConverter(Object<gio_sys::GCharsetConverter, gio_sys::GCharsetConverterClass, Ch…
32 impl CharsetConverter { implementation
33 pub fn new(to_charset: &str, from_charset: &str) -> Result<CharsetConverter, glib::Error> { in new() argument
62 pub fn build(self) -> CharsetConverter { in build() argument
73 glib::Object::new(CharsetConverter::static_type(), &properties) in build()
95 pub const NONE_CHARSET_CONVERTER: Option<&CharsetConverter> = None;
112 impl<O: IsA<CharsetConverter>> CharsetConverterExt for O {
171 P: IsA<CharsetConverter>, in connect_property_use_fallback_notify() argument
174 f(&CharsetConverter::from_glib_borrow(this).unsafe_cast()) in connect_property_use_fallback_notify()
190 impl fmt::Display for CharsetConverter { implementation
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/url/
H A Durl_canon_query.cc73 CharsetConverter* converter, in RunConverter()
87 CharsetConverter* converter, in RunConverter()
95 CharsetConverter* converter, in DoConvertToQueryEncoding()
120 CharsetConverter* converter, in DoCanonicalizeQuery()
140 CharsetConverter* converter, in CanonicalizeQuery()
149 CharsetConverter* converter, in CanonicalizeQuery()
158 CharsetConverter* converter, in ConvertUTF16ToQueryEncoding()
H A Durl_canon.h203 class COMPONENT_EXPORT(URL) CharsetConverter { in COMPONENT_EXPORT()
205 CharsetConverter() {} in COMPONENT_EXPORT()
206 virtual ~CharsetConverter() {} in COMPONENT_EXPORT()
560 CharsetConverter* converter,
566 CharsetConverter* converter,
868 CharsetConverter* query_converter,
876 CharsetConverter* query_converter,
903 CharsetConverter* query_converter,
910 CharsetConverter* query_converter,
998 CharsetConverter* query_converter,
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/url/
H A Durl_canon_query.cc73 CharsetConverter* converter, in RunConverter()
87 CharsetConverter* converter, in RunConverter()
95 CharsetConverter* converter, in DoConvertToQueryEncoding()
120 CharsetConverter* converter, in DoCanonicalizeQuery()
140 CharsetConverter* converter, in CanonicalizeQuery()
149 CharsetConverter* converter, in CanonicalizeQuery()
158 CharsetConverter* converter, in ConvertUTF16ToQueryEncoding()
H A Durl_canon.h202 class COMPONENT_EXPORT(URL) CharsetConverter { in COMPONENT_EXPORT()
204 CharsetConverter() {} in COMPONENT_EXPORT()
205 virtual ~CharsetConverter() {} in COMPONENT_EXPORT()
559 CharsetConverter* converter,
565 CharsetConverter* converter,
866 CharsetConverter* query_converter,
874 CharsetConverter* query_converter,
901 CharsetConverter* query_converter,
908 CharsetConverter* query_converter,
996 CharsetConverter* query_converter,
[all …]
/dports/www/htmlcxx/htmlcxx-0.87/html/
H A DCharsetConverter.cc10 CharsetConverter::CharsetConverter(const string &from, const string &to) throw (Exception) in CharsetConverter() function in CharsetConverter
23 CharsetConverter::~CharsetConverter() in ~CharsetConverter()
28 string CharsetConverter::convert(const string &input) in convert()
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/8.0/
H A DDeprecation-73511-BrowserLanguageDetectionMovedToLocales.rst13 The CharsetConverter contained the calculation to find the corrent language based on
17 `CharsetConverter::getPreferredClientLanguage()` and the property `CharsetConverter::charSetArray` …
24 Calling `CharsetConverter::getPreferredClientLanguage()` will trigger a deprecation log entry.
30 All installations with a third-party extension using the CharsetConverter language resolving direct…
H A DBreaking-74031-CharsetConverterParametersRemoved.rst5 Breaking: #74031 - CharsetConverter parameters removed
13 The second parameter for the method `CharsetConverter->entities_to_utf8()` has been removed.
15 The second and the third parameter of `CharsetConverter->utf8_to_numberarray()` has been removed.
21 When calling `CharsetConverter->entities_to_utf8()`, string-HTML entities (like &amp; or &pound;) w…
24 When calling `CharsetConverter->utf8_to_numberarray()`, string-HTML entities (like
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Documentation/Changelog/8.0/
H A DDeprecation-73511-BrowserLanguageDetectionMovedToLocales.rst13 The CharsetConverter contained the calculation to find the corrent language based on
17 `CharsetConverter::getPreferredClientLanguage()` and the property `CharsetConverter::charSetArray` …
24 Calling `CharsetConverter::getPreferredClientLanguage()` will trigger a deprecation log entry.
30 All installations with a third-party extension using the CharsetConverter language resolving direct…
H A DBreaking-74031-CharsetConverterParametersRemoved.rst5 Breaking: #74031 - CharsetConverter parameters removed
13 The second parameter for the method `CharsetConverter->entities_to_utf8()` has been removed.
15 The second and the third parameter of `CharsetConverter->utf8_to_numberarray()` has been removed.
21 When calling `CharsetConverter->entities_to_utf8()`, string-HTML entities (like &amp; or &pound;) w…
24 When calling `CharsetConverter->utf8_to_numberarray()`, string-HTML entities (like
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Documentation/Changelog/8.0/
H A DDeprecation-73511-BrowserLanguageDetectionMovedToLocales.rst13 The CharsetConverter contained the calculation to find the corrent language based on
17 `CharsetConverter::getPreferredClientLanguage()` and the property `CharsetConverter::charSetArray` …
24 Calling `CharsetConverter::getPreferredClientLanguage()` will trigger a deprecation log entry.
30 All installations with a third-party extension using the CharsetConverter language resolving direct…
H A DBreaking-74031-CharsetConverterParametersRemoved.rst5 Breaking: #74031 - CharsetConverter parameters removed
13 The second parameter for the method `CharsetConverter->entities_to_utf8()` has been removed.
15 The second and the third parameter of `CharsetConverter->utf8_to_numberarray()` has been removed.
21 When calling `CharsetConverter->entities_to_utf8()`, string-HTML entities (like &amp; or &pound;) w…
24 When calling `CharsetConverter->utf8_to_numberarray()`, string-HTML entities (like
/dports/devel/glibmm/glibmm-2.64.2/gio/src/
H A Dcharsetconverter.hg26 /** CharsetConverter - Convert between charsets.
27 * CharsetConverter is an implementation of Converter based on GIConv.
30 class GIOMM_API CharsetConverter : public Glib::Object, public Converter
32 …_CLASS_GOBJECT(CharsetConverter, GCharsetConverter, G_CHARSET_CONVERTER, Glib::Object, GObject, , …
38 explicit CharsetConverter(const Glib::ustring& to_charset, const Glib::ustring& from_charset);
42 /** Creates a new CharsetConverter.
48 * @return A new CharsetConverter, or <tt>0</tt> on error.
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gio-0.14.3/src/auto/
H A Dcharset_converter.rs21 …pub struct CharsetConverter(Object<ffi::GCharsetConverter, ffi::GCharsetConverterClass>) @implemen…
28 impl CharsetConverter { implementation
30 pub fn new(to_charset: &str, from_charset: &str) -> Result<CharsetConverter, glib::Error> { in new() argument
112 unsafe extern "C" fn notify_use_fallback_trampoline<F: Fn(&CharsetConverter) + 'static>( in connect_use_fallback_notify()
154 pub fn build(self) -> CharsetConverter { in build() argument
165 glib::Object::new::<CharsetConverter>(&properties) in build()
185 impl fmt::Display for CharsetConverter { implementation
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/gio/src/auto/
H A Dcharset_converter.rs21 …pub struct CharsetConverter(Object<ffi::GCharsetConverter, ffi::GCharsetConverterClass>) @implemen…
28 impl CharsetConverter { impl
30 pub fn new(to_charset: &str, from_charset: &str) -> Result<CharsetConverter, glib::Error> { in new() argument
112 unsafe extern "C" fn notify_use_fallback_trampoline<F: Fn(&CharsetConverter) + 'static>( in connect_use_fallback_notify()
154 pub fn build(self) -> CharsetConverter { in build() argument
165 glib::Object::new::<CharsetConverter>(&properties) in build()
185 impl fmt::Display for CharsetConverter { implementation

12345678