Home
last modified time | relevance | path

Searched refs:strcode2utf (Results 1 – 8 of 8) sorted by last modified time

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DCode128.php37 $code = UtfString::strcode2utf($code); // mPDF 5.7.1 Allows e.g. <barcode code="5432&#013;1068" type="C128A" />
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DSvg.php3340 $e = UtfString::strcode2utf($e);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php13444 $e = UtfString::strcode2utf($e);
26060 $html = UtfString::strcode2utf($html, $lo);
26087 $txt = UtfString::strcode2utf($txt);
26741 $e = UtfString::strcode2utf($e);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DInput.php49 $objattr['title'] = UtfString::strcode2utf($objattr['title']);
58 $attr['VALUE'] = UtfString::strcode2utf($attr['VALUE']);
H A DOption.php24 $attr['VALUE'] = UtfString::strcode2utf($attr['VALUE']);
H A DTd.php228 $char = UtfString::strcode2utf($char);
H A DTextCircle.php49 $objattr['top-text'] = UtfString::strcode2utf($attr['TOP-TEXT']);
56 $objattr['bottom-text'] = UtfString::strcode2utf($attr['BOTTOM-TEXT']);
91 $objattr['divider'] = UtfString::strcode2utf($attr['DIVIDER']);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Utils/
H A DUtfString.php17 public static function strcode2utf($str, $lo = true) function in Mpdf\\Utils\\UtfString