Home
last modified time | relevance | path

Searched refs:NotificationCenter (Results 1 – 25 of 116) sorted by relevance

12345

/dports/devel/poco/poco-1.10.1-all/Foundation/src/
H A DNotificationCenter.cpp25 NotificationCenter::NotificationCenter() in NotificationCenter() function in Poco::NotificationCenter
30 NotificationCenter::~NotificationCenter() in ~NotificationCenter()
35 void NotificationCenter::addObserver(const AbstractObserver& observer) in addObserver()
42 void NotificationCenter::removeObserver(const AbstractObserver& observer) in removeObserver()
57 bool NotificationCenter::hasObserver(const AbstractObserver& observer) const in hasObserver()
67 void NotificationCenter::postNotification(Notification::Ptr pNotification) in postNotification()
81 bool NotificationCenter::hasObservers() const in hasObservers()
89 std::size_t NotificationCenter::countObservers() const in countObservers()
99 static SingletonHolder<NotificationCenter> sh;
103 NotificationCenter& NotificationCenter::defaultCenter() in defaultCenter()
/dports/devel/py-python-application/python-application-2.8.0/examples/
H A Dnotification.py5 from application.notification import IObserver, NotificationData, NotificationCenter, ObserverWeakr…
10 center = NotificationCenter()
24 center = NotificationCenter()
39 NotificationCenter().add_observer(self)
43 NotificationCenter().remove_observer(self)
55 NotificationCenter().add_observer(self, name='simple')
59 NotificationCenter().remove_observer(self, name='simple')
74 NotificationCenter().add_observer(self, sender=self.sender)
78 NotificationCenter().remove_observer(self, sender=self.sender)
90 NotificationCenter().add_observer(ObserverWeakrefProxy(self))
/dports/x11-fonts/py-defcon/defcon-0.6.0/Lib/defcon/test/tools/
H A Dtest_notifications.py22 center = NotificationCenter()
30 center = NotificationCenter()
38 center = NotificationCenter()
46 center = NotificationCenter()
56 center = NotificationCenter()
64 center = NotificationCenter()
72 center = NotificationCenter()
80 center = NotificationCenter()
88 center = NotificationCenter()
97 center = NotificationCenter()
[all …]
/dports/www/ilias6/ILIAS-6.14/src/GlobalScreen/Scope/MetaBar/Factory/
H A DNotificationCenter.php12 class NotificationCenter extends AbstractBaseItem implements isItem, hasSymbol class
51 * @return NotificationCenter
53 public function withNotifications(array $notifications) : NotificationCenter
119 * @return NotificationCenter
121 public function withAmountOfOldNotifications(int $amount) : NotificationCenter
143 * @return NotificationCenter
145 public function withAmountOfNewNotifications(int $amount) : NotificationCenter
H A DMetaBarItemFactory.php62 * @return NotificationCenter
64 public function notificationCenter(IdentificationInterface $identification) : NotificationCenter
73 return new NotificationCenter($identification);
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/notifications/
H A DNotificationCenter.cpp43 NotificationCenter::NotificationCenter(ScriptExecutionContext* context, NotificationPresenter* pres… in NotificationCenter() function in WebCore::NotificationCenter
47 int NotificationCenter::checkPermission() in checkPermission()
54 void NotificationCenter::requestPermission(PassRefPtr<VoidCallback> callback) in requestPermission()
61 void NotificationCenter::disconnectFrame() in disconnectFrame()
H A DNotificationCenter.h47 class NotificationCenter : public RefCounted<NotificationCenter>, public ActiveDOMObject {
49 …ssRefPtr<NotificationCenter> create(ScriptExecutionContext* context, NotificationPresenter* presen… in create()
82 NotificationCenter(ScriptExecutionContext*, NotificationPresenter*);
H A DNotification.h58 class NotificationCenter; variable
64 … url, ScriptExecutionContext* context, ExceptionCode& ec, PassRefPtr<NotificationCenter> provider);
65 …ents, ScriptExecutionContext* context, ExceptionCode& ec, PassRefPtr<NotificationCenter> provider);
115 …Notification(const KURL&, ScriptExecutionContext*, ExceptionCode&, PassRefPtr<NotificationCenter>);
116 …st NotificationContents&, ScriptExecutionContext*, ExceptionCode&, PassRefPtr<NotificationCenter>);
143 RefPtr<NotificationCenter> m_notificationCenter;
H A DNotification.cpp49 …& url, ScriptExecutionContext* context, ExceptionCode& ec, PassRefPtr<NotificationCenter> provider) in Notification()
69 …tents, ScriptExecutionContext* context, ExceptionCode& ec, PassRefPtr<NotificationCenter> provider) in Notification()
96 … url, ScriptExecutionContext* context, ExceptionCode& ec, PassRefPtr<NotificationCenter> provider) in create()
101 …ents, ScriptExecutionContext* context, ExceptionCode& ec, PassRefPtr<NotificationCenter> provider) in create()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/generated/
H A DJSNotificationCenter.h33 class NotificationCenter; variable
38 JSNotificationCenter(JSC::Structure*, JSDOMGlobalObject*, PassRefPtr<NotificationCenter>);
50 NotificationCenter* impl() const { return m_impl.get(); } in impl()
53 RefPtr<NotificationCenter> m_impl;
63 inline JSC::WeakHandleOwner* wrapperOwner(DOMWrapperWorld*, NotificationCenter*) in wrapperOwner() argument
69 inline void* wrapperContext(DOMWrapperWorld* world, NotificationCenter*) in wrapperContext() argument
74 JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, NotificationCenter*);
75 NotificationCenter* toNotificationCenter(JSC::JSValue);
H A DJSNotificationCenter.cpp78 …nCenter(Structure* structure, JSDOMGlobalObject* globalObject, PassRefPtr<NotificationCenter> impl) in JSNotificationCenter()
96 NotificationCenter* imp = static_cast<NotificationCenter*>(castedThis->impl()); in jsNotificationCenterPrototypeFunctionCreateHTMLNotification()
114 NotificationCenter* imp = static_cast<NotificationCenter*>(castedThis->impl()); in jsNotificationCenterPrototypeFunctionCreateNotification()
138 NotificationCenter* imp = static_cast<NotificationCenter*>(castedThis->impl()); in jsNotificationCenterPrototypeFunctionCheckPermission()
179 JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, NotificationCenter* impl) in toJS()
184 NotificationCenter* toNotificationCenter(JSC::JSValue value) in toNotificationCenter()
/dports/devel/poco/poco-1.10.1-all/Foundation/include/Poco/
H A DNotificationCenter.h35 class Foundation_API NotificationCenter
82 NotificationCenter();
85 ~NotificationCenter();
123 static NotificationCenter& defaultCenter();
H A DPriorityNotificationQueue.h32 class NotificationCenter; variable
113 void dispatch(NotificationCenter& notificationCenter);
H A DNotificationQueue.h31 class NotificationCenter; variable
110 void dispatch(NotificationCenter& notificationCenter);
/dports/devel/poco/poco-1.10.1-all/Foundation/testsuite/src/
H A DNotificationCenterTest.cpp20 using Poco::NotificationCenter;
44 NotificationCenter nc; in test1()
51 NotificationCenter nc; in test2()
69 NotificationCenter nc; in test3()
93 NotificationCenter nc; in test4()
124 NotificationCenter nc; in test5()
142 NotificationCenter nc; in testAuto()
153 NotificationCenter& nc = NotificationCenter::defaultCenter(); in testDefaultCenter()
/dports/x11-fonts/py-defcon/defcon-0.6.0/documentation/source/objects/
H A Dnotificationcenter.rst5 NotificationCenter chapter
13 NotificationCenter section in NotificationCenter
16 .. autoclass:: NotificationCenter
H A Dbase.rst12 :class:`NotificationCenter`
13 …otifications are detailed below. Some familiarity with the :class:`NotificationCenter` might be he…
/dports/x11-fonts/py-defcon/defcon-0.6.0/Lib/defcon/test/objects/
H A Dtest_base.py4 from defcon.tools.notifications import NotificationCenter
29 notificationCenter = NotificationCenter()
37 notificationCenter = NotificationCenter()
51 notificationCenter = NotificationCenter()
68 notificationCenter = NotificationCenter()
82 notificationCenter = NotificationCenter()
127 notificationCenter = NotificationCenter()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/HelpSource/Classes/
H A DNotificationCenter.schelp1 class:: NotificationCenter
9 Another common pattern is NotificationCenter wherein an object emits a notification and clients can…
14 NotificationCenter.notify(Server.default, \newAllocators);
20 NotificationCenter.register(Server.default, \newAllocators, yourself, {
/dports/lang/fpc-source/fpc-3.2.2/packages/cocoaint/src/notificationcenter/
H A DNotificationCenter.inc1 { Parsed from NotificationCenter.framework NotificationCenter.h }
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/content_widget_extension/
H A Dcontent_widget_view_controller.h8 #import <NotificationCenter/NotificationCenter.h>
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/search_widget_extension/
H A Dsearch_widget_view_controller.h8 #import <NotificationCenter/NotificationCenter.h>
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/lottie-ios/lottie-swift/src/Public/iOS/
H A DLottieView.swift40NotificationCenter.default.addObserver(self, selector: #selector(animationWillEnterForeground), na… in commonInit()
41NotificationCenter.default.addObserver(self, selector: #selector(animationWillMoveToBackground), n… in commonInit()
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/swift/Sources/
H A DTSocketServer.swift103 _ = NotificationCenter.default.addObserver(forName: .NSFileHandleConnectionAccepted,
118 NotificationCenter.default.removeObserver(self)
142 NotificationCenter.default in handleClientConnection()
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/swift/Sources/
H A DTSocketServer.swift103 _ = NotificationCenter.default.addObserver(forName: .NSFileHandleConnectionAccepted,
118 NotificationCenter.default.removeObserver(self)
142 NotificationCenter.default in handleClientConnection()

12345