Home
last modified time | relevance | path

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

/dokuwiki/inc/Parsing/Helpers/
H A DHtmlEntity.php70 return self::decodeNumeric(substr($match, 2, -1));
87 protected static function decodeNumeric(string $body): string function in dokuwiki\\Parsing\\Helpers\\HtmlEntity