Home
last modified time | relevance | path

Searched refs:configEvent (Results 1 – 25 of 47) sorted by relevance

12

/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/aws/aws-lambda-go/events/
H A DREADME_Config.md12 func handleRequest(ctx context.Context, configEvent events.ConfigEvent) {
13 fmt.Printf("AWS Config rule: %s\n", configEvent.ConfigRuleName)
14 fmt.Printf("Invoking event JSON: %s\n", configEvent.InvokingEvent)
15 fmt.Printf("Event version: %s\n", configEvent.Version)
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/tests/java/mod/_fwk/
H A DModuleUIConfigurationManager.java174 public void elementInserted(ConfigurationEvent configEvent) { in elementInserted() argument
178 public void elementRemoved(ConfigurationEvent configEvent) { in elementRemoved() argument
182 public void elementReplaced(ConfigurationEvent configEvent) { in elementReplaced() argument
H A DUIConfigurationManager.java180 public void elementInserted(ConfigurationEvent configEvent) { in elementInserted() argument
184 public void elementRemoved(ConfigurationEvent configEvent) { in elementRemoved() argument
188 public void elementReplaced(ConfigurationEvent configEvent) { in elementReplaced() argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/tests/java/mod/_fwk/
H A DModuleUIConfigurationManager.java174 public void elementInserted(ConfigurationEvent configEvent) { in elementInserted() argument
178 public void elementRemoved(ConfigurationEvent configEvent) { in elementRemoved() argument
182 public void elementReplaced(ConfigurationEvent configEvent) { in elementReplaced() argument
H A DUIConfigurationManager.java180 public void elementInserted(ConfigurationEvent configEvent) { in elementInserted() argument
184 public void elementRemoved(ConfigurationEvent configEvent) { in elementRemoved() argument
188 public void elementReplaced(ConfigurationEvent configEvent) { in elementReplaced() argument
/dports/sysutils/istio/istio-1.6.7/pilot/pkg/config/memory/
H A Dmonitor.go72 func (m *configstoreMonitor) ScheduleProcessEvent(configEvent ConfigEvent) {
73 m.eventCh <- configEvent
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/daemon/cluster/
H A Dcluster.go120 configEvent chan lncluster.ConfigEventType // todo: make this array and goroutine safe member
161 configEvent: make(chan lncluster.ConfigEventType, 10),
339 return c.configEvent
451 c.configEvent <- event
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/daemon/cluster/
H A Dcluster.go121 configEvent chan lncluster.ConfigEventType // todo: make this array and goroutine safe member
162 configEvent: make(chan lncluster.ConfigEventType, 10),
340 return c.configEvent
455 c.configEvent <- event
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/daemon/cluster/
H A Dcluster.go118 configEvent chan lncluster.ConfigEventType // todo: make this array and goroutine safe member
159 configEvent: make(chan lncluster.ConfigEventType, 10),
337 return c.configEvent
449 c.configEvent <- event
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/daemon/cluster/
H A Dcluster.go122 configEvent chan lncluster.ConfigEventType // todo: make this array and goroutine safe member
163 configEvent: make(chan lncluster.ConfigEventType, 10),
344 return c.configEvent
459 c.configEvent <- event
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/daemon/cluster/
H A Dcluster.go122 configEvent chan lncluster.ConfigEventType // todo: make this array and goroutine safe member
163 configEvent: make(chan lncluster.ConfigEventType, 10),
344 return c.configEvent
459 c.configEvent <- event
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/daemon/cluster/
H A Dcluster.go109 configEvent chan lncluster.ConfigEventType // todo: make this array and goroutine safe member
142 configEvent: make(chan lncluster.ConfigEventType, 10),
313 return c.configEvent
425 c.configEvent <- event
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/daemon/cluster/
H A Dcluster.go109 configEvent chan lncluster.ConfigEventType // todo: make this array and goroutine safe member
142 configEvent: make(chan lncluster.ConfigEventType, 10),
313 return c.configEvent
425 c.configEvent <- event
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/daemon/cluster/
H A Dcluster.go118 configEvent chan lncluster.ConfigEventType // todo: make this array and goroutine safe member
159 configEvent: make(chan lncluster.ConfigEventType, 10),
337 return c.configEvent
449 c.configEvent <- event
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/daemon/cluster/
H A Dcluster.go122 configEvent chan lncluster.ConfigEventType // todo: make this array and goroutine safe member
163 configEvent: make(chan lncluster.ConfigEventType, 10),
344 return c.configEvent
459 c.configEvent <- event
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/daemon/cluster/
H A Dcluster.go122 configEvent chan lncluster.ConfigEventType // todo: make this array and goroutine safe member
163 configEvent: make(chan lncluster.ConfigEventType, 10),
344 return c.configEvent
459 c.configEvent <- event
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/daemon/cluster/
H A Dcluster.go120 configEvent chan lncluster.ConfigEventType // todo: make this array and goroutine safe member
161 configEvent: make(chan lncluster.ConfigEventType, 10),
339 return c.configEvent
451 c.configEvent <- event
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/gnu/awt/xlib/
H A DXFramePeer.java63 void configureNotify(XConfigureEvent configEvent) in configureNotify() argument
65 component.setBounds(configEvent.getBounds()); in configureNotify()
H A DXEventLoop.java245 XConfigureEvent configEvent = new XConfigureEvent(anyEvent); in configureNotify() local
248 peer.configureNotify(configEvent); in configureNotify()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/gnu/awt/xlib/
H A DXFramePeer.java63 void configureNotify(XConfigureEvent configEvent) in configureNotify() argument
65 component.setBounds(configEvent.getBounds()); in configureNotify()
H A DXEventLoop.java245 XConfigureEvent configEvent = new XConfigureEvent(anyEvent); in configureNotify() local
248 peer.configureNotify(configEvent); in configureNotify()
/dports/lang/gcc48/gcc-4.8.5/libjava/gnu/awt/xlib/
H A DXFramePeer.java64 void configureNotify(XConfigureEvent configEvent) in configureNotify() argument
67 component.setBounds(configEvent.getBounds()); in configureNotify()
/dports/lang/gnat_util/gcc-6-20180516/libjava/gnu/awt/xlib/
H A DXFramePeer.java64 void configureNotify(XConfigureEvent configEvent) in configureNotify() argument
67 component.setBounds(configEvent.getBounds()); in configureNotify()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/gnu/awt/xlib/
H A DXFramePeer.java64 void configureNotify(XConfigureEvent configEvent) in configureNotify() argument
67 component.setBounds(configEvent.getBounds()); in configureNotify()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/gnu/awt/xlib/
H A DXFramePeer.java64 void configureNotify(XConfigureEvent configEvent) in configureNotify() argument
67 component.setBounds(configEvent.getBounds()); in configureNotify()

12