/kernel/linux/linux-6.6/scripts/ |
H A D | get_maintainer.pl | 26 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 D | checkpatch.pl | 1477 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 D | get_maintainer.pl | 26 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 D | checkpatch.pl | 1229 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 D | mkdebian | 107 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 D | mkdebian | 128 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 D | calendar_define.h | 63 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 D | event_attendee_test.cpp | 59 EXPECT_EQ(v1[i].email, v2[i].email); in CompareAttendeeVec()
|
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/include/ |
H A D | rtsp_sdp.h | 59 std::string email; // e= member 153 return session_.email; in GetEmail()
|
/applications/standard/contacts_data/contacts/src/ |
H A D | contacts_build.cpp | 175 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 D | contacts_api.cpp | 389 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 D | contacts_napi_object.h | 25 * 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 D | contacts_api.h | 90 napi_env env, std::string email, napi_value hold, napi_value attr);
|
/applications/standard/calendardata/calendarmanager/native/src/ |
H A D | native_util.cpp | 71 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 D | rtsp_sdp.cpp | 466 session_.email = value;
|
/applications/standard/calendardata/calendarmanager/napi/src/ |
H A D | napi_util.cpp | 456 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()
|