Home
last modified time | relevance | path

Searched refs:arcpath (Results 1 – 7 of 7) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/addon-sdk/source/python-lib/cuddlefish/
H A Dxpi.py60 arcpath = make_zipfile_path(template_root_dir,
62 dirs_to_create.add(arcpath)
65 arcpath = ZIPSEP.join(
69 files_to_copy[str(arcpath)] = str(abspath)
83 arcpath = make_zipfile_path(template_root_dir,
85 dirs_to_create.add(arcpath)
89 files_to_copy[arcpath] = abspath
115 arcpath = ZIPSEP.join(
122 files_to_copy[str(arcpath)] = str(abspath)
143 for arcpath in files_to_copy:
[all …]
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/generator3/
H A Dextra.py100 (path, arcpath) = split_items
106 zip.write(path, arcpath)
135 arcpath = os.path.relpath(file_path, path)
137 zip.write(file_path, os.path.join(str(hash(path)), arcpath))
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/python/test/
H A Dtest_zippath.py32 arcpath = os.path.join(root, fname)[len(dirname) + 1 :]
33 zf.write(fspath, arcpath)
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/python/test/
H A Dtest_zippath.py22 arcpath = os.path.join(root, fname)[len(dirname)+1:]
24 zf.write(fspath, arcpath)
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/man/userguide/figs/
H A Ddialog.eps15 % Modified: Tue Mar 23 15:46:24 1993 (Added arcpath)
146 /arcpath
/dports/games/renpy/renpy-7.4.11-sdk/launcher/game/
H A Ddistribute.rpy786 arcpath = self.temp_filename(arcfn)
788 af = archiver.Archive(arcpath)
806 self.add_file(file_list, "game/" + arcfn, arcpath)
/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/src/
H A Dlvdocview.cpp5677 lString32 arcpath = props->getStringDef(DOC_PROP_ARC_PATH); in exportBookmarks() local
5679 if (!arcpath.empty()) in exportBookmarks()
5680 LVAppendPathDelimiter(arcpath); in exportBookmarks()
5687 dir = arcpath; in exportBookmarks()