Home
last modified time | relevance | path

Searched refs:Notifier (Results 1 – 25 of 3177) sorted by relevance

12345678910>>...128

/dports/audio/drumgizmo/drumgizmo-0.9.19/src/
H A Dsettings.h346 Notifier<float> velocity_stddev;
356 Notifier<float> samplerate;
368 Notifier<float> master_bleed;
374 Notifier<float> latency_max_ms;
376 Notifier<float> latency_stddev;
377 Notifier<float> latency_regain;
378 Notifier<float> latency_current;
380 Notifier<bool> enable_powermap;
387 Notifier<bool> powermap_shelf;
389 Notifier<float> powermap_input;
[all …]
/dports/devel/poco/poco-1.10.1-all/Data/SQLite/src/
H A DNotifier.cpp25 Notifier::Notifier(const Session& session, EnabledEventType enabled): in Notifier() function in Poco::Data::SQLite::Notifier
34 Notifier::Notifier(const Session& session, const Any& value, EnabledEventType enabled): in Notifier() function in Poco::Data::SQLite::Notifier
44 Notifier::~Notifier() in ~Notifier()
57 bool Notifier::enableUpdate() in enableUpdate()
68 bool Notifier::disableUpdate() in disableUpdate()
85 bool Notifier::enableCommit() in enableCommit()
141 bool Notifier::enableAll() in enableAll()
147 bool Notifier::disableAll() in disableAll()
156 Notifier* pV = reinterpret_cast<Notifier*>(pVal); in sqliteUpdateCallbackFn()
181 Notifier* pV = reinterpret_cast<Notifier*>(pVal); in sqliteCommitCallbackFn()
[all …]
/dports/games/gtkevemon/gtkevemon-ac2ca34/src/bits/
H A Dnotifier.cc13 Notifier::exec (CharacterPtr character) in exec()
76 Notifier::replace(command, "$CHAR", cs->name); in exec()
82 Notifier::replace(command, "$SPPH", spph_str); in exec()
87 Notifier::replace(data, "$CHAR", cs->name); in exec()
88 Notifier::replace(data, "$SKILL", skill->name); in exec()
89 Notifier::replace(data, "$LEVEL", to_level_str); in exec()
91 Notifier::replace(data, "$DESTSP", dest_sp_str); in exec()
92 Notifier::replace(data, "$NEWSP", new_sp_str); in exec()
93 Notifier::replace(data, "$SPPH", spph_str); in exec()
95 Notifier::replace(data, "$EVETIME", eve_time); in exec()
[all …]
/dports/net/linphone/linphoneqt-4.1.1/src/components/notifier/
H A DNotifier.cpp74 const QHash<int, Notifier::Notification> Notifier::mNotifications = {
85 Notifier::Notifier (QObject *parent) : QObject(parent) { in Notifier() function in Notifier
102 Notifier::~Notifier () { in ~Notifier()
113 QObject *Notifier::createNotification (Notifier::NotificationType type) { in createNotification()
182 void Notifier::deleteNotification (QVariant notification) { in deleteNotification()
226 CREATE_NOTIFICATION(Notifier::ReceivedMessage); in notifyReceivedMessage()
240 CREATE_NOTIFICATION(Notifier::ReceivedFileMessage); in notifyReceivedFileMessage()
250 CREATE_NOTIFICATION(Notifier::ReceivedCall); in notifyReceivedCall()
266 CREATE_NOTIFICATION(Notifier::NewVersionAvailable); in notifyNewVersionAvailable()
276 CREATE_NOTIFICATION(Notifier::SnapshotWasTaken); in notifySnapshotWasTaken()
[all …]
/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Dnotifier.hpp18 template<typename Data> class Notifier;
26 Notifier<Data>* _notifier = nullptr;
38 void setNotifier(Notifier<Data>* n);
56 class Notifier { class
61 Notifier() = default;
63 Notifier(const Notifier<Data>&) {} in Notifier() function in Ms::Notifier
64 Notifier& operator=(const Notifier<Data>&) { return *this; } in operator =()
65 ~Notifier() in ~Notifier()
133 Notifier<Data>* oldNotifier = _notifier; in setNotifier()
144 Notifier<Data>* n1 = l1.notifier(); in swap()
[all …]
/dports/net/ipsumdump/ipsumdump-1.86/libclick-2.1/include/click/
H A Dnotifier.hh73 class Notifier { public: class
78 inline Notifier(SearchOp op = SEARCH_STOP);
80 virtual ~Notifier();
132 class ActiveNotifier : public Notifier { public:
416 inline Notifier::Notifier(SearchOp op) in Notifier() function in Notifier
430 inline Notifier::Notifier(const NotifierSignal &signal, SearchOp op) in Notifier() function in Notifier
448 inline Notifier::SearchOp Notifier::search_op() const { in search_op()
456 inline bool Notifier::active() const { in active()
464 inline bool Notifier::set_active(bool active) { in set_active()
471 inline void Notifier::wake() { in wake()
[all …]
/dports/devel/poco/poco-1.10.1-all/Data/SQLite/include/Poco/Data/SQLite/
H A DNotifier.h36 class SQLite_API Notifier
70 Notifier(const Session& session,
74 Notifier(const Session& session,
79 ~Notifier();
128 bool operator == (const Notifier& other) const;
155 Notifier();
156 Notifier(const Notifier&);
157 Notifier& operator=(const Notifier&);
172 inline bool Notifier::operator == (const Notifier& other) const
193 inline Poco::Int64 Notifier::getRow() const in getRow()
[all …]
/dports/devel/py-taskflow/taskflow-4.6.3/taskflow/tests/unit/
H A Dtest_notifier.py33 notifier = nt.Notifier()
47 notifier = nt.Notifier()
49 notifier.notify(nt.Notifier.ANY, {})
64 notifier = nt.Notifier()
79 notifier = nt.Notifier()
91 notifier = nt.Notifier()
97 notifier = nt.Notifier()
99 nt.Notifier.ANY, 2)
132 notifier = nt.Notifier()
164 notifier = nt.Notifier()
[all …]
/dports/graphics/krita/krita-4.4.8/libs/libkis/
H A DNotifier.cpp26 struct Notifier::Private {
31 Notifier::Notifier(QObject *parent) in Notifier() function in Notifier
51 Notifier::~Notifier() in ~Notifier()
56 bool Notifier::active() const in active()
61 void Notifier::setActive(bool value) in setActive()
67 void Notifier::imageCreated(KisDocument* document) in imageCreated()
74 void Notifier::viewCreated(KisView *view) in viewCreated()
81 void Notifier::viewClosed(KisView *view) in viewClosed()
88 void Notifier::windowIsBeingCreated(KisMainWindow *window) in windowIsBeingCreated()
/dports/net-im/dendrite/dendrite-0.5.1/syncapi/notifier/
H A Dnotifier.go33 type Notifier struct { struct
52 return &Notifier{
72 func (n *Notifier) OnNewEvent( argument
127 func (n *Notifier) OnNewAccountData( argument
137 func (n *Notifier) OnNewPeek( argument
151 func (n *Notifier) OnRetirePeek( argument
165 func (n *Notifier) OnNewSendToDevice( argument
177 func (n *Notifier) OnNewTyping( argument
189 func (n *Notifier) OnNewReceipt( argument
200 func (n *Notifier) OnNewKeyChange( argument
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/cert/
H A Dcert_database_mac.cc26 class CertDatabase::Notifier { class in net::CertDatabase
31 Notifier(CertDatabase* cert_db, in Notifier() function in net::CertDatabase::Notifier
41 FROM_HERE, base::BindOnce(&Notifier::Init, base::Unretained(this))); in Notifier()
46 ~Notifier() { in ~Notifier()
50 SecKeychainRemoveCallback(&Notifier::KeychainCallback); in ~Notifier()
67 OSStatus status = SecKeychainAddCallback(&Notifier::KeychainCallback, in Init()
86 OSStatus CertDatabase::Notifier::KeychainCallback( in KeychainCallback()
90 Notifier* that = reinterpret_cast<Notifier*>(context); in KeychainCallback()
121 notifier_ = new Notifier(this, base::ThreadTaskRunnerHandle::Get()); in StartListeningForKeychainEvents()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/cert/
H A Dcert_database_mac.cc27 class CertDatabase::Notifier { class in net::CertDatabase
32 Notifier(CertDatabase* cert_db, in Notifier() function in net::CertDatabase::Notifier
42 FROM_HERE, base::BindOnce(&Notifier::Init, base::Unretained(this))); in Notifier()
47 ~Notifier() { in ~Notifier()
51 SecKeychainRemoveCallback(&Notifier::KeychainCallback); in ~Notifier()
68 OSStatus status = SecKeychainAddCallback(&Notifier::KeychainCallback, in Init()
87 OSStatus CertDatabase::Notifier::KeychainCallback( in KeychainCallback()
91 Notifier* that = reinterpret_cast<Notifier*>(context); in KeychainCallback()
122 notifier_ = new Notifier(this, base::ThreadTaskRunnerHandle::Get()); in StartListeningForKeychainEvents()
/dports/deskutils/chart/chart-3.0.0/vendor/gopkg.in/airbrake/gobrake.v2/
H A Dnotifier.go51 type Notifier struct { struct
67 n := &Notifier{
86 func (n *Notifier) SetHost(h string) { argument
91 func (n *Notifier) AddFilter(fn filter) { argument
96 func (n *Notifier) Notify(e interface{}, req *http.Request) { argument
158 func (n *Notifier) sendNotice(notice *Notice) { argument
167 func (n *Notifier) SendNoticeAsync(notice *Notice) { argument
186 func (n *Notifier) worker() { argument
204 func (n *Notifier) NotifyOnPanic() { argument
213 func (n *Notifier) Flush() { argument
[all …]
/dports/emulators/qemu42/qemu-4.2.1/include/qemu/
H A Dnotify.h19 typedef struct Notifier Notifier; typedef
21 struct Notifier struct
23 void (*notify)(Notifier *notifier, void *data); argument
24 QLIST_ENTRY(Notifier) node;
29 QLIST_HEAD(, Notifier) notifiers;
37 void notifier_list_add(NotifierList *list, Notifier *notifier);
39 void notifier_remove(Notifier *notifier);
/dports/emulators/qemu/qemu-6.2.0/include/qemu/
H A Dnotify.h19 typedef struct Notifier Notifier; typedef
21 struct Notifier struct
23 void (*notify)(Notifier *notifier, void *data); argument
24 QLIST_ENTRY(Notifier) node;
29 QLIST_HEAD(, Notifier) notifiers;
37 void notifier_list_add(NotifierList *list, Notifier *notifier);
39 void notifier_remove(Notifier *notifier);
/dports/emulators/qemu60/qemu-6.0.0/include/qemu/
H A Dnotify.h19 typedef struct Notifier Notifier; typedef
21 struct Notifier struct
23 void (*notify)(Notifier *notifier, void *data); argument
24 QLIST_ENTRY(Notifier) node;
29 QLIST_HEAD(, Notifier) notifiers;
37 void notifier_list_add(NotifierList *list, Notifier *notifier);
39 void notifier_remove(Notifier *notifier);
/dports/emulators/qemu-utils/qemu-4.2.1/include/qemu/
H A Dnotify.h19 typedef struct Notifier Notifier; typedef
21 struct Notifier struct
23 void (*notify)(Notifier *notifier, void *data); argument
24 QLIST_ENTRY(Notifier) node;
29 QLIST_HEAD(, Notifier) notifiers;
37 void notifier_list_add(NotifierList *list, Notifier *notifier);
39 void notifier_remove(Notifier *notifier);
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/include/qemu/
H A Dnotify.h19 typedef struct Notifier Notifier; typedef
21 struct Notifier struct
23 void (*notify)(Notifier *notifier, void *data); argument
24 QLIST_ENTRY(Notifier) node;
29 QLIST_HEAD(, Notifier) notifiers;
37 void notifier_list_add(NotifierList *list, Notifier *notifier);
39 void notifier_remove(Notifier *notifier);
/dports/emulators/qemu5/qemu-5.2.0/include/qemu/
H A Dnotify.h19 typedef struct Notifier Notifier; typedef
21 struct Notifier struct
23 void (*notify)(Notifier *notifier, void *data); argument
24 QLIST_ENTRY(Notifier) node;
29 QLIST_HEAD(, Notifier) notifiers;
37 void notifier_list_add(NotifierList *list, Notifier *notifier);
39 void notifier_remove(Notifier *notifier);
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/include/qemu/
H A Dnotify.h19 typedef struct Notifier Notifier;
21 struct Notifier
23 void (*notify)(Notifier *notifier, void *data);
24 QLIST_ENTRY(Notifier) node;
29 QLIST_HEAD(, Notifier) notifiers; in qemu_loglevel_mask()
37 void notifier_list_add(NotifierList *list, Notifier *notifier);
39 void notifier_remove(Notifier *notifier);
/dports/emulators/qemu-guest-agent/qemu-5.0.1/include/qemu/
H A Dnotify.h19 typedef struct Notifier Notifier; typedef
21 struct Notifier struct
23 void (*notify)(Notifier *notifier, void *data); argument
24 QLIST_ENTRY(Notifier) node;
29 QLIST_HEAD(, Notifier) notifiers;
37 void notifier_list_add(NotifierList *list, Notifier *notifier);
39 void notifier_remove(Notifier *notifier);
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/include/qemu/
H A Dnotify.h19 typedef struct Notifier Notifier; typedef
21 struct Notifier struct
23 void (*notify)(Notifier *notifier, void *data); argument
24 QLIST_ENTRY(Notifier) node;
29 QLIST_HEAD(, Notifier) notifiers;
37 void notifier_list_add(NotifierList *list, Notifier *notifier);
39 void notifier_remove(Notifier *notifier);
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/rpc/
H A Dsubscription.go53 type Notifier struct { struct
62 func newNotifier(codec ServerCodec) *Notifier {
63 return &Notifier{
71 func NotifierFromContext(ctx context.Context) (*Notifier, bool) {
72 n, ok := ctx.Value(notifierKey{}).(*Notifier)
80 func (n *Notifier) CreateSubscription() *Subscription { argument
90 func (n *Notifier) Notify(id ID, data interface{}) error { argument
106 func (n *Notifier) Closed() <-chan interface{} { argument
112 func (n *Notifier) unsubscribe(id ID) error { argument
127 func (n *Notifier) activate(id ID, namespace string) { argument
/dports/net-im/p5-Net-Async-XMPP/Net-Async-XMPP-0.003/lib/Net/Async/XMPP/
H A DProtocol.pod72 =item L<IO::Async::Notifier>
74Notifier/add_child>, L<adopt_future|IO::Async::Notifier/adopt_future>, L<can_event|IO::Async::Noti…
/dports/textproc/aspell-ispell/aspell-0.60.8/common/
H A Dconfig.hpp46 class Notifier { class
50 virtual ~Notifier() {} in ~Notifier()
120 Vector<Notifier *> notifier_list;
166 Notifier * filter_mode_notifier;
189 bool add_notifier ( Notifier *);
190 bool remove_notifier (const Notifier *);
191 bool replace_notifier(const Notifier *, Notifier *);
248 Vector<Notifier *>::const_iterator i;
249 Vector<Notifier *>::const_iterator end;
253 const Notifier * next() { in next()
[all …]

12345678910>>...128