Home
last modified time | relevance | path

Searched defs:defFile (Results 1 – 25 of 36) sorted by relevance

12

/dports/games/opendungeons/OpenDungeons-0.7.1/source/utils/
H A DConfigManager.cpp627 std::stringstream defFile; in loadCreatureDefinitions() local
677 std::stringstream defFile; in loadEquipements() local
726 std::stringstream defFile; in loadSpawnConditions() local
812 std::stringstream defFile; in loadFactions() local
923 std::stringstream defFile; in loadRooms() local
956 std::stringstream defFile; in loadTraps() local
989 std::stringstream defFile; in loadSpellConfig() local
1022 std::stringstream defFile; in loadSkills() local
1054 std::stringstream defFile; in loadTilesets() local
1163 bool ConfigManager::loadTilesetValues(std::istream& defFile, TileVisual tileVisual, std::vector<Til… in loadTilesetValues()
[all …]
/dports/net/tigervnc-server/tigervnc-1.12.0/java/com/tigervnc/vncviewer/
H A DDialog.java135 public static File showChooser(String title, File defFile, in showChooser()
149 public static File showChooser(String title, File defFile, Container c) { in showChooser()
153 protected File showChooser(String title, File defFile, in showChooser()
158 protected File showChooser(String title, File defFile) { in showChooser()
/dports/net/tigervnc-viewer/tigervnc-1.12.0/java/com/tigervnc/vncviewer/
H A DDialog.java135 public static File showChooser(String title, File defFile, in showChooser()
149 public static File showChooser(String title, File defFile, Container c) { in showChooser()
153 protected File showChooser(String title, File defFile, in showChooser()
158 protected File showChooser(String title, File defFile) { in showChooser()
/dports/games/opendungeons/OpenDungeons-0.7.1/source/entities/
H A DWeapon.cpp29 Weapon* Weapon::load(std::stringstream& defFile) in load()
42 bool Weapon::update(Weapon* weapon, std::stringstream& defFile) in update()
H A DCreatureDefinition.cpp352 CreatureDefinition* CreatureDefinition::load(std::stringstream& defFile, const std::map<std::string… in load()
368 bool CreatureDefinition::update(CreatureDefinition* creatureDef, std::stringstream& defFile, const … in update()
1005 void CreatureDefinition::loadXPTable(std::stringstream& defFile, CreatureDefinition* creatureDef) in loadXPTable()
1045 void CreatureDefinition::loadCreatureSkills(std::stringstream& defFile, CreatureDefinition* creatur… in loadCreatureSkills()
1085 void CreatureDefinition::loadCreatureBehaviours(std::stringstream& defFile, CreatureDefinition* cre… in loadCreatureBehaviours()
1125 void CreatureDefinition::loadCreatureMoods(std::stringstream& defFile, CreatureDefinition* creature… in loadCreatureMoods()
1165 void CreatureDefinition::loadRoomAffinity(std::stringstream& defFile, CreatureDefinition* creatureD… in loadRoomAffinity()
/dports/cad/sumo/sumo-1.2.0/src/traci_testclient/
H A Dtracitestclient_main.cpp37 std::string defFile = ""; in main() local
H A DTraCITestClient.cpp64 std::ifstream defFile; in run() local
258 …stClient::commandSetValue(int domID, int varID, const std::string& objID, std::ifstream& defFile) { in commandSetValue()
282 …D, const std::string& objID, double beginTime, double endTime, int varNo, std::ifstream& defFile) { in commandSubscribeObjectVariable()
307 int domain, double range, int varNo, std::ifstream& defFile) { in commandSubscribeContextVariable()
435 TraCITestClient::setValueTypeDependant(tcpip::Storage& into, std::ifstream& defFile, std::stringstr… in setValueTypeDependant()
/dports/editors/textadept/cdk-5.0-20200923/
H A Ddebug.c17 const char *defFile = "cdkdebug.log"; in startCDKDebug() local
/dports/editors/textadept/textadept-textadept_11.1/src/cdk/
H A Ddebug.c17 const char *defFile = "cdkdebug.log"; in startCDKDebug() local
/dports/devel/cdk/cdk-5.0-20161210/
H A Ddebug.c17 const char *defFile = "cdkdebug.log"; in startCDKDebug() local
/dports/games/opendungeons/OpenDungeons-0.7.1/source/spawnconditions/
H A DSpawnCondition.cpp36 SpawnCondition* SpawnCondition::load(std::istream& defFile) in load()
/dports/games/opendungeons/OpenDungeons-0.7.1/source/renderscene/
H A DRenderSceneMenu.cpp70 std::stringstream defFile; in readSceneMenu() local
H A DRenderSceneGroup.cpp40 RenderSceneGroup* RenderSceneGroup::load(std::istream& defFile) in load()
/dports/games/opendungeons/OpenDungeons-0.7.1/source/creatureeffect/
H A DCreatureEffectManager.cpp54 CreatureEffect* CreatureEffectManager::load(std::istream& defFile) in load()
/dports/graphics/tikzit/tikzit-2.1.6/src/gui/
H A Dlatexprocess.cpp121 QString defFile = fi.baseName() + ".tikzdefs"; in makePreview() local
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/
H A Dpycompletionserver.py149 def format_completion_message(self, defFile, completionsList): argument
199 def get_completions_message(self, defFile, completionsList): argument
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/
H A Dpycompletionserver.py149 def format_completion_message(self, defFile, completionsList): argument
199 def get_completions_message(self, defFile, completionsList): argument
/dports/devel/py-pydevd/pydevd-1.1.1/
H A Dpycompletionserver.py148 def format_completion_message(self, defFile, completionsList): argument
198 def get_completions_message(self, defFile, completionsList): argument
/dports/games/opendungeons/OpenDungeons-0.7.1/source/creaturemood/
H A DCreatureMoodManager.cpp91 CreatureMood* CreatureMoodManager::load(std::istream& defFile) in load()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/rmarkdown/
H A DNotebookChunkDefs.hpp134 core::FilePath defFile = chunkDefinitionsPath(docPath, docId); in setChunkValue() local
H A DNotebookChunkDefs.cpp159 FilePath defFile = chunkDefinitionsPath(pDoc->path(), pDoc->id(), in setChunkDefs() local
/dports/finance/kraft/kraft-0.97/src/
H A Dimportfilter.cpp42 QString defFile = name; in readDefinition() local
/dports/www/logtools/logtools-0.13e/
H A Dclfdomainsplit.cpp182 FILE *defFile = stderr; in main() local
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/clucene/src/CLucene/debug/
H A Dmemtracking.cpp31 … CL_NS(util)::CLSet<const char*,_file*,Compare::Char,Deletor::Dummy,Deletor::Void<_file> > defFile; typedef
/dports/lang/ghc/ghc-8.10.7/utils/gen-dll/
H A DMain.hs242 let defFile = base <.> "def" function

12