Home
last modified time | relevance | path

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

12

/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/libtaskmanager/
H A Dxstartuptasksmodel.cpp26 KDirWatch *configWatcher = nullptr; member in TaskManager::XStartupTasksModel::Private
47 configWatcher = new KDirWatch(q); in init()
48configWatcher->addFile(QStandardPaths::writableLocation(QStandardPaths::GenericConfigLocation) + Q… in init()
50 QObject::connect(configWatcher, &KDirWatch::dirty, [this] { in init()
53 QObject::connect(configWatcher, &KDirWatch::created, [this] { in init()
56 QObject::connect(configWatcher, &KDirWatch::deleted, [this] { in init()
H A Dwaylandstartuptasksmodel.cpp42 KConfigWatcher::Ptr configWatcher = nullptr; member in TaskManager::WaylandStartupTasksModel::Private
56 configWatcher = KConfigWatcher::create(KSharedConfig::openConfig(QStringLiteral("klaunchrc"))); in init()
57 QObject::connect(configWatcher.data(), &KConfigWatcher::configChanged, q, [this]() { in init()
66 KConfigGroup feedbackConfig(configWatcher->config(), "FeedbackStyle"); in loadConfig()
80 const KConfigGroup taskbarButtonConfig(configWatcher->config(), "TaskbarButtonSettings"); in loadConfig()
H A Dwaylandtasksmodel.cpp39 KDirWatch *configWatcher = nullptr; member in TaskManager::WaylandTasksModel::Private
90 configWatcher = new KDirWatch(q); in init()
93 configWatcher->addFile(location + QLatin1String("/taskmanagerrulesrc")); in init()
101 QObject::connect(configWatcher, &KDirWatch::dirty, rulesConfigChange); in init()
102 QObject::connect(configWatcher, &KDirWatch::created, rulesConfigChange); in init()
103 QObject::connect(configWatcher, &KDirWatch::deleted, rulesConfigChange); in init()
H A Dxwindowtasksmodel.cpp59 KDirWatch *configWatcher = nullptr; member in TaskManager::XWindowTasksModel::Private
133 configWatcher = new KDirWatch(q); in init()
136 configWatcher->addFile(location + QLatin1String("/taskmanagerrulesrc")); in init()
144 QObject::connect(configWatcher, &KDirWatch::dirty, rulesConfigChange); in init()
145 QObject::connect(configWatcher, &KDirWatch::created, rulesConfigChange); in init()
146 QObject::connect(configWatcher, &KDirWatch::deleted, rulesConfigChange); in init()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/utils/vscode/src/
H A DmlirContext.ts5 import * as configWatcher from './configWatcher';
55 configWatcher.activate(this);
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/utils/vscode/src/
H A DmlirContext.ts5 import * as configWatcher from './configWatcher';
55 configWatcher.activate(this);
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/utils/vscode/src/
H A DmlirContext.ts5 import * as configWatcher from './configWatcher';
55 configWatcher.activate(this);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/utils/vscode/src/
H A DmlirContext.ts5 import * as configWatcher from './configWatcher';
56 configWatcher.activate(this);
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/go.elastic.co/apm/
H A Dtracer.go112 configWatcher apmconfig.Watcher member
235 opts.configWatcher = cw
290 configWatcher chan apmconfig.Watcher member
359 configWatcher: make(chan apmconfig.Watcher),
398 if opts.configWatcher != nil {
399 t.configWatcher <- opts.configWatcher
553 case t.configWatcher <- w:
765 case cw := <-t.configWatcher:
/dports/net/traefik/traefik-2.6.1/vendor/go.elastic.co/apm/
H A Dtracer.go113 configWatcher apmconfig.Watcher member
264 opts.configWatcher = cw
325 configWatcher chan apmconfig.Watcher member
386 configWatcher: make(chan apmconfig.Watcher),
466 if opts.configWatcher != nil {
467 t.configWatcher <- opts.configWatcher
656 case t.configWatcher <- w:
908 case cw := <-t.configWatcher:
/dports/x11-fm/dolphin/dolphin-21.12.3/src/
H A Dglobal.cpp157 KConfigWatcher::Ptr configWatcher = KConfigWatcher::create(KSharedConfig::openConfig()); in animationDurationFactor() local
158 connect(configWatcher.data(), &KConfigWatcher::configChanged, in animationDurationFactor()
/dports/sysutils/consul/consul-1.10.3/command/connect/proxy/
H A Dproxy.go170 cfgWatcher, err := c.configWatcher(client)
273 func (c *cmd) configWatcher(client *api.Client) (proxyImpl.ConfigWatcher, error) { func
H A Dproxy_test.go171 cw, err := c.configWatcher(client)
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/command/connect/proxy/
H A Dproxy.go171 cfgWatcher, err := c.configWatcher(client)
274 func (c *cmd) configWatcher(client *api.Client) (proxyImpl.ConfigWatcher, error) { func
H A Dproxy_test.go167 cw, err := c.configWatcher(client)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/command/connect/proxy/
H A Dproxy.go170 cfgWatcher, err := c.configWatcher(client)
273 func (c *cmd) configWatcher(client *api.Client) (proxyImpl.ConfigWatcher, error) { func
H A Dproxy_test.go171 cw, err := c.configWatcher(client)
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/command/connect/proxy/
H A Dproxy.go169 cfgWatcher, err := c.configWatcher(client)
250 func (c *cmd) configWatcher(client *api.Client) (proxyImpl.ConfigWatcher, error) { func
H A Dproxy_test.go167 cw, err := c.configWatcher(client)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/command/connect/proxy/
H A Dproxy.go170 cfgWatcher, err := c.configWatcher(client)
273 func (c *cmd) configWatcher(client *api.Client) (proxyImpl.ConfigWatcher, error) { func
H A Dproxy_test.go171 cw, err := c.configWatcher(client)
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/command/connect/proxy/
H A Dproxy.go169 cfgWatcher, err := c.configWatcher(client)
250 func (c *cmd) configWatcher(client *api.Client) (proxyImpl.ConfigWatcher, error) { func
H A Dproxy_test.go167 cw, err := c.configWatcher(client)
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/command/connect/proxy/
H A Dproxy.go170 cfgWatcher, err := c.configWatcher(client)
278 func (c *cmd) configWatcher(client *api.Client) (proxyImpl.ConfigWatcher, error) { func
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/command/connect/proxy/
H A Dproxy.go169 cfgWatcher, err := c.configWatcher(client)
250 func (c *cmd) configWatcher(client *api.Client) (proxyImpl.ConfigWatcher, error) { func

12