Home
last modified time | relevance | path

Searched refs:notifier (Results 1 – 25 of 4052) sorted by relevance

12345678910>>...163

/dports/devel/p5-SVN-Notify/SVN-Notify-2.87/t/
H A Dbase.t36 isa_ok($notifier, 'SVN::Notify');
91 ok( $notifier->execute, "Notify" );
143 ok( $notifier = SVN::Notify->new(
152 isa_ok($notifier, 'SVN::Notify');
188 isa_ok($notifier, 'SVN::Notify');
237 isa_ok($notifier, 'SVN::Notify');
258 isa_ok($notifier, 'SVN::Notify');
273 isa_ok($notifier, 'SVN::Notify');
286 isa_ok($notifier, 'SVN::Notify');
300 isa_ok($notifier, 'SVN::Notify');
[all …]
H A Dfilter.t43 isa_ok($notifier, 'SVN::Notify');
57 ok( $notifier = SVN::Notify->new(
61 isa_ok($notifier, 'SVN::Notify');
389 is $notifier->subject,
394 is $notifier->subject,
568 my $notifier = shift;
573 my $notifier = shift;
574 $notifier->subject( $notifier->subject . ' postp');
577 my $notifier = shift;
578 $notifier->subject( $notifier->subject . ' pree');
[all …]
H A Dhtml.t46 isa_ok($notifier, 'SVN::Notify');
128 isa_ok($notifier, 'SVN::Notify');
152 isa_ok($notifier, 'SVN::Notify');
210 isa_ok($notifier, 'SVN::Notify');
259 isa_ok $notifier, 'SVN::Notify';
280 isa_ok($notifier, 'SVN::Notify');
303 isa_ok($notifier, 'SVN::Notify');
319 isa_ok($notifier, 'SVN::Notify');
569 isa_ok $notifier, 'SVN::Notify';
594 isa_ok $notifier, 'SVN::Notify';
[all …]
H A Dhtmlcolordiff.t44 isa_ok($notifier, 'SVN::Notify');
114 isa_ok($notifier, 'SVN::Notify');
136 isa_ok($notifier, 'SVN::Notify');
197 isa_ok($notifier, 'SVN::Notify');
215 isa_ok($notifier, 'SVN::Notify');
256 isa_ok($notifier, 'SVN::Notify');
280 isa_ok($notifier, 'SVN::Notify');
298 isa_ok($notifier, 'SVN::Notify');
316 isa_ok($notifier, 'SVN::Notify');
402 isa_ok $notifier, 'SVN::Notify';
[all …]
H A Dalt.t35 isa_ok $notifier, 'SVN::Notify';
73 ok $notifier = SVN::Notify->new(
78 isa_ok $notifier, 'SVN::Notify';
109 ok $notifier = SVN::Notify->new(
115 isa_ok $notifier, 'SVN::Notify';
146 ok $notifier = SVN::Notify->new(
152 isa_ok $notifier, 'SVN::Notify';
187 ok $notifier = SVN::Notify->new(
192 isa_ok $notifier, 'SVN::Notify';
244 ok $notifier = SVN::Notify->new(
[all …]
/dports/www/gitea/gitea-1.16.5/modules/notification/
H A Dnotification.go27 go notifier.Run()
28 notifiers = append(notifiers, notifier)
45 for _, notifier := range notifiers {
52 for _, notifier := range notifiers {
59 for _, notifier := range notifiers {
66 for _, notifier := range notifiers {
73 for _, notifier := range notifiers {
80 for _, notifier := range notifiers {
87 for _, notifier := range notifiers {
94 for _, notifier := range notifiers {
[all …]
/dports/biology/cufflinks/cufflinks-2.2.1-89-gdc3b0cb/src/lemon/bits/
H A Ddebug_map.h117 const typename Parent::Notifier* notifier = Parent::notifier(); in DebugMap() local
119 for (notifier->first(it); it != INVALID; notifier->next(it)) { in DebugMap()
132 const typename Parent::Notifier* notifier = Parent::notifier(); in DebugMap() local
134 for (notifier->first(it); it != INVALID; notifier->next(it)) { in DebugMap()
148 const typename Parent::Notifier* notifier = Parent::notifier(); in DebugMap() local
150 for (notifier->first(it); it != INVALID; notifier->next(it)) { in DebugMap()
160 const typename Parent::Notifier* notifier = Parent::notifier(); in ~DebugMap() local
163 for (notifier->first(it); it != INVALID; notifier->next(it)) { in ~DebugMap()
194 const typename Parent::Notifier* notifier = Parent::notifier();
196 for (notifier->first(it); it != INVALID; notifier->next(it)) {
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/jingle/
H A DBUILD.gn61 static_library("notifier") {
64 "notifier/base/gaia_constants.cc",
65 "notifier/base/gaia_constants.h",
71 "notifier/base/notifier_options.h",
79 "notifier/base/xmpp_connection.h",
82 "notifier/communicator/login.cc",
83 "notifier/communicator/login.h",
95 "notifier/listener/push_client.h",
133 "notifier/base/fake_base_task.h",
141 ":notifier",
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/jingle/
H A DBUILD.gn61 static_library("notifier") {
64 "notifier/base/gaia_constants.cc",
65 "notifier/base/gaia_constants.h",
71 "notifier/base/notifier_options.h",
79 "notifier/base/xmpp_connection.h",
82 "notifier/communicator/login.cc",
83 "notifier/communicator/login.h",
95 "notifier/listener/push_client.h",
133 "notifier/base/fake_base_task.h",
141 ":notifier",
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/prefs/
H A Dpref_notifier_impl_unittest.cc98 MockPrefNotifier notifier(&pref_service_); in TEST_F() local
100 notifier.OnPreferenceChanged(kChangedPref); in TEST_F()
104 MockPrefNotifier notifier(&pref_service_); in TEST_F() local
106 notifier.AddInitObserver( in TEST_F()
110 notifier.OnInitializationCompleted(true); in TEST_F()
117 MockPrefNotifier notifier(&pref_service_); in TEST_F() local
118 notifier.AddPrefObserver(pref_name, &obs1_); in TEST_F()
128 notifier.AddPrefObserver(pref_name, &obs1_); in TEST_F()
183 notifier.OnPreferenceChanged(kChangedPref); in TEST_F()
192 notifier.OnPreferenceChanged(kChangedPref); in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/prefs/
H A Dpref_notifier_impl_unittest.cc98 MockPrefNotifier notifier(&pref_service_); in TEST_F() local
100 notifier.OnPreferenceChanged(kChangedPref); in TEST_F()
104 MockPrefNotifier notifier(&pref_service_); in TEST_F() local
106 notifier.AddInitObserver( in TEST_F()
110 notifier.OnInitializationCompleted(true); in TEST_F()
117 MockPrefNotifier notifier(&pref_service_); in TEST_F() local
118 notifier.AddPrefObserver(pref_name, &obs1_); in TEST_F()
128 notifier.AddPrefObserver(pref_name, &obs1_); in TEST_F()
183 notifier.OnPreferenceChanged(kChangedPref); in TEST_F()
192 notifier.OnPreferenceChanged(kChangedPref); in TEST_F()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/v4l2-core/
H A Dv4l2-async.c131 dev = notifier->v4l2_dev ? notifier->v4l2_dev->dev in match_fwnode()
225 notifier = notifier->parent; in v4l2_async_notifier_find_v4l2_dev()
266 notifier = notifier->parent; in v4l2_async_notifier_try_complete()
303 sd->notifier = notifier; in v4l2_async_match_notify()
453 notifier->v4l2_dev ? notifier->v4l2_dev->dev : NULL; in v4l2_async_notifier_asd_valid()
553 notifier->sd = sd; in v4l2_async_subdev_notifier_register()
557 notifier->sd = NULL; in v4l2_async_subdev_notifier_register()
566 if (!notifier || (!notifier->v4l2_dev && !notifier->sd)) in __v4l2_async_notifier_unregister()
571 notifier->sd = NULL; in __v4l2_async_notifier_unregister()
593 if (!notifier || !notifier->asd_list.next) in __v4l2_async_notifier_cleanup()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/v4l2-core/
H A Dv4l2-async.c131 dev = notifier->v4l2_dev ? notifier->v4l2_dev->dev in match_fwnode()
225 notifier = notifier->parent; in v4l2_async_notifier_find_v4l2_dev()
266 notifier = notifier->parent; in v4l2_async_notifier_try_complete()
303 sd->notifier = notifier; in v4l2_async_match_notify()
453 notifier->v4l2_dev ? notifier->v4l2_dev->dev : NULL; in v4l2_async_notifier_asd_valid()
553 notifier->sd = sd; in v4l2_async_subdev_notifier_register()
557 notifier->sd = NULL; in v4l2_async_subdev_notifier_register()
566 if (!notifier || (!notifier->v4l2_dev && !notifier->sd)) in __v4l2_async_notifier_unregister()
571 notifier->sd = NULL; in __v4l2_async_notifier_unregister()
593 if (!notifier || !notifier->asd_list.next) in __v4l2_async_notifier_cleanup()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/v4l2-core/
H A Dv4l2-async.c131 dev = notifier->v4l2_dev ? notifier->v4l2_dev->dev in match_fwnode()
225 notifier = notifier->parent; in v4l2_async_notifier_find_v4l2_dev()
266 notifier = notifier->parent; in v4l2_async_notifier_try_complete()
303 sd->notifier = notifier; in v4l2_async_match_notify()
453 notifier->v4l2_dev ? notifier->v4l2_dev->dev : NULL; in v4l2_async_notifier_asd_valid()
553 notifier->sd = sd; in v4l2_async_subdev_notifier_register()
557 notifier->sd = NULL; in v4l2_async_subdev_notifier_register()
566 if (!notifier || (!notifier->v4l2_dev && !notifier->sd)) in __v4l2_async_notifier_unregister()
571 notifier->sd = NULL; in __v4l2_async_notifier_unregister()
593 if (!notifier || !notifier->asd_list.next) in __v4l2_async_notifier_cleanup()
[all …]
/dports/devel/py-taskflow/taskflow-4.6.3/taskflow/tests/unit/
H A Dtest_notifier.py22 from taskflow.types import notifier as nt
33 notifier = nt.Notifier()
47 notifier = nt.Notifier()
64 notifier = nt.Notifier()
79 notifier = nt.Notifier()
83 notifier.reset()
91 notifier = nt.Notifier()
97 notifier = nt.Notifier()
132 notifier = nt.Notifier()
164 notifier = nt.Notifier()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/tools/blinkpy/w3c/
H A Dexport_notifier_unittest.py197 self.notifier.dry_run = False
198 self.notifier.gerrit = MockGerritAPI()
227 api=self.notifier.gerrit
246 self.notifier.dry_run = False
276 api=self.notifier.gerrit
286 self.notifier.dry_run = False
316 api=self.notifier.gerrit
334 self.notifier.dry_run = False
362 self.notifier.dry_run = False
392 api=self.notifier.gerrit
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/geolocation/
H A Dgeolocation.cc190 StartRequest(notifier); in getCurrentPosition()
212 StartRequest(notifier); in watchPosition()
243 StartUpdating(notifier); in StartRequest()
251 one_shots_.erase(notifier); in FatalErrorOccurred()
268 StartUpdating(notifier); in RequestUsesCachedPosition()
308 if (!notifier) in clearWatch()
311 notifier->StopTimer(); in clearWatch()
320 notifier->StopTimer(); in StopTimers()
324 notifier->StopTimer(); in StopTimers()
455 if (notifier) in UpdateGeolocationConnection()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/base/
H A Ddelayed_unique_notifier_unittest.cc72 notifier.Schedule(); in TEST_F()
94 notifier.SetNow(notifier.Now() + base::TimeDelta::FromMicroseconds(19)); in TEST_F()
108 notifier.SetNow(notifier.Now() + base::TimeDelta::FromMicroseconds(1)); in TEST_F()
173 notifier.Schedule(); in TEST_F()
177 notifier.Cancel(); in TEST_F()
193 notifier.Schedule(); in TEST_F()
201 notifier.SetNow(notifier.Now() + delay); in TEST_F()
211 notifier.Cancel(); in TEST_F()
221 notifier.SetNow(notifier.Now() + delay); in TEST_F()
266 notifier.SetNow(notifier.Now() + delay); in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/base/
H A Ddelayed_unique_notifier_unittest.cc69 notifier.Schedule(); in TEST_F()
80 notifier.Schedule(); in TEST_F()
104 notifier.Schedule(); in TEST_F()
126 notifier.SetNow(notifier.Now() + base::TimeDelta::FromMicroseconds(19)); in TEST_F()
140 notifier.SetNow(notifier.Now() + base::TimeDelta::FromMicroseconds(1)); in TEST_F()
205 notifier.Schedule(); in TEST_F()
209 notifier.Cancel(); in TEST_F()
233 notifier.SetNow(notifier.Now() + delay); in TEST_F()
253 notifier.SetNow(notifier.Now() + delay); in TEST_F()
298 notifier.SetNow(notifier.Now() + delay); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/geolocation/
H A Dgeolocation.cc202 StartRequest(notifier); in getCurrentPosition()
223 StartRequest(notifier); in watchPosition()
254 StartUpdating(notifier); in StartRequest()
262 one_shots_.erase(notifier); in FatalErrorOccurred()
279 StartUpdating(notifier); in RequestUsesCachedPosition()
319 if (!notifier) in clearWatch()
322 notifier->StopTimer(); in clearWatch()
331 notifier->StopTimer(); in StopTimers()
335 notifier->StopTimer(); in StopTimers()
466 if (notifier) in UpdateGeolocationConnection()
[all …]
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/zmq/
H A Dzmqnotificationinterface.cpp48 notifier->SetType(entry.first); in Create()
49 notifier->SetAddress(address); in Create()
86 for (auto& notifier : notifiers) { in Initialize() local
87 if (notifier->Initialize(pcontext)) { in Initialize()
88 …gPrint(BCLog::ZMQ, "zmq: Notifier %s ready (address = %s)\n", notifier->GetType(), notifier->GetAd… in Initialize()
104 for (auto& notifier : notifiers) { in Shutdown() local
105 …LogPrint(BCLog::ZMQ, "zmq: Shutdown notifier %s at %s\n", notifier->GetType(), notifier->GetAddres… in Shutdown()
106 notifier->Shutdown(); in Shutdown()
121 if (func(notifier)) { in TryForEachAndRemoveFailed()
124 notifier->Shutdown(); in TryForEachAndRemoveFailed()
[all …]
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/zmq/
H A Dzmqnotificationinterface.cpp48 notifier->SetType(entry.first); in Create()
49 notifier->SetAddress(address); in Create()
86 for (auto& notifier : notifiers) { in Initialize() local
87 if (notifier->Initialize(pcontext)) { in Initialize()
88 …gPrint(BCLog::ZMQ, "zmq: Notifier %s ready (address = %s)\n", notifier->GetType(), notifier->GetAd… in Initialize()
104 for (auto& notifier : notifiers) { in Shutdown() local
105 …LogPrint(BCLog::ZMQ, "zmq: Shutdown notifier %s at %s\n", notifier->GetType(), notifier->GetAddres… in Shutdown()
106 notifier->Shutdown(); in Shutdown()
121 if (func(notifier)) { in TryForEachAndRemoveFailed()
124 notifier->Shutdown(); in TryForEachAndRemoveFailed()
[all …]
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/zmq/
H A Dzmqnotificationinterface.cpp48 notifier->SetType(entry.first); in Create()
49 notifier->SetAddress(address); in Create()
86 for (auto& notifier : notifiers) { in Initialize() local
87 if (notifier->Initialize(pcontext)) { in Initialize()
88 …gPrint(BCLog::ZMQ, "zmq: Notifier %s ready (address = %s)\n", notifier->GetType(), notifier->GetAd… in Initialize()
104 for (auto& notifier : notifiers) { in Shutdown() local
105 …LogPrint(BCLog::ZMQ, "zmq: Shutdown notifier %s at %s\n", notifier->GetType(), notifier->GetAddres… in Shutdown()
106 notifier->Shutdown(); in Shutdown()
121 if (func(notifier)) { in TryForEachAndRemoveFailed()
124 notifier->Shutdown(); in TryForEachAndRemoveFailed()
[all …]
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/zmq/
H A Dzmqnotificationinterface.cpp48 notifier->SetType(entry.first); in Create()
49 notifier->SetAddress(address); in Create()
86 for (auto& notifier : notifiers) { in Initialize() local
87 if (notifier->Initialize(pcontext)) { in Initialize()
88 …gPrint(BCLog::ZMQ, "zmq: Notifier %s ready (address = %s)\n", notifier->GetType(), notifier->GetAd… in Initialize()
104 for (auto& notifier : notifiers) { in Shutdown() local
105 …LogPrint(BCLog::ZMQ, "zmq: Shutdown notifier %s at %s\n", notifier->GetType(), notifier->GetAddres… in Shutdown()
106 notifier->Shutdown(); in Shutdown()
121 if (func(notifier)) { in TryForEachAndRemoveFailed()
124 notifier->Shutdown(); in TryForEachAndRemoveFailed()
[all …]
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/zmq/
H A Dzmqnotificationinterface.cpp48 notifier->SetType(entry.first); in Create()
49 notifier->SetAddress(address); in Create()
86 for (auto& notifier : notifiers) { in Initialize() local
87 if (notifier->Initialize(pcontext)) { in Initialize()
88 …gPrint(BCLog::ZMQ, "zmq: Notifier %s ready (address = %s)\n", notifier->GetType(), notifier->GetAd… in Initialize()
104 for (auto& notifier : notifiers) { in Shutdown() local
105 …LogPrint(BCLog::ZMQ, "zmq: Shutdown notifier %s at %s\n", notifier->GetType(), notifier->GetAddres… in Shutdown()
106 notifier->Shutdown(); in Shutdown()
121 if (func(notifier)) { in TryForEachAndRemoveFailed()
124 notifier->Shutdown(); in TryForEachAndRemoveFailed()
[all …]

12345678910>>...163