Home
last modified time | relevance | path

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

/dports/security/nextcloud-twofactor_webauthn/twofactor_webauthn/vendor/fgrosse/phpasn1/lib/ASN1/
H A DIdentifier.php226 $classDescription = self::getClassDescription($identifier);
251 public static function getClassDescription($identifier) function in FG\\ASN1\\Identifier
/dports/sysutils/ldap-account-manager/ldap-account-manager-7.3/lib/3rdParty/composer/fgrosse/phpasn1/lib/ASN1/
H A DIdentifier.php226 $classDescription = self::getClassDescription($identifier);
251 public static function getClassDescription($identifier) function in FG\\ASN1\\Identifier
/dports/www/nextcloud/nextcloud/3rdparty/fgrosse/phpasn1/lib/ASN1/
H A DIdentifier.php226 $classDescription = self::getClassDescription($identifier);
251 public static function getClassDescription($identifier) function in FG\\ASN1\\Identifier
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.WebBrowser/Mono.Mozilla/interfaces/
H A DnsIClassInfo.cs58 int getClassDescription ( ref IntPtr ret); in getClassDescription() method
/dports/games/opendungeons/OpenDungeons-0.7.1/source/gamemap/
H A DGameMap.h199 const CreatureDefinition* getClassDescription(int index);
200 const CreatureDefinition* getClassDescription(const std::string& className);
H A DGameMap.cpp514 const CreatureDefinition* GameMap::getClassDescription(const string &className) in getClassDescription() function in GameMap
903 const CreatureDefinition* GameMap::getClassDescription(int index) in getClassDescription() function in GameMap
/dports/games/opendungeons/OpenDungeons-0.7.1/source/rooms/
H A DRoomCrypt.cpp244 const CreatureDefinition* classToSpawn = getGameMap()->getClassDescription(className); in doUpkeep()
H A DRoomPrison.cpp239 const CreatureDefinition* classToSpawn = getGameMap()->getClassDescription(className); in doUpkeep()
H A DRoomPortalWave.cpp346 const CreatureDefinition* classToSpawn = getGameMap()->getClassDescription(p.first); in spawnWave()
/dports/games/opendungeons/OpenDungeons-0.7.1/source/game/
H A DSeat.cpp373 mDefaultWorkerClass = mGameMap->getClassDescription(defaultWorkerClass); in initSeat()
383 const CreatureDefinition* def = mGameMap->getClassDescription(defName); in initSeat()
395 mDefaultWorkerClass = mGameMap->getClassDescription(defaultWorkerClass); in initSeat()
/dports/games/opendungeons/OpenDungeons-0.7.1/source/modes/
H A DEditorMode.cpp600 const CreatureDefinition* def = mGameMap->getClassDescription(mCurrentCreatureIndex); in updateCursorText()
849 … const CreatureDefinition* def = mGameMap->getClassDescription(mCurrentCreatureIndex); in notifyGuiAction()
H A DConsoleCommands.cpp209 const CreatureDefinition* currentClassDesc = gameMap->getClassDescription(i); in cList()
/dports/editors/abiword/abiword-3.0.5/src/af/gr/xp/
H A Dgr_Graphics.h316 const char * getClassDescription(UT_uint32 iClassId) const;
H A Dgr_Graphics.cpp1681 const char * GR_GraphicsFactory::getClassDescription(UT_uint32 iClassId) const in getClassDescription() function in GR_GraphicsFactory
/dports/games/opendungeons/OpenDungeons-0.7.1/source/network/
H A DODServer.cpp701 const CreatureDefinition* def = gameMap->getClassDescription(i); in processClientNotifications()
1737 const CreatureDefinition *classToSpawn = gameMap->getClassDescription(className); in processClientNotifications()
/dports/games/opendungeons/OpenDungeons-0.7.1/source/render/
H A DRenderManager.cpp146 const CreatureDefinition* def = gameMap->getClassDescription(i); in initGameRenderer()
/dports/games/opendungeons/OpenDungeons-0.7.1/source/entities/
H A DCreature.cpp2726 mDefinition = gameMap.getClassDescription(mDefinitionString); in setupDefinition()