/dports/databases/couchdb3/apache-couchdb-3.2.1/src/global_changes/src/ |
H A D | global_changes_sup.erl | 21 -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 D | chttpd_sup.erl | 23 -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 D | midipp_bpm.cpp | 94 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 D | midipp_bpm.h | 83 void handle_config_change(int = 0);
|
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/couch/src/ |
H A D | couch_sup.erl | 22 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 D | couch_server.erl | 34 -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 D | couch_uuids.erl | 26 -export([handle_config_change/5, handle_config_terminate/3]). 83 handle_config_change("uuids", _, _, _, _) -> function 85 handle_config_change(_, _, _, _, _) -> function
|
H A D | couch_httpd_vhost.erl | 27 -export([handle_config_change/5, handle_config_terminate/3]). 383 handle_config_change("vhosts", _, _, _, _) -> function 385 handle_config_change(_, _, _, _, _) -> function
|
H A D | couch_proc_manager.erl | 38 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 D | couch_log_sup.erl | 21 -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 D | jwtf_keystore.erl | 30 -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 D | couch_index_server.erl | 26 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 D | config_listener.erl | 27 -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 D | custodian_server.erl | 32 -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 D | couch_replicator_clustering.erl | 54 handle_config_change/5, 176 handle_config_change("replicator", "cluster_quiet_period", V, _, S) -> function 179 handle_config_change(_, _, _, _, S) -> function
|
H A D | couch_replicator_connection.erl | 38 handle_config_change/5, 250 handle_config_change("replicator", "connection_close_interval", V, _, S) -> function 255 handle_config_change(_, _, _, _, S) -> function
|
H A D | couch_replicator_scheduler.erl | 49 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 D | ioq.erl | 22 -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 D | config_tests.erl | 22 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 D | smoosh_server.erl | 38 -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 D | backend_impl.h | 40 bool handle_config_change();
|
H A D | backend_impl.cpp | 99 bool BackendImpl::handle_config_change() in handle_config_change() function in Disman::BackendImpl
|
/dports/x11/disman/disman-fd261a3b0c8991d1deb81e2d78e575bd96f5be60/backends/xrandr/ |
H A D | xrandr.cpp | 124 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 D | mem3_shards.erl | 20 -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 D | waylandbackend.cpp | 228 if (handle_config_change()) { in takeInterface()
|