Searched refs:mb_encode_numericentity (Results 1 – 7 of 7) sorted by relevance
| /plugin/combo/vendor/symfony/polyfill-mbstring/ |
| H A D | bootstrap.php | 31 …function mb_encode_numericentity($string, $map, $encoding = null, $hex = false) { return p\Mbstrin… function
|
| H A D | bootstrap80.php | 27 … mb_encode_numericentity(?string $string, array $map, ?string $encoding = null, ?bool $hex = false… function
|
| H A D | Mbstring.php | 201 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/ |
| D | Document.php | 247 …$html = htmlspecialchars_decode(mb_encode_numericentity(htmlentities($html, ENT_QUOTES, 'UTF-8'), …
|
| /plugin/siteexport/renderer/ |
| D | pdf.php | 396 $c = mb_encode_numericentity($c, array(0x0, 0xffff, 0, 0xffff), 'UTF-8');
|
| /plugin/nodetailsxhtml/ |
| D | renderer.php | 395 $c = mb_encode_numericentity($c,array (0x0, 0xffff, 0, 0xffff), 'UTF-8');
|
| /plugin/textile2/ |
| D | classTextile.php | 1056 return mb_encode_numericentity($text, $this->cmap(), $charset);
|