Home
last modified time | relevance | path

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

123456

/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 extensions (gz and bzip are
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 archiv
[all...]
/plugin/upgrade/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 extensions (gz and bzip are
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 archiv
[all...]
/plugin/backup/
H A Dadmin.php283 $tar = new Tar();
305 * @param Tar $tar
387 * @param Tar $tar
406 * @param Tar $tar
420 * @param Tar $tar
434 * @param Tar $tar
448 * @param Tar $tar
471 * @param Tar $tar
494 * @param Tar $tar
517 * @param Tar $tar
[all …]
/template/headstrong/
H A DMakefile2 # - all: export the files from Git, produce a ZIP and a TAR archive.
5 # - tar: produce a TAR archive.
11 TAR = tar macro
20 TAR_NAME = $(ARCHIVE_NAME)-$(VERSION).tar.gz
22 all: export zip tar
43 tar: target
44 @echo "Creating the TAR archive..."
45 @(cd $(BUILD) && $(TAR) -czf $(TAR_NAME) $(NAME))
46 @echo "TAR archive done."
/plugin/openid/
H A DMakefile2 # - all: export the files from Git, produce a ZIP and a TAR archive.
5 # - tar: produce a TAR archive.
11 TAR = tar macro
20 TAR_NAME = $(ARCHIVE_NAME)-$(VERSION).tar.gz
22 all: export zip tar
41 tar: target
42 @echo "Creating the TAR archive..."
43 @(cd $(BUILD) && $(TAR) -czf $(TAR_NAME) $(NAME))
44 @echo "TAR archive done."
/plugin/quickstats/scripts/
H A Dget_geocity2.php46 // "https://geolite.maxmind.com/download/geoip/database/GeoLite2-City.tar.gz";
48 $url = "http://epicurus.bz/GeoLite2-City.tar.gz";
49 // $url = "https://mturner.org/userfiles/GeoLite2-City.tar.gz";
53 $gzfile = $this->tempdir . '/GeoLite2-City.tar.gz';
87 if(preg_match("#GeoLite2-City.tar.gz#", $file,$matches)) {
90 $tar = str_replace('.gz', "", $file);
91 $this->qs_say($this->helper->getLang('tar_extracted'), $tar);
92 if(file_exists($tar)){
93 $this->qs_say($this->helper->getLang('file_exists'),"\n$file\n$tar\n");
96 $p->decompress(); // creates /path/to/my.tar
[all …]
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.archive.tar.php11 // module.archive.tar.php //
12 // module for analyzing TAR files //
34 $info['fileformat'] = 'tar';
35 $info['tar']['files'] = array();
86 // it's the end of the tar-file...
98 // Protect against tar-files with garbage at the end
102 $info['tar']['file_details'][$name] = array (
120 …$info['tar']['files'] = getid3_lib::array_merge_clobber($info['tar']['files'], getid3_lib::CreateD…
H A Dmodule.archive.gzip.php31 * Decode gzipped files, if possible, and parse recursively (.tar.gz for example).
226 case 'tar':
227 // view TAR-file info
231 $this->error('Unable to create temp file to parse TAR inside GZIP file');
241 $info['gzip']['member_header'][$idx]['tar'] = $getid3_temp->info['tar'];
245 $this->error('Unable to fopen() temp file to parse TAR inside GZIP file');
/plugin/zip/pear/File/Archive/Writer/
H A DTar.php5 * Write the files as a TAR archive
28 * @version CVS: $Id: Tar.php,v 1.18 2005/06/02 12:24:43 vincentlascaux Exp $
35 * Write the files as a TAR archive
47 * Creates the TAR header for a file
77 "$filename is too long to be put in a tar archive"
118 * Creates the TAR footer for a file
120 * @param int $size the size of the data that has been written to the TAR
205 function getMime() { return "application/x-tar"; }
210 * A tar archive cannot contain files with name of folders longer than 255 chars
/plugin/mediasyntax/tools/
H A Dupdate-website.sh3 # This will update www.staerk.de/files/mediasyntax.tar.gz
10 tar cvzf mediasyntax.tar.gz mediasyntax/* && scp mediasyntax.tar.gz www.staerk.de:/var/www/staerk.de/files
/plugin/freechat/phpfreechat/misc/
H A DtarSource32 echo "-> creating $NAME.tar.gz"
33 tar czfp $NAME.tar.gz ./$NAME
39 #echo "-> creating $PFCSETUPNAME.tar.gz"
55 #echo "$NAME.tar.gz" > $PFCSETUPNAME/archivename
57 #tar czfp $PFCSETUPNAME.tar.gz ./$PFCSETUPNAME
/plugin/zip/pear/File/
H A DArchive.php177 * b.tar
179 * dir2/dir3/h.tar
194 * b.tar/c.txt
205 * b.tar/c.txt
206 * b.tar/d.tgz
214 * b.tar
221 * b.tar
229 * b.tar/c.txt
661 case 'tar':
1065 * Compress the data to a tar, gz, tar/gz or zip format
[all …]
/plugin/dataplot/
H A Dmake-release13 tar cvzf ${my_package}.tar.gz ${tar_cmds} ${my_package}/.
14 gpg --armor --sign --detach-sig --default-key FA5E6F3E ${my_package}.tar.gz
/plugin/dir/
H A Dmake_tgz.sh19 # Create the tar file
22 tar --create -z --verbose --exclude 'manager.dat' --file "${plugin_tgz_file}" "./dir"
28 tar --list --file "${plugin_tgz_file}"
/plugin/elwikiupgrade/
H A DVerboseTarLib.class.php3 * This is a copy of DokuWiki's core tar library
27 * Open an existing TAR file for reading
54 * Read the contents of a TAR archive
59 * checksum Tar Checksum of the file
91 * Extract an existing TAR archive
94 …* found in the tar file, similar to the --strip-components feature of GNU tar. This is triggered w…
202 * Create a new TAR file
204 * If $file is empty, the tar file will be created in memory
277 * Add a file to the current TAR archive using the given $data as content
490 * Decode the given tar file header
[all …]
/plugin/zip/pear/File/Archive/Reader/
H A DTar.php5 * Read a tar archive
28 * @version CVS: $Id: Tar.php,v 1.29 2005/07/11 11:53:53 vincentlascaux Exp $
35 * Read a tar archive
46 * In TAR reader, indexes 2, 4, 5, 7, 9 are set
58 * A TAR file is made of chunks of 512 bytes. If 512 does not
228 return PEAR::raiseError('Unexpected end of tar archive');
240 require_once "File/Archive/Writer/Tar.php";
337 require_once "File/Archive/Writer/Tar.php";
H A DChangeName.php38 * If archive.tar is a file archive containing files a.txt and foo/b.txt
41 * new File_Archive_Reader_File('archive.tar')
123 * If archive.tar is a file archive containing files a.txt and foo/b.txt
126 * new File_Archive_Reader_File('archive.tar')
/plugin/backup/lang/de/
H A Dintro.txt3tar]]-Datei erzeugen, die entweder mit [[wp>bzip2]] oder [[wp>gzip]] komprimiert wird, welche Sie …
8 …t einen Namen nach dem Format //dw-backup-JahrMonatTag-StundeMinuteSekunde.tar.bz2//, mit der Zeit…
/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
47 * Open an existing TAR file for reading
58 if ($this->comptype == Tar::COMPRESS_AUTO) {
78 * Read the contents of a TAR archive
101 * Read the contents of a TAR archive and return each entry using yield
130 * Extract an existing TAR archive
133 * found in the tar file, similar to the --strip-components feature of GNU tar
[all...]
/plugin/upgrade/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
47 * Open an existing TAR file for reading
58 if ($this->comptype == Tar::COMPRESS_AUTO) {
78 * Read the contents of a TAR archive
101 * Read the contents of a TAR archive and return each entry using yield
130 * Extract an existing TAR archive
133 * found in the tar file, similar to the --strip-components feature of GNU tar
[all...]
/plugin/quickstats/GEOIP/
H A Dget_geocity2.php21 $url = "https://geolite.maxmind.com/download/geoip/database/GeoLite2-City.tar.gz";
22 $data_file = 'GeoLite2-City.tar';
23 $gzfile = 'GeoLite2-City.tar.gz';
/plugin/archiveupload/
H A Daction.php106 if(in_array($ext, array('tar','gz','tgz','zip'))) {
158 if(in_array($ext, array('tar','gz','tgz'))) {
166 $tar = new TarLib($file, $compress_type);
167 $ok = $tar->Extract(FULL_ARCHIVE, $this->tmpdir, '', 0777);
170 $files = $tar->ListContents();
/plugin/snmplive/
H A DMakefile21 tar czf $(package).tar.gz $(package)
/plugin/maintenance/bin/
H A Dsample.sh25 tar --exclude=data/cache/[0-9a-f] --exclude=data/locks/[^_]* --exclude=data/tmp/* -jcvf "$backup_fi…

123456