Home
last modified time | relevance | path

Searched refs:emails (Results 1 – 25 of 48) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DpromiseEmptyTupleNoException.symbols6 let emails = [];
7 >emails : Symbol(emails, Decl(promiseEmptyTupleNoException.ts, 1, 5))
9 return emails;
10 >emails : Symbol(emails, Decl(promiseEmptyTupleNoException.ts, 1, 5))
DpromiseEmptyTupleNoException.js3 let emails = []; variable
4 return emails;
10 let emails = []; variable
11 return emails;
DpromiseEmptyTupleNoException.types5 let emails = [];
6 >emails : any[]
9 return emails;
10 >emails : any[]
DpromiseEmptyTupleNoException.errors.txt7 let emails = [];
8 return emails;
/third_party/python/Tools/scripts/
Dmailerdaemon.py105 emails = []
119 emails.append(res.group('email'))
124 emails.append(res.group('email'))
130 if not emails:
138 for i in range(len(emails)-1,-1,-1):
139 email = emails[i]
144 del emails[i]
150 for email in emails:
/third_party/typescript/scripts/
Dauthors.ts8 emails: string[]; property
35 const author: Author = { displayNames: [], emails: [] };
40 author.emails.push(match[2]);
45 if (!author.emails) continue;
66 author.emails.forEach(e => authorsByEmail[e.toLocaleLowerCase()] = author);
/third_party/typescript/tests/cases/compiler/
DpromiseEmptyTupleNoException.ts3 let emails = [];
4 return emails;
/third_party/lz4/tests/
Dtest-lz4-speed.py76 def send_email(emails, topic, text, have_mutt, have_mail): argument
82 execute('mutt -s "' + topic + '" ' + emails + ' < ' + logFileName, verbose)
84 execute('mail -s "' + topic + '" ' + emails + ' < ' + logFileName, verbose)
98 execute('mutt -s "' + email_topic + '" ' + args.emails + ' -a ' + results_files
101 execute('mail -s "' + email_topic + '" ' + args.emails + ' < ' + logFileName)
285 print("emails=%s" % args.emails)
313 …send_email(args.emails, '[%s:%s] test-lz4-speed.py %s has been started' % (email_header, pid, scri…
346 send_email(args.emails, email_topic, stack, have_mutt, have_mail)
350 …send_email(args.emails, '[%s:%s] test-lz4-speed.py %s has been stopped' % (email_header, pid, scri…
DREADME.md28 … than `lowerLimit` the warning e-mail is send to recipients from the list (the `emails` parameter).
44 nohup ./test-lz4-speed.py testFileNames emails &
51 emails list of e-mail addresses to send warnings
/third_party/libwebsockets/minimal-examples/api-tests/
DREADME.md11 api-test-smtp_client|SMTP client for sending emails
/third_party/boost/more/getting_started/detail/
Dlink-head.rst10 emails. It uses the Boost.Regex_ library, which has a
/third_party/libsnd/docs/
Dlists.md27 of all emails to the libsndfile-announce list.
/third_party/curl/docs/
DNEW-PROTOCOL.md42 such, like we can view reading emails over POP3 as a download and sending
43 emails over SMTP as an upload.
DMAIL-ETIQUETTE18 1.9 Your emails are public
166 1.9 Your emails are public
177 When sending emails to a curl mailing list, do not include sensitive
/third_party/gstreamer/gstplugins_base/gst-libs/gst/sdp/
Dgstsdpmessage.c287 INIT_STR_ARRAY (msg->emails); in gst_sdp_message_init()
317 FREE_ARRAY (msg->emails); in gst_sdp_message_uninit()
922 DEFINE_ARRAY_LEN (emails);
932 DEFINE_STR_ARRAY_GETTER (email, emails);
947 DEFINE_STR_ARRAY_INSERT (email, emails);
961 DEFINE_STR_ARRAY_REPLACE (email, emails);
974 DEFINE_STR_ARRAY_REMOVE (email, emails);
985 DEFINE_STR_ARRAY_ADDER (email, emails);
3302 if (msg->emails->len > 0) { in gst_sdp_message_dump()
3306 for (i = 0; i < msg->emails->len; i++) { in gst_sdp_message_dump()
[all …]
Dgstsdpmessage.h301 GArray *emails; member
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/jvmTest/resources/
Dutf8_sample.txt10 Using Unicode/UTF-8, you can write in emails and source code things such as
/third_party/iptables/extensions/
Dlibxt_TCPMSS.man17 Small mail works fine, but large emails hang.
/third_party/libphonenumber/
DCONTRIBUTING.md82 emails sent to this address.
95 emails sent to this address.
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_contact.js26 this.emails = "[PC Preview] unknow emails";
/third_party/ffmpeg/doc/dev_community/
Dresolution_process.md69 After all the emails are in, the TC has 96 hours to give its final decision.
/third_party/skia/third_party/externals/angle2/doc/
DOrientation.md144 - Join angle-team@ for access to many important emails and shared documents.
/third_party/flutter/skia/third_party/externals/angle2/doc/
DOrientation.md144 - Join angle-team@ for access to many important emails and shared documents.
/third_party/node/deps/npm/docs/content/using-npm/
Ddisputes.md57 2. Alice emails Yusuf, explaining the situation **as respectfully as possible**,
Ddevelopers.md240 Send emails, write blogs, blab in IRC.

12