Home
last modified time | relevance | path

Searched refs:fileinfo (Results 1 – 4 of 4) sorted by relevance

/dokuwiki/vendor/splitbrain/php-archive/src/
DTar.php98 foreach ($this->yieldContents() as $fileinfo) {
99 $result[] = $fileinfo;
204 $fileinfo = $this->header2fileinfo($header);
207 $fileinfo->strip($strip);
210 if (!strlen($fileinfo->getPath()) || !$fileinfo->matchExpression($include, $exclude)) {
216 $output = $outdir.'/'.$fileinfo->getPath();
217 $directory = ($fileinfo->getIsdir()) ? $output : dirname($output);
223 if (!$fileinfo->getIsdir()) {
238 @touch($output, $fileinfo->getMtime());
239 @chmod($output, $fileinfo->getMode());
[all …]
DArchive.php84 …* @param string|FileInfo $fileinfo either the name to us in archive (string) or a FileInfo oject w…
87 abstract public function addFile($file, $fileinfo = ''); argument
92 …* @param string|FileInfo $fileinfo either the name to us in archive (string) or a FileInfo oject w…
96 abstract public function addData($fileinfo, $data); argument
DZip.php79 foreach ($this->yieldContents() as $fileinfo) {
80 $result[] = $fileinfo;
156 $fileinfo = $this->header2fileinfo($header);
159 $fileinfo->strip($strip);
162 if (!strlen($fileinfo->getPath()) || !$fileinfo->matchExpression($include, $exclude)) {
166 $extracted[] = $fileinfo;
169 $output = $outdir.'/'.$fileinfo->getPath();
174 if ($fileinfo->getIsdir()) {
176 call_user_func($this->callback, $fileinfo);
252 @touch($output, $fileinfo->getMtime());
[all …]
/dokuwiki/
Dcomposer.lock583 "ext-fileinfo": "For mime type guessing of embedded files"