Home
last modified time | relevance | path

Searched refs:email (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-6.6/scripts/
H A Dget_maintainer.pl26 my $email = 1;
107 # rfc822 email address - preloaded methods go here.
241 'email!' => \$email,
314 $email = 0;
323 my $selections = $email + $scm + $status + $subsystem + $web;
325 die "$P: Missing required option: email, scm, status, subsystem or web\n";
329 if ($email &&
333 die "$P: Please select at least 1 email option\n";
707 print("$x->{file}:$x->{linenr}: warning: section without email addres
[all...]
H A Dcheckpatch.pl1477 my ($email) = @_;
1479 my ($email_name, $name_comment, $email_address, $comment) = parse_email($email);
3023 my $email = $4;
3044 "$ucfirst_sign_off $email";
3052 "$ucfirst_sign_off $email";
3061 "$ucfirst_sign_off $email";
3065 my ($email_name, $name_comment, $email_address, $comment) = parse_email($email);
3069 "Unrecognized email address: '$email'\n" . $herecurr);
3074 # Don't force email t
[all...]
/kernel/linux/linux-5.10/scripts/
H A Dget_maintainer.pl26 my $email = 1;
107 # rfc822 email address - preloaded methods go here.
241 'email!' => \$email,
314 $email = 0;
323 my $selections = $email + $scm + $status + $subsystem + $web;
325 die "$P: Missing required option: email, scm, status, subsystem or web\n";
329 if ($email &&
333 die "$P: Please select at least 1 email option\n";
707 print("$x->{file}:$x->{linenr}: warning: section without email addres
[all...]
H A Dcheckpatch.pl1229 my ($email) = @_;
1231 my ($email_name, $name_comment, $email_address, $comment) = parse_email($email);
2759 my $email = $4;
2771 "$ucfirst_sign_off $email";
2779 "$ucfirst_sign_off $email";
2788 "$ucfirst_sign_off $email";
2792 my ($email_name, $name_comment, $email_address, $comment) = parse_email($email);
2796 "Unrecognized email address: '$email'\n" . $herecurr);
2801 # Don't force email t
[all...]
/kernel/linux/linux-5.10/scripts/package/
H A Dmkdebian107 email=${DEBEMAIL-$EMAIL}
109 # use email string directly if it contains <email>
110 if echo $email | grep -q '<.*>'; then
111 maintainer=$email
116 if [ -z "$email" ]; then
118 email="$user@$buildhost"
120 maintainer="$name <$email>"
/kernel/linux/linux-6.6/scripts/package/
H A Dmkdebian128 email=${DEBEMAIL-$EMAIL}
130 # use email string directly if it contains <email>
131 if echo "${email}" | grep -q '<.*>'; then
132 maintainer=${email}
137 if [ -z "${email}" ]; then
139 email="${user}@${buildhost}"
141 maintainer="${name} <${email}>"
/applications/standard/calendardata/calendarmanager/common/
H A Dcalendar_define.h63 string email; member
67 return name == other.name && email == other.email && role.value_or(NONE) == other.role.value_or(NONE); in operator ==()
/applications/standard/calendardata/calendarmanager/test/unittest/src/
H A Devent_attendee_test.cpp59 EXPECT_EQ(v1[i].email, v2[i].email); in CompareAttendeeVec()
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/include/
H A Drtsp_sdp.h59 std::string email; // e= member
153 return session_.email; in GetEmail()
/applications/standard/contacts_data/contacts/src/
H A Dcontacts_build.cpp175 valuesBucketEmail.Put("detail_info", contact.emails[i].email); in GetValuesBucketEmail()
186 valuesBucketEmail.Put("content_type", "email"); in GetValuesBucketEmail()
605 Email email; in GetEmails() local
608 email.email = GetStringValueByKey(env, object, "email"); in GetEmails()
609 email.labelName = GetStringValueByKey(env, object, "labelName"); in GetEmails()
610 email.displayName = GetStringValueByKey(env, object, "displayName"); in GetEmails()
611 email.labelId = GetIntValueByKey(env, object, "labelId"); in GetEmails()
612 emailVec.push_back(email); in GetEmails()
[all...]
H A Dcontacts_api.cpp389 std::string email = contactsBuild.NapiGetValueString(env, emailobject); in BuildQueryContactsByEmailPredicates() local
392 if (!email.empty() || email != "") { in BuildQueryContactsByEmailPredicates()
395 predicates.EqualTo("detail_info", email); in BuildQueryContactsByEmailPredicates()
397 predicates.EqualTo("content_type", "email"); in BuildQueryContactsByEmailPredicates()
/applications/standard/contacts_data/contacts/include/
H A Dcontacts_napi_object.h25 * Indicates the email address.
107 * Provides methods for email information
117 * Indicates a home email.
122 * Indicates a work email.
127 * Indicates an email of the OTHER type.
137 * Indicates the email address.
139 std::string email; member in OHOS::ContactsApi::Attribute::Email
147 * Indicates the displayed email name.
785 * Indicates an email address of the contact.
H A Dcontacts_api.h90 napi_env env, std::string email, napi_value hold, napi_value attr);
/applications/standard/calendardata/calendarmanager/native/src/
H A Dnative_util.cpp71 LOG_DEBUG("attendee.email :%{private}s", attendee.email.c_str()); in DumpEvent()
403 valuesBucket.Put("attendeeEmail", attendee.email); in GetUTCTime()
404 LOG_DEBUG("attendeeEmail %{private}s", attendee.email.c_str()); in GetUTCTime()
839 GetValue(resultSet, "attendeeEmail", attendee.email); in GetUTCTime()
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/src/
H A Drtsp_sdp.cpp466 session_.email = value;
/applications/standard/calendardata/calendarmanager/napi/src/
H A Dnapi_util.cpp456 NapiUtil::GetNamedProperty(env, in, "email", out.email); in GetValue()
482 status = SetValue(env, in.email, emailValue); in SetValue()
484 napi_set_named_property(env, out, "email", emailValue); in SetValue()

Completed in 21 milliseconds