Home
last modified time | relevance | path

Searched refs:RemoveIndex (Results 1 – 25 of 235) sorted by relevance

12345678910

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/EntityClient/
H A DDbParameterCollectionHelper.cs200 RemoveIndex(index); in Remove()
210 RemoveIndex(index); in RemoveAt()
216 RemoveIndex(index); in RemoveAt()
219 private void RemoveIndex(int index) { in RemoveIndex() method in System.Data.EntityClient.EntityParameterCollection
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/
H A DSqlParameterCollectionHelper.cs216 RemoveIndex(index); in Remove()
228 RemoveIndex(index); in RemoveAt()
235 RemoveIndex(index); in RemoveAt()
238 private void RemoveIndex(int index) in RemoveIndex() method in System.Data.SqlClient.SqlParameterCollection
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.Odbc/src/System/Data/Odbc/
H A DOdbcParameterCollectionHelper.cs234 RemoveIndex(index); in Remove()
246 RemoveIndex(index); in RemoveAt()
253 RemoveIndex(index); in RemoveAt()
256 private void RemoveIndex(int index) in RemoveIndex() method in System.Data.Odbc.OdbcParameterCollection
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/ProviderBase/
H A DDbParameterCollectionHelper.cs199 RemoveIndex(index); in Remove()
209 RemoveIndex(index); in RemoveAt()
215 RemoveIndex(index); in RemoveAt()
218 private void RemoveIndex(int index) { in RemoveIndex() method in NAMESPACE.PARAMETERCOLLECTIONOBJECTNAME
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/django-stubs/django-stubs/db/migrations/operations/
H A D__init__.pyi17 RemoveIndex as RemoveIndex,
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.Common/src/System/Data/Common/
H A DDataTableMappingCollection.cs274 RemoveIndex(index); in RemoveAt()
280 RemoveIndex(index); in RemoveAt()
283 private void RemoveIndex(int index) in RemoveIndex() method in System.Data.Common.DataTableMappingCollection
306 RemoveIndex(index); in Remove()
H A DDataColumnMappingCollection.cs339 RemoveIndex(index); in RemoveAt()
345 RemoveIndex(index); in RemoveAt()
348 private void RemoveIndex(int index) in RemoveIndex() method in System.Data.Common.DataColumnMappingCollection
371 RemoveIndex(index); in Remove()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/Common/
H A DDataTableMappingCollection.cs287 RemoveIndex(index); in RemoveAt()
292 RemoveIndex(index); in RemoveAt()
295 private void RemoveIndex(int index) { in RemoveIndex() method in System.Data.Common.DataTableMappingCollection
313 RemoveIndex (index); in Remove()
H A DDataColumnMappingCollection.cs284 RemoveIndex(index); in RemoveAt()
289 RemoveIndex(index); in RemoveAt()
292 private void RemoveIndex(int index) { in RemoveIndex() method in System.Data.Common.DataColumnMappingCollection
310 RemoveIndex (index); in Remove()
/dports/games/iortcw/iortcw-1.51c/MP/code/splines/
H A Dutil_list.h58 bool RemoveIndex( int index );
301 inline bool idList<type>::RemoveIndex( int index ) { in RemoveIndex() function
333 return RemoveIndex( index ); in Remove()
/dports/games/iortcw/iortcw-1.51c/SP/code/splines/
H A Dutil_list.h58 bool RemoveIndex( int index );
301 inline bool idList<type>::RemoveIndex( int index ) { in RemoveIndex() function
333 return RemoveIndex( index ); in Remove()
/dports/games/gtkradiant/GPL/GtkRadiant/libs/splines/
H A Dutil_list.h51 bool RemoveIndex( int index );
294 inline bool idList<type>::RemoveIndex( int index ) { in RemoveIndex() function
326 return RemoveIndex( index ); in Remove()
/dports/games/netradiant/netradiant-20150621-src/libs/splines/
H A Dutil_list.h51 bool RemoveIndex( int index );
295 inline bool idList<type>::RemoveIndex( int index ) { in RemoveIndex() function
327 return RemoveIndex( index ); in Remove()
/dports/games/dhewm3/dhewm3-1.5.1/neo/ui/
H A DListGUI.cpp136 m_ids.RemoveIndex( i ); in Del()
137 this->RemoveIndex( i ); in Del()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Configuration/System/Configuration/
H A DConfigurationElementCollection.cs893 int RemoveIndex = 0; in BaseClear()
895 RemoveIndex = 0; // Inherited items are at the bottom and cannot be removed in BaseClear()
898RemoveIndex = _inheritedCount; // inherited items are at the top and cannot be removed in BaseClear()
901 _items.RemoveAt(RemoveIndex); in BaseClear()
919 for (int RemoveIndex = _items.Count - 1; RemoveIndex >= 0; RemoveIndex--) { in BaseClear()
920 Entry entry = (Entry)_items[RemoveIndex]; in BaseClear()
922 RemoveIndex < _inheritedCount) || in BaseClear()
924 (RemoveIndex >= initialCount - _inheritedCount))) { in BaseClear()
931 _items.RemoveAt(RemoveIndex); in BaseClear()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Segmentation/LevelSetsv4/include/
H A DitkBinaryImageToLevelSetImageAdaptor.hxx201 this->m_LabelMap->GetLabelObject( testValue )->RemoveIndex( nodeIt->first ); in PropagateToOuterLayers()
270 … this->m_LabelMap->GetLabelObject( LevelSetType::MinusThreeLayer() )->RemoveIndex( nodeIt->first ); in FindActiveLayer()
346 … this->m_LabelMap->GetLabelObject( LevelSetType::MinusThreeLayer() )->RemoveIndex( nodeIt->first ); in FindPlusOneMinusOneLayer()
492 … this->m_LabelMap->GetLabelObject( LevelSetType::MinusThreeLayer() )->RemoveIndex( nodeIt->first ); in FindActiveLayer()
637 labelObject->RemoveIndex( nodeIt->first ); in FindActiveLayer()
709 this->m_LabelMap->GetLabelObject( LevelSetType::ZeroLayer() )->RemoveIndex( currentIdx ); in CreateMinimalInterface()
720 this->m_LabelMap->GetLabelObject( LevelSetType::ZeroLayer() )->RemoveIndex( currentIdx ); in CreateMinimalInterface()
/dports/games/dhewm3/dhewm3-1.5.1/neo/d3xp/physics/
H A DPhysics_Base.cpp559 contactEntities.RemoveIndex( i-- ); in AddContactEntity()
582 contactEntities.RemoveIndex( i-- ); in RemoveContactEntity()
586 contactEntities.RemoveIndex( i-- ); in RemoveContactEntity()
760 contactEntities.RemoveIndex( i-- ); in ActivateContactEntities()
/dports/games/dhewm3/dhewm3-1.5.1/neo/game/physics/
H A DPhysics_Base.cpp559 contactEntities.RemoveIndex( i-- ); in AddContactEntity()
582 contactEntities.RemoveIndex( i-- ); in RemoveContactEntity()
586 contactEntities.RemoveIndex( i-- ); in RemoveContactEntity()
760 contactEntities.RemoveIndex( i-- ); in ActivateContactEntities()
/dports/games/vavoom/vavoom-1.33/utils/master/
H A Dmain.cpp180 SrvList.RemoveIndex(i); in ReadNet()
276 SrvList.RemoveIndex(i); in main()
/dports/cad/alliance/alliance/src/flatbeh/src/
H A Dutils.h30 extern char *RemoveIndex();
/dports/games/dhewm3/dhewm3-1.5.1/neo/idlib/containers/
H A DStaticList.h72 bool RemoveIndex( int index ); // remove the element at the given index
495 ID_INLINE bool idStaticList<type,size>::RemoveIndex( int index ) { in RemoveIndex() function
528 return RemoveIndex( index ); in Remove()
H A DStrPool.h160 pool.RemoveIndex( i ); in FreeString()
161 poolHash.RemoveIndex( hash, i ); in FreeString()
/dports/cad/leocad/leocad-21.06/common/
H A Dlc_array.h188 void RemoveIndex(int Index) in RemoveIndex() function
202 RemoveIndex(i); in Remove()
/dports/games/vavoom/vavoom-1.33/libs/core/
H A Darray.h221 bool RemoveIndex(int Index) in RemoveIndex() function
246 RemoveIndex(i--); in Remove()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/rubocop/cop/migration/
H A Dremove_index.rb9 class RemoveIndex < RuboCop::Cop::Cop class

12345678910