Home
last modified time | relevance | path

Searched refs:default_email (Results 1 – 25 of 41) sorted by relevance

12

/dports/security/git-secret/git-secret-94d5ae4/tests/
H A Dtest_killperson.bats65 local default_email="$TEST_DEFAULT_USER"
68 run git secret killperson "$default_email" "$second_email"
72 [[ "$output" == *"$default_email"* ]]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/webui/signin/
H A Dinline_login_handler.cc123 std::string default_email; in ContinueHandleInitializeMessage() local
126 default_email = in ContinueHandleInitializeMessage()
129 if (!net::GetValueForKeyInQuery(current_url, "email", &default_email)) in ContinueHandleInitializeMessage()
130 default_email.clear(); in ContinueHandleInitializeMessage()
132 if (!default_email.empty()) in ContinueHandleInitializeMessage()
133 params.SetString("email", default_email); in ContinueHandleInitializeMessage()
H A Dinline_login_handler_impl.cc683 std::string default_email; in FinishCompleteLogin() local
684 net::GetValueForKeyInQuery(params.url, "email", &default_email); in FinishCompleteLogin()
717 if (validate_email == "1" && !default_email.empty()) { in FinishCompleteLogin()
718 if (!gaia::AreEmailsSame(params.email, default_email)) { in FinishCompleteLogin()
721 base::UTF8ToUTF16(default_email)), in FinishCompleteLogin()
743 if (!gaia::AreEmailsSame(default_email, primary_username)) in FinishCompleteLogin()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/ui/webui/signin/
H A Dinline_login_handler.cc130 std::string default_email; in ContinueHandleInitializeMessage() local
133 default_email = in ContinueHandleInitializeMessage()
136 if (!net::GetValueForKeyInQuery(current_url, "email", &default_email)) in ContinueHandleInitializeMessage()
137 default_email.clear(); in ContinueHandleInitializeMessage()
139 if (!default_email.empty()) in ContinueHandleInitializeMessage()
140 params.SetString("email", default_email); in ContinueHandleInitializeMessage()
H A Dinline_login_handler_impl.cc688 std::string default_email; in FinishCompleteLogin() local
689 net::GetValueForKeyInQuery(params.url, "email", &default_email); in FinishCompleteLogin()
722 if (validate_email == "1" && !default_email.empty()) { in FinishCompleteLogin()
723 if (!gaia::AreEmailsSame(params.email, default_email)) { in FinishCompleteLogin()
726 base::UTF8ToUTF16(default_email)), in FinishCompleteLogin()
748 if (!gaia::AreEmailsSame(default_email, primary_username)) in FinishCompleteLogin()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/qa/qa/runtime/
H A Duser.rb16 def default_email method
33 default_email
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/qa/spec/resource/
H A Duser_spec.rb69 expect(subject.public_email).to eq(QA::Runtime::User.default_email)
81 expect(subject.public_email).to eq(QA::Runtime::User.default_email)
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/webui/chromeos/
H A Dedu_coexistence_login_handler_chromeos.cc274 std::string default_email; in SendInitializeEduArgs() local
275 if (net::GetValueForKeyInQuery(current_url, "email", &default_email)) { in SendInitializeEduArgs()
276 params.SetStringKey("email", default_email); in SendInitializeEduArgs()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/qa/qa/resource/
H A Dfile.rb63 author_email: @author_email || Runtime::User.default_email,
H A Duser.rb74 … api_public_email && !api_public_email.empty? ? api_public_email : Runtime::User.default_email
/dports/www/osticket/upload/include/
H A Dclass.user.php133 return $this->default_email;
247 $user->emails->add($user->default_email);
295 $this->default_email->address));
595 if ($this->default_email->address != $email->getClean()) {
599 $this->default_email->address = $email->getClean();
600 $this->default_email->save();
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/autofill_assistant/browser/
H A Duser_data_util.cc159 if (!collect_user_data_options.default_email.empty()) { in GetDefaultContactProfile()
163 collect_user_data_options.default_email) { in GetDefaultContactProfile()
H A Duser_data.h187 std::string default_email; member
H A Duser_data_util_unittest.cc147 options.default_email = "adam.west@gmail.com"; in TEST()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/qa/qa/resource/repository/
H A Dcommit.rb85 author_email: @author_email || Runtime::User.default_email,
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/autofill_assistant/browser/
H A Duser_data_util.cc189 if (!collect_user_data_options.default_email.empty()) { in GetDefaultContactProfile()
193 collect_user_data_options.default_email) { in GetDefaultContactProfile()
H A Duser_data.h192 std::string default_email; member
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/git/
H A Dutil.py597 default_email = get_user_id()
598 default_name = default_email.split('@')[0]
601 ('email', env_email, cls.conf_email, default_email)):
/dports/devel/brz/breezy-3.2.0/breezy/
H A Dbedding.py208 def default_email(): function
/dports/devel/py-gitpython/GitPython-3.1.24/git/
H A Dutil.py692 def default_email() -> str: function
699 return default_email().split('@')[0]
702 ('email', env_email, cls.conf_email, default_email)):
/dports/www/osticket/upload/include/upgrader/streams/core/
H A D98ae1ed2-e342f869.patch.sql12 CHANGE `default_email` `default_email_id` TINYINT( 4 ) UNSIGNED NOT NULL DEFAULT '0',
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/base/tests/
H A Dtest_base.py101 default_email='John.Wick@example.com'
109 default_email='John.Wick@example.com'
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/dulwich/
H A Drepo.py169 default_user, default_email = _get_default_identity()
175 email = default_email
/dports/devel/dulwich/dulwich-0.19.16/dulwich/
H A Drepo.py170 default_user, default_email = _get_default_identity()
176 email = default_email
/dports/devel/pear-Horde_Core/Horde_Core-2.31.14/lib/Horde/Core/ActiveSync/
H A DDriver.php2505 $default_email = $identities->getValue('from_addr');
2506 $email_addresses = array($default_email);
2523 'primarysmtpaddress' => $default_email,

12