Home
last modified time | relevance | path

Searched defs:ignoreOwner (Results 1 – 3 of 3) sorted by relevance

/dports/irc/py-limnoria/Limnoria-master-2019-09-08/src/
H A Dircdb.py140 def check(self, capability, ignoreOwner=False): argument
164 def __contains__(self, capability, ignoreOwner=False): argument
173 def check(self, capability, ignoreOwner=False): argument
243 def _checkCapability(self, capability, ignoreOwner=False): argument
449 def _checkCapability(self, capability, ignoreOwner=False): argument
1073 ignoreOwner=False, ignoreChannelOp=False, argument
/dports/games/spring/spring_98.0/rts/Game/
H A DGameHelper.h61 bool ignoreOwner; member
H A DGameHelper.cpp102 const bool ignoreOwner, in DoExplosionDamage()