Home
last modified time | relevance | path

Searched refs:_convertCharset (Results 1 – 12 of 12) sorted by relevance

/dports/www/ilias/ILIAS-5.4.25/Services/Bookmarks/classes/
H A Dclass.ilBookmarkImportExport.php53 $desc = ilBookmarkImportExport::_convertCharset(trim($match[1]), $charset);
59 $name = ilBookmarkImportExport::_convertCharset(trim($match[1]), $charset);
69 $url = ilBookmarkImportExport::_convertCharset(trim($match[1]), $charset);
71 $name = ilBookmarkImportExport::_convertCharset(trim($match[2]), $charset);
214 public static function _convertCharset($string, $from_charset = '', $to_charset = 'UTF-8') function in ilBookmarkImportExport
/dports/deskutils/egroupware/egroupware/vendor/pear-pear.horde.org/Horde_Util/Horde/
H A DString.php71 … $tmp[self::_convertCharset($key, $from, $to)] = self::convertCharset($val, $from, $to, $force);
97 return self::_convertCharset($input, $from, $to);
109 protected static function _convertCharset($input, $from, $to) function in Horde_String
/dports/mail/nextcloud-mail/mail/vendor/pear-pear.horde.org/Horde_Util/Horde/
H A DString.php70 … $tmp[self::_convertCharset($key, $from, $to)] = self::convertCharset($val, $from, $to, $force);
96 return self::_convertCharset($input, $from, $to);
108 protected static function _convertCharset($input, $from, $to) function in Horde_String
/dports/deskutils/egroupware/egroupware/swoolepush/vendor/pear-pear.horde.org/Horde_Util/Horde/
H A DString.php70 … $tmp[self::_convertCharset($key, $from, $to)] = self::convertCharset($val, $from, $to, $force);
96 return self::_convertCharset($input, $from, $to);
108 protected static function _convertCharset($input, $from, $to) function in Horde_String
/dports/devel/pear-Horde_Util/Horde_Util-2.5.9/lib/Horde/
H A DString.php70 … $tmp[self::_convertCharset($key, $from, $to)] = self::convertCharset($val, $from, $to, $force);
96 return self::_convertCharset($input, $from, $to);
108 protected static function _convertCharset($input, $from, $to) function in Horde_String
/dports/sysutils/ldap-account-manager/ldap-account-manager-7.3/lib/3rdParty/composer/pear-pear.horde.org/Horde_Util/Horde/
H A DString.php70 … $tmp[self::_convertCharset($key, $from, $to)] = self::convertCharset($val, $from, $to, $force);
96 return self::_convertCharset($input, $from, $to);
108 protected static function _convertCharset($input, $from, $to) function in Horde_String
/dports/www/moodle310/moodle/lib/horde/framework/Horde/
H A DString.php70 … $tmp[self::_convertCharset($key, $from, $to)] = self::convertCharset($val, $from, $to, $force);
96 return self::_convertCharset($input, $from, $to);
108 protected static function _convertCharset($input, $from, $to) function in Horde_String
/dports/www/moodle311/moodle/lib/horde/framework/Horde/
H A DString.php70 … $tmp[self::_convertCharset($key, $from, $to)] = self::convertCharset($val, $from, $to, $force);
96 return self::_convertCharset($input, $from, $to);
108 protected static function _convertCharset($input, $from, $to) function in Horde_String
/dports/www/moodle39/moodle/lib/horde/framework/Horde/
H A DString.php70 … $tmp[self::_convertCharset($key, $from, $to)] = self::convertCharset($val, $from, $to, $force);
96 return self::_convertCharset($input, $from, $to);
108 protected static function _convertCharset($input, $from, $to) function in Horde_String
/dports/www/mybb/mybb-mybb_1829/inc/3rdparty/diff/Diff/
H A DString.php77 … $tmp[self::_convertCharset($key, $from, $to)] = self::convertCharset($val, $from, $to, $force);
103 return self::_convertCharset($input, $from, $to);
115 protected static function _convertCharset($input, $from, $to) function in Horde_String
/dports/www/ilias6/ILIAS-6.14/Modules/Survey/Participants/
H A Dclass.ilSurveyParticipantsGUI.php904 protected function _convertCharset($a_string, $a_from_charset = "", $a_to_charset = "UTF-8") function in ilSurveyParticipantsGUI
954 $row[$idx] = $this->_convertCharset($row[$idx]);
/dports/www/ilias/ILIAS-5.4.25/Modules/Survey/classes/
H A Dclass.ilSurveyParticipantsGUI.php1035 protected function _convertCharset($a_string, $a_from_charset = "", $a_to_charset = "UTF-8") function in ilSurveyParticipantsGUI
1088 $row[$idx] = $this->_convertCharset($row[$idx]);