Home
last modified time | relevance | path

Searched refs:UnsupportedFormatException (Results 1 – 16 of 16) sorted by relevance

/plugin/totext/Extractor/ !
H A DExtractorFactory.php5 use dokuwiki\plugin\totext\Exception\UnsupportedFormatException; alias
47 * @throws UnsupportedFormatException if the extension is not recognised
53 throw new UnsupportedFormatException(
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/ !
DMontgomeryPrivate.php28 use phpseclib3\Exception\UnsupportedFormatException; alias
103 … throw new UnsupportedFormatException('MontgomeryPrivate private keys do not support encryption');
Dlibsodium.php23 use phpseclib3\Exception\UnsupportedFormatException; alias
117 … throw new UnsupportedFormatException('libsodium private keys do not support encryption');
/plugin/totext/_test/ !
H A DExtractorFactoryTest.php6 use dokuwiki\plugin\totext\Exception\UnsupportedFormatException; alias
90 $this->expectException(UnsupportedFormatException::class);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/ !
DXML.php28 use phpseclib3\Exception\UnsupportedFormatException; alias
149 throw new UnsupportedFormatException('XML private keys do not support encryption');
DMSBLOB.php24 use phpseclib3\Exception\UnsupportedFormatException; alias
207 throw new UnsupportedFormatException('MSBLOB private keys do not support encryption');
DRaw.php160 throw new UnsupportedFormatException('Raw private keys do not support encryption');
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Exception/ !
DUnsupportedFormatException.php24 class UnsupportedFormatException extends \RuntimeException class
/plugin/findologicxmlexport/vendor/jms/serializer/src/Exception/ !
DUnsupportedFormatException.php7 class UnsupportedFormatException extends InvalidArgumentException class
/plugin/totext/Exception/ !
H A DUnsupportedFormatException.php8 class UnsupportedFormatException extends ExtractionException class
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/ !
DOpenSSH.php23 use phpseclib3\Exception\UnsupportedFormatException; alias
206 … throw new UnsupportedFormatException('Encrypted OpenSSH private keys are not supported');
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/ !
DAsymmetricKey.php22 use phpseclib3\Exception\UnsupportedFormatException; alias
344 throw new UnsupportedFormatException("$type is not a supported format");
348 throw new UnsupportedFormatException("$type does not implement $method");
/plugin/findologicxmlexport/vendor/jms/serializer/src/ !
DSerializer.php13 use JMS\Serializer\Exception\UnsupportedFormatException; alias
136 throw new UnsupportedFormatException(
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/ !
DPublicKey.php23 use phpseclib3\Exception\UnsupportedFormatException; alias
501 …throw new UnsupportedFormatException('The PSS format can only be used when the signature method ha…
DPrivateKey.php20 use phpseclib3\Exception\UnsupportedFormatException; alias
514 …throw new UnsupportedFormatException('The PSS format can only be used when the signature method ha…
/plugin/totext/ !
H A DAGENTS.md78 - `Exception/ExtractionException.php` and `Exception/UnsupportedFormatException.php`