Home
last modified time | relevance | path

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

12345678

/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.
14 :file:`\*.pyc`) and packages from ZIP-format archives. It is usually not
17 to ZIP archives.
20 also allows an item of :data:`sys.path` to be a string naming a ZIP file archive.
21 The ZIP archive can contain a subdirectory structure to support package imports,
26 Any files may be present in the ZIP archive, but only files :file:`.py` and
27 :file:`.pyc` are available for import. ZIP import of dynamic modules
30 corresponding :file:`.pyc` file, meaning that if a ZIP archive
34 Previously, ZIP archives with an archive comment were not supported.
39 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/mtools/scripts/
Dformat.dat18 # /etc/format.dat file for Accessing ZIP and Jaz disks from Solaris
23 disk_type = "Iomega ZIP 100" \
30 partition = "Iomega ZIP 100" \
31 : disk = "Iomega ZIP 100" : ctlr = SCSI \
/external/python/parse_type/tasks/_vendor/
DREADME.rst8 To execute invoke from the bundled ZIP archive::
18 # RUN INVOKE: From bundled ZIP file.
28 REM RUN INVOKE: From bundled ZIP file.
/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/rust/crates/libz-sys/src/zlib/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/lottie/lottie/src/main/java/com/airbnb/lottie/network/
DNetworkCache.java59 extension = FileExtension.ZIP; in fetch()
123 … File zipFile = new File(appContext.getCacheDir(), filenameForUrl(url, FileExtension.ZIP, false)); in getCachedFile()
DNetworkFetcher.java65 if (extension == FileExtension.ZIP) { in fetchFromCache()
146 extension = FileExtension.ZIP; in getResultFromConnection()
DFileExtension.java10 ZIP(".zip"); enumConstant
/external/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/
Dpostlegalizer-lowering-trn.mir149 ; 2 x s32 TRN is redundant with ZIP. Make sure we prioritize ZIP.
173 ; 2 x s32 TRN is redundant with ZIP. Make sure we prioritize ZIP.
/external/libpcap/doc/
DREADME.Win32.md33 The SDK is a ZIP archive; create a folder on your C: drive, e.g.
34 C:\npcap-sdk, and put the contents of the ZIP archive into that folder.
47 The Developer's Kit is a ZIP archive; it contains a folder named
114 The downloaded file is a ZIP archive; create a folder on your C: drive,
115 e.g. C:\Program Files\winflexbison, and put the contents of the ZIP
/external/python/parse_type/bin/
Dinvoke.cmd2 REM RUN INVOKE: From bundled ZIP file.
/external/ImageMagick/PerlMagick/
DMakefile.nt45 'dist' => {ZIP => "zip.exe", ZIPFLAGS=>"-r"},
/external/libdivsufsort/
DCMakeLists.txt15 set(CPACK_GENERATOR "TGZ;TBZ2;ZIP")
16 set(CPACK_SOURCE_GENERATOR "TGZ;TBZ2;ZIP")
/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()
/external/apache-commons-compress/
D.gitattributes10 # These must be identical to the copies in SHRUNK.ZIP
/external/rust/crates/libz-sys/src/zlib/contrib/vstudio/vc14/
Dzlib.rc19 VALUE "FileDescription", "zlib data compression and ZIP file I/O library\0"

12345678