Home
last modified time | relevance | path

Searched refs:ZIP (Results 1 – 25 of 100) sorted by relevance

1234

/external/python/cpython2/Doc/library/
Dzipimport.rst6 :synopsis: support for importing Python modules from ZIP archives.
13 :file:`\*.py[co]`) and packages from ZIP-format archives. It is usually not
16 to ZIP archives.
19 also allows an item of :data:`sys.path` to be a string naming a ZIP file archive.
20 The ZIP archive can contain a subdirectory structure to support package imports,
25 Any files may be present in the ZIP archive, but only files :file:`.py` and
26 :file:`.py[co]` are available for import. ZIP import of dynamic modules
29 corresponding :file:`.pyc` or :file:`.pyo` file, meaning that if a ZIP archive
33 loaded from a ZIP archive; it is unlikely that :func:`reload` would be needed,
34 since this would imply that the ZIP has been altered during runtime.
[all …]
Dzipfile.rst1 :mod:`zipfile` --- Work with ZIP archives
5 :synopsis: Read and write ZIP-format archive files.
15 The ZIP file format is a common archive and compression standard. This module
16 provides tools to create, read, write, append, and list a ZIP file. Any
20 This module does not currently handle multi-disk ZIP files.
21 It can handle ZIP files that use the ZIP64 extensions
22 (that is ZIP files that are more than 4 GByte in size). It supports
23 decryption of encrypted files in ZIP archives, but it currently cannot
31 The error raised for bad ZIP files (old name: ``zipfile.error``).
36 The error raised when a ZIP file would require ZIP64 functionality but that has
[all …]
Darchiving.rst9 gzip, and bzip2 algorithms, and the creation of ZIP- and tar-format archives.
/external/python/cpython3/Doc/library/
Dzipimport.rst5 :synopsis: support for importing Python modules from ZIP archives.
12 :file:`\*.py[co]`) and packages from ZIP-format archives. It is usually not
15 to ZIP archives.
18 also allows an item of :data:`sys.path` to be a string naming a ZIP file archive.
19 The ZIP archive can contain a subdirectory structure to support package imports,
24 Any files may be present in the ZIP archive, but only files :file:`.py` and
25 :file:`.pyc` are available for import. ZIP import of dynamic modules
28 corresponding :file:`.pyc` file, meaning that if a ZIP archive
31 ZIP archives with an archive comment are currently not supported.
36 Documentation on the ZIP file format by Phil Katz, the creator of the format and
[all …]
Dzipfile.rst1 :mod:`zipfile` --- Work with ZIP archives
5 :synopsis: Read and write ZIP-format archive files.
14 The ZIP file format is a common archive and compression standard. This module
15 provides tools to create, read, write, append, and list a ZIP file. Any
19 This module does not currently handle multi-disk ZIP files.
20 It can handle ZIP files that use the ZIP64 extensions
21 (that is ZIP files that are more than 4 GiB in size). It supports
22 decryption of encrypted files in ZIP archives, but it currently cannot
30 The error raised for bad ZIP files.
44 The error raised when a ZIP file would require ZIP64 functionality but that has
[all …]
Darchiving.rst8 gzip, bzip2 and lzma algorithms, and the creation of ZIP- and tar-format
/external/nist-pkits/
Dgenerate-tests.sh41 ZIP="${2}"
47 elif [ ! -f "${ZIP}" -o "${ZIP#${ZIP%.zip}}" != ".zip" ]; then
80 unzip -q -o -d "${STORAGE_DIR}" "${ZIP}" "${file}"
95 shasum_file "${ZIP}" >> pkits.version
/external/markdown/tests/misc/
Dlink-with-parenthesis.txt1 [ZIP archives](http://en.wikipedia.org/wiki/ZIP_(file_format) "ZIP (file format) - Wikipedia, the f…
/external/zlib/src/contrib/delphi/
Dreadme.txt39 missing. Handling compressed file formats like ZIP/GZIP or PNG
52 in the ZIP file format.
72 - ZIP and GZIP stream handling via TStreams.
/external/libdivsufsort/
DCMakeLists.txt15 set(CPACK_GENERATOR "TGZ;TBZ2;ZIP")
16 set(CPACK_SOURCE_GENERATOR "TGZ;TBZ2;ZIP")
/external/ImageMagick/PerlMagick/
DMakefile.nt45 'dist' => {ZIP => "zip.exe", ZIPFLAGS=>"-r"},
/external/zlib/src/contrib/vstudio/vc9/
Dzlib.rc19 VALUE "FileDescription", "zlib data compression and ZIP file I/O library\0"
Dzlibvc.def2 ; zlib data compression and ZIP file I/O library
/external/zlib/src/contrib/vstudio/vc10/
Dzlib.rc19 VALUE "FileDescription", "zlib data compression and ZIP file I/O library\0"
Dzlibvc.def2 ; zlib data compression and ZIP file I/O library
/external/zlib/src/contrib/vstudio/vc11/
Dzlib.rc19 VALUE "FileDescription", "zlib data compression and ZIP file I/O library\0"
Dzlibvc.def2 ; zlib data compression and ZIP file I/O library
/external/sonivox/jet_tools/JetCreator/
DJetCreatorhlp.dat96 export = Export will collect all the source MIDI, DLS and JET files into a single .ZIP file.
111 export = Export will collect all the source MIDI, DLS and JET files into a single .ZIP file.
/external/syslinux/doc/
Dusbkey.txt11 these BIOSes, you're generally stuck booting them in USB-ZIP mode.
/external/abi-compliance-checker/
DINSTALL70 5. Info-ZIP 3.0 (zip, unzip)
/external/swiftshader/third_party/LLVM/
DMakefile.config.in181 ZIP := @ZIP@
/external/zlib/src/contrib/minizip/
DMiniZip64_info.txt46 ZIP App Note http://www.pkware.com/documents/casestudies/APPNOTE.TXT
/external/boringssl/src/util/bot/
DUPDATING39 https://cmake.org/download/. Use the file labeled "Windows ZIP". The
/external/lz4/visual/
DREADME.md14 3. Decompress ZIP archive.
/external/gflags/
DCMakeLists.txt598 set (PACKAGE_SOURCE_GENERATOR "TGZ;ZIP")
601 set (PACKAGE_SOURCE_GENERATOR "TGZ;ZIP")
603 set (PACKAGE_GENERATOR "ZIP")
604 set (PACKAGE_SOURCE_GENERATOR "ZIP")

1234