Home
last modified time | relevance | path

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

/dokuwiki/inc/Utf8/
H A DConversion.php21 public static function toHtml($str, $all = false)
22 public static function toHtml($str, $all = false) global() function in dokuwiki\\Utf8\\Conversion
/dokuwiki/inc/
H A Dutf8.php219 dbg_deprecated(Conversion::class . '::toHtml()');
220 return Conversion::toHtml($str, $all);
H A Dcommon.php1543 return Conversion::toHtml($email, true);