Home
last modified time | relevance | path

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

/dports/mail/py-email-validator/email_validator-1.1.1/email_validator/
H A D__init__.py88 ascii_domain = None variable in ValidatedEmail
125 return self.ascii_domain
140 and self.ascii_domain == other.ascii_domain \
202 ret.ascii_domain = domain_part_info["ascii_domain"]
209 ret.ascii_email = ret.ascii_local_part + "@" + ret.ascii_domain
393 domain_i18n = idna.decode(ascii_domain.encode('ascii'))
403 if len(ascii_domain) > 255:
412 m = re.match(DOT_ATOM_TEXT + "\\Z", ascii_domain)
418 if "." not in ascii_domain:
420 if not re.search(r"[A-Za-z]\Z", ascii_domain):
[all …]
/dports/net-im/py-slixmpp/slixmpp-1.7.1/slixmpp/
H A Dstringprep.pyx61 cdef char* ascii_domain
64 ret = idna_to_ascii_8z(domain.encode('utf-8'), &ascii_domain, 0)
68 ret = idna_to_unicode_8z8z(ascii_domain, &utf8_domain, 0)
69 free(ascii_domain)
81 cdef char* ascii_domain
84 ret = idna_to_ascii_8z(domain.encode('utf-8'), &ascii_domain, 0)
87 bytes_domain = ascii_domain
88 free(ascii_domain)
/dports/www/p5-HTML5-DOM/HTML5-DOM-1.25/third_party/modest/source/myurl/
H A Dhost.c122 char* ascii_domain; in myurl_host_parser() local
124 …mystatus_t status = myurl_host_domain_to_ascii(url, &ascii_domain, &ascii_domain_size, domain, dom… in myurl_host_parser()
133 const unsigned char *u_ascii_domain = (const unsigned char*)ascii_domain; in myurl_host_parser()
147 …if(myurl_host_ipv4_parser(&host->value.ipv, ascii_domain, ascii_domain_size, &failure) == MyURL_ST… in myurl_host_parser()
148 url->callback_free(ascii_domain, url->callback_ctx); in myurl_host_parser()
156 url->callback_free(ascii_domain, url->callback_ctx); in myurl_host_parser()
161 host->value.domain.value = ascii_domain; in myurl_host_parser()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/url_formatter/tools/
H A Dformat_url.cc72 std::string GetSpoofCheckResult(const std::string& ascii_domain, in GetSpoofCheckResult() argument
75 url_formatter::UnsafeIDNToUnicodeWithDetails(ascii_domain); in GetSpoofCheckResult()
87 if (base::ASCIIToUTF16(ascii_domain) == unicode_domain) { in GetSpoofCheckResult()
/dports/net-im/telepathy-gabble/telepathy-gabble-0.18.4/tests/twisted/
H A Dtest-resolver.c69 gchar *rrname, *ascii_domain; in _service_rrname() local
71 ascii_domain = g_hostname_to_ascii (domain); in _service_rrname()
72 rrname = g_strdup_printf ("_%s._%s.%s", service, protocol, ascii_domain); in _service_rrname()
73 g_free (ascii_domain); in _service_rrname()
/dports/net/uhttpmock/uhttpmock-0.5.3/libuhttpmock/
H A Duhm-resolver.c115 gchar *rrname, *ascii_domain; in _service_rrname() local
117 ascii_domain = g_hostname_to_ascii (domain); in _service_rrname()
118 rrname = g_strdup_printf ("_%s._%s.%s", service, protocol, ascii_domain); in _service_rrname()
119 g_free (ascii_domain); in _service_rrname()
/dports/net-im/telepathy-salut/telepathy-salut-0.8.1/lib/ext/wocky/tests/
H A Dtest-resolver.c71 gchar *rrname, *ascii_domain = NULL; in _service_rrname() local
74 domain = ascii_domain = g_hostname_to_ascii (domain); in _service_rrname()
78 g_free (ascii_domain); in _service_rrname()
/dports/net-im/telepathy-gabble/telepathy-gabble-0.18.4/lib/ext/wocky/tests/
H A Dtest-resolver.c75 gchar *rrname, *ascii_domain = NULL; in _service_rrname() local
78 domain = ascii_domain = g_hostname_to_ascii (domain); in _service_rrname()
82 g_free (ascii_domain); in _service_rrname()
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/camel/
H A Dcamel-net-utils.c977 gchar *ascii_domain, *tmp; in camel_utils_sanitize_ascii_domain_in_url() local
979 ascii_domain = camel_host_idna_to_ascii (at_pos + 1); in camel_utils_sanitize_ascii_domain_in_url()
980 tmp = g_strdup_printf ("%.*s@%s", (gint) (at_pos - url->path), url->path, ascii_domain); in camel_utils_sanitize_ascii_domain_in_url()
981 g_free (ascii_domain); in camel_utils_sanitize_ascii_domain_in_url()
/dports/mail/py-email-validator/email_validator-1.1.1/
H A DPKG-INFO265 ascii_domain='joshdata.me',
281 ascii_domain='xn--bdk.life',
304 ascii_domain='joshdata.me',
331 `ascii_local_part` and `ascii_domain`.
343 `ascii_domain` field instead.
345 `ascii_domain`: The [IDNA](https://tools.ietf.org/html/rfc5891)
H A DREADME.md257 ascii_domain='joshdata.me',
273 ascii_domain='xn--bdk.life',
296 ascii_domain='joshdata.me',
323 `ascii_local_part` and `ascii_domain`.
335 `ascii_domain` field instead.
337 `ascii_domain`: The [IDNA](https://tools.ietf.org/html/rfc5891)
/dports/mail/py-email-validator/email_validator-1.1.1/email_validator.egg-info/
H A DPKG-INFO265 ascii_domain='joshdata.me',
281 ascii_domain='xn--bdk.life',
304 ascii_domain='joshdata.me',
331 `ascii_local_part` and `ascii_domain`.
343 `ascii_domain` field instead.
345 `ascii_domain`: The [IDNA](https://tools.ietf.org/html/rfc5891)
/dports/devel/glib20/glib-2.70.4/gio/
H A Dgresolver.c913 gchar *rrname, *ascii_domain = NULL; in g_resolver_get_service_rrname() local
916 domain = ascii_domain = g_hostname_to_ascii (domain); in g_resolver_get_service_rrname()
922 g_free (ascii_domain); in g_resolver_get_service_rrname()
/dports/devel/umbrello/umbrello-21.12.3/lib/kdev5-php/
H A Dphpfunctions.php26574 * @param string $ascii_domain The ASCII encoded domain name. Looks
26580 function idn_to_utf8($ascii_domain, &$errorcode){} argument
/dports/devel/umbrello/umbrello-21.12.3/lib/kdev4-php/
H A Dphpfunctions.php26574 * @param string $ascii_domain The ASCII encoded domain name. Looks
26580 function idn_to_utf8($ascii_domain, &$errorcode){} argument