Home
last modified time | relevance | path

Searched refs:remove_contacts (Results 1 – 14 of 14) sorted by relevance

/dports/net-im/telepathy-glib/telepathy-glib-0.24.1/telepathy-glib/
H A Dcontact-operations.c173 contact_list_generic_async (remove_contacts); in tp_contact_remove_async()
193 generic_finish (remove_contacts); in tp_contact_remove_finish()
H A Dconnection-contact-list.c949 contact_list_generic_async (remove_contacts); in tp_connection_remove_contacts_async()
969 generic_finish (remove_contacts); in tp_connection_remove_contacts_finish()
H A Dbase-contact-list.c5476 IMPLEMENT (remove_contacts); in tp_base_contact_list_mixin_list_iface_init()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/config/metrics/counts_28d/
H A D20211109120251_i_quickactions_remove_contacts_monthly.yml3 description: Count of MAU using the `/remove_contacts` quick action
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/config/metrics/counts_7d/
H A D20211109120245_i_quickactions_remove_contacts_weekly.yml3 description: Count of WAU using the `/remove_contacts` quick action
/dports/deskutils/egroupware/egroupware/calendar/inc/
H A Dclass.calendar_owner_etemplate_widget.inc.php173 $remove_contacts = array();
188 $_results += $remove_contacts = Api\Accounts::link_query($query, $account_options);
/dports/mail/evolution/evolution-3.42.1/src/addressbook/gui/widgets/
H A De-addressbook-table-adapter.c403 remove_contacts (EAddressbookModel *model, in remove_contacts() function
460 G_CALLBACK (remove_contacts), adapter); in e_addressbook_table_adapter_construct()
H A De-addressbook-reflow-adapter.c370 remove_contacts (EAddressbookModel *model, in remove_contacts() function
607 G_CALLBACK (remove_contacts), adapter); in e_addressbook_reflow_adapter_construct()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/doc/user/crm/
H A Dindex.md136 To remove contacts from an issue use the `/remove_contacts`
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/doc/user/project/
H A Dquick_actions.md90 | `/remove_contacts email1 email2` | **{check-circle}** Yes | **{dotted-circle}** No | **{dott…
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/services/quick_actions/
H A Dinterpret_service_spec.rb2278 expect(updates).to eq(remove_contacts: [existing_contact.email])
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DContactsManager.h288 void remove_contacts(const vector<UserId> &user_ids, Promise<Unit> &&promise);
H A DTd.cpp1891 td_->contacts_manager_->remove_contacts(user_ids_, std::move(promise)); in do_run()
H A DContactsManager.cpp5272 void ContactsManager::remove_contacts(const vector<UserId> &user_ids, Promise<Unit> &&promise) { in remove_contacts() function in td::ContactsManager