Searched refs:email (Results 26 - 50 of 202) sorted by relevance

123456789

/macosx-10.9.5/curl-78.94.1/curl/tests/
H A Dtestcurl.pl45 # --email=[email] Set email address to report as
71 use vars qw($name $email $desc $confopts $runtestopts $setupfile $mktarball
105 elsif ($ARGV[0] =~ /--email=/) {
106 $email = (split(/=/, shift @ARGV))[1];
280 if (!$email) {
281 print "please enter your contact email address\n";
282 $email = <>;
283 chomp $email;
[all...]
/macosx-10.9.5/dcerpc-58/www/content/css/blueprint/plugins/link-icons/
H A Dscreen.css29 a[href^="mailto:"] { background-image: url(icons/email.png); }
/macosx-10.9.5/emacs-92/emacs/lisp/net/
H A Deudcb-mab.el87 ((eq (car term) 'email)
98 (email . ,mail)) result))))
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/
H A Dgemcutter_utilities.rb44 email = ask " Email: "
50 request.basic_auth email, password
/macosx-10.9.5/ruby-104/ruby/test/rss/
H A Dtest_setup_maker_atom_entry.rb38 :email => "bob@example.com",
43 :email => "alice@example.com",
60 :email => "chris@example.com",
131 :email => author.email.content,
149 info[:email] = contributor.email.content if contributor.email
H A Dtest_setup_maker_atom_feed.rb38 :email => "bob@example.com",
43 :email => "alice@example.com",
60 :email => "chris@example.com",
145 :email => author.email.content,
163 info[:email] = contributor.email.content if contributor.email
/macosx-10.9.5/cups-372.4/cups/berkeley/
H A Dlpr.c182 char email[1024]; /* EMail address */ local
185 snprintf(email, sizeof(email), "mailto:%s@%s", cupsUser(),
187 num_options = cupsAddOption("notify-recipient-uri", email,
/macosx-10.9.5/efax-36/efax/
H A Dfaxnotify12 from email import Encoders
13 from email.Message import Message
14 from email.MIMEBase import MIMEBase
15 from email.MIMEMultipart import MIMEMultipart
121 """Send email to the receipents with an attached file"""
/macosx-10.9.5/emacs-92/emacs/lisp/url/
H A Durl-privacy.el67 (memq 'email url-privacy-level)))
/macosx-10.9.5/libxml2-26/libxml2/example/
H A Dgjobread.c34 xmlChar *email; member in struct:person
69 ret->email = xmlNodeListGetString(doc, cur->xmlChildrenNode, 1);
84 if (cur->email) printf(" email: %s\n", cur->email);
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/example/
H A Dgjobread.c34 xmlChar *email; member in struct:person
69 ret->email = xmlNodeListGetString(doc, cur->xmlChildrenNode, 1);
84 if (cur->email) printf(" email: %s\n", cur->email);
/macosx-10.9.5/CPANInternal-140/DateTime-Format-Builder/lib/DateTime/Format/Builder/Parser/
H A DStrptime.pm93 Support for this module is provided via the datetime@perl.org email
96 Alternatively, log them via the CPAN RT system via the web or email:
/macosx-10.9.5/CPANInternal-140/DateTime-Format-Builder-0.80/lib/DateTime/Format/Builder/Parser/
H A DStrptime.pm93 Support for this module is provided via the datetime@perl.org email
96 Alternatively, log them via the CPAN RT system via the web or email:
/macosx-10.9.5/iodbc-42.5/iodbc/
H A DAUTHORS45 want to appear on this list, please email the current maintainer.
/macosx-10.9.5/ruby-104/ruby/test/rubygems/
H A Dtest_gem_commands_owner_command.rb19 - email: user1@example.com
20 - email: user2@example.com
51 response = "- email: user1@example.com\n"
74 assert_equal "email=user-new1%40example.com", @fetcher.last_request.body
114 assert_equal "email=user-remove1%40example.com", @fetcher.last_request.body
/macosx-10.9.5/Security-55471.14.18/sec/Security/
H A DSecPolicyPriv.h233 @param email Optional; if present, the policy will require the specified
234 email to match the email in the leaf certificate.
238 SecPolicyRef SecPolicyCreateSMIME(CFIndex smimeUsage, CFStringRef email);
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DEmailInputType.cpp69 return InputTypeNames::email();
/macosx-10.9.5/WebCore-7537.78.1/platform/network/blackberry/rss/
H A DRSSAtomParser.cpp294 String email; local
302 else if (name == "email")
303 email = textFromXMLNode(node);
306 if (!email.isEmpty()) {
308 username = username + email;
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DJVBuddy.h82 - (void) setPrimaryEmail:(NSString *) email;
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DJVBuddy.h82 - (void) setPrimaryEmail:(NSString *) email;
/macosx-10.9.5/Heimdal-323.92.1/lib/hx509/
H A Dreq.c155 const char *email)
161 name.u.dNSName.data = rk_UNCONST(email);
162 name.u.dNSName.length = strlen(email);
153 _hx509_request_add_email(hx509_context context, hx509_request req, const char *email) argument
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.07033/t/lib/
H A Dmake_dbictest_db_with_unique.pm47 q|CREATE TABLE email (
/macosx-10.9.5/CPANInternal-140/Pod-WSDL/lib/Pod/WSDL/
H A DDoc.pm64 Tarek Ahmed, E<lt>bloerch -the character every email address contains- oelbsk.orgE<gt>
H A DFault.pm79 Tarek Ahmed, E<lt>bloerch -the character every email address contains- oelbsk.orgE<gt>
H A DReturn.pm78 Tarek Ahmed, E<lt>bloerch -the character every email address contains- oelbsk.orgE<gt>

Completed in 148 milliseconds

123456789