Home
last modified time | relevance | path

Searched refs:doNotify (Results 1 – 25 of 156) sorted by relevance

1234567

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.runtime/bundles/org.eclipse.core.jobs/src/org/eclipse/core/internal/jobs/
H A DJobListeners.java69 private void doNotify(final IListenerDoit doit, final IJobChangeEvent event) { in doNotify() method in JobListeners
108 doNotify(aboutToRun, newEvent(job)); in aboutToRun()
112 doNotify(awake, newEvent(job)); in awake()
118 doNotify(done, event); in done()
122 doNotify(running, newEvent(job)); in running()
128 doNotify(scheduled, event); in scheduled()
132 doNotify(sleeping, newEvent(job)); in sleeping()
/dports/sysutils/calamares/calamares-3.2.44.2/src/modules/finished/
H A DConfig.h97 void doNotify( bool hasFailed, bool sendAnyway );
98 void doNotify( bool hasFailed ) { doNotify( hasFailed, notifyOnFinished() ); } in doNotify() function
99 void doNotify() { doNotify( hasFailed() ); } in doNotify() function
/dports/www/mediawiki135/mediawiki-1.35.5/includes/libs/eventrelayer/
H A DEventRelayer.php48 return $this->doNotify( $channel, [ $event ] );
57 return $this->doNotify( $channel, $events );
69 abstract protected function doNotify( $channel, array $events ); function in EventRelayer
H A DEventRelayerNull.php25 public function doNotify( $channel, array $events ) { function in EventRelayerNull
/dports/www/mediawiki137/mediawiki-1.37.1/includes/libs/eventrelayer/
H A DEventRelayer.php48 return $this->doNotify( $channel, [ $event ] );
57 return $this->doNotify( $channel, $events );
69 abstract protected function doNotify( $channel, array $events ); function in EventRelayer
H A DEventRelayerNull.php25 public function doNotify( $channel, array $events ) { function in EventRelayerNull
/dports/www/mediawiki136/mediawiki-1.36.3/includes/libs/eventrelayer/
H A DEventRelayer.php48 return $this->doNotify( $channel, [ $event ] );
57 return $this->doNotify( $channel, $events );
69 abstract protected function doNotify( $channel, array $events ); function in EventRelayer
H A DEventRelayerNull.php25 public function doNotify( $channel, array $events ) { function in EventRelayerNull
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmlsecurity/source/framework/
H A Delementcollector.cxx85 doNotify(); in notifyListener()
107 doNotify(); in setReferenceResolvedListener()
110 void ElementCollector::doNotify() in doNotify() function in ElementCollector
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmlsecurity/source/framework/
H A Delementcollector.cxx88 doNotify(); in notifyListener()
110 doNotify(); in setReferenceResolvedListener()
113 void ElementCollector::doNotify() in doNotify() function in ElementCollector
/dports/devel/folly/folly-2021.12.27.00/folly/experimental/
H A DEventCount.h108 void doNotify(int n) noexcept;
135 doNotify(1); in notify()
139 doNotify(INT_MAX); in notifyAll()
142 inline void EventCount::doNotify(int n) noexcept { in doNotify() function
/dports/editors/libreoffice/libreoffice-7.2.6.2/forms/source/richtext/
H A Dfeaturedispatcher.cxx81 doNotify( _rxControl, buildStatusEvent() ); in addStatusListener()
114 doNotify( static_cast< XStatusListener* >( aIter.next() ), aEvent ); in invalidateFeatureState_Broadcast()
118 …void ORichTextFeatureDispatcher::doNotify( const Reference< XStatusListener >& _rxListener, const … in doNotify() function in frm::ORichTextFeatureDispatcher
/dports/editors/libreoffice6/libreoffice-6.4.7.2/forms/source/richtext/
H A Dfeaturedispatcher.cxx80 doNotify( _rxControl, buildStatusEvent() ); in addStatusListener()
113 doNotify( static_cast< XStatusListener* >( aIter.next() ), aEvent ); in invalidateFeatureState_Broadcast()
117 …void ORichTextFeatureDispatcher::doNotify( const Reference< XStatusListener >& _rxListener, const … in doNotify() function in frm::ORichTextFeatureDispatcher
/dports/deskutils/akregator/akregator-21.12.3/src/
H A Dtreenode.cpp135 void TreeNode::setNotificationMode(bool doNotify) in setNotificationMode() argument
137 if (doNotify && !m_doNotify) { // turned on in setNotificationMode()
147 } else if (!doNotify && m_doNotify) { // turned off in setNotificationMode()
H A Dnotificationmanager.cpp69 void NotificationManager::doNotify() in doNotify() function in NotificationManager
117 doNotify(); in slotIntervalCheck()
/dports/graphics/Coin/coin-Coin-4.0.0/src/lists/
H A DSoAuditorList.cpp181 this->doNotify(l, this->getObject(0), this->getType(0)); in notify()
200 this->doNotify(&listcopy, auditor, this->getType(i)); in notify()
217 SoAuditorList::doNotify(SoNotList * l, const void * auditor, const SoNotRec::Type type) in doNotify() function in SoAuditorList
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/qml/
H A Dqqmlnotifier.cpp116 …QQmlNotifierEndpoint::connect(QObject *source, int sourceSignal, QQmlEngine *engine, bool doNotify) in connect() argument
141 if (doNotify) { in connect()
142 needsConnectNotify = doNotify; in connect()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/qml/
H A Dqqmlnotifier.cpp116 …QQmlNotifierEndpoint::connect(QObject *source, int sourceSignal, QQmlEngine *engine, bool doNotify) in connect() argument
141 if (doNotify) { in connect()
142 needsConnectNotify = doNotify; in connect()
/dports/games/ufoai/ufoai-2.5-source/src/client/cgame/campaign/
H A Dcp_messageoptions.cpp90 settings->doNotify = activate; in MSO_Set()
98 settings->doNotify = activate; in MSO_Set()
105 …func("ms_btnstate %i %i %i %i", listIndex, settings->doPause, settings->doNotify, settings->doSoun… in MSO_Set()
213 if (settings->doNotify) in MSO_CheckAddNewMessage()
235 cgi->XML_AddBoolValue(s, SAVE_MESSAGEOPTIONS_NOTIFY, actualSetting.doNotify); in MSO_SaveXML()
/dports/irc/konversation/konversation-21.12.3/src/viewer/
H A Dhighlightviewitem.cpp109 void HighlightViewItem::setNotify(bool doNotify) in setNotify() argument
111 m_notify = doNotify; in setNotify()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.wireadmin/src/org/eclipse/equinox/internal/wireadmin/
H A DWireAdminImpl.java467 boolean doNotify = true; in serviceChanged()
473 doNotify = false; in serviceChanged()
477 if (doNotify) { in serviceChanged()
490 boolean doNotify = true; in serviceChanged()
496 doNotify = false; in serviceChanged()
500 if (doNotify) { in serviceChanged()
/dports/devel/modd/modd-0.8/cmd/modd/
H A Dmain.go40 var doNotify = kingpin.Flag("notify", "Send stderr to system notification if commands error"). var
101 if *doNotify {
/dports/graphics/pixen/Pixen-0.1/
H A DUKUpdateChecker.m123 -(void) checkForUpdatesAndNotifyIfUnsuccessful: (BOOL)doNotify
142 // Is it current? Then tell the user, or just quietly go on, depending on doNotify:
145 if( doNotify )
167 if( !succeeded && doNotify )
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/services/src/main/java/org/mozilla/gecko/sync/synchronizer/
H A DRecordConsumer.java18 public abstract void doNotify(); in doNotify() method in RecordConsumer
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/services/src/main/java/org/mozilla/gecko/sync/synchronizer/
H A DRecordConsumer.java18 public abstract void doNotify(); in doNotify() method in RecordConsumer

1234567