Home
last modified time | relevance | path

Searched refs:Tar (Results 1 – 4 of 4) sorted by last modified time

/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
58 if ($this->comptype == Tar::COMPRESS_AUTO) {
629 // Handle Long-Link entries from GNU Tar
/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php13 use splitbrain\PHPArchive\Tar;
1202 $tar = new Tar();
/dokuwiki/vendor/splitbrain/php-archive/
H A DREADME.md19 The usage for the Zip and Tar classes are basically the same. Here are some
28 use splitbrain\PHPArchive\Tar;
32 $tar = new Tar();
39 $tar = new Tar();
45 $tar = new Tar();
54 $tar = new Tar();
64 Differences between Tar and Zip: Tars are compressed as a whole, while Zips compress each file individually. Therefore
/dokuwiki/data/
H A Ddeleted.files234 inc/Tar.class.php