Home
last modified time | relevance | path

Searched refs:encodeFilename (Results 1 – 1 of 1) sorted by last modified time

/dokuwiki/vendor/splitbrain/php-archive/src/
H A DZip.php913 list($name, $extra) = $this->encodeFilename($name);
960 list($name, $extra) = $this->encodeFilename($name);
1008 protected function encodeFilename($original) function in splitbrain\\PHPArchive\\Zip