Home
last modified time | relevance | path

Searched refs:mb_encode_numericentity (Results 1 – 7 of 7) sorted by relevance

/plugin/combo/vendor/symfony/polyfill-mbstring/
H A Dbootstrap.php31 …function mb_encode_numericentity($string, $map, $encoding = null, $hex = false) { return p\Mbstrin… function
H A Dbootstrap80.php27mb_encode_numericentity(?string $string, array $map, ?string $encoding = null, ?bool $hex = false… function
H A DMbstring.php201 public static function mb_encode_numericentity($s, $convmap, $encoding = null, $is_hex = false) function in Symfony\\Polyfill\\Mbstring\\Mbstring
/plugin/scrape/vendor/scotteh/php-dom-wrapper/src/
DDocument.php247 …$html = htmlspecialchars_decode(mb_encode_numericentity(htmlentities($html, ENT_QUOTES, 'UTF-8'), …
/plugin/siteexport/renderer/
Dpdf.php396 $c = mb_encode_numericentity($c, array(0x0, 0xffff, 0, 0xffff), 'UTF-8');
/plugin/nodetailsxhtml/
Drenderer.php395 $c = mb_encode_numericentity($c,array (0x0, 0xffff, 0, 0xffff), 'UTF-8');
/plugin/textile2/
DclassTextile.php1056 return mb_encode_numericentity($text, $this->cmap(), $charset);