Searched refs:ZIP (Results 1 – 25 of 100) sorted by relevance
1234
/external/python/cpython2/Doc/library/ |
D | zipimport.rst | 6 :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 …]
|
D | zipfile.rst | 1 :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 …]
|
D | archiving.rst | 9 gzip, and bzip2 algorithms, and the creation of ZIP- and tar-format archives.
|
/external/python/cpython3/Doc/library/ |
D | zipimport.rst | 5 :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 …]
|
D | zipfile.rst | 1 :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 …]
|
D | archiving.rst | 8 gzip, bzip2 and lzma algorithms, and the creation of ZIP- and tar-format
|
/external/nist-pkits/ |
D | generate-tests.sh | 41 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/ |
D | link-with-parenthesis.txt | 1 [ZIP archives](http://en.wikipedia.org/wiki/ZIP_(file_format) "ZIP (file format) - Wikipedia, the f…
|
/external/zlib/src/contrib/delphi/ |
D | readme.txt | 39 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/ |
D | CMakeLists.txt | 15 set(CPACK_GENERATOR "TGZ;TBZ2;ZIP") 16 set(CPACK_SOURCE_GENERATOR "TGZ;TBZ2;ZIP")
|
/external/ImageMagick/PerlMagick/ |
D | Makefile.nt | 45 'dist' => {ZIP => "zip.exe", ZIPFLAGS=>"-r"},
|
/external/zlib/src/contrib/vstudio/vc9/ |
D | zlib.rc | 19 VALUE "FileDescription", "zlib data compression and ZIP file I/O library\0"
|
D | zlibvc.def | 2 ; zlib data compression and ZIP file I/O library
|
/external/zlib/src/contrib/vstudio/vc10/ |
D | zlib.rc | 19 VALUE "FileDescription", "zlib data compression and ZIP file I/O library\0"
|
D | zlibvc.def | 2 ; zlib data compression and ZIP file I/O library
|
/external/zlib/src/contrib/vstudio/vc11/ |
D | zlib.rc | 19 VALUE "FileDescription", "zlib data compression and ZIP file I/O library\0"
|
D | zlibvc.def | 2 ; zlib data compression and ZIP file I/O library
|
/external/sonivox/jet_tools/JetCreator/ |
D | JetCreatorhlp.dat | 96 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/ |
D | usbkey.txt | 11 these BIOSes, you're generally stuck booting them in USB-ZIP mode.
|
/external/abi-compliance-checker/ |
D | INSTALL | 70 5. Info-ZIP 3.0 (zip, unzip)
|
/external/swiftshader/third_party/LLVM/ |
D | Makefile.config.in | 181 ZIP := @ZIP@
|
/external/zlib/src/contrib/minizip/ |
D | MiniZip64_info.txt | 46 ZIP App Note http://www.pkware.com/documents/casestudies/APPNOTE.TXT
|
/external/boringssl/src/util/bot/ |
D | UPDATING | 39 https://cmake.org/download/. Use the file labeled "Windows ZIP". The
|
/external/lz4/visual/ |
D | README.md | 14 3. Decompress ZIP archive.
|
/external/gflags/ |
D | CMakeLists.txt | 598 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