Home
last modified time | relevance | path

Searched refs:Html5EntityDecoder (Results 1 – 5 of 5) sorted by relevance

/plugin/commonmark/vendor/league/commonmark/src/Inline/Parser/
H A DEntityParser.php
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DHtml5Entities.php
H A DHtml5EntityDecoder.php22 final class Html5EntityDecoder
17 final class Html5EntityDecoder global() class
H A DRegexHelper.php157 return \preg_replace_callback('/' . self::PARTIAL_ENTITY . '/i', static fn ($e) => Html5EntityDecoder::decode($e[0]), $escaped);
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG.md