Home
last modified time | relevance | path

Searched refs:class_exists (Results 451 – 475 of 509) sorted by relevance

1...<<1112131415161718192021

/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Dconfiguration.rst14 Doctrine\Common\Annotations\AnnotationRegistry::registerLoader('class_exists');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/
H A DCSS.php15 if (class_exists('PHP_CodeSniffer_Tokenizers_PHP', true) === false) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
H A DJUnit.php251 if (class_exists($suite->getName(), false)) {
/plugin/xcom/
H A Dremote.php61 if(class_exists("dokuwiki\Remote\APICore")) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DAsymmetricKey.php413 if (class_exists($fullname)) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DCommon.php212 if (!class_exists($curve)) {
/plugin/farm/
H A Dsoapconfig.class.php223 if(!class_exists('farmSOAP')) include 'soapserver.php';
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DEngine.php736 if (!class_exists($className, false)) {
/plugin/html2pdf/html2pdf/html2ps/demo/
H A Dsystemcheck.php218 class_exists('DOMDocument')) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php98 if (!class_exists($fqmain) || !method_exists($fqmain, 'isValidEngine')) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Classes/
H A DClassDeclarationSniff.php15 if (class_exists('PEAR_Sniffs_Classes_ClassDeclarationSniff', true) === false) {
/plugin/task/
H A Dhelper.php440 if (class_exists('dokuwiki\Form\Form')) {
/plugin/passpolicy/
H A Dhelper.php458 if (class_exists('COM')) {
/plugin/tag/
H A Dhelper.php187 if (class_exists('dokuwiki\File\PageResolver')) {
/plugin/code2/
H A Dsyntax.php2 if (! class_exists('syntax_plugin_code')) {
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/phar/
H A Dphar-sample.phar5 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) {
/plugin/fckg/syntax/
H A Ddwplugin.php218 if(class_exists($func,false)) {
/plugin/etherpadlite/action/
H A Detherpadlite.php85 if (class_exists("action_plugin_ipgroup")) {
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdiTrait.php132 if (\class_exists(FpdiPdfParser::class)) {
/plugin/struct/meta/
H A DSearch.php253 $LexerClass = class_exists('\Doku_Lexer') ? '\Doku_Lexer' : '\dokuwiki\Parsing\Lexer\Lexer';
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DBaseSerializationTest.php1007 if (!class_exists('Symfony\Component\Form\Extension\Core\Type\SubmitType')) {
1052 if (!class_exists('Doctrine\ORM\Version')) {
1063 if (!class_exists('Doctrine\ORM\Version')) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DFunctionCommentSniff.php16 if (class_exists('PEAR_Sniffs_Commenting_FunctionCommentSniff', true) === false) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/
H A DAbstractPatternSniff.php16 if (class_exists('PHP_CodeSniffer_Standards_IncorrectPatternException', true) === false) {
/plugin/combo/ComboStrap/
H A DExecutionContext.php719 if (class_exists('TestRequest')) {
/plugin/fckg/action/
H A Dedit.php2612 if ( !class_exists($rclass) ) {

1...<<1112131415161718192021