Home
last modified time | relevance | path

Searched refs:email_regexp (Results 1 – 25 of 32) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/forms/
H A Demail_input_type_test.cc15 std::unique_ptr<ScriptRegexp> email_regexp = in ExpectToSucceed() local
18 EmailInputType::ConvertEmailAddressToASCII(*email_regexp, source); in ExpectToSucceed()
20 EXPECT_TRUE(EmailInputType::IsValidEmailAddress(*email_regexp, result)); in ExpectToSucceed()
24 std::unique_ptr<ScriptRegexp> email_regexp = in ExpectToFail() local
29 *email_regexp, in ExpectToFail()
30 EmailInputType::ConvertEmailAddressToASCII(*email_regexp, source))); in ExpectToFail()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/forms/
H A Demail_input_type_test.cc15 std::unique_ptr<ScriptRegexp> email_regexp = in ExpectToSucceed() local
18 EmailInputType::ConvertEmailAddressToASCII(*email_regexp, source); in ExpectToSucceed()
20 EXPECT_TRUE(EmailInputType::IsValidEmailAddress(*email_regexp, result)); in ExpectToSucceed()
24 std::unique_ptr<ScriptRegexp> email_regexp = in ExpectToFail() local
29 *email_regexp, in ExpectToFail()
30 EmailInputType::ConvertEmailAddressToASCII(*email_regexp, source))); in ExpectToFail()
/dports/www/anyterm/anyterm-1.1.29/libpbe/src/
H A Dmarkup.cc98 const char* email_regexp = variable
110 string regexp = string("(") + uri_regexp + ")|(" + email_regexp +")"; in markup_uris_emails()
/dports/www/ikiwiki/ikiwiki-3.20200202.3/IkiWiki/Plugin/
H A Dlink.pm10 my $email_regexp = qr/^.+@.+\..+$/;
76 return ($url =~ /$url_regexp|$email_regexp/)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/tools/blinkpy/w3c/
H A Ddirectory_owners_extractor.py110 email_regexp = re.compile(BASIC_EMAIL_REGEXP)
114 if email_regexp.match(line):
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/
H A Downers.py128 self.email_regexp = re.compile(BASIC_EMAIL_REGEXP)
215 assert all(self.email_regexp.match(r) for r in reviewers), reviewers
411 if not self.email_regexp.match(owner):
441 elif self.email_regexp.match(directive) or directive == EVERYONE:
501 if self.email_regexp.match(line) or line == EVERYONE:
H A Dpresubmit_canned_checks.py1143 owners_db.email_regexp,
1204 def GetCodereviewOwnerAndReviewers(input_api, email_regexp, approval_needed): argument
1218 if _match_reviewer_email(r, owner_email, email_regexp))
1234 def _match_reviewer_email(r, owner_email, email_regexp): argument
1235 return email_regexp.match(r) and r != owner_email
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/models/
H A Duser_canonical_email.rb5 validates :canonical_email, format: { with: Devise.email_regexp }
H A Dmember.rb254 Devise.email_regexp.match?(email)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/validators/
H A Ddevise_email_validator.rb22 regexp: Devise.email_regexp
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/services/users/
H A Dupdate_canonical_email_service.rb17 return unless user.email.match? Devise.email_regexp
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/services/concerns/members/
H A Dbulk_create_users.rb45 when Devise.email_regexp
/dports/deskutils/egroupware/egroupware/vendor/egroupware/z-push-dev/src/backend/imap/
H A DmimePart.php851 $email_regexp = '([^\s<]+|("[^\r\n"]+"))@\S+';
870 if (preg_match('/^<' . $email_regexp . '>$/', $part)) {
872 } else if (preg_match('/^' . $email_regexp . '$/', $part)) {
875 } else if (preg_match('/<*' . $email_regexp . '>*$/', $part, $matches)) {
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/nusoap/lib/Mail/
H A DmimePart.php840 $email_regexp = '([^\s<]+|("[^\r\n"]+"))@\S+';
859 if (preg_match('/^<' . $email_regexp . '>$/', $part)) {
861 } else if (preg_match('/^' . $email_regexp . '$/', $part)) {
864 } else if (preg_match('/<*' . $email_regexp . '>*$/', $part, $matches)) {
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/nusoap/lib/Mail/
H A DmimePart.php840 $email_regexp = '([^\s<]+|("[^\r\n"]+"))@\S+';
859 if (preg_match('/^<' . $email_regexp . '>$/', $part)) {
861 } else if (preg_match('/^' . $email_regexp . '$/', $part)) {
864 } else if (preg_match('/<*' . $email_regexp . '>*$/', $part, $matches)) {
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/z-push/vendor/z-push/backend/imap/
H A DmimePart.php851 $email_regexp = '([^\s<]+|("[^\r\n"]+"))@\S+';
870 if (preg_match('/^<' . $email_regexp . '>$/', $part)) {
872 } else if (preg_match('/^' . $email_regexp . '$/', $part)) {
875 } else if (preg_match('/<*' . $email_regexp . '>*$/', $part, $matches)) {
/dports/mail/pear-Mail_Mime/Mail_Mime-1.10.11/Mail/
H A DmimePart.php888 $email_regexp = '([^\s<]+|("[^\r\n"]+"))@[^\s"]+';
911 if (preg_match('/^<' . $email_regexp . '>$/', $part)) {
913 } else if (preg_match('/^' . $email_regexp . '$/', $part)) {
916 } else if (preg_match('/<*' . $email_regexp . '>*$/', $part, $matches)) {
/dports/net-mgmt/observium/observium/libs/pear/Mail/
H A DmimePart.php863 $email_regexp = '([^\s<]+|("[^\r\n"]+"))@\S+';
886 if (preg_match('/^<' . $email_regexp . '>$/', $part)) {
888 } else if (preg_match('/^' . $email_regexp . '$/', $part)) {
891 } else if (preg_match('/<*' . $email_regexp . '>*$/', $part, $matches)) {
/dports/mail/roundcube/roundcubemail-1.5.1/vendor/pear/mail_mime/Mail/
H A DmimePart.php888 $email_regexp = '([^\s<]+|("[^\r\n"]+"))@[^\s"]+';
911 if (preg_match('/^<' . $email_regexp . '>$/', $part)) {
913 } else if (preg_match('/^' . $email_regexp . '$/', $part)) {
916 } else if (preg_match('/<*' . $email_regexp . '>*$/', $part, $matches)) {
/dports/www/mediawiki136/mediawiki-1.36.3/vendor/pear/mail_mime/Mail/
H A DmimePart.php888 $email_regexp = '([^\s<]+|("[^\r\n"]+"))@[^\s"]+';
911 if (preg_match('/^<' . $email_regexp . '>$/', $part)) {
913 } else if (preg_match('/^' . $email_regexp . '$/', $part)) {
916 } else if (preg_match('/<*' . $email_regexp . '>*$/', $part, $matches)) {
/dports/www/mediawiki135/mediawiki-1.35.5/vendor/pear/mail_mime/Mail/
H A DmimePart.php888 $email_regexp = '([^\s<]+|("[^\r\n"]+"))@[^\s"]+';
911 if (preg_match('/^<' . $email_regexp . '>$/', $part)) {
913 } else if (preg_match('/^' . $email_regexp . '$/', $part)) {
916 } else if (preg_match('/<*' . $email_regexp . '>*$/', $part, $matches)) {
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/pear/mail_mime/Mail/
H A DmimePart.php888 $email_regexp = '([^\s<]+|("[^\r\n"]+"))@[^\s"]+';
911 if (preg_match('/^<' . $email_regexp . '>$/', $part)) {
913 } else if (preg_match('/^' . $email_regexp . '$/', $part)) {
916 } else if (preg_match('/<*' . $email_regexp . '>*$/', $part, $matches)) {
/dports/www/osticket/upload/include/pear/Mail/
H A DmimePart.php855 $email_regexp = '([^\s<]+|("[^\r\n"]+"))@\S+';
874 if (preg_match('/^<' . $email_regexp . '>$/', $part)) {
876 } else if (preg_match('/^' . $email_regexp . '$/', $part)) {
879 } else if (preg_match('/<*' . $email_regexp . '>*$/', $part, $matches)) {
/dports/mail/roundcube/roundcubemail-1.5.1/program/include/
H A Drcmail_sendmail.php733 $email_regexp = '(\S+|("[^"]+"))@\S+';
736 …"/[$delim]\s*[\r\n]+/", '/[\r\n]+/', "/[$delim]\s*\$/m", '/;/', '/(\S{1})(<'.$email_regexp.'>)/U'];
747 if (preg_match('/^<'.$email_regexp.'>$/', $item)) {
752 else if (preg_match('/^'.$email_regexp.'$/', $item)) {
759 else if (preg_match('/<*'.$email_regexp.'>*$/', $item, $matches)) {
/dports/mail/sympa/sympa-6.2.62/src/lib/Sympa/Spindle/
H A DProcessBounce.pm343 my $email_regexp = Sympa::Regexps::email();
355 grep {m/$email_regexp/}

12