Searched refs:archive (Results 1 – 4 of 4) sorted by relevance
| /dokuwiki/vendor/splitbrain/php-archive/ |
| H A D | README.md | 14 ```php composer.phar require splitbrain/php-archive``` 22 Check the [API docs](https://splitbrain.github.io/php-archive/) for more 30 // To list the contents of an existing TAR archive, open() it and use 37 // To extract the contents of an existing TAR archive, open() it and use 43 // To create a new TAR archive directly on the filesystem (low memory 52 // To create a TAR archive directly in memory, create() it, add*() 68 an archive.
|
| /dokuwiki/lib/plugins/extension/ |
| H A D | Installer.php | 110 $archive = $this->downloadArchive($url); 112 $archive, 144 * @param string $archive the path to the archive 148 public function installFromArchive($archive, $base = null) argument 150 $target = $this->mkTmpDir() . '/' . ($base ?? $this->fileToBase($archive)); 151 $this->extractArchive($archive, $target); 496 protected function extractArchive($archive, $target) argument 498 $fh = fopen($archive, 'rb'); 499 if (!$fh) throw new Exception('error_archive_read', [$archive]); 509 $archiver->open($archive); [all …]
|
| /dokuwiki/ |
| H A D | .gitignore | 85 vendor/splitbrain/php-archive/apigen.neon 86 vendor/splitbrain/php-archive/generate-api.sh
|
| H A D | composer.lock | 622 "name": "splitbrain/php-archive", 626 "url": "https://github.com/splitbrain/php-archive.git", 631 …"url": "https://api.github.com/repos/splitbrain/php-archive/zipball/d9d4eaac12a6587727b8e539946dd0… 668 "archive", 676 "issues": "https://github.com/splitbrain/php-archive/issues", 677 "source": "https://github.com/splitbrain/php-archive/tree/1.4.0"
|