Home
last modified time | relevance | path

Searched full:tar (Results 26 – 50 of 149) sorted by relevance

123456

/plugin/snippets/lang/sv/
H A Dlang.php18 $lang['remove_from_db'] = 'Tar bort från databasen:';
20 $lang['removing'] = 'Tar bort:';
/plugin/upgrade/vendor/splitbrain/php-archive/
H A Dcomposer.json3 "description": "Pure-PHP implementation to read and write TAR and ZIP archives",
4 "keywords": ["zip", "tar", "archive", "unpack", "extract", "unzip"],
/plugin/upgrade/
H A Dhelper.php12 use splitbrain\PHPArchive\Tar;
38 $this->tgzurl = "https://github.com/splitbrain/dokuwiki/archive/$branch.tar.gz";
175 $tar = new Tar();
176 $tar->setCallback(function ($file) {
180 $tar->open($this->tgzfile);
181 $tar->extract($this->tgzdir, 1);
182 $tar->close();
11 use splitbrain\PHPArchive\Tar; global() alias
H A Dcomposer.lock54 "description": "Pure-PHP implementation to read and write TAR and ZIP archives",
58 "tar",
/plugin/backup/lang/en/
H A 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/sequencediagram/bower_components/lodash/
H A D.travis.yml55 …m/phantomjs/releases/download/v$PHANTOMJS_VERSION/phantomjs-$PHANTOMJS_VERSION-linux-x86_64.tar.bz2
56 tar -xvf phantomjs-$PHANTOMJS_VERSION-linux-x86_64.tar.bz2 -C $PWD/travis_phantomjs
/plugin/elwikiupgrade/
H A Dadmin.php32 …rl = "https://download.einsatzleiterwiki.de/elwikiupgrade/einsatzleiterwiki-upgrade.tar.gz";
346 $tar = new VerboseTar();
347 $tar->open($this->tgzfile);
348 $tar->extract($this->tgzdir, 1);
349 $tar->close();
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/
H A Dmake.sh149 cd ./.ci/output && tar -czvf ${artefact_name}.tar.gz "${artefact_name}/." && cd -
157 if [ $proof == "${artefact_name}.tar.gz" ]; then
158 echo -e "\033[32;1mTARGET: assemble - success: $artefact_name.tar.gz\033[0m"
/plugin/upgrade/vendor/composer/
H A Dinstalled.json51 "description": "Pure-PHP implementation to read and write TAR and ZIP archives",
55 "tar",
/plugin/dlcounter/conf/
H A Ddefault.php8 $conf['extensions'] = 'zip, gzip, tar';
/plugin/searchformgoto/
H A Dmanager.dat2 url=http://vaslor.net/_media/tech/searchformgoto.tar
/plugin/favoris/
H A Dmanager.dat2 url=http://emauvais.multimania.com/dokuwiki/favoris.tar.gz
/plugin/piwik/
H A Drelease.sh2 git archive --format tar --prefix piwik/ HEAD |gzip > dokuwiki-piwik-plugin-$(date +%Y-%m-%d).tgz
/plugin/structtemplate/_vagrant/
H A 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}"
98 echo "Error ${status} from tar while unpacking DokuWiki from ${dw_package}"
103 echo "No error from tar, but DokuWiki isn't unpacked in ${dw_path}"
/plugin/arguments/
H A Dmanager.dat2 url=http://archives.moostik.net/dokuwiki/arguments.tar
/plugin/bpmnio/vendor/bpmn-js/
H A Durl.txt1 https://github.com/bpmn-io/bpmn-js/archive/refs/tags/v11.1.0.tar.gz
/plugin/dlcount/
H A Daction.php60 … // no rewrite (http://wiki.birth-online.de/lib/exe/fetch.php?media=software:php:dlcount.tar.gz)
64 …o rewrite with useslash (http://wiki.birth-online.de/lib/exe/fetch.php/software/php/dlcount.tar.gz)
69 // rewrite (http://wiki.birth-online.de/_media/software/php/dlcount.tar.gz)
/plugin/svg/
H A Dmanager.dat2 …/dokuwiki/lib/exe/fetch.php?id=project%3Adokuwiki-svg&cache=cache&media=project:dokuwiki-svg.tar.gz
/plugin/elwikiupgrade/lang/no/
H A Dstep0.txt7 Vi anbefaler at du tar en sikkerhetskopi av wikien før du fortsetter.
/plugin/upgrade/lang/no/
H A Dstep0.txt7 Vi anbefaler at du tar en sikkerhetskopi av wikien før du fortsetter
/plugin/freechat/phpfreechat/misc/
H A DsendSource3 NAME_TGZ=phpfreechat-`cat ../version.txt`.tar.gz
/plugin/fckg/fckeditor/editor/css/images/fileicons/
H A Dicon_files.txt33 tar.png
H A Ddir.txt37 tar.png
/plugin/dw2markdown/
H A D.travis.yml6 - tar -czf ../build/dw2markdown.tgz *
/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php13 use splitbrain\PHPArchive\Tar;
663 $basename = preg_replace('/\.(tar\.gz|tar\.bz|tar\.bz2|tar|tgz|tbz|zip)$/', '', $basename);
1200 if (in_array($ext, ['tar', 'bz', 'gz'])) {
1202 $tar = new Tar();
1203 $tar->open($file);
1204 $tar
[all...]

123456