Home
last modified time | relevance | path

Searched refs:fileName_ (Results 1 – 25 of 311) sorted by relevance

12345678910>>...13

/dports/science/votca/votca-2021.2-18560-gfbe18d971/xtp/xtp-2a31d70/src/libxtp/
H A Dcheckpoint.cc67 : fileName_(fN), accessLevel_(access) { in CheckpointFile()
75 fileHandle_ = H5::H5File(fileName_, H5F_ACC_RDONLY); in CheckpointFile()
78 fileHandle_ = H5::H5File(fileName_, H5F_ACC_TRUNC, fcpList); in CheckpointFile()
81 if (!FileExists(fileName_)) { in CheckpointFile()
82 fileHandle_ = H5::H5File(fileName_, H5F_ACC_TRUNC, fcpList); in CheckpointFile()
84 fileHandle_ = H5::H5File(fileName_, H5F_ACC_RDWR, fcpList); in CheckpointFile()
90 message << "Could not access file " << fileName_; in CheckpointFile()
97 std::string CheckpointFile::getFileName() { return fileName_; } in getFileName()
113 message << "Could not create or open " << fileName_ << ":" << path_ in getWriter()
128 message << "Could not open " << fileName_ << ":" << path_ << std::endl; in getReader()
/dports/science/votca/votca-2021.2-18560-gfbe18d971/xtp/src/libxtp/
H A Dcheckpoint.cc67 : fileName_(fN), accessLevel_(access) { in WriteToStateFile()
75 fileHandle_ = H5::H5File(fileName_, H5F_ACC_RDONLY); in WriteToStateFile()
78 fileHandle_ = H5::H5File(fileName_, H5F_ACC_TRUNC, fcpList); in WriteToStateFile()
81 if (!FileExists(fileName_)) { in WriteToStateFile()
82 fileHandle_ = H5::H5File(fileName_, H5F_ACC_TRUNC, fcpList); in WriteToStateFile()
84 fileHandle_ = H5::H5File(fileName_, H5F_ACC_RDWR, fcpList); in WriteToStateFile()
90 message << "Could not access file " << fileName_; in WriteToStateFile()
97 std::string CheckpointFile::getFileName() { return fileName_; } in WriteToStateFile()
113 message << "Could not create or open " << fileName_ << ":" << path_ in WriteToStateFile()
128 message << "Could not open " << fileName_ << ":" << path_ << std::endl; in WriteToStateFile()
/dports/misc/tellico/tellico-3.4.2/src/utils/
H A Ddatafileregistry.cpp68 QString DataFileRegistry::locate(const QString& fileName_) { in locate() argument
70 if(QFileInfo(fileName_).isAbsolute()) { in locate()
71 return fileName_; in locate()
74 if(QFileInfo::exists(dataDir + fileName_)) { in locate()
75 return dataDir + fileName_; in locate()
78 return QStandardPaths::locate(QStandardPaths::AppDataLocation, fileName_); in locate()
/dports/science/avogadrolibs/avogadrolibs-1.94.0/avogadro/io/
H A Dfileformat.cpp40 bool FileFormat::open(const std::string& fileName_, Operation mode_) in open() argument
43 m_fileName = fileName_; in open()
55 appendError("Error opening file: " + fileName_); in open()
65 appendError("Error opening file: " + fileName_); in open()
100 bool FileFormat::readFile(const std::string& fileName_, in readFile() argument
103 bool result = open(fileName_, Read); in readFile()
112 bool FileFormat::writeFile(const std::string& fileName_, in writeFile() argument
115 bool result = open(fileName_, Write); in writeFile()
/dports/science/py-avogadrolibs/avogadrolibs-1.94.0/avogadro/io/
H A Dfileformat.cpp40 bool FileFormat::open(const std::string& fileName_, Operation mode_) in open() argument
43 m_fileName = fileName_; in open()
55 appendError("Error opening file: " + fileName_); in open()
65 appendError("Error opening file: " + fileName_); in open()
100 bool FileFormat::readFile(const std::string& fileName_, in readFile() argument
103 bool result = open(fileName_, Read); in readFile()
112 bool FileFormat::writeFile(const std::string& fileName_, in writeFile() argument
115 bool result = open(fileName_, Write); in writeFile()
/dports/math/pdal/PDAL-2.3.0/plugins/e57/libE57Format/src/
H A DCheckedFile.cpp85 fileName_(fileName), in CheckedFile()
91 fd_ = portableOpen(fileName_, O_RDONLY|O_BINARY, 0); in CheckedFile()
106 fd_ = portableOpen(fileName_, O_RDWR|O_BINARY, 0); in CheckedFile()
118 int err = _sopen_s(&handle, fileName_.c_str(), flags, _SH_DENYNO, mode); in portableOpen()
129 int result = open(fileName_.c_str(), flags, mode); in portableOpen()
223 throw E57_EXCEPTION2(E57_ERROR_FILE_IS_READ_ONLY, "fileName=" + fileName_); in write()
391 "fileName=" + fileName_ in portableSeek()
444 throw E57_EXCEPTION2(E57_ERROR_FILE_IS_READ_ONLY, "fileName=" + fileName_); in extend()
463 "fileName=" + fileName_ in extend()
557 int result = ::_unlink(fileName_.c_str()); //??? unicode support here in unlink()
[all …]
/dports/net-im/psi/psi-1.5/src/libpsi/tools/atomicxmlfile/
H A Datomicxmlfile.h63 if (QFile::exists(fileName_)) { in saveDocument()
66 if (!QFile::rename(fileName_, backupFileName())) { in saveDocument()
68 qPrintable(fileName_), qPrintable(backupFileName())); in saveDocument()
73 if (!QFile::rename(tempFileName(), fileName_)) { in saveDocument()
75 qPrintable(tempFileName()), qPrintable(fileName_)); in saveDocument()
105 QString fileName_;
/dports/www/wt/wt-4.6.1/src/Wt/
H A DWFileResource.C20 : fileName_(fileName) in WFileResource()
26 fileName_(fileName) in WFileResource()
36 fileName_ = fileName; in setFileName()
43 std::ifstream r(fileName_.c_str(), std::ios::in | std::ios::binary); in handleRequest()
45 LOG_ERROR("Could not open file for reading: " << fileName_); in handleRequest()
/dports/math/scilab/scilab-6.1.1/scilab/modules/scinotes/src/jni/
H A DSciNotes.cpp174 jstring fileName_ = curEnv->NewStringUTF( fileName ); in scinotes() local
175 if (fileName != NULL && fileName_ == NULL) in scinotes()
181 … curEnv->CallStaticVoidMethod(cls, voidscinotesjstringjava_lang_StringID ,fileName_); in scinotes()
182 curEnv->DeleteLocalRef(fileName_); in scinotes()
202 jstring fileName_ = curEnv->NewStringUTF( fileName ); in scinotes() local
203 if (fileName != NULL && fileName_ == NULL) in scinotes()
217 curEnv->DeleteLocalRef(fileName_); in scinotes()
238 jstring fileName_ = curEnv->NewStringUTF( fileName ); in scinotes() local
239 if (fileName != NULL && fileName_ == NULL) in scinotes()
267 …cinotesjstringjava_lang_StringjobjectArray_java_lang_Stringjava_lang_StringID ,fileName_, option_); in scinotes()
[all …]
/dports/sysutils/glogg/glogg-1.1.4/src/data/
H A Dlogdataworkerthread.cpp89 nothingToDoCond_(), fileName_(), indexing_data_( indexing_data ) in LogDataWorkerThread()
110 fileName_ = fileName; in attachFile()
124 operationRequested_ = new FullIndexOperation( fileName_, in indexAll()
140 operationRequested_ = new PartialIndexOperation( fileName_, in indexAdditionalLines()
200 : fileName_( fileName ) in IndexOperation()
214 QFile file( fileName_ ); in doIndex()
290 LOG(logWARNING) << "Cannot open file " << fileName_.toStdString(); in doIndex()
300 << fileName_.toStdString(); in start()
320 << fileName_.toStdString(); in start()
/dports/math/bonmin/Bonmin-releases-1.8.8/Bonmin/src/Interfaces/
H A DBonStartPointReader.hpp28 fileName_(fileName), in StartPointReader()
34 fileName_(fileName), in StartPointReader()
44 fileName_=fileName; in readFile()
76 std::string fileName_; member in Bonmin::StartPointReader
H A DBonBoundsReader.hpp25 fileName_(), in BoundsReader()
34 fileName_(fileName), in BoundsReader()
46 fileName_ = fileName; in setFileName()
67 std::string fileName_; member in Bonmin::BoundsReader
/dports/devel/antlr/antlr-2.7.7/antlr/
H A DRecognitionException.java34 public RecognitionException(String s, String fileName_, int line_) { in RecognitionException() argument
35 this(s, fileName_, line_, -1); in RecognitionException()
42 public RecognitionException(String s, String fileName_, int line_, int column_) { in RecognitionException() argument
44 fileName = fileName_; in RecognitionException()
H A DMismatchedTokenException.java94 …on(String[] tokenNames_, Token token_, int lower, int upper_, boolean matchNot, String fileName_) { in MismatchedTokenException() argument
95 super("Mismatched Token", fileName_, token_.getLine(), token_.getColumn()); in MismatchedTokenException()
105 …Exception(String[] tokenNames_, Token token_, int expecting_, boolean matchNot, String fileName_) { in MismatchedTokenException() argument
106 super("Mismatched Token", fileName_, token_.getLine(), token_.getColumn()); in MismatchedTokenException()
115 …kenException(String[] tokenNames_, Token token_, BitSet set_, boolean matchNot, String fileName_) { in MismatchedTokenException() argument
116 super("Mismatched Token", fileName_, token_.getLine(), token_.getColumn()); in MismatchedTokenException()
/dports/games/wesnoth/wesnoth-1.14.17/utils/umc_dev/org.wesnoth/src/org/wesnoth/wml/
H A DWMLConfig.java47 private String fileName_; field in WMLConfig
60 fileName_ = fileName; in WMLConfig()
70 return fileName_; in getFileName()
86 return fileName_ + "; ScenarioId: " in toString()
/dports/net-im/nheko/nheko-0.9.0/src/dialogs/
H A DPreviewUploadOverlay.cpp28 , fileName_{this}
41 vlayout->addWidget(&fileName_);
48 emit confirmUpload(data_, mediaType_, fileName_.text()); in __anon9b508dd00102()
52 connect(&fileName_, &QLineEdit::returnPressed, this, [this]() { in __anon9b508dd00202()
53 emit confirmUpload(data_, mediaType_, fileName_.text()); in __anon9b508dd00202()
77 fileName_.setText(QFileInfo{filePath_}.fileName()); in init()
90 fileName_.setSizePolicy(QSizePolicy::Minimum, QSizePolicy::Minimum); in init()
91 fileName_.setAlignment(Qt::AlignCenter); in init()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/superres/src/
H A Dframe_source.cpp141 String fileName_; member in __anondef508f60211::VideoFrameSource
144 VideoFrameSource::VideoFrameSource(const String& fileName) : fileName_(fileName) in VideoFrameSource()
152 vc_.open(fileName_); in reset()
216 String fileName_; member in __anondef508f60311::VideoFrameSource_CUDA
221 VideoFrameSource_CUDA::VideoFrameSource_CUDA(const String& fileName) : fileName_(fileName) in VideoFrameSource_CUDA()
246 reader_ = cudacodec::createVideoReader(fileName_); in reset()
/dports/devel/xparam/xparam-1.22/lib/antlr/src/
H A DRecognitionException.cpp46 …(const ANTLR_USE_NAMESPACE(std)string& s,const ANTLR_USE_NAMESPACE(std)string& fileName_,int line_) in RecognitionException() argument
47 : ANTLRException(s), fileName(fileName_), line(line_) in RecognitionException()
50 …ANTLR_USE_NAMESPACE(std)string& s,const ANTLR_USE_NAMESPACE(std)string& fileName_,int line_,int co… in RecognitionException() argument
51 : ANTLRException(s), fileName(fileName_), line(line_), column(column_) in RecognitionException()
H A DMismatchedTokenException.cpp105 const ANTLR_USE_NAMESPACE(std)string& fileName_ in MismatchedTokenException() argument
106 ) : RecognitionException("Mismatched Token",fileName_,token_->getLine(),token_->getColumn()) in MismatchedTokenException()
123 const ANTLR_USE_NAMESPACE(std)string& fileName_ in MismatchedTokenException() argument
124 ) : RecognitionException("Mismatched Token",fileName_,token_->getLine(),token_->getColumn()) in MismatchedTokenException()
140 const ANTLR_USE_NAMESPACE(std)string& fileName_ in MismatchedTokenException() argument
141 ) : RecognitionException("Mismatched Token",fileName_,token_->getLine(),token_->getColumn()) in MismatchedTokenException()
/dports/lang/mosh/mosh-0.2.7/src/
H A DBufferedFileBinaryInputPort.cpp53 BufferedFileBinaryInputPort::BufferedFileBinaryInputPort(File* file) : file_(file), fileName_(UC("<… in BufferedFileBinaryInputPort()
58 …utPort::BufferedFileBinaryInputPort(ucs4string file) : file_(new File), fileName_(file), isClosed_… in BufferedFileBinaryInputPort()
60 file_->open(fileName_, File::Read); in BufferedFileBinaryInputPort()
66 fileName_ = ucs4string::from_c_str(file); in BufferedFileBinaryInputPort()
67 file_->open(fileName_, File::Read); in BufferedFileBinaryInputPort()
93 ret += fileName_; in toString()
/dports/devel/antlr/antlr-2.7.7/lib/csharp/antlr.runtime/antlr/
H A DMismatchedTokenException.cs119 …ion(string[] tokenNames_, IToken token_, int lower, int upper_, bool matchNot, string fileName_) : in MismatchedTokenException() argument
120 base("Mismatched Token", fileName_, token_.getLine(), token_.getColumn()) in MismatchedTokenException()
131 …enException(string[] tokenNames_, IToken token_, int expecting_, bool matchNot, string fileName_) : in MismatchedTokenException() argument
132 base("Mismatched Token", fileName_, token_.getLine(), token_.getColumn()) in MismatchedTokenException()
142 …TokenException(string[] tokenNames_, IToken token_, BitSet set_, bool matchNot, string fileName_) : in MismatchedTokenException() argument
143 base("Mismatched Token", fileName_, token_.getLine(), token_.getColumn()) in MismatchedTokenException()
/dports/devel/antlr/antlr-2.7.7/lib/cpp/src/
H A DMismatchedTokenException.cpp88 const ANTLR_USE_NAMESPACE(std)string& fileName_ in MismatchedTokenException() argument
89 ) : RecognitionException("Mismatched Token",fileName_,token_->getLine(),token_->getColumn()) in MismatchedTokenException()
108 const ANTLR_USE_NAMESPACE(std)string& fileName_ in MismatchedTokenException() argument
109 ) : RecognitionException("Mismatched Token",fileName_,token_->getLine(),token_->getColumn()) in MismatchedTokenException()
127 const ANTLR_USE_NAMESPACE(std)string& fileName_ in MismatchedTokenException() argument
128 ) : RecognitionException("Mismatched Token",fileName_,token_->getLine(),token_->getColumn()) in MismatchedTokenException()
/dports/security/fwbuilder/fwbuilder-5.3.7/src/antlr/
H A DMismatchedTokenException.cpp88 const ANTLR_USE_NAMESPACE(std)string& fileName_ in MismatchedTokenException() argument
89 ) : RecognitionException("Mismatched Token",fileName_,token_->getLine(),token_->getColumn()) in MismatchedTokenException()
108 const ANTLR_USE_NAMESPACE(std)string& fileName_ in MismatchedTokenException() argument
109 ) : RecognitionException("Mismatched Token",fileName_,token_->getLine(),token_->getColumn()) in MismatchedTokenException()
127 const ANTLR_USE_NAMESPACE(std)string& fileName_ in MismatchedTokenException() argument
128 ) : RecognitionException("Mismatched Token",fileName_,token_->getLine(),token_->getColumn()) in MismatchedTokenException()
/dports/science/gnudatalanguage/gdl-1.0.1/src/antlr/
H A DMismatchedTokenException.cpp88 const ANTLR_USE_NAMESPACE(std)string& fileName_ in MismatchedTokenException() argument
89 ) : RecognitionException("Mismatched Token",fileName_,token_->getLine(),token_->getColumn()) in MismatchedTokenException()
108 const ANTLR_USE_NAMESPACE(std)string& fileName_ in MismatchedTokenException() argument
109 ) : RecognitionException("Mismatched Token",fileName_,token_->getLine(),token_->getColumn()) in MismatchedTokenException()
127 const ANTLR_USE_NAMESPACE(std)string& fileName_ in MismatchedTokenException() argument
128 ) : RecognitionException("Mismatched Token",fileName_,token_->getLine(),token_->getColumn()) in MismatchedTokenException()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/rmarkdown/model/
H A DRmdChosenTemplate.java23 fileName_ = fileName; in RmdChosenTemplate()
35 return fileName_; in getFileName()
49 private String fileName_; field in RmdChosenTemplate

12345678910>>...13