Home
last modified time | relevance | path

Searched refs:defFile (Results 1 – 25 of 72) sorted by relevance

123

/dports/games/opendungeons/OpenDungeons-0.7.1/source/utils/
H A DConfigManager.cpp636 defFile >> nextParam; in loadCreatureDefinitions()
643 while(defFile.good()) in loadCreatureDefinitions()
686 defFile >> nextParam; in loadEquipements()
693 while(defFile.good()) in loadEquipements()
735 defFile >> nextParam; in loadSpawnConditions()
742 while(defFile.good()) in loadSpawnConditions()
821 defFile >> nextParam; in loadFactions()
828 while(defFile.good()) in loadFactions()
1193 defFile >> rotX; in loadTilesetValues()
1196 defFile >> rotY; in loadTilesetValues()
[all …]
/dports/games/opendungeons/OpenDungeons-0.7.1/source/entities/
H A DCreatureDefinition.cpp354 if (!defFile.good()) in load()
376 while (defFile.good()) in update()
392 defFile >> name; in update()
1019 while (defFile.good()) in loadXPTable()
1053 if(!defFile.good()) in loadCreatureSkills()
1062 while (defFile.good()) in loadCreatureSkills()
1093 if(!defFile.good()) in loadCreatureBehaviours()
1102 while (defFile.good()) in loadCreatureBehaviours()
1133 if(!defFile.good()) in loadCreatureMoods()
1142 while (defFile.good()) in loadCreatureMoods()
[all …]
H A DWeapon.cpp31 if (!defFile.good()) in load()
35 if(!update(weapon, defFile)) in load()
50 while (defFile.good()) in update()
55 if(!(defFile >> nextParam)) in update()
63 defFile >> name; in update()
69 defFile >> baseDefinition; in update()
84 while (defFile.good()) in update()
104 defFile >> nextParam; in update()
111 defFile >> nextParam; in update()
118 defFile >> nextParam; in update()
[all …]
H A DCreatureDefinition.h142 …static CreatureDefinition* load(std::stringstream& defFile, const std::map<std::string, CreatureDe…
143 …static bool update(CreatureDefinition* creatureDef, std::stringstream& defFile, const std::map<std…
355 static void loadXPTable(std::stringstream& defFile, CreatureDefinition* creatureDef);
358 static void loadCreatureSkills(std::stringstream& defFile, CreatureDefinition* creatureDef);
361 static void loadCreatureBehaviours(std::stringstream& defFile, CreatureDefinition* creatureDef);
364 static void loadCreatureMoods(std::stringstream& defFile, CreatureDefinition* creatureDef);
367 static void loadRoomAffinity(std::stringstream& defFile, CreatureDefinition* creatureDef);
/dports/games/opendungeons/OpenDungeons-0.7.1/source/spawnconditions/
H A DSpawnCondition.cpp36 SpawnCondition* SpawnCondition::load(std::istream& defFile) in load() argument
40 while (defFile.good()) in load()
42 if(!(defFile >> nextParam)) in load()
56 if(!(defFile >> nextParam)) in load()
64 if(!(defFile >> nextParam)) in load()
67 if(!(defFile >> nextParam)) in load()
76 if(!(defFile >> nextParam)) in load()
84 if(!(defFile >> nextParam)) in load()
87 if(!(defFile >> nextParam)) in load()
96 if(!(defFile >> nextParam)) in load()
[all …]
/dports/cad/sumo/sumo-1.2.0/src/traci_testclient/
H A DTraCITestClient.cpp64 std::ifstream defFile; in run() local
84 if (!defFile) { in run()
169 defFile.close(); in run()
286 defFile >> var; in commandSubscribeObjectVariable()
311 defFile >> var; in commandSubscribeContextVariable()
460 defFile >> valI; in setValueTypeDependant()
465 defFile >> valI; in setValueTypeDependant()
470 defFile >> valI; in setValueTypeDependant()
475 defFile >> valF; in setValueTypeDependant()
490 defFile >> valI; in setValueTypeDependant()
[all …]
H A Dtracitestclient_main.cpp37 std::string defFile = ""; in main() local
51 defFile = argv[i + 1]; in main()
72 if (defFile.compare("") == 0) { in main()
79 return client.run(defFile, port, host); in main()
H A DTraCITestClient.h100 void commandSetValue(int domID, int varID, const std::string& objID, std::ifstream& defFile);
111 …ID, const std::string& objID, double beginTime, double endTime, int varNo, std::ifstream& defFile);
124 …ID, double beginTime, double endTime, int domain, double range, int varNo, std::ifstream& defFile);
175 int setValueTypeDependant(tcpip::Storage& into, std::ifstream& defFile, std::stringstream& msg);
/dports/finance/moneymanagerex/bakefile-0.2.9/autoconf/
H A Ddllar.sh89 rm -f $arcFile $arcFile2 $defFile $dllFile
380 defFile="${outFile}.def"
401 tmpdefFile=${defFile}_%
414 rm -f $defFile
415 echo "LIBRARY `basnam $dllFile` $library_flags" >> $defFile
418 echo "DESCRIPTION \"${description}\"" >> $defFile
420 echo "EXPORTS" >> $defFile
444 cat $tmpdefFile >> $defFile
458 doCommand "$CC $CFLAGS -Zdll -o $dllFile $defFile $gccCmdl $EXTRA_CFLAGS"
461 doCommand "emximp -o $arcFile $defFile"
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/os2/
H A Ddllar.sh89 rm -f $arcFile $arcFile2 $defFile $dllFile
380 defFile="${outFile}.def"
401 tmpdefFile=${defFile}_%
416 rm -f $defFile
417 echo "LIBRARY `basnam $dllFile` $library_flags" >> $defFile
420 echo "DESCRIPTION \"${description}\"" >> $defFile
422 echo "EXPORTS" >> $defFile
446 cat $tmpdefFile >> $defFile
460 doCommand "$CC $CFLAGS -Zdll -o $dllFile $defFile $gccCmdl $EXTRA_CFLAGS"
463 doCommand "emximp -o $arcFile $defFile"
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/os2/
H A Ddllar.sh89 rm -f $arcFile $arcFile2 $defFile $dllFile
380 defFile="${outFile}.def"
401 tmpdefFile=${defFile}_%
416 rm -f $defFile
417 echo "LIBRARY `basnam $dllFile` $library_flags" >> $defFile
420 echo "DESCRIPTION \"${description}\"" >> $defFile
422 echo "EXPORTS" >> $defFile
446 cat $tmpdefFile >> $defFile
460 doCommand "$CC $CFLAGS -Zdll -o $dllFile $defFile $gccCmdl $EXTRA_CFLAGS"
463 doCommand "emximp -o $arcFile $defFile"
/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() argument
137 JFileChooser fc = new JFileChooser(defFile); in showChooser()
149 public static File showChooser(String title, File defFile, Container c) { in showChooser() argument
150 return showChooser(title, defFile, c, null); in showChooser()
153 protected File showChooser(String title, File defFile, in showChooser() argument
155 return showChooser(title, defFile, this, f); in showChooser()
158 protected File showChooser(String title, File defFile) { in showChooser() argument
159 return showChooser(title, defFile, this); 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() argument
137 JFileChooser fc = new JFileChooser(defFile); in showChooser()
149 public static File showChooser(String title, File defFile, Container c) { in showChooser() argument
150 return showChooser(title, defFile, c, null); in showChooser()
153 protected File showChooser(String title, File defFile, in showChooser() argument
155 return showChooser(title, defFile, this, f); in showChooser()
158 protected File showChooser(String title, File defFile) { in showChooser() argument
159 return showChooser(title, defFile, this); in showChooser()
/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
135 if (!defFile.exists()) in setChunkValue()
137 defFile = chunkDefinitionsPath(docPath, docId, notebookCtxId()); in setChunkValue()
138 error = defFile.getParent().ensureDirectory(); in setChunkValue()
145 if (defFile.exists()) in setChunkValue()
147 error = getChunkJson(defFile, &defs); in setChunkValue()
154 return core::writeStringToFile(defFile, defs.write()); in setChunkValue()
H A DNotebookChunkDefs.cpp159 FilePath defFile = chunkDefinitionsPath(pDoc->path(), pDoc->id(), in setChunkDefs() local
163 Error error = defFile.getParent().ensureDirectory(); in setChunkDefs()
170 if (defFile.exists()) in setChunkDefs()
172 error = getChunkJson(defFile, &defContents); in setChunkDefs()
201 error = writeStringToFile(defFile, defContents.write()); in setChunkDefs()
/dports/devel/log4cxx/apache-log4cxx-0.11.0/src/test/cpp/
H A Dfiletestcase.cpp65 File defFile; in LOGUNIT_CLASS()
66 LOGUNIT_ASSERT_EQUAL((LogString) LOG4CXX_STR(""), defFile.getPath()); in LOGUNIT_CLASS()
73 File defFile; in LOGUNIT_CLASS()
75 bool exists = defFile.exists(pool); in LOGUNIT_CLASS()
83 File defFile; in LOGUNIT_CLASS()
88 InputStreamPtr defInput = new FileInputStream(defFile); in LOGUNIT_CLASS()
/dports/cad/openroad/OpenROAD-2.0/src/ppl/scripts/
H A Dreplace_ioplace_loop.sh24 defFile="$7"
53 if [[ ! -f "${defFile}" ]]; then
58 cp ${defFile} ${runDir}/${defName}.def
64 -d ${defFile} \
102 -def ${defFile} \
/dports/games/opendungeons/OpenDungeons-0.7.1/source/renderscene/
H A DRenderSceneMenu.cpp70 std::stringstream defFile; in readSceneMenu() local
71 if(!Helper::readFileWithoutComments(fileName, defFile)) in readSceneMenu()
80 if(!defFile.good()) in readSceneMenu()
83 RenderSceneGroup* group = RenderSceneGroup::load(defFile); in readSceneMenu()
/dports/games/opendungeons/OpenDungeons-0.7.1/source/creatureeffect/
H A DCreatureEffectManager.cpp54 CreatureEffect* CreatureEffectManager::load(std::istream& defFile) in load() argument
56 if(!defFile.good()) in load()
61 OD_ASSERT_TRUE(defFile >> nextParam); in load()
82 if(!effect->importFromStream(defFile)) in load()
/dports/x11/eaglemode/eaglemode-0.95.0/makers/unicc/plugins/
H A Dunicc_mic.pm113 my $defFile;
115 $defFile=catfile(GetObjDir,GetTgtName.".def");
116 print("Creating DEF-File: $defFile\n");
118 open($dfh,">",$defFile);
184 push(@args,"/DEF:$defFile");
H A Dunicc_bor.pm112 my $defFile;
114 $defFile=catfile(GetObjDir,GetTgtName.".def");
115 print("Creating DEF-File: $defFile\n");
117 open($dfh,">",$defFile);
229 if ($type eq 'dynlib') { push(@args,$defFile); }
/dports/converters/wkhtmltopdf/qt-5db36ec/mkspecs/features/symbian/
H A Ddef_files.prf68 defFile = $$DEF_FILE
70 defFile = .
72 qtTestIfDirExists($$_PRO_FILE_PWD_/$$defFile) {
73 !exists("$$_PRO_FILE_PWD_/$$defFile/eabi") {
74 dirToCreate = $$_PRO_FILE_PWD_/$$defFile/eabi
78 elf2e32FileToAdd = $$_PRO_FILE_PWD_/$$defFile/eabi/$$basename(clean_TARGET)u.def
80 elf2e32FileToAdd = $$_PRO_FILE_PWD_/$$defFile
/dports/games/opendungeons/OpenDungeons-0.7.1/source/creaturemood/
H A DCreatureMoodManager.cpp91 CreatureMood* CreatureMoodManager::load(std::istream& defFile) in load() argument
93 if(!defFile.good()) in load()
98 OD_ASSERT_TRUE(defFile >> nextParam); in load()
119 if(!mood->importFromStream(defFile)) in load()
/dports/graphics/tikzit/tikzit-2.1.6/src/gui/
H A Dlatexprocess.cpp121 QString defFile = fi.baseName() + ".tikzdefs"; in makePreview() local
122 QString defFilePath = fi.absolutePath() + "/" + defFile; in makePreview()
124 QFile::copy(defFilePath, _workingDir.path() + "/" + defFile); in makePreview()
125 tex << "\\input{" + defFile + "}\n"; in makePreview()
/dports/editors/textadept/cdk-5.0-20200923/
H A Ddebug.c17 const char *defFile = "cdkdebug.log"; in startCDKDebug() local
22 filename = defFile; in startCDKDebug()

123