Home
last modified time | relevance | path

Searched refs:setComment (Results 1 – 3 of 3) sorted by path

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php3161 function setComment($comment) global() function in phpseclib\\Crypt\\RSA
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DFileInfo.php186 public function setComment($comment) function in splitbrain\\PHPArchive\\FileInfo
H A DZip.php715 $fileinfo->setComment($header['comment']);
725 $fileinfo->setComment($header['extradata']['utf8comment']);
727 $fileinfo->setComment($this->cpToUtf8($header['comment']));