Home
last modified time | relevance | path

Searched refs:_lockType (Results 1 – 9 of 9) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Configuration/System/Configuration/
H A DConfigurationLockCollection.cs30 private ConfigurationLockCollectionType _lockType; field in System.Configuration.ConfigurationLockCollection
49 _lockType = lockType; in ConfigurationLockCollection()
54 _bExceptionList = _lockType == ConfigurationLockCollectionType.LockedExceptionList || in ConfigurationLockCollection()
55_lockType == ConfigurationLockCollectionType.LockedElementsExceptionList; in ConfigurationLockCollection()
78 get { return _lockType; }
100 _lockType == ConfigurationLockCollectionType.LockedExceptionList) { in Add()
101 _thisElement.ReportInvalidLock(attribToLockTrim, _lockType, null, null); in Add()
112 if ((_lockType == ConfigurationLockCollectionType.LockedElements) || in Add()
113 … (_lockType == ConfigurationLockCollectionType.LockedElementsExceptionList)) { in Add()
116 _thisElement.ReportInvalidLock(attribToLockTrim, _lockType, null, null); in Add()
[all …]
/dports/devel/sope/SOPE/sope-appserver/NGObjWeb/WebDAV/
H A DSoDAVLockManager.h44 scope:(NSString *)_scope type:(NSString *)_lockType
H A DSoDAVLockManager.m57 scope:(NSString *)_scope type:(NSString *)_lockType
/dports/devel/sope2/SOPE/sope-appserver/NGObjWeb/WebDAV/
H A DSoDAVLockManager.h44 scope:(NSString *)_scope type:(NSString *)_lockType
H A DSoDAVLockManager.m57 scope:(NSString *)_scope type:(NSString *)_lockType
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/
H A Ddb_raii.cpp49 : _opCtx(opCtx), _lockType(lockType), _nss(nss) { in AutoStatsTracker()
71 _lockType, in ~AutoStatsTracker()
H A Ddb_raii.h80 Top::LockType _lockType; variable
/dports/games/scummvm/scummvm-2.5.1/engines/griffon/
H A Dinput.cpp151 if (_curItem == 3 && _player.inventory[kInvNormalKey] > 0 && _canUseKey && _lockType == 1) { in checkInputs()
163 if (_curItem == 4 && _player.inventory[kInvMasterKey] > 0 && _canUseKey && _lockType == 2) { in checkInputs()
644 _lockType = _roomLocks[tmap]; in processTrigger()
H A Dgriffon.h563 int _roomLocks[201], _lockType; variable