Home
last modified time | relevance | path

Searched refs:toEncoding (Results 1 – 3 of 3) sorted by relevance

/plugin/combo/vendor/symfony/polyfill-mbstring/
H A DMbstring.php81 public static function mb_convert_encoding($s, $toEncoding, $fromEncoding = null) argument
89 $toEncoding = self::getEncoding($toEncoding);
93 $fromEncoding = $toEncoding;
96 if ('BASE64' === $toEncoding) {
100 if ('HTML-ENTITIES' === $toEncoding || 'HTML' === $toEncoding) {
116 return iconv($fromEncoding, $toEncoding.'//IGNORE', $s);
119 public static function mb_convert_variables($toEncoding, $fromEncoding, &...$vars) argument
122 array_walk_recursive($vars, function (&$v) use (&$ok, $toEncoding, $fromEncoding) {
123 if (false === $v = self::mb_convert_encoding($v, $toEncoding, $fromEncoding)) {
/plugin/datatables/assets/pdfmake/
Dpdfmake.js39788 iconv.toEncoding = iconv.encode;
Dpdfmake.min.js2 …on encodingExists(r){try{return y.getCodec(r),!0}catch(r){return!1}},y.toEncoding=y.encode,y.fromE…