Searched refs:tar (Results 1 – 25 of 77) sorted by relevance
1234
| /plugin/backup/ |
| D | admin.php | 283 $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/ |
| D | README.md | 32 $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/ |
| D | Makefile | 11 TAR = tar 20 TAR_NAME = $(ARCHIVE_NAME)-$(VERSION).tar.gz 22 all: export zip tar 41 tar: target
|
| /plugin/mediasyntax/tools/ |
| D | update-website.sh | 10 tar cvzf mediasyntax.tar.gz mediasyntax/* && scp mediasyntax.tar.gz www.staerk.de:/var/www/staerk.d…
|
| /plugin/dataplot/ |
| D | make-release | 13 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/ |
| D | get_geocity2.php | 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"); 100 $phar = new PharData($tar);
|
| /plugin/dir/ |
| D | make_tgz.sh | 22 tar --create -z --verbose --exclude 'manager.dat' --file "${plugin_tgz_file}" "./dir" 28 tar --list --file "${plugin_tgz_file}"
|
| /plugin/archiveupload/ |
| D | action.php | 106 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/ |
| D | Makefile | 21 tar czf $(package).tar.gz $(package)
|
| /plugin/freechat/phpfreechat/misc/ |
| D | tarSource | 33 tar czfp $NAME.tar.gz ./$NAME
|
| D | sendSource | 3 NAME_TGZ=phpfreechat-`cat ../version.txt`.tar.gz
|
| /plugin/backup/lang/de/ |
| D | intro.txt | 3 …tar]]-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/ |
| D | make.sh | 149 cd ./.ci/output && tar -czvf ${artefact_name}.tar.gz "${artefact_name}/." && cd -
|
| /plugin/upgrade/ |
| D | helper.php | 175 $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/ |
| D | intro.txt | 3 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/ |
| D | provision_dokuwiki.sh | 84 …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/ |
| D | manager.dat | 2 url=http://vaslor.net/_media/tech/searchformgoto.tar
|
| /plugin/favoris/ |
| D | manager.dat | 2 url=http://emauvais.multimania.com/dokuwiki/favoris.tar.gz
|
| /plugin/arguments/ |
| D | manager.dat | 2 url=http://archives.moostik.net/dokuwiki/arguments.tar
|
| /plugin/piwik/ |
| D | release.sh | 2 git archive --format tar --prefix piwik/ HEAD |gzip > dokuwiki-piwik-plugin-$(date +%Y-%m-%d).tgz
|
| /plugin/svg/ |
| D | manager.dat | 2 …/dokuwiki/lib/exe/fetch.php?id=project%3Adokuwiki-svg&cache=cache&media=project:dokuwiki-svg.tar.gz
|
| /plugin/bpmnio/vendor/bpmn-js/ |
| D | url.txt | 1 https://github.com/bpmn-io/bpmn-js/archive/refs/tags/v18.3.1.tar.gz
|
| /plugin/elwikiupgrade/ |
| D | admin.php | 346 $tar = new VerboseTar(); 347 $tar->open($this->tgzfile); 348 $tar->extract($this->tgzdir, 1); 349 $tar->close();
|
| /plugin/bpmnio/vendor/dmn-js/ |
| D | url.txt | 1 https://github.com/bpmn-io/dmn-js/archive/refs/tags/v17.0.1.tar.gz
|
| /plugin/deletepageguard/ |
| H A D | .gitignore | 4 *.tar.gz
|
1234