Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DOpenSSH.php49 public static function setComment($comment) function in phpseclib3\\Crypt\\Common\\Formats\\Keys\\OpenSSH
H A DPuTTY.php50 public static function setComment($comment) function in phpseclib3\\Crypt\\Common\\Formats\\Keys\\PuTTY
/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']));