| /dokuwiki/vendor/splitbrain/php-archive/ |
| 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 28 use splitbrain\PHPArchive\Tar; 30 // To list the contents of an existing TAR archive, open() it and use 32 $tar = new Tar(); 33 $tar->open('myfile.tgz'); 34 $toc = $tar->contents(); 37 // To extract the contents of an existing TAR archive, open() it and use 39 $tar = new Tar(); [all …]
|
| 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"],
|
| /dokuwiki/vendor/geshi/geshi/ |
| H A D | build.xml | 14 <property name="gzfile" value="${phing.project.name}-${version}.tar.gz" /> 15 <property name="bz2file" value="${phing.project.name}-${version}.tar.bz2" /> 41 description="Create zip and tar files for release" 54 <tar destfile="dist/${gzfile}" prefix="${fileprefix}" compression="gzip"> 57 </tar> 58 <tar destfile="dist/${bz2file}" prefix="${fileprefix}" compression="bzip2"> 61 </tar>
|
| /dokuwiki/vendor/splitbrain/php-archive/src/ |
| H A D | Tar.php | 6 * Class Tar 8 * Creates or extracts Tar archives. Supports gz and bzip compression 16 class Tar extends Archive class 51 * Open an existing TAR file for reading 62 if ($this->comptype == Tar::COMPRESS_AUTO) { 83 * Read the contents of a TAR archive 106 * Read the contents of a TAR archive and return each entry using yield 160 * Extract an existing TAR archive 163 …* found in the tar file, similar to the --strip-components feature of GNU tar. This is triggered w… 255 * Create a new TAR file [all …]
|
| H A D | FileInfo.php | 303 …* found in the tar file, similar to the --strip-components feature of GNU tar. This is triggered w…
|
| H A D | Archive.php | 49 …* found in the archive file, similar to the --strip-components feature of GNU tar. This is trigger…
|
| H A D | Zip.php | 69 * The archive is closed afer reading the contents, for API compatibility with TAR files 116 …* found in the tar file, similar to the --strip-components feature of GNU tar. This is triggered w…
|
| /dokuwiki/.github/workflows/ |
| H A D | release-build.yml | 70 tar -czvf "dokuwiki-${{ env.current_file }}.tgz" dokuwiki-${{ env.current_file }} 110 …ssh ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }} "cd htdocs/src/dokuwiki/ && tar -xzvf dokuwiki…
|
| /dokuwiki/lib/plugins/extension/ |
| H A D | Installer.php | 13 use splitbrain\PHPArchive\Tar; alias 433 $base = preg_replace('/\.(tar\.gz|tar\.bz|tar\.bz2|tar|tgz|tbz|zip|archive)$/', '', $base); 506 $archiver = new Tar();
|
| /dokuwiki/_test/tests/inc/ |
| H A D | pageutils_getid.test.php | 33 … $_SERVER['REQUEST_URI'] = '/lib/exe/fetch.php/myhdl-0.5dev1.tar.gz?id=snapshots&cache=cache'; 35 $this->assertEquals(getID('media'), 'myhdl-0.5dev1.tar.gz');
|
| H A D | mailer.test.php | 376 $name = $mail->getCleanName("\tFoo tar "); 377 $this->assertEquals('Foo tar', $name);
|
| /dokuwiki/conf/ |
| H A D | mime.conf | 22 tar !application/x-gtar
|
| /dokuwiki/vendor/geshi/geshi/src/geshi/ |
| H A D | bash.php | 191 'git get-tar-commit-id', 'git grep', 'git hash-object', 'git help', 213 'git tar-tree', 'git unpack-file', 'git unpack-objects', 231 'git-fsck', 'git-fsck-objects', 'git-gc', 'git-get-tar-commit-id', 254 'git-tag', 'git-tar-tree', 'gitunpack', 'git-unpack-file', 341 'tac', 'tail', 'tar', 'tee', 'tempfile', 'touch', 'tr', 'tree',
|
| H A D | go.php | 244 'tar.Header', 'tar.Reader', 'tar.Writer', 'template.Error',
|
| H A D | octave.php | 323 'table', 'tand', 'tar', 'tcdf', 'tempdir', 'tempname', 'test', 'text',
|
| /dokuwiki/ |
| H A D | composer.lock | 671 "description": "Pure-PHP implementation to read and write TAR and ZIP archives", 675 "tar",
|
| /dokuwiki/vendor/composer/ |
| H A D | installed.json | 694 "description": "Pure-PHP implementation to read and write TAR and ZIP archives", 698 "tar",
|
| /dokuwiki/data/ |
| H A D | deleted.files | 270 inc/Tar.class.php
|
| /dokuwiki/inc/ |
| H A D | DifferenceEngine.php | 100 * ftp://gnudist.gnu.org/pub/gnu/diffutils/diffutils-2.7.tar.gz
|