Home
last modified time | relevance | path

Searched refs:handleRemoved (Results 1 – 17 of 17) sorted by relevance

/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/entity/mapstuff/area/
H A DOccupantArea.java140 protected void handleRemoved(final RPEntity entity) { in handleRemoved() method in OccupantArea
295 handleRemoved(rpentity); in onExited()
364 handleRemoved(entity); in onTurnReached()
368 handleRemoved(entity); in onTurnReached()
H A DLifeDrainArea.java139 protected void handleRemoved(final RPEntity entity) { in handleRemoved() method in LifeDrainArea
141 super.handleRemoved(entity); in handleRemoved()
H A DDamagingArea.java229 protected void handleRemoved(final RPEntity entity) { in handleRemoved() method in DamagingArea
231 super.handleRemoved(entity); in handleRemoved()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/
H A DSearchResultUpdater.java58 handleRemoved(removedElements); in elementChanged()
60 handleRemoved(potentiallyRemovedElements); in elementChanged()
64 private void handleRemoved(Set<IAdaptable> removedElements) { in handleRemoved() method in SearchResultUpdater
/dports/x11-toolkits/qt5-charts/kde-qtcharts-5.15.2p2/src/chartsqml2/
H A Ddeclarativepieseries.cpp76 connect(this, SIGNAL(removed(QList<QPieSlice*>)), this, SLOT(handleRemoved(QList<QPieSlice*>))); in DeclarativePieSeries()
155 void DeclarativePieSeries::handleRemoved(QList<QPieSlice *> slices) in handleRemoved() function in DeclarativePieSeries
H A Ddeclarativepieseries_p.h99 void handleRemoved(QList<QPieSlice *> slices);
H A Dplugins.qmltypes1593 name: "handleRemoved"
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/mapping/
H A DChangeDescription.java105 private void handleRemoved(IResourceDelta delta) { in handleRemoved() method in ChangeDescription
126 handleRemoved(delta); in recordChange()
/dports/devel/flex-sdk35/flex-sdk3-3.5.0.12683_1/frameworks/projects/framework/src/mx/skins/halo/
H A DBusyCursor.as90 addEventListener(Event.REMOVED, handleRemoved);
119 private function handleRemoved(event:Event):void method in BusyCursor
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/mapping/
H A DChangeDescription.java140 private void handleRemoved(IResourceDelta delta) { in handleRemoved() method in ChangeDescription
161 handleRemoved(delta); in recordChange()
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/framework/src/mx/skins/halo/
H A DBusyCursor.as109 addEventListener(Event.REMOVED, handleRemoved);
138 private function handleRemoved(event:Event):void method in BusyCursor
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/cldr-apps/src/main/java/org/unicode/cldr/web/
H A DDataSubmissionResultHandler.java117 void handleRemoved(DataRow p);
H A DDefaultDataSubmissionResultHandler.java123 public void handleRemoved(DataRow p) {
H A DSummarizingSubmissionResultHandler.java224 public void handleRemoved(DataRow p) { in handleRemoved() method in SummarizingSubmissionResultHandler
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/pkg/canary/comparator/
H A Dcomparator.go499 func pruneList(list []*time.Time, shouldRemove func(int, *time.Time) bool, handleRemoved func(int, …
504 handleRemoved(i, e)
/dports/devel/staf/src/staf/stafproc/
H A DSTAFHandleManager.h234 void handleRemoved(STAFHandle_t handle);
H A DSTAFHandleManager.cpp132 gHandleManagerPtr->handleRemoved(*handlePtr); in callHandleRemovedCallback()
915 void STAFHandleManager::handleRemoved(STAFHandle_t handle) in handleRemoved() function in STAFHandleManager