Home
last modified time | relevance | path

Searched refs:fromDecimal (Results 1 – 2 of 2) sorted by relevance

/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DHtml5EntityDecoder.php38 return self::fromDecimal(\substr($entity, 2, -1));
49 private static function fromDecimal($number): string
73 return self::fromDecimal(\hexdec($hexChars));
41 private static function fromDecimal($number): string global() function in League\\CommonMark\\Util\\Html5EntityDecoder
H A DHtml5Entities.php