Home
last modified time | relevance | path

Searched defs:EventWatcher (Results 1 – 18 of 18) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/github.com/samuel/go-zookeeper/zk/
H A Dcluster_test.go296 type EventWatcher struct { struct
297 matcher func(Event) bool
298 matchCh chan Event
299 triggered bool
302 func (ew *EventWatcher) Wait(timeout time.Duration) *Event {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/samuel/go-zookeeper/zk/
H A Dcluster_test.go275 type EventWatcher struct { struct
276 matcher func(Event) bool
277 matchCh chan Event
278 triggered bool
281 func (ew *EventWatcher) Wait(timeout time.Duration) *Event {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/samuel/go-zookeeper/zk/
H A Dcluster_test.go296 type EventWatcher struct { struct
297 matcher func(Event) bool
298 matchCh chan Event
299 triggered bool
302 func (ew *EventWatcher) Wait(timeout time.Duration) *Event {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/go-zookeeper/zk/
H A Dcluster_test.go300 type EventWatcher struct { struct
301 matcher func(Event) bool
302 matchCh chan Event
303 triggered bool
306 func (ew *EventWatcher) Wait(timeout time.Duration) *Event {
/dports/games/shaaft/Shaaft-0.5.0/game/
H A DEventWatcher.hpp25 class EventWatcher class
28 EventWatcher( ostream &os): in EventWatcher() function in EventWatcher
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/
H A DToolStripContentPanelTest.cs100 private class EventWatcher class in MonoTests.System.Windows.Forms.ToolStripContentPanelTests
104 public EventWatcher (ToolStripContentPanel tsp) in EventWatcher() method in MonoTests.System.Windows.Forms.ToolStripContentPanelTests.EventWatcher
H A DToolStripButtonTest.cs422 private class EventWatcher class in MonoTests.System.Windows.Forms.ToolStripButtonTests
426 public EventWatcher (ToolStripButton tsi) in EventWatcher() method in MonoTests.System.Windows.Forms.ToolStripButtonTests.EventWatcher
H A DToolStripPanelTest.cs183 private class EventWatcher class in MonoTests.System.Windows.Forms.ToolStripPanelTests
187 public EventWatcher (ToolStripPanel tsp) in EventWatcher() method in MonoTests.System.Windows.Forms.ToolStripPanelTests.EventWatcher
H A DToolStripProgressBarTest.cs295 private class EventWatcher class in MonoTests.System.Windows.Forms.ToolStripProgressBarTests
299 public EventWatcher (ToolStripProgressBar tsi) in EventWatcher() method in MonoTests.System.Windows.Forms.ToolStripProgressBarTests.EventWatcher
H A DToolStripComboBoxTest.cs345 private class EventWatcher class in MonoTests.System.Windows.Forms.ToolStripComboBoxTests
349 public EventWatcher (ToolStripComboBox tsi) in EventWatcher() method in MonoTests.System.Windows.Forms.ToolStripComboBoxTests.EventWatcher
H A DToolStripTextBoxTest.cs356 private class EventWatcher class in MonoTests.System.Windows.Forms.ToolStripTextBoxTests
360 public EventWatcher (ToolStripTextBox tsi) in EventWatcher() method in MonoTests.System.Windows.Forms.ToolStripTextBoxTests.EventWatcher
H A DToolStripControlHostTest.cs482 private class EventWatcher class in MonoTests.System.Windows.Forms.ToolStripControlHostTests
486 public EventWatcher (ToolStripControlHost tsi) in EventWatcher() method in MonoTests.System.Windows.Forms.ToolStripControlHostTests.EventWatcher
H A DControlPropertyEventsTest.cs576 private class EventWatcher class in MonoTests.System.Windows.Forms.ControlPropertyEventsTest
580 public EventWatcher (Control c) in EventWatcher() method in MonoTests.System.Windows.Forms.ControlPropertyEventsTest.EventWatcher
H A DToolStripTest.cs802 private class EventWatcher class in MonoTests.System.Windows.Forms.ToolStripTests
806 public EventWatcher (ToolStrip ts) in EventWatcher() method in MonoTests.System.Windows.Forms.ToolStripTests.EventWatcher
H A DToolStripItemTest.cs1210 private class EventWatcher class in MonoTests.System.Windows.Forms.ToolStripItemTests
1214 public EventWatcher (ToolStripItem tsi) in EventWatcher() method in MonoTests.System.Windows.Forms.ToolStripItemTests.EventWatcher
/dports/graphics/gwenview/gwenview-21.12.3/lib/
H A Deventwatcher.cpp24 EventWatcher::EventWatcher(QObject *watched, const QList<QEvent::Type> &eventTypes) in EventWatcher() function in Gwenview::EventWatcher
/dports/textproc/fcitx5-lua/fcitx5-lua-5.0.5/src/addonloader/
H A Dluaaddonstate.h50 EventWatcher(std::string functionName, in EventWatcher() function
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/
H A Deventwatcher.py291 class EventWatcher(wx.Frame): class