Home
last modified time | relevance | path

Searched full:zip (Results 1 – 25 of 32) sorted by relevance

12

/dokuwiki/vendor/splitbrain/php-archive/
H A Dcomposer.json3 "description": "Pure-PHP implementation to read and write TAR and ZIP archives",
4 "keywords": ["zip", "tar", "archive", "unpack", "extract", "unzip"],
27 "ext-zip": "*",
H A DREADME.md1 PHPArchive - Pure PHP ZIP and TAR handling
4 This library allows to handle new ZIP and TAR archives without the need for any special PHP extensi…
19 The usage for the Zip and Tar classes are basically the same. Here are some
64 Differences between Tar and Zip: Tars are compressed as a whole, while Zips compress each file indi…
/dokuwiki/.github/workflows/
H A Drelease-build.yml71 zip -r "dokuwiki-${{ env.current_file }}.zip" dokuwiki-${{ env.current_file }}
75 mv "dokuwiki-${{ env.current_version }}.zip" ${{ github.event.repository.name }}/
85 dokuwiki-${{ env.current_file }}.zip
/dokuwiki/
H A Dcomposer.lock18 "type": "zip",
63 "type": "zip",
110 "type": "zip",
160 "type": "zip",
215 "type": "zip",
284 "type": "zip",
334 "type": "zip",
383 "type": "zip",
493 "type": "zip",
574 "type": "zip",
[all …]
/dokuwiki/vendor/composer/
H A Dinstalled.json13 "type": "zip",
57 "type": "zip",
107 "type": "zip",
160 "type": "zip",
218 "type": "zip",
290 "type": "zip",
343 "type": "zip",
395 "type": "zip",
508 "type": "zip",
592 "type": "zip",
[all …]
/dokuwiki/conf/
H A Dmime.conf25 zip !application/zip
/dokuwiki/vendor/splitbrain/php-jsstrip/
H A Dcomposer.lock19 "type": "zip",
89 "type": "zip",
148 "type": "zip",
208 "type": "zip",
259 "type": "zip",
332 "type": "zip",
392 "type": "zip",
437 "type": "zip",
496 "type": "zip",
556 "type": "zip",
[all …]
/dokuwiki/_test/
H A Dcomposer.lock18 "type": "zip",
78 "type": "zip",
149 "type": "zip",
219 "type": "zip",
279 "type": "zip",
337 "type": "zip",
404 "type": "zip",
450 "type": "zip",
508 "type": "zip",
586 "type": "zip",
[all …]
/dokuwiki/vendor/splitbrain/slika/
H A Dcomposer.lock19 "type": "zip",
89 "type": "zip",
149 "type": "zip",
216 "type": "zip",
267 "type": "zip",
340 "type": "zip",
400 "type": "zip",
445 "type": "zip",
504 "type": "zip",
564 "type": "zip",
[all …]
/dokuwiki/vendor/php81_bc/strftime/
H A D.gitignore20 *.zip
H A D.gitattributes51 *.zip binary
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DZip.php6 * Class Zip
8 * Creates or extracts Zip archives
16 class Zip extends Archive class
31 * Compression Type is ignored for ZIP
37 * @param int $type Type of compression to use ignored for ZIP
49 * Open an existing ZIP file for reading
65 * Read the contents of a ZIP archive
87 * Read the contents of a ZIP archive and return each entry using yield
113 * Extract an existing ZIP archive
264 * Create a new ZIP file
[all …]
/dokuwiki/vendor/geshi/geshi/
H A Dbuild.xml13 <property name="zipfile" value="${phing.project.name}-${version}.zip" />
41 description="Create zip and tar files for release"
50 <zip destfile="dist/${zipfile}" prefix="${fileprefix}">
53 </zip>
/dokuwiki/vendor/phpseclib/phpseclib/
H A DREADME.md54 * [Download 1.0.25 as ZIP](http://sourceforge.net/projects/phpseclib/files/phpseclib1.0.25.zip/down…
/dokuwiki/lib/plugins/extension/
H A DInstaller.php14 use splitbrain\PHPArchive\Zip; alias
433 $base = preg_replace('/\.(tar\.gz|tar\.bz|tar\.bz2|tar|tgz|tbz|zip|archive)$/', '', $base);
504 $archiver = new Zip();
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dchapel.php72 'sparse', 'subdomain', 'sync', 'union', 'zip'
H A Djulia.php77 'unshift', 'insert', 'splice', 'reverse', 'sort', 'zip', 'length', 'delete',
H A Dboo.php83 'zip', 'shellp', 'shellm', 'shell', 'reversed', 'range', 'prompt',
H A Dhaskell.php93 'break', 'elem', 'notElem', 'lookup', 'zip',
H A Drust.php137 'WindowIter', 'WriteRequest', 'XorShiftRng', 'Zip', 'addrinfo',
H A Dperl6.php93 'shape', 'sort', 'srand', 'undefine', 'uri', 'values', 'warn', 'zip',
H A Dpython.php83 'vars', 'xrange', 'zip',
H A Dsass.php454 'zip',
H A Dpys60.php73 'vars', 'xrange', 'zip',
H A Derlang.php271 'xmerl_xsd', 'xref', 'yecc', 'zip', 'zlib', 'zlib_stub'

12