Lines Matching full:tgz
149 * tar, zip, gz or tgz) will be considered as directories (up to a depth of
162 * d.tgz (archive that contains the following files)
195 * b.tar/d.tgz/e.txt
196 * b.tar/d.tgz/dir1/f.txt
201 * read('.', '', 1) will uncompress only one level (so d.tgz will
206 * b.tar/d.tgz
230 * b.tar/d.tgz/e.txt
239 * myBaseDir/b.tar/d.tgz/e.txt (accepted because the real depth is 2)
252 * The compressed files must have a tar, zip, gz or tgz extension
612 * Currently, supported extensions are tar, zip, gz, tgz, tbz, bz2,
620 $extension == 'tgz' ||
653 case 'tgz':
1070 * @param string $type can be one of tgz, tbz, tar, zip, gz, gzip, bz2,
1085 $shortcuts = array("tgz" , "tbz" );