| /dokuwiki/vendor/splitbrain/php-archive/ |
| H A D | composer.json | 3 "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 D | README.md | 1 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 D | release-build.yml | 71 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 D | composer.lock | 18 "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 D | installed.json | 13 "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 D | mime.conf | 25 zip !application/zip
|
| /dokuwiki/vendor/splitbrain/php-jsstrip/ |
| H A D | composer.lock | 19 "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 D | composer.lock | 18 "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 D | composer.lock | 19 "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 | .gitignore | 20 *.zip
|
| H A D | .gitattributes | 51 *.zip binary
|
| /dokuwiki/vendor/splitbrain/php-archive/src/ |
| H A D | Zip.php | 6 * 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 D | build.xml | 13 <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 D | README.md | 54 * [Download 1.0.25 as ZIP](http://sourceforge.net/projects/phpseclib/files/phpseclib1.0.25.zip/down…
|
| /dokuwiki/lib/plugins/extension/ |
| H A D | Installer.php | 14 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 D | chapel.php | 72 'sparse', 'subdomain', 'sync', 'union', 'zip'
|
| H A D | julia.php | 77 'unshift', 'insert', 'splice', 'reverse', 'sort', 'zip', 'length', 'delete',
|
| H A D | boo.php | 83 'zip', 'shellp', 'shellm', 'shell', 'reversed', 'range', 'prompt',
|
| H A D | haskell.php | 93 'break', 'elem', 'notElem', 'lookup', 'zip',
|
| H A D | rust.php | 137 'WindowIter', 'WriteRequest', 'XorShiftRng', 'Zip', 'addrinfo',
|
| H A D | perl6.php | 93 'shape', 'sort', 'srand', 'undefine', 'uri', 'values', 'warn', 'zip',
|
| H A D | python.php | 83 'vars', 'xrange', 'zip',
|
| H A D | sass.php | 454 'zip',
|
| H A D | pys60.php | 73 'vars', 'xrange', 'zip',
|
| H A D | erlang.php | 271 'xmerl_xsd', 'xref', 'yecc', 'zip', 'zlib', 'zlib_stub'
|