Home
last modified time | relevance | path

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

/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Inline/
H A DLinkRenderer.php46 if (!($forbidUnsafeLinks && RegexHelper::isLinkPotentiallyUnsafe($node->getUrl()))) {
H A DImageRenderer.php47 if ($forbidUnsafeLinks && RegexHelper::isLinkPotentiallyUnsafe($inline->getUrl())) {
/plugin/commonmark/vendor/league/commonmark/src/Inline/Renderer/
H A DLinkRenderer.php
H A DImageRenderer.php
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DRegexHelper.php233 public static function isLinkPotentiallyUnsafe(string $url): bool
230 public static function isLinkPotentiallyUnsafe(string $url): bool global() function in League\\CommonMark\\Util\\RegexHelper