/external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/ |
D | fixChangeLogPatch.pl | 42 # 2009-12-22 Alice <alice@email.address> 51 # 2009-12-21 Alice <alice@email.address> 67 2010-12-22 Bob <bob@email.address> 79 2010-12-22 Bob <bob@email.address> 94 -2010-12-22 Bob <bob@email.address> 102 2010-12-22 Alice <alice@email.address> 111 -2010-12-22 Bob <bob@email.address> 119 2010-12-22 Alice <alice@email.address> 134 -2010-12-22 Bob <bob@email.address> 138 2010-12-22 Alice <alice@email.address> [all …]
|
/external/chromium/chrome/browser/ui/webui/options/chromeos/ |
D | accounts_options_handler.cc | 80 std::string email; in WhitelistUser() local 81 if (!args->GetString(0, &email)) { in WhitelistUser() 85 users_settings()->WhitelistUser(Authenticator::Canonicalize(email)); in WhitelistUser() 89 std::string email; in UnwhitelistUser() local 90 if (!args->GetString(0, &email)) { in UnwhitelistUser() 94 users_settings()->UnwhitelistUser(Authenticator::Canonicalize(email)); in UnwhitelistUser() 95 UserManager::Get()->RemoveUser(email, NULL); in UnwhitelistUser() 105 new StringValue(chrome::kChromeUIUserImageURL + it->email()); in FetchUserPictures() 106 // SetWithoutPathExpansion because email has "." in it. in FetchUserPictures() 107 user_pictures.SetWithoutPathExpansion(it->email(), image_url); in FetchUserPictures() [all …]
|
D | user_image_source.cc | 17 const std::string& email) const { in GetUserImage() 21 if (users[i].email() == email) { in GetUserImage() 45 std::string email = path.substr(0, path.find_first_of("?")); in StartDataRequest() local 46 SendResponse(request_id, new RefCountedBytes(GetUserImage(email))); in StartDataRequest()
|
/external/chromium/chrome/browser/chromeos/login/ |
D | user_manager.cc | 112 g_user_manager.Get().logged_in_user().email()); in UpdateOwnership() 151 // Value of owner email is still not verified. in RemoveUser() 216 const std::string& user_email = email(); in GetNameTooltip() 256 std::string email; in GetUsers() local 257 if ((*it)->GetAsString(&email)) { in GetUsers() 259 user.set_email(email); in GetUsers() 260 UserImages::const_iterator image_it = user_images_.find(email); in GetUsers() 264 prefs_images->GetStringWithoutPathExpansion(email, &image_path)) { in GetUsers() 272 user_images_[email] = user.image(); in GetUsers() 276 user_images_[email] = user.image(); in GetUsers() [all …]
|
D | signed_settings_helper.h | 28 // or not. |email| is the email that is checked against. 31 const std::string& email) {} in OnCheckWhitelistCompleted() argument 33 // Callback of WhitelistOp that adds |email| to the whitelist. 35 SignedSettings::ReturnCode code, const std::string& email) {} in OnWhitelistCompleted() argument 37 // Callback of WhitelistOp that removes |email| to the whitelist. 39 SignedSettings::ReturnCode code, const std::string& email) {} in OnUnwhitelistCompleted() argument 67 virtual void StartCheckWhitelistOp(const std::string& email, 69 virtual void StartWhitelistOp(const std::string& email,
|
D | user_manager.h | 42 // The email the user used to log in. 43 void set_email(const std::string& email) { email_ = email; } in set_email() argument 44 const std::string& email() const { return email_; } in email() function 49 // Tooltip contains user's display name and his email domain to distinguish 76 // Indicates that a user with the given email has just logged in. 78 virtual void UserLoggedIn(const std::string& email); 83 virtual void RemoveUser(const std::string& email, 88 virtual void RemoveUserFromList(const std::string& email); 91 virtual bool IsKnownUser(const std::string& email);
|
/external/chromium/chrome/browser/resources/options/chromeos/ |
D | accounts_user_list.js | 42 user.picture = this.user_pictures_[user.email]; 53 * Finds the index of user by given email. 55 * @param {string} email The email address to look for. 58 findUserByEmail_: function(email) { argument 63 if (user.email == email) { 76 var index = this.findUserByEmail_(user.email); 79 chrome.send('whitelistUser', [user.email]); 92 chrome.send('unwhitelistUser', [user.email]); 167 labelEmail.className = 'user-email-label'; 168 labelEmail.textContent = this.user.email; [all …]
|
D | accounts_user_name_edit.js | 8 // Email alias only, assuming it's a gmail address. 10 // {name: 'john', email: 'john@gmail.com'} 13 // Email address only. 15 // {name: 'john', email: 'john@chromium.org'} 21 // {name: 'John doe', email: 'john@chromium.org'} 52 * Note that the email parsing is based on RFC 5322 and does not support 53 * IMA (Internationalized Email Address). We take only the following chars 54 * as valid for an email alias (aka local-part): 74 email: matches[1] + '@gmail.com', 83 email: matches[1] + '@' + matches[2], [all …]
|
/external/chromium/chrome/browser/sync/resources/ |
D | gaia_login.js | 31 if (form.email && (form.email.value == null || form.email.value == "")) { 32 form.email.focus(); 41 document.getElementById('email').disabled = false; 47 if (f.email.value != args.user) 49 f.email.value = args.user; 53 f.email.style.display = 'none'; 54 var span = document.getElementById('email-readonly'); 55 span.appendChild(document.createTextNode(f.email.value)); 99 document.getElementById('email').disabled = true; 108 setElementDisplay("email-row", "none"); [all …]
|
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
D | string-validate-input.js | 11 // make up email address 15 (k%2)?email=name+"@mac.com":email=name+"(at)mac.com"; 17 // validate the email address 20 if(pattern.test(email)) 22 var r = email + " appears to be a valid email address."; 27 r = email + " does NOT appear to be a valid email address.";
|
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
D | string-validate-input.js | 11 // make up email address 15 (k%2)?email=name+"@mac.com":email=name+"(at)mac.com"; 17 // validate the email address 20 if(pattern.test(email)) 22 var r = email + " appears to be a valid email address."; 27 r = email + " does NOT appear to be a valid email address.";
|
/external/chromium/chrome/browser/sync/util/ |
D | user_settings.h | 35 void StoreHashedPassword(const std::string& email, 37 bool VerifyAgainstStoredHash(const std::string& email, 41 void SwitchUser(const std::string& email); 43 // Saves the email address and the named service token for the given user. 44 // Call this multiple times with the same email parameter to save multiple 46 void SetAuthTokenForService(const std::string& email, 66 // Multiple email addresses can map to the same Google Account. This method 67 // returns the primary Google Account email associated with |signin|, which 71 std::string email() const;
|
D | user_settings.cc | 81 string UserSettings::email() const { in email() function in browser_sync::UserSettings 87 // Multiple email addresses can map to the same Google Account. This table in MakeSigninsTable() 88 // keeps a map of sign-in email addresses to primary Google Account email in MakeSigninsTable() 157 " (email, service_name, service_token, " in MakeCookiesTable() 158 " PRIMARY KEY(email, service_name) ON CONFLICT REPLACE)"); in MakeCookiesTable() 221 " (email, key, value, " in Init() 222 " PRIMARY KEY(email, key) ON CONFLICT REPLACE)"); in Init() 308 "UPDATE settings SET email = ? WHERE email = ?"); in StoreEmailForSignin() 315 // Store this signin:email mapping. in StoreEmailForSignin() 350 void UserSettings::StoreHashedPassword(const string& email, in StoreHashedPassword() argument [all …]
|
D | user_settings_posix.cc | 16 const std::string& email, in SetAuthTokenForService() argument 21 << " for " << email << "for service " << service_name; in SetAuthTokenForService() 33 "(email, service_name, service_token) " in SetAuthTokenForService() 35 statement.bind_string(0, email); in SetAuthTokenForService() 50 "SELECT email, service_token FROM cookies" in GetLastUserAndServiceToken()
|
/external/chromium/chrome/browser/chromeos/cros/ |
D | login_library.h | 28 // Check whether or not |email| is present on the whitelist. 29 // If so, we return true and store the signature passed when |email| was 32 virtual bool CheckWhitelist(const std::string& email, 61 // Attempts to issue a signed async request to whitelist |email|. 62 // |signature| must by a SHA1 with RSA encryption signature over |email| 66 virtual bool WhitelistAsync(const std::string& email, 70 // Attempts to issue a signed async request to remove |email| from the 72 // |signature| must by a SHA1 with RSA encryption signature over |email| 76 virtual bool UnwhitelistAsync(const std::string& email, 86 // To determine if an email is white listed, you MUST use CheckWhitelist. [all …]
|
/external/smack/src/org/jivesoftware/smackx/workgroup/packet/ |
D | AgentStatus.java | 119 private String email; field in AgentStatus.ChatInfo 123 …public ChatInfo(String sessionID, String userID, Date date, String email, String username, String … in ChatInfo() argument 127 this.email = email; in ChatInfo() 164 * Returns the email address associated with the user. 166 * @return the email address associated with the user. 169 return email; in getEmail() 203 if (email != null) { in toXML() 204 buf.append(" email=\"").append(email).append("\""); in toXML() 259 String email = parser.getAttributeValue("", "email"); in parseChatInfo() local 263 return new ChatInfo(sessionID, userID, date, email, username, question); in parseChatInfo()
|
/external/webkit/Tools/Scripts/ |
D | validate-committer-lists | 67 …email = email_link.string.replace(" at ", "@") # The email is obfuscated using " at " instead of "… 68 emails.append(email) 75 for email in committer.emails: 76 if email in emails: 86 for email in committer.emails: 87 email_to_committer_map[email] = committer 89 return filter(lambda email: not email_to_committer_map.get(email), emails) 180 # First check to see if we have a manual mapping from login to email. 189 # No known email mapping, likely not an active committer. We could log here. 195 …he timestamps for extra sanity even though we could assume commits before email address were used … [all …]
|
/external/e2fsprogs/ |
D | SHLIBS | 4 Email: tytso@mit.edu 11 Email: tytso@mit.edu 18 Email: tytso@mit.edu 25 Email: tytso@mit.edu 32 Email: tytso@mit.edu
|
/external/chromium/chrome/browser/resources/options/ |
D | sync_setup_overlay.js | 487 var email = $('gaia-email'); 489 if (email && (email.value == null || email.value == "")) { 490 email.focus(); 498 this.setElementDisplay_("email-row", "none"); 518 document.getElementById('gaia-email').disabled = true; 528 document.getElementById('gaia-email').disabled = false; 532 var email = $('gaia-email'); 536 if (email.value != args.user) 538 email.value = args.user; 542 email.style.display = 'none'; [all …]
|
/external/openssl/apps/ |
D | openssl.cnf | 151 emailAddress = Email Address 182 # nsCertType = client, email 185 # nsCertType = client, email, objsign 198 # Import the email address. 199 # subjectAltName=email:copy 202 # subjectAltName=email:move 250 # Include email address in subject alt name: another PKIX recommendation 251 # subjectAltName=email:copy 287 # nsCertType = client, email 290 # nsCertType = client, email, objsign [all …]
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/email_this_page/ |
D | manifest.json | 2 "name": "Email this page (by Google)", 3 …"description": "This extension adds an email button to the toolbar which allows you to email the p… 12 "default_title": "Email this page",
|
/external/protobuf/examples/ |
D | add_person.py | 13 email = raw_input("Enter email address (blank for none): ") 14 if email != "": 15 person.email = email
|
/external/chromium/chrome/browser/userfeedback/proto/ |
D | config.proto | 47 // Comma separated list of email addresses to which email notification 49 // No email is sent if this field is set to an empty string. 65 // Prefix to be added to summary of notification email sent for feedback of this 105 // Send email notification. 106 EMAIL = 1; enumerator 114 optional NotifyChannel notify_channel = 20 [default=EMAIL];
|
/external/chromium/chrome/browser/chromeos/ |
D | user_cros_settings_provider.cc | 149 const std::string& email = whitelist[i]; in GetUserWhitelist() local 153 user->SetString("email", email); in GetUserWhitelist() 155 user->SetBoolean("owner", is_owner && email == self.email()); in GetUserWhitelist() 159 cached_whitelist_update->Append(Value::CreateStringValue(email)); in GetUserWhitelist() 387 const std::string& email) { in OnWhitelistCompleted() argument 388 VLOG(1) << "Add " << email << " to whitelist, code=" << code; in OnWhitelistCompleted() 397 const std::string& email) { in OnUnwhitelistCompleted() argument 398 VLOG(1) << "Remove " << email << " from whitelist, code=" << code; in OnUnwhitelistCompleted() 535 const std::string& email) { in IsEmailInCachedWhitelist() argument 538 StringValue email_value(email); in IsEmailInCachedWhitelist() [all …]
|
/external/smack/src/org/jivesoftware/smackx/workgroup/settings/ |
D | WorkgroupProperties.java | 30 private String email; field in WorkgroupProperties 43 return email; in getEmail() 46 public void setEmail(String email) { in setEmail() argument 47 this.email = email; in setEmail() 111 … else if ((eventType == XmlPullParser.START_TAG) && ("email".equals(parser.getName()))) { in parseIQ()
|