Home
last modified time | relevance | path

Searched refs:tar (Results 1 – 25 of 77) sorted by relevance

1234

/plugin/backup/
Dadmin.php283 $tar = new Tar();
284 $tar->create($fn);
293 $cmd($tar, $logger);
299 $tar->close();
305 * @param Tar $tar
313 protected function addDirectoryToTar(Tar $tar, $dir, $as, $logger = null, $filter = null) argument
334 $tar->addFile($path, $file);
387 * @param Tar $tar
392 protected function backupConfig(Tar $tar, $logger) argument
394 $this->addDirectoryToTar($tar, DOKU_CONF, 'conf', $logger, function ($path) {
[all …]
/plugin/upgrade/myvendor/splitbrain/php-archive/
DREADME.md32 $tar = new Tar();
33 $tar->open('myfile.tgz');
34 $toc = $tar->contents();
39 $tar = new Tar();
40 $tar->open('myfile.tgz');
41 $tar->extract('/tmp');
45 $tar = new Tar();
46 $tar->create('myfile.tgz');
47 $tar->addFile(...);
48 $tar->addData(...);
[all …]
/plugin/openid/
DMakefile11 TAR = tar
20 TAR_NAME = $(ARCHIVE_NAME)-$(VERSION).tar.gz
22 all: export zip tar
41 tar: target
/plugin/mediasyntax/tools/
Dupdate-website.sh10 tar cvzf mediasyntax.tar.gz mediasyntax/* && scp mediasyntax.tar.gz www.staerk.de:/var/www/staerk.d…
/plugin/dataplot/
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/quickstats/scripts/
Dget_geocity2.php90 $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");
100 $phar = new PharData($tar);
/plugin/dir/
Dmake_tgz.sh22 tar --create -z --verbose --exclude 'manager.dat' --file "${plugin_tgz_file}" "./dir"
28 tar --list --file "${plugin_tgz_file}"
/plugin/archiveupload/
Daction.php106 if(in_array($ext, array('tar','gz','tgz','zip'))) {
166 $tar = new TarLib($file, $compress_type);
167 $ok = $tar->Extract(FULL_ARCHIVE, $this->tmpdir, '', 0777);
170 $files = $tar->ListContents();
/plugin/snmplive/
DMakefile21 tar czf $(package).tar.gz $(package)
/plugin/freechat/phpfreechat/misc/
DtarSource33 tar czfp $NAME.tar.gz ./$NAME
DsendSource3 NAME_TGZ=phpfreechat-`cat ../version.txt`.tar.gz
/plugin/backup/lang/de/
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…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/
Dmake.sh149 cd ./.ci/output && tar -czvf ${artefact_name}.tar.gz "${artefact_name}/." && cd -
/plugin/upgrade/
Dhelper.php175 $tar = new Tar();
176 $tar->setCallback(function ($file) {
180 $tar->open($this->tgzfile);
181 $tar->extract($this->tgzdir, 1);
182 $tar->close();
/plugin/backup/lang/en/
Dintro.txt3 The tool will create a [[wp>tar_(file format)|tar]] archive, compressed with either [[wp>bzip2]] or…
8 …* The final backup file is named //dw-backup-YearMonthDay-HourMinuteSecond.tar.bz2//, and time is …
/plugin/structtemplate/_vagrant/
Dprovision_dokuwiki.sh84 …contained_files=$(tar -tf "${dw_package}" | grep '^dokuwiki-[0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][…
95 tar --strip ${strip_components} --directory="${dw_path}" -zxf "${dw_package}"
/plugin/searchformgoto/
Dmanager.dat2 url=http://vaslor.net/_media/tech/searchformgoto.tar
/plugin/favoris/
Dmanager.dat2 url=http://emauvais.multimania.com/dokuwiki/favoris.tar.gz
/plugin/arguments/
Dmanager.dat2 url=http://archives.moostik.net/dokuwiki/arguments.tar
/plugin/piwik/
Drelease.sh2 git archive --format tar --prefix piwik/ HEAD |gzip > dokuwiki-piwik-plugin-$(date +%Y-%m-%d).tgz
/plugin/svg/
Dmanager.dat2 …/dokuwiki/lib/exe/fetch.php?id=project%3Adokuwiki-svg&cache=cache&media=project:dokuwiki-svg.tar.gz
/plugin/bpmnio/vendor/bpmn-js/
Durl.txt1 https://github.com/bpmn-io/bpmn-js/archive/refs/tags/v18.3.1.tar.gz
/plugin/elwikiupgrade/
Dadmin.php346 $tar = new VerboseTar();
347 $tar->open($this->tgzfile);
348 $tar->extract($this->tgzdir, 1);
349 $tar->close();
/plugin/bpmnio/vendor/dmn-js/
Durl.txt1 https://github.com/bpmn-io/dmn-js/archive/refs/tags/v17.0.1.tar.gz
/plugin/deletepageguard/
H A D.gitignore4 *.tar.gz

1234