Home
last modified time | relevance | path

Searched refs:match_domain (Results 1 – 25 of 82) sorted by relevance

1234

/dports/net-mgmt/librenms/librenms-vendor-21.5.1/rmccue/requests/library/Requests/
H A DSSL.php49 if (self::match_domain($host, $altname) === true) {
59 if (self::match_domain($host, $cert['subject']['CN']) === true) {
119 public static function match_domain($host, $reference) { function in Requests_SSL
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/Requests/
H A DSSL.php49 if (self::match_domain($host, $altname) === true) {
59 if (self::match_domain($host, $cert['subject']['CN']) === true) {
119 public static function match_domain($host, $reference) { function in Requests_SSL
/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/Requests/
H A DSSL.php49 if (self::match_domain($host, $altname) === true) {
59 if (self::match_domain($host, $cert['subject']['CN']) === true) {
119 public static function match_domain($host, $reference) { function in Requests_SSL
/dports/audio/ampache/ampache-php74-5.0.0/vendor/rmccue/requests/library/Requests/
H A DSSL.php49 if (self::match_domain($host, $altname) === true) {
59 if (self::match_domain($host, $cert['subject']['CN']) === true) {
119 public static function match_domain($host, $reference) { function in Requests_SSL
/dports/www/yourls/YOURLS-1.8.2/includes/vendor/rmccue/requests/library/Requests/
H A DSSL.php57 if (self::match_domain($host, $altname) === true) {
67 if (self::match_domain($host, $cert['subject']['CN']) === true) {
127 public static function match_domain($host, $reference) { function in Requests_SSL
/dports/security/passivedns/passivedns-1.2.1-22-gd757713/tools/
H A Dpdns2db.pl263 if (($HASH_DBSKIPLIST) && ($sret = match_domain($query, $answer, $HASH_DBSKIPLIST))) {
268 …if (($HASH_WHITELIST) && ($HASH_BLACKLIST) &&($wret = match_domain($query, $answer, $HASH_WHITELIS…
270 } elsif (($HASH_BLACKLIST) && ($bret = match_domain($query, $answer, $HASH_BLACKLIST))) {
280 if (($HASH_DBONLYLIST) && ($sret = match_domain($query, $answer, $HASH_DBONLYLIST))) {
466 sub match_domain { subroutine
/dports/www/luakit/luakit-2.3/lib/
H A Dnoscript.lua56 local function match_domain(domain) function
75 local row = match_domain(domain)
91 local row = match_domain(domain)
125 local row = match_domain(domain)
/dports/www/luakit-devel/luakit-2.3-20-g4b10e55/lib/
H A Dnoscript.lua56 local function match_domain(domain) function
75 local row = match_domain(domain)
91 local row = match_domain(domain)
125 local row = match_domain(domain)
/dports/www/trafficserver/trafficserver-9.1.1/include/tscore/
H A DMatcherUtils.h95 const char *match_domain; member
105 …return this->match_host == nullptr && this->match_domain == nullptr && this->match_ip == nullptr && in empty()
/dports/mail/pear-Horde_Mail/Horde_Mail-2.6.5/lib/Horde/Mail/Rfc822/
H A DAddress.php236 $match_domain = explode('.', $domain);
237 $match_host = array_slice(explode('.', $host), count($match_domain) * -1);
/dports/mail/nextcloud-mail/mail/vendor/pear-pear.horde.org/Horde_Mail/Horde/Mail/Rfc822/
H A DAddress.php236 $match_domain = explode('.', $domain);
237 $match_host = array_slice(explode('.', $host), count($match_domain) * -1);
/dports/deskutils/egroupware/egroupware/vendor/pear-pear.horde.org/Horde_Mail/Horde/Mail/Rfc822/
H A DAddress.php236 $match_domain = explode('.', $domain);
237 $match_host = array_slice(explode('.', $host), count($match_domain) * -1);
/dports/deskutils/egroupware/egroupware/swoolepush/vendor/pear-pear.horde.org/Horde_Mail/Horde/Mail/Rfc822/
H A DAddress.php236 $match_domain = explode('.', $domain);
237 $match_host = array_slice(explode('.', $host), count($match_domain) * -1);
/dports/sysutils/ldap-account-manager/ldap-account-manager-7.3/lib/3rdParty/composer/pear-pear.horde.org/Horde_Mail/Horde/Mail/Rfc822/
H A DAddress.php236 $match_domain = explode('.', $domain);
237 $match_host = array_slice(explode('.', $host), count($match_domain) * -1);
/dports/www/moodle39/moodle/lib/horde/framework/Horde/Mail/Rfc822/
H A DAddress.php236 $match_domain = explode('.', $domain);
237 $match_host = array_slice(explode('.', $host), count($match_domain) * -1);
/dports/www/moodle310/moodle/lib/horde/framework/Horde/Mail/Rfc822/
H A DAddress.php236 $match_domain = explode('.', $domain);
237 $match_host = array_slice(explode('.', $host), count($match_domain) * -1);
/dports/www/moodle311/moodle/lib/horde/framework/Horde/Mail/Rfc822/
H A DAddress.php236 $match_domain = explode('.', $domain);
237 $match_host = array_slice(explode('.', $host), count($match_domain) * -1);
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/network/nxos/
H A Dnxos_vtp_version.py128 match_domain = re.match(domain_regex, body, re.DOTALL)
129 domain = match_domain.groupdict()['domain']
H A Dnxos_vtp_domain.py133 match_domain = re.match(domain_regex, body, re.DOTALL)
134 domain = match_domain.groupdict()['domain']
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/nxos/plugins/modules/
H A Dnxos_vtp_domain.py138 match_domain = re.match(domain_regex, body, re.DOTALL)
139 domain = match_domain.groupdict()["domain"]
H A Dnxos_vtp_version.py133 match_domain = re.match(domain_regex, body, re.DOTALL)
134 domain = match_domain.groupdict()["domain"]
/dports/devel/gettext-tools/gettext-0.21/gettext-tools/src/
H A Dmsgcmp.c304 match_domain (const char *fn1, const char *fn2, in match_domain() function
506 match_domain (fn1, fn2, defmlp, &defmlp_findex, def_canon_charset, in compare()
527 match_domain (fn1, fn2, defmlp, &defmlp_findex, def_canon_charset, in compare()
/dports/devel/gettext-runtime/gettext-0.21/gettext-tools/src/
H A Dmsgcmp.c304 match_domain (const char *fn1, const char *fn2, in match_domain() function
506 match_domain (fn1, fn2, defmlp, &defmlp_findex, def_canon_charset, in compare()
527 match_domain (fn1, fn2, defmlp, &defmlp_findex, def_canon_charset, in compare()
/dports/devel/gettext-po-mode/gettext-0.21/gettext-tools/src/
H A Dmsgcmp.c304 match_domain (const char *fn1, const char *fn2, in match_domain() function
506 match_domain (fn1, fn2, defmlp, &defmlp_findex, def_canon_charset, in compare()
527 match_domain (fn1, fn2, defmlp, &defmlp_findex, def_canon_charset, in compare()
/dports/devel/libtextstyle/gettext-0.21/gettext-tools/src/
H A Dmsgcmp.c304 match_domain (const char *fn1, const char *fn2, in match_domain() function
506 match_domain (fn1, fn2, defmlp, &defmlp_findex, def_canon_charset, in compare()
527 match_domain (fn1, fn2, defmlp, &defmlp_findex, def_canon_charset, in compare()

1234