Home
last modified time | relevance | path

Searched defs:removals (Results 1 – 25 of 231) sorted by relevance

12345678910

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/viewers/
H A DObservableViewerElementSet.java148 Set<E> removals = new ViewerElementSet<>(comparer); in removeAll() local
157 fireSetChange(Diffs.createSetDiff(Collections.emptySet(), removals)); in removeAll() local
164 Set<E> removals = new ViewerElementSet<>(comparer); in retainAll() local
182 fireSetChange(Diffs.createSetDiff(Collections.emptySet(), removals)); in retainAll() local
190 Set<E> removals = wrappedSet; in clear() local
192 fireSetChange(Diffs.createSetDiff(Collections.emptySet(), removals)); in clear() local
H A DCheckableCheckedElementsObservableSet.java138 Set<E> removals = createDiffSet(); in removeAll() local
147 fireSetChange(Diffs.createSetDiff(Collections.emptySet(), removals)); in removeAll() local
160 Set<E> removals = createDiffSet(); in retainAll() local
171 fireSetChange(Diffs.createSetDiff(Collections.emptySet(), removals)); in retainAll() local
178 Set<E> removals = createDiffSet(); in clear() local
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-core-dbids/src/main/java/de/lmu/ifi/dbs/elki/database/datastore/
H A DDataStoreEvent.java46 private DBIDs removals; field in DataStoreEvent
60 public DataStoreEvent(DBIDs inserts, DBIDs removals, DBIDs updates) { in DataStoreEvent()
83 public static DataStoreEvent removalEvent(DBIDs removals) { in removalEvent()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/internal/databinding/identity/
H A DIdentityObservableSet.java147 Set<E> removals = new IdentitySet<>(); in removeAll() local
164 Set<E> removals = new IdentitySet<>(); in retainAll() local
190 Set<E> removals = wrappedSet; in clear() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/set/
H A DWritableSet.java98 Set<E> removals = Collections.emptySet(); in add() local
99 fireSetChange(Diffs.createSetDiff(Collections.singleton(o), removals)); in add() local
116 Set<E> removals = Collections.emptySet(); in addAll() local
/dports/math/R-cran-recipes/recipes/R/
H A Drm.R40 removals = NULL, argument
56 step_rm_new <- function(terms, role, trained, removals, skip, id) { argument
H A Dzv.R44 removals = NULL, argument
61 function(terms, role, trained, removals, skip, id) { argument
H A Dlincombo.R55 removals = NULL, argument
73 function(terms, role, trained, max_steps, removals, skip, id) { argument
H A Dcorr.R71 removals = NULL, argument
92 function(terms, role, trained, threshold, use, method, removals, skip, id) { argument
H A Dnzv.R77 removals = NULL, argument
109 function(terms, role, trained, freq_cut, unique_cut, options, removals, skip, id) { argument
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/core/engine/
H A DStendhalRPWorld.java324 final Set<StendhalRPZone> removals = new HashSet<StendhalRPZone>(); in filterOutInteriorOrExteriorZones() local
346 final Set<StendhalRPZone> removals = new HashSet<StendhalRPZone>(); in filterOutAboveOrBelowGround() local
362 final Set<StendhalRPZone> removals = new HashSet<StendhalRPZone>(); in filterByAccessibility() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/bookmarkexplorer/
H A DBookmarkContentProvider.java103 …void getMarkerDeltas(IResourceDelta delta, List<IMarker> additions, List<IMarker> removals, List<I… in getMarkerDeltas()
171 final List<IMarker> removals = new ArrayList<>(); in resourceChanged() local
/dports/finance/prestashop/prestashop/vendor/symfony/http-client/Internal/
H A DDnsCache.php33 public $removals = []; variable in Symfony\\Component\\HttpClient\\Internal\\DnsCache
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/junit/src/org/chromium/chrome/browser/feed/v1/
H A DFeedOfflineBridgeTest.java29 List<ContentRemoval> removals = new ArrayList<>(); in testUserDrivenRemovalsOnlyMultiple() local
/dports/devel/R-cran-caret/caret/R/
H A Dtrim.R5 removals <- c("results", "pred", "bestTune", "call", "dots", vector
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/src/main/java/org/apache/hadoop/yarn/api/records/
H A DResourceBlacklistRequest.java42 List<String> additions, List<String> removals) { in newInstance()
/dports/www/tikiwiki/tiki-21.2/lib/core/Perms/Reflection/
H A DPermissionComparator.php11 private $removals; variable in Perms_Reflection_PermissionComparator
/dports/math/py-pandas/pandas-1.2.5/pandas/util/
H A D_depr_module.py28 def __init__(self, deprmod, deprmodto=None, removals=None, moved=None): argument
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/world/
H A DLitter.cpp90 std::vector<Litter*> removals; in RemoveAt() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/boto/scripts/
H A Dgit-release-notes.py43 removals = [ variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/vendored/boto/scripts/
H A Dgit-release-notes.py43 removals = [ variable
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.core.databinding.observable/src/org/eclipse/core/databinding/observable/map/
H A DCompositeMap.java268 void addAndRemove(Set<E> additions, Set<E> removals) { in addAndRemove()
/dports/net/messagelib/messagelib-21.12.3/webengineviewer/src/checkphishingurl/autotests/data/
H A Dtest1.json14 "removals": [{ array
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/tools/sdktool/
H A Drmkeysoperation.cpp167 QVariantMap RmKeysOperation::rmKeys(const QVariantMap &map, const QStringList &removals) in rmKeys()
/dports/emulators/mess/mame-mame0226/3rdparty/sol2/sol/
H A Ddemangle.hpp34 …const static std::array<std::string, 7> removals = { { "public:", "private:", "protected:", "struc… in ctti_get_type_name() local

12345678910