Home
last modified time | relevance | path

Searched refs:filetype (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/vendor/splitbrain/php-archive/src/
H A DTar.php59 $this->setCompression($this->complevel, $this->filetype($file));
242 $this->setCompression($this->complevel, $this->filetype($file));
425 $this->setCompression($this->complevel, $this->filetype($file));
692 public function filetype($file) function in splitbrain\\PHPArchive\\Tar
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php2855 return !$recursive || $this->filetype($path) != 'dir' ?
2866 public function filetype($path)
3083 function filetype($path) global() function in phpseclib\\Net\\SFTP