Home
last modified time | relevance | path

Searched full:tar (Results 1 – 19 of 19) sorted by relevance

/dokuwiki/vendor/splitbrain/php-archive/
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
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 Dcomposer.json3 "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 Dbuild.xml14 <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 DTar.php6 * 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 DFileInfo.php303 …* found in the tar file, similar to the --strip-components feature of GNU tar. This is triggered w…
H A DArchive.php49 …* found in the archive file, similar to the --strip-components feature of GNU tar. This is trigger…
H A DZip.php69 * 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 Drelease-build.yml70 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 DInstaller.php13 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 Dpageutils_getid.test.php33 … $_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 Dmailer.test.php376 $name = $mail->getCleanName("\tFoo tar ");
377 $this->assertEquals('Foo tar', $name);
/dokuwiki/conf/
H A Dmime.conf22 tar !application/x-gtar
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dbash.php191 '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 Dgo.php244 'tar.Header', 'tar.Reader', 'tar.Writer', 'template.Error',
H A Doctave.php323 'table', 'tand', 'tar', 'tcdf', 'tempdir', 'tempname', 'test', 'text',
/dokuwiki/
H A Dcomposer.lock671 "description": "Pure-PHP implementation to read and write TAR and ZIP archives",
675 "tar",
/dokuwiki/vendor/composer/
H A Dinstalled.json694 "description": "Pure-PHP implementation to read and write TAR and ZIP archives",
698 "tar",
/dokuwiki/data/
H A Ddeleted.files270 inc/Tar.class.php
/dokuwiki/inc/
H A DDifferenceEngine.php100 * ftp://gnudist.gnu.org/pub/gnu/diffutils/diffutils-2.7.tar.gz