HomeSort by: relevance | last modified time | path
    Searched refs:email (Results 1 - 25 of 80) sorted by relevancy

1 2 3 4

  /src/external/gpl3/gcc/dist/contrib/gcc-changelog/
test_email.py 80 email = self.get_git_email('0577-aarch64-Add-an-and.patch')
81 assert not email.errors
82 assert len(email.changelog_entries) == 2
83 entry = email.changelog_entries[0]
96 email = self.get_git_email('0085-Daily-bump.patch')
97 assert not email.errors
98 assert not email.changelog_entries
101 email = self.from_patch_glob('0040')
102 assert len(email.changelog_entries) == 2
103 assert email.changelog_entries[0].folder == 'gcc/cp
    [all...]
git_email.py 70 # Note: commit message consists of email subject, empty line, email body
121 email = GitEmail(full)
122 print(email.filename)
123 if email.success:
126 for warning in email.warnings:
129 for error in email.errors:
135 email = GitEmail(sys.argv[1])
136 if email.success:
138 email.print_output(
    [all...]
git_repository.py 63 author = '%s <%s>' % (c.author.name, c.author.email)
git_update_version.py 104 if (commit.author.email == 'gccadmin@gcc.gnu.org'
  /src/external/gpl3/gcc.old/dist/contrib/gcc-changelog/
test_email.py 78 email = self.get_git_email('0577-aarch64-Add-an-and.patch')
79 assert not email.errors
80 assert len(email.changelog_entries) == 2
81 entry = email.changelog_entries[0]
94 email = self.get_git_email('0085-Daily-bump.patch')
95 assert not email.errors
96 assert not email.changelog_entries
99 email = self.from_patch_glob('0040')
100 assert len(email.changelog_entries) == 2
101 assert email.changelog_entries[0].folder == 'gcc/cp
    [all...]
git_email.py 67 # Note: commit message consists of email subject, empty line, email body
119 email = GitEmail(full, False)
120 print(email.filename)
121 if email.success:
125 for error in email.errors:
131 email = GitEmail(sys.argv[1])
132 if email.success:
134 email.print_output()
136 if not email.info.lines
    [all...]
git_repository.py 61 author = '%s <%s>' % (c.author.name, c.author.email)
git_update_version.py 90 if (commit.author.email == 'gccadmin@gcc.gnu.org'
  /src/external/mpl/mozilla-certdata/share/
Makefile 7 TRUSTDOMAINS= server email code
72 -v EMAILTRUST=email.trust \
  /src/external/mpl/bind/dist/lib/dns/rdata/generic/
minfo_14.c 64 dns_name_t email; local
72 dns_name_init(&email, NULL);
80 dns_name_fromregion(&email, &region);
81 isc_region_consume(&region, email.length);
90 opts = name_prefix(&email, tctx->origin, &prefix)
99 dns_name_t email; local
109 dns_name_init(&email, NULL);
112 return dns_name_fromwire(&email, source, dctx, target);
119 dns_name_t email; local
129 dns_name_init(&email, eoffsets)
    [all...]
rp_17.c 66 dns_name_t email; local
74 dns_name_init(&email, NULL);
82 dns_name_fromregion(&email, &region);
83 isc_region_consume(&region, email.length);
92 opts = name_prefix(&email, tctx->origin, &prefix)
101 dns_name_t email; local
111 dns_name_init(&email, NULL);
114 return dns_name_fromwire(&email, source, dctx, target);
121 dns_name_t email; local
130 dns_name_init(&email, eoffsets)
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/
minfo_14.c 64 dns_name_t email; local
72 dns_name_init(&email, NULL);
80 dns_name_fromregion(&email, &region);
81 isc_region_consume(&region, email.length);
89 sub = name_prefix(&email, tctx->origin, &prefix);
96 dns_name_t email; local
106 dns_name_init(&email, NULL);
109 return (dns_name_fromwire(&email, source, dctx, options, target));
116 dns_name_t email; local
126 dns_name_init(&email, eoffsets)
    [all...]
rp_17.c 66 dns_name_t email; local
74 dns_name_init(&email, NULL);
82 dns_name_fromregion(&email, &region);
83 isc_region_consume(&region, email.length);
90 sub = name_prefix(&email, tctx->origin, &prefix);
97 dns_name_t email; local
107 dns_name_init(&email, NULL);
110 return (dns_name_fromwire(&email, source, dctx, options, target));
117 dns_name_t email; local
126 dns_name_init(&email, eoffsets)
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/
wciia.py 66 email = line[2:].strip() variable
67 code_owner['email'] = email
  /src/external/gpl3/gcc.old/dist/contrib/
prepare-commit-msg 55 git log -1 --pretty=email HEAD > $f
  /src/external/gpl3/gcc/dist/contrib/
prepare-commit-msg 55 git log -1 --pretty=email HEAD > "$f"
  /src/external/apache2/llvm/dist/clang/tools/scan-view/share/
Reporter.py 29 import email, mimetypes, smtplib
30 from email import encoders
31 from email.message import Message
32 from email.mime.base import MIMEBase
33 from email.mime.multipart import MIMEMultipart
34 from email.mime.text import MIMEText
80 return 'Email'
85 # Lifted from python email module examples.
  /src/external/gpl3/gcc.old/dist/contrib/legacy/
mklog 83 EMAIL = ...
97 if 'EMAIL' not in attrs:
98 error("'EMAIL' not present in .mklog")
99 return attrs['NAME'], attrs['EMAIL']
105 rc2, email, _ = run('git config user.email', False)
106 email = email.rstrip()
110 Could not read git user.name and user.email settings.
114 return name, email
    [all...]
mklog.pl 37 . "EMAIL = ...\n";
47 } elsif (m/^\s*EMAIL\s*=\s*(.*?)\s*$/) {
58 $addr = `git config user.email`;
62 die "Could not read git user.name and user.email settings.\n"
  /src/external/gpl3/gcc/dist/contrib/legacy/
mklog 83 EMAIL = ...
97 if 'EMAIL' not in attrs:
98 error("'EMAIL' not present in .mklog")
99 return attrs['NAME'], attrs['EMAIL']
105 rc2, email, _ = run('git config user.email', False)
106 email = email.rstrip()
110 Could not read git user.name and user.email settings.
114 return name, email
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/net/
isemail.d 2 * Validates an email address according to RFCs 5321, 5322 and others.
8 * Dominic Sayers graciously granted permission to use the Boost license via email on Feb 22, 2011.
33 * Check that an email address conforms to RFCs 5321, 5322 and others.
37 * valid email address.
42 * email = The email address to check
54 * either considered valid or not. Email status code will either be
58 * An $(LREF EmailStatus), indicating the status of the email address.
60 EmailStatus isEmail(Char)(const(Char)[] email, CheckDns checkDNS = No.checkDns,
114 foreach (ref i, e ; email)
    [all...]
  /src/external/bsd/wpa/dist/src/tls/
x509v3.h 37 char *email; /* emailAddress */ member in struct:x509_name
x509v3.c 27 os_free(name->email);
28 name->email = NULL;
173 res = x509_str_compare(a->email, b->email);
406 os_free(name->email);
407 name->email = os_malloc(hdr.length + 1);
408 if (name->email == NULL) {
412 os_memcpy(name->email, hdr.payload, hdr.length);
413 name->email[hdr.length] = '\0';
520 if (name->email) {
    [all...]
  /src/external/bsd/nsd/dist/
xfrd-disk.c 122 !(soa->email[0] = dname_parse_wire(soa->email+1, p)))
439 xfrd_write_dname(out, soa->email);
  /src/external/apache2/llvm/dist/llvm/utils/Reviewing/
find_interesting_reviews.py 6 import email.mime.multipart
7 import email.mime.text
608 email_msg = email.mime.multipart.MIMEMultipart()
612 email_msg.attach(email.mime.text.MIMEText(msg.encode('utf-8'), 'plain'))
620 # to do for the people that will receive the report email.
635 '--email-report',
639 help="A email addresses to send the report to.")
644 help="The email address to use in 'From' on messages emailed out.")
646 '--email-addresses',
649 help="The email addresses (as known by LLVM git) of "
    [all...]

Completed in 45 milliseconds

1 2 3 4