Home
last modified time | relevance | path

Searched refs:par2file (Results 1 – 8 of 8) sorted by relevance

/dports/sysutils/duplicity/duplicity-0.8.20/duplicity/backends/
H A Dpar2backend.py124 par2file = par2temp.append(remote_filename + b'.par2')
125 self.wrapped_backend._get(par2file.get_filename(), par2file)
128 util.fsdecode(par2file.get_canonical()),
142 util.fsdecode(par2file.get_canonical()),
/dports/archivers/par2cmdline/par2cmdline-0.8.1/src/
H A Dcommandline_test.cpp408 ofstream par2file; in test9() local
409 par2file.open("foo.par2"); in test9()
410 par2file << "dummy par2 file. Just has to exist."; in test9()
411 par2file.close(); in test9()
1291 ofstream par2file; in test11() local
1292 par2file.open("foo.par2"); in test11()
1293 par2file << "dummy par2 file. Just has to exist."; in test11()
1294 par2file.close(); in test11()
/dports/news/sabnzbdplus/SABnzbd-3.3.0/tests/
H A Dtest_par2file.py22 from sabnzbd.par2file import *
/dports/news/sabnzbdplus/SABnzbd-3.3.0/sabnzbd/
H A Dassembler.py45 import sabnzbd.par2file as par2file namespace
181 elif par2file.is_parfile(filepath):
H A Dnzbstuff.py377 if sabnzbd.par2file.is_parfile(self.filename):
1020 setname, vol, block = sabnzbd.par2file.analyse_par2(xnzf.filename)
1045 setname, vol, block = sabnzbd.par2file.analyse_par2(nzf.filename, filepath)
1049 pack = sabnzbd.par2file.parse_par2_file(filepath, nzf.nzo.md5of16k)
1091 setname, vol, block = sabnzbd.par2file.analyse_par2(nzf.filename)
1266 if sabnzbd.par2file.is_parfile(filepath):
1291 if sabnzbd.par2file.is_parfile(filepath):
2069 if sabnzbd.par2file.is_parfile(nzf.filename):
H A Ddeobfuscate_filenames.py37 from sabnzbd.par2file import is_parfile, parse_par2_file
H A D__init__.py102 import sabnzbd.par2file
H A Dnzbqueue.py447 if nzf.is_par2 or sabnzbd.par2file.is_parfile(nzf.filename):