Home
last modified time | relevance | path

Searched refs:initCharset (Results 1 – 25 of 34) sorted by relevance

12

/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Charset/
H A DCharsetConverter.php146 if ($this->initCharset($charset)) {
208 if ($this->initCharset($charset)) {
420 protected function initCharset($charset) function in TYPO3\\CMS\\Core\\Charset\\CharsetConverter
664 if (!$this->initCharset($charset)) {
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Charset/
H A DCharsetConverter.php146 if ($this->initCharset($charset)) {
208 if ($this->initCharset($charset)) {
420 protected function initCharset($charset) function in TYPO3\\CMS\\Core\\Charset\\CharsetConverter
664 if (!$this->initCharset($charset)) {
/dports/textproc/jade/jade-1.2.1/lib/
H A DparseSd.cxx162 findMissingMinimum(initCharset, missing); in doInit()
170 if (scanForSgmlDecl(initCharset)) { in doInit()
185 if (scanForSgmlDecl(initCharset)) in doInit()
609 if (c != initCharset.execToDesc('<')) in scanForSgmlDecl()
614 if (c != initCharset.execToDesc('S') in scanForSgmlDecl()
618 if (c != initCharset.execToDesc('G') in scanForSgmlDecl()
622 if (c != initCharset.execToDesc('M') in scanForSgmlDecl()
626 if (c != initCharset.execToDesc('L') in scanForSgmlDecl()
634 if (c == initCharset.execToDesc('-')) in scanForSgmlDecl()
636 if (c == initCharset.execToDesc('.')) in scanForSgmlDecl()
[all …]
H A DParser.h289 Boolean scanForSgmlDecl(const CharsetInfo &initCharset);
/dports/textproc/opensp/OpenSP-1.5.2/lib/
H A DparseSd.cxx162 findMissingMinimum(initCharset, missing); in doInit()
170 if (scanForSgmlDecl(initCharset)) { in doInit()
187 if (scanForSgmlDecl(initCharset)) in doInit()
611 if (c != initCharset.execToDesc('<')) in scanForSgmlDecl()
616 if (c != initCharset.execToDesc('S') in scanForSgmlDecl()
620 if (c != initCharset.execToDesc('G') in scanForSgmlDecl()
624 if (c != initCharset.execToDesc('M') in scanForSgmlDecl()
628 if (c != initCharset.execToDesc('L') in scanForSgmlDecl()
636 if (c == initCharset.execToDesc('-')) in scanForSgmlDecl()
638 if (c == initCharset.execToDesc('.')) in scanForSgmlDecl()
[all …]
H A DParser.h291 Boolean scanForSgmlDecl(const CharsetInfo &initCharset);
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/9.3/
H A DImportant-85116-ChangedVisibilityOfCharsetConverterInitializationMethods.rst19 - :php:`CharsetConverter::initCharset()`
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Documentation/Changelog/9.3/
H A DImportant-85116-ChangedVisibilityOfCharsetConverterInitializationMethods.rst19 - :php:`CharsetConverter::initCharset()`
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Documentation/Changelog/9.3/
H A DImportant-85116-ChangedVisibilityOfCharsetConverterInitializationMethods.rst19 - :php:`CharsetConverter::initCharset()`
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Charset/
H A DCharsetConverter.php302 if ($this->initCharset($charset)) {
363 if ($this->initCharset($charset)) {
661 protected function initCharset($charset) function in TYPO3\\CMS\\Core\\Charset\\CharsetConverter
901 if (!$this->initCharset($charset)) {
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Documentation/Changelog/9.0/
H A DBreaking-82852-ExceptionIsThrownOnInvalidCharset.rst12 The method :php:`\TYPO3\CMS\Core\Charset\CharsetConverter::initCharset()` and
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/9.0/
H A DBreaking-82852-ExceptionIsThrownOnInvalidCharset.rst12 The method :php:`\TYPO3\CMS\Core\Charset\CharsetConverter::initCharset()` and
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Documentation/Changelog/9.0/
H A DBreaking-82852-ExceptionIsThrownOnInvalidCharset.rst12 The method :php:`\TYPO3\CMS\Core\Charset\CharsetConverter::initCharset()` and
/dports/www/moodle310/moodle/lib/typo3/
H A Dclass.t3lib_cs.php674 if ($this->initCharset($charset)) { // Parse conv. table if not already...
728 if ($this->initCharset($charset)) { // Parse conv. table if not already...
1020 function initCharset($charset) { function in t3lib_cs
1360 if (!$this->initCharset($charset)) {
1430 if (!$this->initCharset($charset)) {
/dports/www/moodle311/moodle/lib/typo3/
H A Dclass.t3lib_cs.php674 if ($this->initCharset($charset)) { // Parse conv. table if not already...
728 if ($this->initCharset($charset)) { // Parse conv. table if not already...
1020 function initCharset($charset) { function in t3lib_cs
1360 if (!$this->initCharset($charset)) {
1430 if (!$this->initCharset($charset)) {
/dports/www/moodle39/moodle/lib/typo3/
H A Dclass.t3lib_cs.php674 if ($this->initCharset($charset)) { // Parse conv. table if not already...
728 if ($this->initCharset($charset)) { // Parse conv. table if not already...
1020 function initCharset($charset) { function in t3lib_cs
1360 if (!$this->initCharset($charset)) {
1430 if (!$this->initCharset($charset)) {
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/
H A DMessageImpl.java1040 soapPartCtype.setParameter("charset", initCharset()); in getMimeMessage()
1108 private String initCharset() { in initCharset() method in MessageImpl
1145 String charset = initCharset(); in saveChanges()
1232 String charset = initCharset(); in getXOPMessage()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/
H A DMessageImpl.java1040 soapPartCtype.setParameter("charset", initCharset()); in getMimeMessage()
1108 private String initCharset() { in initCharset() method in MessageImpl
1145 String charset = initCharset(); in saveChanges()
1232 String charset = initCharset(); in getXOPMessage()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/scumm/
H A Dstring.cpp1285 void ScummEngine_v80he::initCharset(int charsetno) { in initCharset() function in Scumm::ScummEngine_v80he
1286 ScummEngine::initCharset(charsetno); in initCharset()
1291 void ScummEngine::initCharset(int charsetno) { in initCharset() function in Scumm::ScummEngine
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/scumm/he/
H A Dscript_v80he.cpp302 initCharset(pop()); in o80_cursorCommand()
H A Dintern_he.h411 virtual void initCharset(int charset);
/dports/games/scummvm/scummvm-2.5.1/engines/scumm/he/
H A Dscript_v80he.cpp302 initCharset(pop()); in o80_cursorCommand()
H A Dintern_he.h411 void initCharset(int charset) override;
/dports/games/scummvm/scummvm-2.5.1/engines/scumm/
H A Dstring.cpp1614 void ScummEngine_v80he::initCharset(int charsetno) { in initCharset() function in Scumm::ScummEngine_v80he
1615 ScummEngine::initCharset(charsetno); in initCharset()
1620 void ScummEngine::initCharset(int charsetno) { in initCharset() function in Scumm::ScummEngine
/dports/x11/xterm/xterm-370/
H A Dcharproc.c1191 initCharset(TScreen *screen, int which, DECNRCM_codes code) in initCharset() function
1219 initCharset(screen, 0, nrc_ASCII); in resetCharsets()
1220 initCharset(screen, 1, nrc_ASCII); in resetCharsets()
1221 initCharset(screen, 2, nrc_ASCII); in resetCharsets()
1222 initCharset(screen, 3, nrc_ASCII); in resetCharsets()
1230 initCharset(screen, 1, nrc_DEC_Spec_Graphic); /* Graphics */ in resetCharsets()
1269 initCharset(screen, 0, nrc_ASCII); /* G0 is ASCII */ in set_ansi_conformance()
1270 initCharset(screen, 1, nrc_ASCII); /* G1 is ISO Latin-1 */ in set_ansi_conformance()
1275 initCharset(screen, 0, nrc_ASCII); /* G0 is ASCII */ in set_ansi_conformance()
1862 initCharset(screen, which, result); in xtermDecodeSCS()
[all …]

12