Home
last modified time | relevance | path

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

123456

/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:`\*.pyc`) 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/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/
DArchiveStreamFactory.java141 public static final String ZIP = "zip"; field in ArchiveStreamFactory
352 if (ZIP.equalsIgnoreCase(archiverName)) {
425 if (ZIP.equalsIgnoreCase(archiverName)) {
506 return ZIP;
584 return Sets.newHashSet(AR, ARJ, ZIP, TAR, JAR, CPIO, DUMP, SEVEN_Z);
589 return Sets.newHashSet(AR, ZIP, TAR, JAR, CPIO, SEVEN_Z);
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/
DArchiveStreamFactoryTest.java241 ArchiveStreamFactory.ZIP in testDetect()
306 new TestData("bla.zip", ArchiveStreamFactory.ZIP, true, ZIP_DEFAULT, FACTORY, "encoding"),
307 new TestData("bla.zip", ArchiveStreamFactory.ZIP, true, "UTF-8", FACTORY_UTF8, "encoding"),
308 new TestData("bla.zip", ArchiveStreamFactory.ZIP, true, "ASCII", FACTORY_ASCII, "encoding"),
309 … new TestData("bla.zip", ArchiveStreamFactory.ZIP, true, "UTF-8", FACTORY_SET_UTF8, "encoding"),
310 … new TestData("bla.zip", ArchiveStreamFactory.ZIP, true, "ASCII", FACTORY_SET_ASCII, "encoding"),
/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/python/cpython2/Misc/NEWS.d/
D2.7.1.rst91 Write structures for an empty ZIP archive when a ZipFile is created in modes
93 (rather than IOError) when opening small non-ZIP files.
169 Generate ZIP file containing all PDBs.
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/examples/
DArchiver.java115 } else if (ArchiveStreamFactory.ZIP.equalsIgnoreCase(format)) { in create()
194 …return ArchiveStreamFactory.ZIP.equalsIgnoreCase(format) || ArchiveStreamFactory.SEVEN_Z.equalsIgn… in prefersSeekableByteChannel()
DExpander.java139 } else if (ArchiveStreamFactory.ZIP.equalsIgnoreCase(format)) { in expand()
234 …return ArchiveStreamFactory.ZIP.equalsIgnoreCase(format) || ArchiveStreamFactory.SEVEN_Z.equalsIgn… in prefersSeekableByteChannel()
/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/apache-commons-compress/
D.gitattributes10 # These must be identical to the copies in SHRUNK.ZIP
DRELEASE-NOTES.txt70 o Certain errors when parsing ZIP extra fields in corrupt
116 o Added read-only DEFLATE64 support to ZIP archives and as
126 o ZipFile could get stuck in an infinite loop when parsing ZIP
148 methods used in ZIP archives.
177 central directory of a ZIP archive agree with each other.
180 o Don't use a data descriptor in ZIP archives when copying a raw
318 a broken ZIP archive rather than signaling end-of-archive.
413 ZIP archives.
831 up encoding for ZIP and TAR streams.
837 o Split/spanned ZIP archives are now properly detected by
[all …]
/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/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/apache-commons-compress/src/changes/
Drelease-notes.vm431 up encoding for ZIP and TAR streams.
437 o Split/spanned ZIP archives are now properly detected by
557 o The ZIP package now supports Zip64 extensions. Issue: COMPRESS-36.
574 o COMPRESS-129: ZipArchiveInputStream could fail with a "Truncated ZIP" error
613 o COMPRESS-98: The ZIP classes will throw specialized exceptions if any
624 The method currently returns false for ZIP archives if an
626 o COMPRESS-89: The ZIP classes now detect encrypted entries.
662 o Improved exception message if the extra field data in ZIP
666 with the String-arg constructor. This lead to broken ZIP

123456