Home
last modified time | relevance | path

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

/plugin/commonmark/vendor/league/commonmark/src/Extension/ExternalLink/
H A DExternalLinkProcessor.php52 if (self::hostMatches($host, $internalHosts)) {
105 public static function hostMatches(string $host, $compareTo): bool
117 public static function hostMatches(string $host, $compareTo) global() function in League\\CommonMark\\Extension\\ExternalLink\\ExternalLinkProcessor