Home
last modified time | relevance | path

Searched refs:class_exists (Results 1 – 25 of 509) sorted by path

12345678910>>...21

/plugin/aichat/
H A Dhelper.php
/plugin/authfacebook/lib/HttpClients/
H A DHttpClientsFactory.php68 if ('guzzle' === $handler && !class_exists('GuzzleHttp\Client')) {
93 if (class_exists('GuzzleHttp\Client')) {
/plugin/authgooglesheets/vendor/google/apiclient-services/
H A Dautoload.php6 && !class_exists('Google_Client', false)
31 $classExists = class_exists($newClass = str_replace('_', '\\', $class));
/plugin/authgooglesheets/vendor/google/apiclient/src/AccessToken/
H A DVerify.php105 if (class_exists(Key::class)) {
217 if (class_exists('\Firebase\JWT\JWT')) {
237 if (class_exists('phpseclib3\Crypt\RSA\PublicKey')) {
253 if (class_exists('phpseclib3\Crypt\RSA')) {
257 if (class_exists('phpseclib\Crypt\RSA')) {
266 if (class_exists('phpseclib3\Math\BigInteger')) {
270 if (class_exists('phpseclib\Math\BigInteger')) {
279 if (class_exists('phpseclib3\Crypt\AES')) {
283 if (class_exists('phpseclib\Crypt\RSA')) {
287 if (class_exists('Crypt_RSA')) {
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DModel.php296 if (property_exists($this, $keyType) && class_exists($this->$keyType)) {
H A DService.php41 if (class_exists('TypeError')) {
H A Daliases.php3 if (class_exists('Google_Client', false)) {
/plugin/authgooglesheets/vendor/google/auth/src/
H A DAccessToken.php403 if (!class_exists('phpseclib\Crypt\RSA')) {
417 if (!class_exists(SimpleJwt::class)) {
H A DServiceAccountSignerTrait.php40 if (class_exists('\\phpseclib\\Crypt\\RSA') && !$forceOpenssl) {
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DAppIdentityCredentials.php231 …if (!self::onAppEngine() || !class_exists('google\appengine\api\app_identity\AppIdentityService'))…
/plugin/authgooglesheets/vendor/google/auth/src/HttpHandler/
H A DGuzzle5HttpHandler.php71 if (!class_exists('GuzzleHttp\Promise\Promise')) {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DGelfMessageFormatter.php70 if (!class_exists(Message::class)) {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DPHPConsoleHandler.php79 if (!class_exists('PhpConsole\Connector')) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DAsymmetricKey.php413 if (class_exists($fullname)) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/
H A DXML.php52 if (!class_exists('DOMDocument')) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DEC.php171 if (!class_exists($curve)) {
H A DRandom.php145 case class_exists('\phpseclib3\Crypt\AES'):
148 case class_exists('\phpseclib3\Crypt\Twofish'):
151 case class_exists('\phpseclib3\Crypt\Blowfish'):
154 case class_exists('\phpseclib3\Crypt\TripleDES'):
157 case class_exists('\phpseclib3\Crypt\DES'):
160 case class_exists('\phpseclib3\Crypt\RC4'):
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DCommon.php212 if (!class_exists($curve)) {
H A DXML.php74 if (!class_exists('DOMDocument')) {
222 if (!class_exists($curve)) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DXML.php54 if (!class_exists('DOMDocument')) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php98 if (!class_exists($fqmain) || !method_exists($fqmain, 'isValidEngine')) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DEngine.php232 if (!class_exists($fqengine) || !method_exists($fqengine, 'isValidEngine')) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php1294 self::$connections[$this->getResourceId()] = class_exists('WeakReference')
5235 if (!class_exists('WeakReference')) {
/plugin/authopenldapkerberos/
H A Dauth.php18 if(!function_exists('ldap_connect') || !class_exists('KRB5CCache')) {
/plugin/authphpbb3/
H A Dauth.php88 if (!class_exists('PDO')) {

12345678910>>...21