Home
last modified time | relevance | path

Searched refs:watchMode (Results 26 – 50 of 105) sorted by relevance

12345

/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/dbus/
H A Dqdbusservicewatcher.h57 Q_PROPERTY(WatchMode watchMode READ watchMode WRITE setWatchMode)
69 WatchMode watchMode = WatchForOwnerChange, QObject *parent = nullptr);
77 WatchMode watchMode() const;
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/dbus/
H A Dqdbusservicewatcher.h57 Q_PROPERTY(WatchMode watchMode READ watchMode WRITE setWatchMode)
69 WatchMode watchMode = WatchForOwnerChange, QObject *parent = nullptr);
77 WatchMode watchMode() const;
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/dbus/
H A Dqdbusservicewatcher.h57 Q_PROPERTY(WatchMode watchMode READ watchMode WRITE setWatchMode)
69 WatchMode watchMode = WatchForOwnerChange, QObject *parent = nullptr);
77 WatchMode watchMode() const;
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/dbus/
H A Dqdbusservicewatcher.h57 Q_PROPERTY(WatchMode watchMode READ watchMode WRITE setWatchMode)
69 WatchMode watchMode = WatchForOwnerChange, QObject *parent = nullptr);
77 WatchMode watchMode() const;
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/dbus/
H A Dqdbusservicewatcher.h57 Q_PROPERTY(WatchMode watchMode READ watchMode WRITE setWatchMode)
69 WatchMode watchMode = WatchForOwnerChange, QObject *parent = nullptr);
77 WatchMode watchMode() const;
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/dbus/
H A Dqdbusservicewatcher.h57 Q_PROPERTY(WatchMode watchMode READ watchMode WRITE setWatchMode)
69 WatchMode watchMode = WatchForOwnerChange, QObject *parent = nullptr);
77 WatchMode watchMode() const;
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/dbus/
H A Dqdbusservicewatcher.h57 Q_PROPERTY(WatchMode watchMode READ watchMode WRITE setWatchMode)
69 WatchMode watchMode = WatchForOwnerChange, QObject *parent = nullptr);
77 WatchMode watchMode() const;
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/dbus/
H A Dqdbusservicewatcher.h57 Q_PROPERTY(WatchMode watchMode READ watchMode WRITE setWatchMode)
69 WatchMode watchMode = WatchForOwnerChange, QObject *parent = nullptr);
77 WatchMode watchMode() const;
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/dbus/
H A Dqdbusservicewatcher.h57 Q_PROPERTY(WatchMode watchMode READ watchMode WRITE setWatchMode)
69 WatchMode watchMode = WatchForOwnerChange, QObject *parent = nullptr);
77 WatchMode watchMode() const;
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/dbus/
H A Dqdbusservicewatcher.h57 Q_PROPERTY(WatchMode watchMode READ watchMode WRITE setWatchMode)
69 WatchMode watchMode = WatchForOwnerChange, QObject *parent = nullptr);
77 WatchMode watchMode() const;
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/dbus/
H A Dqdbusservicewatcher.h57 Q_PROPERTY(WatchMode watchMode READ watchMode WRITE setWatchMode)
69 WatchMode watchMode = WatchForOwnerChange, QObject *parent = nullptr);
77 WatchMode watchMode() const;
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/dbus/
H A Dqdbusservicewatcher.h57 Q_PROPERTY(WatchMode watchMode READ watchMode WRITE setWatchMode)
69 WatchMode watchMode = WatchForOwnerChange, QObject *parent = nullptr);
77 WatchMode watchMode() const;
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/dbus/
H A Dqdbusservicewatcher.h57 Q_PROPERTY(WatchMode watchMode READ watchMode WRITE setWatchMode)
69 WatchMode watchMode = WatchForOwnerChange, QObject *parent = nullptr);
77 WatchMode watchMode() const;
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/dbus/
H A Dqdbusservicewatcher.h57 Q_PROPERTY(WatchMode watchMode READ watchMode WRITE setWatchMode)
69 WatchMode watchMode = WatchForOwnerChange, QObject *parent = nullptr);
77 WatchMode watchMode() const;
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/dbus/
H A Dqdbusservicewatcher.h57 Q_PROPERTY(WatchMode watchMode READ watchMode WRITE setWatchMode)
69 WatchMode watchMode = WatchForOwnerChange, QObject *parent = nullptr);
77 WatchMode watchMode() const;
/dports/textproc/spiff/spiff-1.0.8/vendor/github.com/onsi/ginkgo/ginkgo/
H A Drun_watch_and_build_command_flags.go36 const watchMode = 2 const
51 c.flags(watchMode)
98 if mode == runMode || mode == watchMode {
115 if mode == watchMode {
/dports/net/storj/storj-1.45.3/vendor/github.com/cloudfoundry/gosigar/vendor/github.com/onsi/ginkgo/ginkgo/
H A Drun_watch_and_build_command_flags.go38 const watchMode = 2 const
53 c.flags(watchMode)
100 if mode == runMode || mode == watchMode {
118 if mode == watchMode {
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/qmljs/3rdparty/qtcreator-libs/utils/
H A Dfilesystemwatcher.cpp109 watchMode(wm), modifiedTime(QFileInfo(file).lastModified()) {} in WatchEntry()
111 WatchEntry() : watchMode(FileSystemWatcher::WatchAllChanges) {} in WatchEntry()
115 WatchMode watchMode; member in Utils::WatchEntry
122 if (watchMode == FileSystemWatcher::WatchAllChanges) in trigger()
392 << it.value().watchMode in slotFileChanged()
404 << it.value().watchMode in slotDirectoryChanged()
/dports/devel/app-builder/app-builder-3.4.2/vendor/github.com/onsi/ginkgo/ginkgo/
H A Drun_watch_and_build_command_flags.go39 const watchMode = 2 const
54 c.flags(watchMode)
146 if mode == runMode || mode == watchMode {
165 if mode == watchMode {
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/onsi/ginkgo/ginkgo/
H A Drun_watch_and_build_command_flags.go39 const watchMode = 2 const
54 c.flags(watchMode)
146 if mode == runMode || mode == watchMode {
165 if mode == watchMode {
/dports/net/storj/storj-1.45.3/vendor/github.com/onsi/ginkgo/ginkgo/
H A Drun_watch_and_build_command_flags.go39 const watchMode = 2 const
54 c.flags(watchMode)
146 if mode == runMode || mode == watchMode {
165 if mode == watchMode {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/onsi/ginkgo/ginkgo/
H A Drun_watch_and_build_command_flags.go39 const watchMode = 2 const
54 c.flags(watchMode)
146 if mode == runMode || mode == watchMode {
165 if mode == watchMode {
/dports/dns/blocky/blocky-0.17/vendor/github.com/onsi/ginkgo/ginkgo/
H A Drun_watch_and_build_command_flags.go39 const watchMode = 2 const
54 c.flags(watchMode)
146 if mode == runMode || mode == watchMode {
165 if mode == watchMode {
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/onsi/ginkgo/ginkgo/
H A Drun_watch_and_build_command_flags.go39 const watchMode = 2 const
54 c.flags(watchMode)
144 if mode == runMode || mode == watchMode {
163 if mode == watchMode {
/dports/security/xray-core/Xray-core-1.5.0/vendor/github.com/onsi/ginkgo/ginkgo/
H A Drun_watch_and_build_command_flags.go39 const watchMode = 2 const
54 c.flags(watchMode)
146 if mode == runMode || mode == watchMode {
165 if mode == watchMode {

12345