Home
last modified time | relevance | path

Searched full:tar (Results 76 – 100 of 149) sorted by path

123456

/plugin/jmol2/jmol/
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/jplayer/vendor/composer/
H A Dautoload_classmap.php77 'getid3_tar' => $vendorDir . '/james-heinrich/getid3/getid3/module.archive.tar.php',
H A Dautoload_static.php120 'getid3_tar' => __DIR__ . '/..' . '/james-heinrich/getid3/getid3/module.archive.tar.php',
/plugin/jplayer/vendor/james-heinrich/getid3/
H A DREADME.md131 * TAR
H A Dchangelog.txt657 * Bugfix: TAR.GZ files produce PHP errors when
730 » TAR module no longer reads entire file into memory
788 » Added TAR support -- new file: module.archive.tar.php
H A Dreadme.txt131 * TAR
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.php1281 // TAR - data - TAR compressed data
1282 'tar' => array(
1285 'module' => 'tar',
1286 'mime_type' => 'application/x-tar',
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');
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…
/plugin/jukebox/id3/
H A Dgetid3.php868 // TAR - data - TAR compressed data
869 'tar' => array(
872 'module' => 'tar',
873 'mime_type' => 'application/x-tar',
/plugin/konsole/
H A Dsyntax.php51 …'sleep','sort','source','split','ssh','strace','su','sudo','sum','symlink','sync','tail','tar','te…
/plugin/maintenance/bin/
H A Dsample.sh25 tar --exclude=data/cache/[0-9a-f] --exclude=data/locks/[^_]* --exclude=data/tmp/* -jcvf "$backup_fi…
/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/offline/ui/dokuwiki/
H A Dall.css1 …cons/tgz.png)}a.mf_tar{background-image:url(/dokuwiki/lib/images/fileicons/tar.png)}a.mf_gz{backgr…
H A Dprint.css1 …cons/tgz.png)}a.mf_tar{background-image:url(/dokuwiki/lib/images/fileicons/tar.png)}a.mf_gz{backgr…
H A Dscreen.css1 …cons/tgz.png)}a.mf_tar{background-image:url(/dokuwiki/lib/images/fileicons/tar.png)}a.mf_gz{backgr…
/plugin/offline/
H A Dwhich_binaries.php20 foreach(array('zip', 'unzip', 'bzip', 'gzip', 'rar', 'tar') as $packerNameStr) {
/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/pgn4web/pgn4web/
H A Dpgn-standard.txt1516 "SAN.tar.gz" (a gzip tar archive). This kit contains code for PGN import and
1557 the pub/chess/X directory as the file "xboard-3.0.pl9.tar.gz". Suggestions and
1565 pub/chess/Game-Databases/CBUFF directory as the file "cupgn.tar.gz". Another
1749 pub/chess/Unix directory as the file "zzzzzz-3.2b1.tar.gz". The contact person
/plugin/piwik/
H A Drelease.sh2 git archive --format tar --prefix piwik/ HEAD |gzip > dokuwiki-piwik-plugin-$(date +%Y-%m-%d).tgz
/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/quickstats/lang/en/
H A Dlang.php40 $lang['tar_extracted'] = 'Tar file extracted: %s.';
/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 …]

123456