Searched refs:decodeOne (Results 1 – 3 of 3) sorted by relevance
47 static fn($m) => self::decodeOne($m[0]),62 public static function decodeOne(string $match): string function in dokuwiki\\Parsing\\Helpers\\HtmlEntity
56 $handler->addCall('cdata', [HtmlEntity::decodeOne($match)], $pos);
152 $trailing = HtmlEntity::decodeOne($m[0]) . $trailing;