/third_party/typescript/tests/baselines/reference/ |
D | promiseEmptyTupleNoException.symbols | 6 let emails = []; 7 >emails : Symbol(emails, Decl(promiseEmptyTupleNoException.ts, 1, 5)) 9 return emails; 10 >emails : Symbol(emails, Decl(promiseEmptyTupleNoException.ts, 1, 5))
|
D | promiseEmptyTupleNoException.js | 3 let emails = []; variable 4 return emails; 10 let emails = []; variable 11 return emails;
|
D | promiseEmptyTupleNoException.types | 5 let emails = []; 6 >emails : any[] 9 return emails; 10 >emails : any[]
|
D | promiseEmptyTupleNoException.errors.txt | 7 let emails = []; 8 return emails;
|
/third_party/python/Tools/scripts/ |
D | mailerdaemon.py | 105 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/ |
D | authors.ts | 8 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/ |
D | promiseEmptyTupleNoException.ts | 3 let emails = []; 4 return emails;
|
/third_party/lz4/tests/ |
D | test-lz4-speed.py | 76 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…
|
D | README.md | 28 … 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/ |
D | README.md | 11 api-test-smtp_client|SMTP client for sending emails
|
/third_party/boost/more/getting_started/detail/ |
D | link-head.rst | 10 emails. It uses the Boost.Regex_ library, which has a
|
/third_party/libsnd/docs/ |
D | lists.md | 27 of all emails to the libsndfile-announce list.
|
/third_party/curl/docs/ |
D | NEW-PROTOCOL.md | 42 such, like we can view reading emails over POP3 as a download and sending 43 emails over SMTP as an upload.
|
D | MAIL-ETIQUETTE | 18 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/ |
D | gstsdpmessage.c | 287 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 …]
|
D | gstsdpmessage.h | 301 GArray *emails; member
|
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/jvmTest/resources/ |
D | utf8_sample.txt | 10 Using Unicode/UTF-8, you can write in emails and source code things such as
|
/third_party/iptables/extensions/ |
D | libxt_TCPMSS.man | 17 Small mail works fine, but large emails hang.
|
/third_party/libphonenumber/ |
D | CONTRIBUTING.md | 82 emails sent to this address. 95 emails sent to this address.
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_contact.js | 26 this.emails = "[PC Preview] unknow emails";
|
/third_party/ffmpeg/doc/dev_community/ |
D | resolution_process.md | 69 After all the emails are in, the TC has 96 hours to give its final decision.
|
/third_party/skia/third_party/externals/angle2/doc/ |
D | Orientation.md | 144 - Join angle-team@ for access to many important emails and shared documents.
|
/third_party/flutter/skia/third_party/externals/angle2/doc/ |
D | Orientation.md | 144 - Join angle-team@ for access to many important emails and shared documents.
|
/third_party/node/deps/npm/docs/content/using-npm/ |
D | disputes.md | 57 2. Alice emails Yusuf, explaining the situation **as respectfully as possible**,
|
D | developers.md | 240 Send emails, write blogs, blab in IRC.
|