Home
last modified time | relevance | path

Searched refs:is_personal (Results 1 – 25 of 39) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/preferences/public/cpp/tracked/
H A Dmock_validation_delegate.h32 bool is_personal, in ValidationEvent()
38 is_personal(is_personal), in ValidationEvent()
45 bool is_personal; member
79 bool is_personal,
101 bool is_personal) override;
109 bool is_personal) override;
118 bool is_personal,
H A Dmock_validation_delegate.cc48 bool is_personal, in RecordValidation() argument
52 is_personal, strategy)); in RecordValidation()
67 bool is_personal) { in OnAtomicPreferenceValidation() argument
69 pref_path, value_state, external_validation_value_state, is_personal, in OnAtomicPreferenceValidation()
80 bool is_personal) { in OnSplitPreferenceValidation() argument
82 pref_path, value_state, external_validation_value_state, is_personal, in OnSplitPreferenceValidation()
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/preferences/public/cpp/tracked/
H A Dmock_validation_delegate.h32 bool is_personal, in ValidationEvent()
38 is_personal(is_personal), in ValidationEvent()
45 bool is_personal; member
79 bool is_personal,
101 bool is_personal) override;
109 bool is_personal) override;
118 bool is_personal,
H A Dmock_validation_delegate.cc48 bool is_personal, in RecordValidation() argument
52 is_personal, strategy)); in RecordValidation()
67 bool is_personal) { in OnAtomicPreferenceValidation() argument
69 pref_path, value_state, external_validation_value_state, is_personal, in OnAtomicPreferenceValidation()
80 bool is_personal) { in OnSplitPreferenceValidation() argument
82 pref_path, value_state, external_validation_value_state, is_personal, in OnSplitPreferenceValidation()
/dports/mail/mu4e/mu-1.6.4/lib/
H A Dmu-contacts.cc298 Contacts::is_personal(const std::string& addr) const in is_personal() function in Contacts
376 g_assert_true (contacts.is_personal("foo@example.com")); in test_mu_contacts_02()
377 g_assert_true (contacts.is_personal("Bar@CuuX.orG")); in test_mu_contacts_02()
378 g_assert_true (contacts.is_personal("bar-123abc@fnorb.fi")); in test_mu_contacts_02()
379 g_assert_true (contacts.is_personal("bar-zzz@fnorb.fr")); in test_mu_contacts_02()
381 g_assert_false (contacts.is_personal("foo@bar.com")); in test_mu_contacts_02()
382 g_assert_false (contacts.is_personal("BÂr@CuuX.orG")); in test_mu_contacts_02()
383 g_assert_false (contacts.is_personal("bar@fnorb.fi")); in test_mu_contacts_02()
384 g_assert_false (contacts.is_personal("bar-zzz@fnorb.xr")); in test_mu_contacts_02()
H A Dmu-contacts.hh129 bool is_personal(const std::string& addr) const;
/dports/mail/mu/mu-1.6.4/lib/
H A Dmu-contacts.cc298 Contacts::is_personal(const std::string& addr) const in is_personal() function in Contacts
376 g_assert_true (contacts.is_personal("foo@example.com")); in test_mu_contacts_02()
377 g_assert_true (contacts.is_personal("Bar@CuuX.orG")); in test_mu_contacts_02()
378 g_assert_true (contacts.is_personal("bar-123abc@fnorb.fi")); in test_mu_contacts_02()
379 g_assert_true (contacts.is_personal("bar-zzz@fnorb.fr")); in test_mu_contacts_02()
381 g_assert_false (contacts.is_personal("foo@bar.com")); in test_mu_contacts_02()
382 g_assert_false (contacts.is_personal("BÂr@CuuX.orG")); in test_mu_contacts_02()
383 g_assert_false (contacts.is_personal("bar@fnorb.fi")); in test_mu_contacts_02()
384 g_assert_false (contacts.is_personal("bar-zzz@fnorb.xr")); in test_mu_contacts_02()
H A Dmu-contacts.hh129 bool is_personal(const std::string& addr) const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/safe_browsing/incident_reporting/
H A Dpreference_validation_delegate.cc67 bool is_personal) { in OnAtomicPreferenceValidation() argument
82 std::move(incident), is_personal)); in OnAtomicPreferenceValidation()
92 bool is_personal) { in OnSplitPreferenceValidation() argument
115 std::move(incident), is_personal)); in OnSplitPreferenceValidation()
H A Dtracked_preference_incident.cc16 bool is_personal) in TrackedPreferenceIncident() argument
17 : is_personal_(is_personal) { in TrackedPreferenceIncident()
H A Dpreference_validation_delegate.h41 bool is_personal) override;
49 bool is_personal) override;
H A Dtracked_preference_incident_unittest.cc17 std::unique_ptr<Incident> MakeIncident(bool changed, bool is_personal) { in MakeIncident() argument
28 is_personal); in MakeIncident()
H A Dtracked_preference_incident.h27 bool is_personal);
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DReplyMarkup.cpp111 if (lhs.is_personal != rhs.is_personal) { in operator ==()
146 if (is_personal) { in print()
327 reply_markup->is_personal = (keyboard_markup->flags_ & REPLY_MARKUP_FLAG_IS_PERSONAL) != 0; in get_reply_markup()
368 if (reply_markup->is_personal) { in get_reply_markup()
369 reply_markup->is_personal = message_contains_mention; in get_reply_markup()
371 reply_markup->is_personal = true; in get_reply_markup()
558 reply_markup->is_personal = show_keyboard_markup->is_personal_; in get_reply_markup()
634 reply_markup->is_personal = remove_keyboard_markup->is_personal_; in get_reply_markup()
640 reply_markup->is_personal = force_reply_markup->is_personal_; in get_reply_markup()
880 return make_tl_object<td_api::replyMarkupRemoveKeyboard>(is_personal); in get_reply_markup_object()
[all …]
H A DReplyMarkup.hpp111 STORE_FLAG(reply_markup.is_personal); in store()
136 PARSE_FLAG(reply_markup.is_personal); in parse()
H A DReplyMarkup.h61 bool is_personal = false; // for ShowKeyboard, RemoveKeyboard, ForceReply member
H A DInlineQueriesManager.h43 void answer_inline_query(int64 inline_query_id, bool is_personal,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/preferences/public/mojom/
H A Dtracked_preference_validation_delegate.mojom37 // |value| (which may be null) at |pref_path|. |is_personal| indicates whether
44 bool is_personal);
47 // value at |pref_path|. |is_personal| indicates whether or not the value may
55 bool is_personal);
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/preferences/public/mojom/
H A Dtracked_preference_validation_delegate.mojom37 // |value| (which may be null) at |pref_path|. |is_personal| indicates whether
44 bool is_personal);
47 // value at |pref_path|. |is_personal| indicates whether or not the value may
55 bool is_personal);
/dports/japanese/p5-Number-Phone-JP/Number-Phone-JP-0.20190521/t/
H A Dnumber-phone.t38 is_personal
/dports/japanese/p5-Number-Phone-JP/Number-Phone-JP-0.20190521/lib/Number/Phone/
H A DJP.pm148 sub is_personal { undef } subroutine
/dports/textproc/uim-qt5/uim-d1ac9d9/uim/
H A Dskk.c187 const char *fn, int is_personal);
3007 parse_dic_line(dic_info *di, char *line, int is_personal) in parse_dic_line() argument
3030 if (is_personal) { in parse_dic_line()
3119 read_dictionary_file(dic_info *di, const char *fn, int is_personal) in read_dictionary_file() argument
3151 parse_dic_line(di, buf, is_personal); in read_dictionary_file()
3339 int is_personal) in update_personal_dictionary_cache_with_file() argument
3349 if (!read_dictionary_file(di, fn, is_personal)) { in update_personal_dictionary_cache_with_file()
3391 if (is_personal) { in update_personal_dictionary_cache_with_file()
/dports/textproc/uim-m17nlib/uim-d1ac9d9/uim/
H A Dskk.c187 const char *fn, int is_personal);
3007 parse_dic_line(dic_info *di, char *line, int is_personal) in parse_dic_line() argument
3030 if (is_personal) { in parse_dic_line()
3119 read_dictionary_file(dic_info *di, const char *fn, int is_personal) in read_dictionary_file() argument
3151 parse_dic_line(di, buf, is_personal); in read_dictionary_file()
3339 int is_personal) in update_personal_dictionary_cache_with_file() argument
3349 if (!read_dictionary_file(di, fn, is_personal)) { in update_personal_dictionary_cache_with_file()
3391 if (is_personal) { in update_personal_dictionary_cache_with_file()
/dports/textproc/uim-gtk/uim-d1ac9d9/uim/
H A Dskk.c187 const char *fn, int is_personal);
3007 parse_dic_line(dic_info *di, char *line, int is_personal) in parse_dic_line() argument
3030 if (is_personal) { in parse_dic_line()
3119 read_dictionary_file(dic_info *di, const char *fn, int is_personal) in read_dictionary_file() argument
3151 parse_dic_line(di, buf, is_personal); in read_dictionary_file()
3339 int is_personal) in update_personal_dictionary_cache_with_file() argument
3349 if (!read_dictionary_file(di, fn, is_personal)) { in update_personal_dictionary_cache_with_file()
3391 if (is_personal) { in update_personal_dictionary_cache_with_file()
/dports/textproc/uim-gtk3/uim-d1ac9d9/uim/
H A Dskk.c187 const char *fn, int is_personal);
3007 parse_dic_line(dic_info *di, char *line, int is_personal) in parse_dic_line() argument
3030 if (is_personal) { in parse_dic_line()
3119 read_dictionary_file(dic_info *di, const char *fn, int is_personal) in read_dictionary_file() argument
3151 parse_dic_line(di, buf, is_personal); in read_dictionary_file()
3339 int is_personal) in update_personal_dictionary_cache_with_file() argument
3349 if (!read_dictionary_file(di, fn, is_personal)) { in update_personal_dictionary_cache_with_file()
3391 if (is_personal) { in update_personal_dictionary_cache_with_file()

12