Searched refs:fiName (Results 1 – 9 of 9) sorted by relevance
/dports/games/gnuchess/gnuchess-6.2.9/doc/ |
H A D | quotes.rb | 31 fiName = ARGV[0] 37 if not File.exists? fiName then 38 puts "File #{fiName} does not exist." 44 if foName == fiName then 67 fi = File.new( fiName, 'r' )
|
/dports/net-im/matterhorn/matterhorn-50200.13.0/src/Matterhorn/Draw/RichText/ |
H A D | Flatten.hs | 92 , fiName :: Maybe a function 253 , fiName = name function 291 if fiStyles a == fiStyles b && fiURL a == fiURL b && fiName a `semeq` fiName b 295 (max (fiName a) (fiName b)))
|
/dports/devel/cmake-gui/cmake-3.22.1/Source/ |
H A D | cmDependsFortran.cxx | 182 std::string fiName = cmStrCat(this->TargetDirectory, "/fortran.internal"); in Finalize() local 183 cmGeneratedFileStream fiStream(fiName); in Finalize()
|
/dports/devel/cmake-doc/cmake-3.22.1/Source/ |
H A D | cmDependsFortran.cxx | 182 std::string fiName = cmStrCat(this->TargetDirectory, "/fortran.internal"); in Finalize() local 183 cmGeneratedFileStream fiStream(fiName); in Finalize()
|
/dports/devel/cmake/cmake-3.22.1/Source/ |
H A D | cmDependsFortran.cxx | 182 std::string fiName = cmStrCat(this->TargetDirectory, "/fortran.internal"); in Finalize() local 183 cmGeneratedFileStream fiStream(fiName); in Finalize()
|
/dports/editors/texstudio/texstudio-4.1.2/src/ |
H A D | webpublishdialog.cpp | 263 QString fiName = findResourceFile(fileNameWithoutDir); in copyDataFile() local 264 if (fiName == "") return; in copyDataFile() 266 QFile::copy(fiName, to_file); in copyDataFile()
|
/dports/net-im/matterhorn/matterhorn-50200.13.0/src/Matterhorn/Draw/ |
H A D | RichText.hs | 264 mName = fiName fi
|
/dports/databases/fastdb/fastdb/src/ |
H A D | database.cpp | 2431 bool dbDatabase::open(char_t const* dbName, char_t const* fiName, in open() argument 2451 if (fiName == NULL) { in open() 2455 fileName = new char_t[_tcslen(fiName)+1]; in open() 2456 _stprintf(fileName, fiName); in open() 7471 bool dbReplicatedDatabase::open(char_t const* dbName, char_t const* fiName, in open() argument 7503 if (fiName == NULL) { in open() 7507 fileName = new char_t[_tcslen(fiName)+1]; in open() 7508 _stprintf(fileName, fiName); in open()
|
/dports/science/jmol/jmol-14.32.7/src/org/jmol/scriptext/ |
H A D | CmdExt.java | 5930 String fiName = (context == null ? e.scriptFileName in getScriptID() local 5932 return "\n# " + fuName + " (file " + fiName in getScriptID()
|