Home
last modified time | relevance | path

Searched refs:remove_bindings (Results 1 – 25 of 35) sorted by relevance

12

/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbitmq_federation/src/
H A Drabbit_federation_exchange.erl26 add_binding/3, remove_bindings/3, route/2, active_for/1]).
58 remove_bindings(transaction, _X, _Bs) -> function
60 remove_bindings(Serial, X = #exchange{name = XName}, Bs) -> function
62 true -> rabbit_federation_exchange_link:remove_bindings(Serial, XName, Bs),
H A Drabbit_federation_upstream_exchange.erl27 add_binding/3, remove_bindings/3, assert_args_equivalence/2]).
70 remove_bindings(_Tx, _X, _Bs) -> ok. function
H A Drabbit_federation_exchange_link.erl15 -export([go/0, add_binding/3, remove_bindings/3]).
56 remove_bindings(S, XN, Bs) -> cast(XN, {enqueue, S, {remove_bindings, Bs}}). function
259 handle_command({remove_bindings, Bindings}, State) ->
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbitmq_event_exchange/src/
H A Drabbit_event_exchange_decorator.erl26 add_binding/3, remove_bindings/3, route/2, active_for/1]).
54 remove_bindings(transaction, #exchange{name = #resource{name = ?EXCH_NAME} = Name}, function
63 remove_bindings(_, _X, _Bs) -> function
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbit/src/
H A Drabbit_exchange_type_fanout.erl16 remove_bindings/3, assert_args_equivalence/2]).
43 remove_bindings(_Tx, _X, _Bs) -> ok. function
H A Drabbit_exchange_type_invalid.erl16 remove_bindings/3, assert_args_equivalence/2]).
43 remove_bindings(_Tx, _X, _Bs) -> ok. function
H A Drabbit_exchange_type_direct.erl16 remove_bindings/3, assert_args_equivalence/2]).
44 remove_bindings(_Tx, _X, _Bs) -> ok. function
H A Drabbit_exchange_type_headers.erl17 remove_bindings/3, assert_args_equivalence/2]).
134 remove_bindings(_Tx, _X, _Bs) -> ok. function
H A Drabbit_exchange_type_topic.erl17 remove_bindings/3, assert_args_equivalence/2]).
64 remove_bindings(transaction, _X, Bs) -> function
84 remove_bindings(none, _X, _Bs) -> function
H A Drabbit_exchange_decorator.erl54 -callback remove_bindings(serial(), rabbit_types:exchange(),
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbitmq_random_exchange/src/
H A Drabbit_exchange_type_random.erl27 remove_bindings/3,
57 remove_bindings(_Tx, _X, _Bs) -> ok. function
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbitmq_sharding/src/
H A Drabbit_sharding_exchange_type_modulus_hash.erl17 add_binding/3, remove_bindings/3, assert_args_equivalence/2]).
54 remove_bindings(_Tx, _X, _Bs) -> ok. function
H A Drabbit_sharding_exchange_decorator.erl25 add_binding/3, remove_bindings/3, route/2, active_for/1]).
43 remove_bindings(_Tx, _X, _Bs) -> ok. function
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbitmq_jms_topic_exchange/src/
H A Drabbit_jms_topic_exchange.erl28 , remove_bindings/3
143 remove_bindings( transaction function
149 remove_bindings(_Tx, _X, _Bs) -> function
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbitmq_consistent_hash_exchange/src/
H A Drabbit_exchange_type_consistent_hash.erl19 add_binding/3, remove_bindings/3, assert_args_equivalence/2]).
220 remove_bindings(transaction, _X, Bindings) -> function
224 remove_bindings(none, X, Bindings) -> function
226 fun() -> remove_bindings(transaction, X, Bindings) end),
/dports/irc/epic5/epic5-2.1.6/include/
H A Dkeys.h15 void remove_bindings (void);
/dports/chinese/bitchx/bitchx-1.2.1/include/
H A Dkeys.h25 void remove_bindings (void);
/dports/irc/bitchx/bitchx-1.2.1/include/
H A Dkeys.h25 void remove_bindings (void);
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbitmq_recent_history_exchange/src/
H A Drabbit_exchange_type_recent_history.erl19 remove_bindings/3, assert_args_equivalence/2, policy_changed/2]).
117 remove_bindings(_Tx, _X, _Bs) -> ok. function
/dports/irc/epic4/epic4-2.10.9/include/
H A Dkeys.h58 void remove_bindings (void);
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbit_common/src/
H A Drabbit_exchange_type.erl53 -callback remove_bindings(serial(), rabbit_types:exchange(),
/dports/textproc/ibus/ibus-1.5.24/ui/gtk3/
H A Dkeybindingmanager.vala106 GLib.List<Keybinding> remove_bindings = new GLib.List<Keybinding>();
112 remove_bindings.append(binding);
117 foreach (Keybinding binding in remove_bindings)
/dports/multimedia/obs-studio/obs-studio-27.1.3/libobs/
H A Dobs-hotkey.c681 static inline void remove_bindings(obs_hotkey_id id);
693 remove_bindings(id); in obs_hotkey_load_bindings()
710 remove_bindings(id); in obs_hotkey_load()
787 remove_bindings(pair->id[0]); in obs_hotkey_pair_load()
791 remove_bindings(pair->id[1]); in obs_hotkey_pair_load()
985 static inline void remove_bindings(obs_hotkey_id id) in remove_bindings() function
1047 remove_bindings(id); in unregister_hotkey()
/dports/x11/gnome-pie/Gnome-Pie-0.5.7/src/utilities/
H A DbindingManager.vala134 Gee.List<Keybinding> remove_bindings = new Gee.ArrayList<Keybinding>();
144 remove_bindings.add(binding);
148 bindings.remove_all(remove_bindings);
/dports/chinese/bitchx/bitchx-1.2.1/source/
H A Dkeys.c627 void remove_bindings (void) in remove_bindings() function
1306 remove_bindings(); in init_keys()

12