Home
last modified time | relevance | path

Searched +defs:close +defs:directory (Results 1 – 25 of 406) sorted by relevance

12345678910>>...17

/dports/net-p2p/deluge-cli/deluge-2.0.3/deluge/
H A Dconfigmanager.py37 def set_config_dir(self, directory): argument
78 def close(self, config): member in _ConfigManager
117 def set_config_dir(directory): argument
129 def close(config): function
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/clucene/src/CLucene/index/
H A DIndexReader.cpp40 IndexReader::IndexReader(Directory* dir, SegmentInfos* infos, bool close) in IndexReader()
174 uint64_t IndexReader::lastModified(const QString& directory) in lastModified()
186 int64_t IndexReader::getCurrentVersion(Directory* directory) in getCurrentVersion()
205 int64_t IndexReader::getCurrentVersion(const QString& directory) in getCurrentVersion()
239 uint64_t IndexReader::lastModified(const Directory* directory) in lastModified()
250 bool IndexReader::indexExists(const QString& directory) in indexExists()
305 bool IndexReader::indexExists(const Directory* directory) in indexExists()
503 void IndexReader::close() in close() function in IndexReader
527 bool IndexReader::isLocked(Directory* directory) in isLocked()
546 bool IndexReader::isLocked(const QString& directory) in isLocked()
[all …]
H A DTermInfosWriter.cpp44 TermInfosWriter::TermInfosWriter(Directory* directory, const QString& segment, in TermInfosWriter()
59 void TermInfosWriter::initialise(Directory* directory, const QString& segment, in initialise()
139 void TermInfosWriter::close() { in close() function in TermInfosWriter
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bwm/video/
H A Dbwm_video_cam_ostream.cxx26 bwm_video_cam_ostream(const std::string& directory, in bwm_video_cam_ostream()
37 open(const std::string& directory, in open()
57 close() in close() function in bwm_video_cam_ostream
/dports/misc/vxl/vxl-3.3.2/core/vidl/
H A Dvidl_image_list_ostream.cxx30 vidl_image_list_ostream::vidl_image_list_ostream(const std::string & directory, in vidl_image_list_ostream()
41 vidl_image_list_ostream::open(const std::string & directory, in open()
88 vidl_image_list_ostream::close() in close() function in vidl_image_list_ostream
/dports/misc/visp/visp-3.4.0/modules/vs/src/
H A DvpServoData.cpp51 void vpServoData::open(const char *directory) in open()
97 void vpServoData::close() in close() function in vpServoData
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/assistant/lib/fulltextsearch/
H A Dqindexreader.cpp65 bool QCLuceneIndexReader::indexExists(const QString &directory) in indexExists()
87 bool QCLuceneIndexReader::isLocked(const QString &directory) in isLocked()
93 quint64 QCLuceneIndexReader::lastModified(const QString &directory) in lastModified()
99 qint64 QCLuceneIndexReader::getCurrentVersion(const QString &directory) in getCurrentVersion()
105 void QCLuceneIndexReader::close() in close() function in QCLuceneIndexReader
/dports/archivers/pear-File_Archive/File_Archive-1.5.5/File/Archive/Reader/
H A DDirectory.php44 var $directory; variable in File_Archive_Reader_Directory
64 function File_Archive_Reader_Directory($directory, $symbolic='',
76 function close() function in File_Archive_Reader_Directory
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/zendframework/zendsearch/library/ZendSearch/Lucene/Index/SegmentWriter/
H A DStreamWriter.php29 public function __construct(Directory\DirectoryInterface $directory, $name)
61 public function close() function in ZendSearch\\Lucene\\Index\\SegmentWriter\\StreamWriter
H A DDocumentWriter.php50 public function __construct(Directory\DirectoryInterface $directory, $name)
192 public function close() function in ZendSearch\\Lucene\\Index\\SegmentWriter\\DocumentWriter
/dports/devel/buildstream/BuildStream-1.2.8/tests/testutils/
H A Dartifactshare.py31 def __init__(self, directory, *, argument
154 def close(self): member in ArtifactShare
184 def create_artifact_share(directory, *, total_space=None, free_space=None, argument
/dports/www/py-wfuzz/wfuzz-3.1.0/src/wfuzz/helpers/
H A Dfile_func.py31 def get_home(check=False, directory=None): argument
49 def get_path(directory=None): argument
90 def close(self): member in FileDetOpener
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/core/index/
H A DTermInfosWriter.cpp29 TermInfosWriter::TermInfosWriter(const DirectoryPtr& directory, const String& segment, const FieldI… in TermInfosWriter()
34 TermInfosWriter::TermInfosWriter(const DirectoryPtr& directory, const String& segment, const FieldI… in TermInfosWriter()
48 void TermInfosWriter::initialize(const DirectoryPtr& directory, const String& segment, const FieldI… in initialize()
162 void TermInfosWriter::close() { in close() function in Lucene::TermInfosWriter
H A DCompoundFileWriter.cpp61 void CompoundFileWriter::close() { in close() function in Lucene::CompoundFileWriter
72 DirectoryPtr directory(_directory); in close() local
134 DirectoryPtr directory(_directory); in copyFile() local
/dports/www/py-pecan/pecan-1.3.3/pecan/middleware/
H A Dstatic.py33 def close(self): member in FileWrapper
116 def __init__(self, app, directory, fallback_mimetype='text/plain'): argument
128 def get_directory_loader(self, directory): argument
/dports/textproc/clucene/clucene-core-2.3.3.4/src/core/CLucene/index/
H A DTermInfosWriter.cpp41 …TermInfosWriter::TermInfosWriter(Directory* directory, const char* segment, FieldInfos* fis, int32… in TermInfosWriter()
54 …void TermInfosWriter::initialise(Directory* directory, const char* segment, int32_t interval, bool… in initialise()
202 void TermInfosWriter::close() { in close() function in TermInfosWriter
H A DIndexReader.cpp64 Internal(Directory* directory, IndexReader* _this) in Internal()
119 …IndexReader* IndexReader::open( Directory* directory, bool closeDirectory, IndexDeletionPolicy* de… in open()
168 int64_t IndexReader::getCurrentVersion(Directory* directory) { in getCurrentVersion()
173 int64_t IndexReader::getCurrentVersion(const char* directory){ in getCurrentVersion()
222 bool IndexReader::indexExists(const char* directory){ in indexExists()
234 bool IndexReader::indexExists(const Directory* directory){ in indexExists()
396 void IndexReader::close() { in close() function in IndexReader
415 bool IndexReader::isLocked(Directory* directory) { in isLocked()
429 bool IndexReader::isLocked(const char* directory) { in isLocked()
458 void IndexReader::unlock(Directory* directory){ in unlock()
/dports/multimedia/mlt7/mlt-7.0.1/src/mlt++/
H A DMltFactory.cpp29 Repository *Factory::init( const char *directory ) in init()
59 void Factory::close( ) in close() function in Factory
/dports/multimedia/mlt6/mlt-6.26.1/src/mlt++/
H A DMltFactory.cpp29 Repository *Factory::init( const char *directory ) in init()
59 void Factory::close( ) in close() function in Factory
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/mlt++/
H A DMltFactory.cpp29 Repository *Factory::init( const char *directory ) in init()
59 void Factory::close( ) in close() function in Factory
/dports/multimedia/mlt7-qt5/mlt-7.0.1/src/mlt++/
H A DMltFactory.cpp29 Repository *Factory::init( const char *directory ) in init()
59 void Factory::close( ) in close() function in Factory
/dports/multimedia/py-mlt6/mlt-6.26.1/src/mlt++/
H A DMltFactory.cpp29 Repository *Factory::init( const char *directory ) in init()
59 void Factory::close( ) in close() function in Factory
/dports/devel/py-pyface/pyface-7.2.0/pyface/ui/wx/
H A Dfile_dialog.py45 directory = Str() variable in FileDialog
69 def close(self): member in FileDialog
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/nuvie/files/
H A Dnuvie_file_list.cpp39 bool NuvieFileList::open(const char *directory, const char *search, uint8 s_mode) { in open()
105 void NuvieFileList::close() { in close() function in Ultima::Nuvie::NuvieFileList
/dports/graphics/yafaray/libYafaRay-3.5.1/src/yafraycore/
H A Dfile.cc38 path_t::path_t(const std::string &directory, const std::string &baseName, const std::string &extens… in path_t()
203 int file_t::close() in close() function in file_t
231 int file_t::close(FILE * fp) in close() function in file_t
264 std::vector<std::string> file_t::listFiles(const std::string &directory) in listFiles()

12345678910>>...17