Home
last modified time | relevance | path

Searched refs:open_archive (Results 1 – 25 of 119) sorted by relevance

12345

/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/utils/
H A Dseven_zip.py11 def open_archive(path_or_stream, mode='r'): function
17 with open_archive(path_or_stream) as zf:
33 with open_archive(path_or_stream) as ar:
50 with open_archive(path_or_stream) as f:
77 with open_archive(os.path.join('a.7z'), mode='w') as zf:
80 with open_archive(os.path.join('a.7z')) as zf:
/dports/sysutils/py-diffoscope/diffoscope-204/diffoscope/comparators/utils/
H A Darchive.py43 self._archive = self.open_archive()
66 def open_archive(self): member in Archive
156 def open_archive(self): member in MissingArchive
/dports/archivers/py-warctools/warctools-4.10.0/hanzo/
H A Dwarcdump.py29 … dump_archive(WarcRecord.open_archive(file_handle=sys.stdin, gzip=None), name="-",offsets=False)
33 fh = WarcRecord.open_archive(name, gzip="auto")
H A Dwarcextract.py35 with closing(WarcRecord.open_archive(file_handle=sys.stdin, gzip=None)) as fh:
46 with closing(WarcRecord.open_archive(filename=filename, gzip="auto")) as fh:
H A Dwarc2warc.py72 fh = WarcRecord.open_archive(file_handle=sys.stdin, gzip=None)
78 fh = WarcRecord.open_archive(name, gzip="auto")
H A Dwarcfilter.py66 fh = WarcRecord.open_archive(file_handle=sys.stdin, gzip=None)
70 fh = WarcRecord.open_archive(name, gzip="auto")
H A Dwarcindex.py37 fh = WarcRecord.open_archive(name, gzip="auto")
/dports/graphics/blender/blender-2.91.0/source/blender/io/alembic/intern/
H A Dabc_reader_archive.cc44 static IArchive open_archive(const std::string &filename, in open_archive() function
96 m_archive = open_archive(abs_filename, m_streams); in ArchiveReader()
/dports/sysutils/py-diffoscope/diffoscope-204/diffoscope/comparators/
H A Dzip.py155 def open_archive(self): member in ZipContainer
242 def open_archive(self): member in MozillaZipContainer
256 result = super(MozillaZipContainer, self).open_archive()
H A Dgzip.py34 def open_archive(self): member in GzipContainer
H A Dzst.py34 def open_archive(self): member in ZstContainer
H A Duimage.py32 def open_archive(self): member in UimageContainer
H A Dbzip2.py33 def open_archive(self): member in Bzip2Container
H A Dxz.py34 def open_archive(self): member in XzContainer
H A Dlz4.py34 def open_archive(self): member in Lz4Container
H A Ddex.py38 def open_archive(self): member in DexContainer
H A Drust.py38 def open_archive(self): member in RustObjectContainer
/dports/devel/libgsf/libgsf-1.14.47/tools/
H A Dgsf.c39 open_archive (char const *filename) in open_archive() function
190 GsfInfile *infile = open_archive (filename); in gsf_list()
222 infile = open_archive (filename); in gsf_dump()
300 infile = open_archive (filename); in gsf_dump_props()
353 infile = open_archive (filename); in gsf_list_props()
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/sched/
H A Ddb_purge.cpp113 void open_archive(const char* filename_prefix, FILE*& f){ in open_archive() function
239 open_archive(WU_FILENAME_PREFIX, wu_stream); in open_all_archives()
240 open_archive(RESULT_FILENAME_PREFIX, re_stream); in open_all_archives()
241 open_archive(RESULT_INDEX_FILENAME_PREFIX, re_index_stream); in open_all_archives()
242 open_archive(WU_INDEX_FILENAME_PREFIX, wu_index_stream); in open_all_archives()
/dports/www/mhonarc/MHonArc-2.6.24/
H A Dmha-dbedit44 if (!mhonarc::open_archive()) {
H A Dmha-decode53 mhonarc::open_archive() || exit($mhonarc::CODE);
H A Dmha-dbrecover61 if (!mhonarc::open_archive()) {
/dports/www/py-pywikibot/pywikibot-6.6.3/pywikibot/
H A Dxmlreader.py20 from pywikibot.tools import open_archive
115 with open_archive(self.filename) as source:
/dports/www/flexget/Flexget-3.2.18/flexget/components/archives/
H A Dutils.py246 def open_archive(archive_path): function
277 archive = open_archive(path)
/dports/www/coppermine/cpg1.6.x-1.6.12/include/
H A Darchive.php407 if ($fp = $this->open_archive())
488 function open_archive() function in tar_file
529 function open_archive() function in gzip_file
570 function open_archive() function in bzip_file

12345