Home
last modified time | relevance | path

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

/dports/www/moodle311/moodle/admin/tool/brickfield/classes/local/htmlchecker/common/checks/
H A Da_suspicious_link_text.php50 … } else if (brickfield_accessibility::match_urls($a->nodeValue, $a->getAttribute('href'))) {
/dports/irc/pisg/pisg-0.73/modules/Pisg/
H A DCommon.pm173 sub match_urls subroutine
/dports/devel/cgit/cgit-1.2.3/git/
H A Durlmatch.c470 static int match_urls(const struct url_info *url, in match_urls() function
576 retval = match_urls(url, &norm_info, &matched); in urlmatch_config_entry()
/dports/devel/git-svn/git-2.34.1/
H A Durlmatch.c470 static int match_urls(const struct url_info *url, in match_urls() function
576 retval = match_urls(url, &norm_info, &matched); in urlmatch_config_entry()
/dports/devel/git-p4/git-2.34.1/
H A Durlmatch.c470 static int match_urls(const struct url_info *url, in match_urls() function
576 retval = match_urls(url, &norm_info, &matched); in urlmatch_config_entry()
/dports/devel/git-gui/git-2.34.1/
H A Durlmatch.c470 static int match_urls(const struct url_info *url, in match_urls() function
576 retval = match_urls(url, &norm_info, &matched); in urlmatch_config_entry()
/dports/devel/git/git-2.34.1/
H A Durlmatch.c470 static int match_urls(const struct url_info *url, in match_urls() function
576 retval = match_urls(url, &norm_info, &matched); in urlmatch_config_entry()
/dports/devel/git-cvs/git-2.34.1/
H A Durlmatch.c470 static int match_urls(const struct url_info *url, in match_urls() function
576 retval = match_urls(url, &norm_info, &matched); in urlmatch_config_entry()
/dports/www/moodle311/moodle/admin/tool/brickfield/classes/local/htmlchecker/
H A Dbrickfield_accessibility.php425 public static function match_urls(string $text, string $href): bool { function in tool_brickfield\\local\\htmlchecker\\brickfield_accessibility
/dports/irc/pisg/pisg-0.73/modules/Pisg/Parser/
H A DLogfile.pm430 if (my @urls = match_urls($saying)) {
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DMessageEntity.cpp642 static vector<Slice> match_urls(Slice str) { in match_urls() function
1316 for (auto url : match_urls(str)) { in find_urls()