Home
last modified time | relevance | path

Searched refs:shouldNotify (Results 1 – 25 of 64) sorted by relevance

123

/dports/www/firefox/firefox-99.0/toolkit/actors/
H A DPopupBlockingParent.jsm203 * shouldNotify {Boolean}
209 let { count, shouldNotify } = blockedPopupData;
211 if (!this.shouldShowNotification && shouldNotify) {
237 this.updatePopupCountForBrowser({ count: 0, shouldNotify: false });
244 shouldNotify: message.data.shouldNotify,
259 * shouldNotify {Boolean}:
H A DPopupBlockingChild.jsm139 updateBlockedPopups(shouldNotify) {
141 shouldNotify,
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/actors/
H A DPopupBlockingParent.jsm203 * shouldNotify {Boolean}
209 let { count, shouldNotify } = blockedPopupData;
211 if (!this.shouldShowNotification && shouldNotify) {
237 this.updatePopupCountForBrowser({ count: 0, shouldNotify: false });
244 shouldNotify: message.data.shouldNotify,
259 * shouldNotify {Boolean}:
H A DPopupBlockingChild.jsm139 updateBlockedPopups(shouldNotify) {
141 shouldNotify,
/dports/www/firefox-esr/firefox-91.8.0/toolkit/actors/
H A DPopupBlockingParent.jsm203 * shouldNotify {Boolean}
209 let { count, shouldNotify } = blockedPopupData;
211 if (!this.shouldShowNotification && shouldNotify) {
237 this.updatePopupCountForBrowser({ count: 0, shouldNotify: false });
244 shouldNotify: message.data.shouldNotify,
259 * shouldNotify {Boolean}:
H A DPopupBlockingChild.jsm139 updateBlockedPopups(shouldNotify) {
141 shouldNotify,
/dports/security/openconnect-gui/openconnect-gui-v1.5.3/external/src/qt-solutions-master/qtscriptclassic/src/
H A Dqscriptengine_p.h760 inline bool QScriptEnginePrivate::shouldNotify() const in shouldNotify() function
769 if (shouldNotify()) in notifyScriptLoad()
775 if (shouldNotify()) in notifyScriptUnload()
787 if (shouldNotify()) in notifyContextPush()
793 if (shouldNotify()) in notifyContextPop()
799 if (shouldNotify()) in notifyFunctionEntry()
805 if (shouldNotify()) in notifyFunctionExit()
811 if (shouldNotify()) in notifyException()
817 if (shouldNotify()) in notifyExceptionCatch()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/actors/
H A DPopupBlockingParent.jsm203 * shouldNotify {Boolean}
209 let { count, shouldNotify } = blockedPopupData;
211 if (!this.shouldShowNotification && shouldNotify) {
237 this.updatePopupCountForBrowser({ count: 0, shouldNotify: false });
244 shouldNotify: message.data.shouldNotify,
259 * shouldNotify {Boolean}:
H A DPopupBlockingChild.jsm147 updateBlockedPopups(shouldNotify) {
149 shouldNotify,
/dports/www/nextcloud-deck/deck/lib/Notification/
H A DNotificationHelper.php113 $shouldNotify = $notificationSetting === ConfigService::SETTING_BOARD_NOTIFICATION_DUE_ALL;
117 $shouldNotify = true;
120 $shouldNotify = true;
123 if ($shouldNotify) {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/polymer2/bower_components/polymer/types/lib/mixins/
H A Dproperty-effects.d.ts365 _setPendingProperty(property: string, value: any, shouldNotify?: boolean): boolean;
496 …_setPendingPropertyOrPath(path: string|Array<number|string>, value: any, shouldNotify?: boolean, i…
/dports/deskutils/itinerary/itinerary-21.12.3/src/app/
H A Dnotificationhelper.h20 …bool shouldNotify(const KPublicTransport::Stopover &oldStop, const KPublicTransport::Stopover &new…
/dports/net-mgmt/bosun/bosun-0.9.0-preview/cmd/bosun/sched/
H A Dcheck.go90 shouldNotify, err := s.runHistory(r, ak, event, silenced)
91 checkNotify = checkNotify || shouldNotify
218 shouldNotify := false
223 shouldNotify = true
238 shouldNotify = true
333 if shouldNotify {
/dports/www/firefox-esr/firefox-91.8.0/storage/
H A DmozStorageAsyncStatementExecution.cpp107 bool AsyncExecuteStatements::shouldNotify() {
428 if (shouldNotify() && callback) {
458 if (shouldNotify() && callback) {
H A DmozStorageAsyncStatementExecution.h83 bool shouldNotify(); in AsyncExecuteStatements()
/dports/lang/spidermonkey60/firefox-60.9.0/storage/
H A DmozStorageAsyncStatementExecution.cpp105 bool AsyncExecuteStatements::shouldNotify() { in shouldNotify() function in mozilla::storage::AsyncExecuteStatements
396 if (shouldNotify() && callback) { in notifyErrorOnCallingThread()
426 if (shouldNotify() && callback) { in notifyResultsOnCallingThread()
H A DmozStorageAsyncStatementExecution.h81 bool shouldNotify();
/dports/www/firefox/firefox-99.0/storage/
H A DmozStorageAsyncStatementExecution.cpp107 bool AsyncExecuteStatements::shouldNotify() { in shouldNotify() function in mozilla::storage::AsyncExecuteStatements
428 if (shouldNotify() && callback) { in notifyErrorOnCallingThread()
458 if (shouldNotify() && callback) { in notifyResultsOnCallingThread()
H A DmozStorageAsyncStatementExecution.h83 bool shouldNotify();
/dports/www/firefox-legacy/firefox-52.8.0esr/storage/
H A DmozStorageAsyncStatementExecution.cpp111 AsyncExecuteStatements::shouldNotify()
423 if (shouldNotify() && callback) {
457 if (shouldNotify() && callback) {
/dports/mail/thunderbird/thunderbird-91.8.0/storage/
H A DmozStorageAsyncStatementExecution.cpp107 bool AsyncExecuteStatements::shouldNotify() { in shouldNotify() function in mozilla::storage::AsyncExecuteStatements
428 if (shouldNotify() && callback) { in notifyErrorOnCallingThread()
458 if (shouldNotify() && callback) { in notifyResultsOnCallingThread()
/dports/lang/spidermonkey78/firefox-78.9.0/storage/
H A DmozStorageAsyncStatementExecution.cpp104 bool AsyncExecuteStatements::shouldNotify() { in shouldNotify() function in mozilla::storage::AsyncExecuteStatements
401 if (shouldNotify() && callback) { in notifyErrorOnCallingThread()
431 if (shouldNotify() && callback) { in notifyResultsOnCallingThread()
/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-server/src/test/java/org/apache/zookeeper/server/controller/
H A DZooKeeperServerControllerEndToEndTest.java323 boolean shouldNotify = false; in process()
327 shouldNotify = statesToWaitFor.isEmpty(); in process()
331 if (shouldNotify) { in process()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/bookmarks/
H A DBookmarkItemsAdapter.java414 private void updateHeader(boolean shouldNotify) { in updateHeader() argument
448 if (shouldNotify) notifyItemInserted(0); in updateHeader()
450 if (shouldNotify) notifyItemChanged(0); in updateHeader()
453 if (shouldNotify) notifyItemRemoved(0); in updateHeader()
/dports/security/keybase/client-v5.7.1/go/chat/
H A Dlivelocation_test.go93 shouldNotify := false
97 shouldNotify = true
103 shouldNotify = true
117 if !shouldNotify {

123