Home
last modified time | relevance | path

Searched refs:handle_config_change (Results 1 – 25 of 26) sorted by relevance

12

/dports/databases/couchdb3/apache-couchdb-3.2.1/src/global_changes/src/
H A Dglobal_changes_sup.erl21 -export([handle_config_change/5]).
52 handle_config_change("global_changes", "max_event_delay", MaxDelayStr, _, _) -> function
61 handle_config_change("global_changes", "max_write_delay", MaxDelayStr, _, _) -> function
70 handle_config_change("global_changes", "update_db", "false", _, _) -> function
75 handle_config_change("global_changes", "update_db", _, _, _) -> function
80 handle_config_change(_, _, _, _, _) -> function
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/chttpd/src/
H A Dchttpd_sup.erl23 -export([handle_config_change/5, handle_config_terminate/3]).
62 handle_config_change("chttpd", "bind_address", Value, _, Settings) -> function
64 handle_config_change("chttpd", "port", Value, _, Settings) -> function
66 handle_config_change("chttpd", "backlog", Value, _, Settings) -> function
68 handle_config_change("chttpd", "server_options", Value, _, Settings) -> function
70 handle_config_change(_, _, _, _, Settings) -> function
/dports/audio/midipp/midipp-2.1.1/src/
H A Dmidipp_bpm.cpp94 connect(spn_bpm_value, SIGNAL(valueChanged(int)), this, SLOT(handle_config_change())); in MppBpm()
98 connect(spn_bpm_amp, SIGNAL(valueChanged(int)), this, SLOT(handle_config_change())); in MppBpm()
101 connect(spn_bpm_key, SIGNAL(valueChanged(int)), this, SLOT(handle_config_change())); in MppBpm()
106 connect(spn_bpm_period_ref, SIGNAL(valueChanged(int)), this, SLOT(handle_config_change())); in MppBpm()
111 connect(spn_bpm_period_cur, SIGNAL(valueChanged(int)), this, SLOT(handle_config_change())); in MppBpm()
115 connect(cbx_out_view[n], SIGNAL(stateChanged(int,int)), this, SLOT(handle_config_change())); in MppBpm()
117 connect(cbx_sync_view[n], SIGNAL(stateChanged(int,int)), this, SLOT(handle_config_change())); in MppBpm()
121 connect(cbx_midi_beat, SIGNAL(stateChanged(int,int)), this, SLOT(handle_config_change())); in MppBpm()
323 MppBpm :: handle_config_change(int val) in handle_config_change() function in MppBpm
H A Dmidipp_bpm.h83 void handle_config_change(int = 0);
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/couch/src/
H A Dcouch_sup.erl22 handle_config_change/5,
76 handle_config_change("daemons", _, _, _, _) -> function
79 handle_config_change("couchdb", "util_driver_dir", _, _, _) -> function
84 handle_config_change(_, _, _, _, _) -> function
H A Dcouch_server.erl34 -export([handle_config_change/5, handle_config_terminate/3]).
320 handle_config_change("couchdb", "database_dir", _, _, _) -> function
326 handle_config_change("couchdb", "update_lru_on_read", _, _, N) -> function
333 handle_config_change("couchdb", "max_dbs_open", _, _, N) -> function
337 handle_config_change("couchdb_engines", _, _, _, N) -> function
340 handle_config_change("admins", _, _, Persist, N) -> function
344 handle_config_change("httpd", "authentication_handlers", _, _, N) -> function
347 handle_config_change("httpd", "bind_address", _, _, N) -> function
350 handle_config_change("httpd", "port", _, _, N) -> function
353 handle_config_change("httpd", "max_connections", _, _, N) -> function
[all …]
H A Dcouch_uuids.erl26 -export([handle_config_change/5, handle_config_terminate/3]).
83 handle_config_change("uuids", _, _, _, _) -> function
85 handle_config_change(_, _, _, _, _) -> function
H A Dcouch_httpd_vhost.erl27 -export([handle_config_change/5, handle_config_terminate/3]).
383 handle_config_change("vhosts", _, _, _, _) -> function
385 handle_config_change(_, _, _, _, _) -> function
H A Dcouch_proc_manager.erl38 handle_config_change/5,
278 handle_config_change("native_query_servers", _, _, _, _) -> function
281 handle_config_change("query_server_config", _, _, _, _) -> function
284 handle_config_change(_, _, _, _, _) -> function
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/couch_log/src/
H A Dcouch_log_sup.erl21 -export([handle_config_change/5, handle_config_terminate/3]).
60 handle_config_change("log", Key, _, _, S) -> function
78 handle_config_change(_, _, _, _, S) -> function
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/jwtf/src/
H A Djwtf_keystore.erl30 -export([handle_config_change/5, handle_config_terminate/3]).
92 handle_config_change("jwt_keys", ConfigKey, _ConfigValue, _, _) -> function
101 handle_config_change(_, _, _, _, _) -> function
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/couch_index/src/
H A Dcouch_index_server.erl26 handle_config_change/5,
207 handle_config_change("couchdb", "index_dir", RootDir, _, RootDir) -> function
209 handle_config_change("couchdb", "view_index_dir", RootDir, _, RootDir) -> function
211 handle_config_change("couchdb", "index_dir", _, _, _) -> function
214 handle_config_change("couchdb", "view_index_dir", _, _, _) -> function
217 handle_config_change(_, _, _, _, RootDir) -> function
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/config/src/
H A Dconfig_listener.erl27 -callback handle_config_change(
54 case Module:handle_config_change(Sec, Key, Value, Persist, State) of
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/custodian/src/
H A Dcustodian_server.erl32 -export([handle_config_change/5, handle_config_terminate/3]).
55 handle_config_change("couchdb", "maintenance_mode", _, _, S) -> function
58 handle_config_change(_, _, _, _, S) -> function
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/couch_replicator/src/
H A Dcouch_replicator_clustering.erl54 handle_config_change/5,
176 handle_config_change("replicator", "cluster_quiet_period", V, _, S) -> function
179 handle_config_change(_, _, _, _, S) -> function
H A Dcouch_replicator_connection.erl38 handle_config_change/5,
250 handle_config_change("replicator", "connection_close_interval", V, _, S) -> function
255 handle_config_change(_, _, _, _, S) -> function
H A Dcouch_replicator_scheduler.erl49 handle_config_change/5,
368 handle_config_change("replicator", "max_jobs", V, _, S) -> function
372 handle_config_change("replicator", "max_churn", V, _, S) -> function
376 handle_config_change("replicator", "interval", V, _, S) -> function
380 handle_config_change("replicator", "max_history", V, _, S) -> function
384 handle_config_change("replicator.shares", Key, deleted, _, S) -> function
388 handle_config_change("replicator.shares", Key, V, _, S) -> function
393 handle_config_change(_, _, _, _, S) -> function
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/ioq/src/
H A Dioq.erl22 -export([handle_config_change/5, handle_config_terminate/3]).
143 handle_config_change("ioq", _, _, _, _) -> function
145 handle_config_change(_, _, _, _, _) -> function
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/config/test/
H A Dconfig_tests.erl22 handle_config_change/5,
111 handle_config_change("remove_handler", _Key, _Value, _Persist, {_Pid, _State}) -> function
114 handle_config_change("update_state", Key, Value, Persist, {Pid, State}) -> function
118 handle_config_change("throw_error", _Key, _Value, _Persist, {_Pid, _State}) -> function
121 handle_config_change(Section, Key, Value, Persist, {Pid, State}) -> function
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/smoosh/src/
H A Dsmoosh_server.erl38 -export([handle_config_change/5, handle_config_terminate/3]).
124 handle_config_change("smoosh", "db_channels", L, _, _) -> function
126 handle_config_change("smoosh", "view_channels", L, _, _) -> function
128 handle_config_change("smoosh", "schema_channels", L, _, _) -> function
130 handle_config_change(_, _, _, _, _) -> function
/dports/x11/disman/disman-fd261a3b0c8991d1deb81e2d78e575bd96f5be60/backends/
H A Dbackend_impl.h40 bool handle_config_change();
H A Dbackend_impl.cpp99 bool BackendImpl::handle_config_change() in handle_config_change() function in Disman::BackendImpl
/dports/x11/disman/disman-fd261a3b0c8991d1deb81e2d78e575bd96f5be60/backends/xrandr/
H A Dxrandr.cpp124 connect(m_configChangeCompressor, &QTimer::timeout, this, &XRandR::handle_config_change); in XRandR()
126 handle_config_change(); in XRandR()
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/mem3/src/
H A Dmem3_shards.erl20 -export([handle_config_change/5, handle_config_terminate/3]).
174 handle_config_change("mem3", "shard_cache_size", SizeList, _, _) -> function
177 handle_config_change("mem3", "shards_db", _DbName, _, _) -> function
179 handle_config_change("mem3", "shard_write_timeout", Timeout, _, _) -> function
186 handle_config_change(_, _, _, _, _) -> function
/dports/x11/disman/disman-fd261a3b0c8991d1deb81e2d78e575bd96f5be60/backends/wayland/
H A Dwaylandbackend.cpp228 if (handle_config_change()) { in takeInterface()

12