Home
last modified time | relevance | path

Searched refs:class_exists (Results 326 – 350 of 509) sorted by relevance

1...<<1112131415161718192021

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DCommand.php823 if (!class_exists($loaderClass, false)) {
837 if (class_exists($loaderClass, false)) {
868 if (!class_exists($printerClass, false)) {
882 if (class_exists($printerClass)) {
/plugin/botbouncer/lib/
H A Dbotbouncer.php189 if (isset($GLOBALS['memCachedServer']) && class_exists('Memcached', false)) {
192 if (!class_exists('Memcached',false)) {
202 if (class_exists('Mollom',false)) {
268 if (class_exists('Memcached') && !empty($memCachedServer)) {
/plugin/mellelexport/
H A Drenderer.php141 $contentType = class_exists('ZipArchive') ? 'application/zip' : 'text/xml';
142 $contentFileName = class_exists('ZipArchive') ? noNS($ID).'.mellel' : 'main.xml';
145 if (class_exists('ZipArchive') AND true) {
243 if ($zip AND class_exists('ZipArchive')) {
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/GUI/
H A DSetupDecorator.php131 if (class_exists($className)) {
/plugin/hr/
H A Dsyntax.php2 if (! class_exists('syntax_plugin_hr')) {
/plugin/projects/lib/
H A Dplugins.php54 if (!class_exists($class)) continue;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/NamingConventions/
H A DConstructorNameSniff.php16 if (class_exists('PHP_CodeSniffer_Standards_AbstractScopeSniff', true) === false) {
/plugin/authgooglesheets/vendor/google/auth/src/HttpHandler/
H A DGuzzle5HttpHandler.php71 if (!class_exists('GuzzleHttp\Promise\Promise')) {
/plugin/tag/syntax/
H A Dtag.php117 if (class_exists('dokuwiki\File\PageResolver')) {
/plugin/odt2dw/
H A Daction.php197 if ( ! class_exists( XSLTProcessor ) ) return $this->_msg('er_class_xsltProcessor');
198 if ( ! class_exists( ZipArchive ) ) return $this->_msg('er_class_zipArchive');
199 if ( ! class_exists( DOMDocument ) ) return $this->_msg('er_class_domDocument');
/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DUstring.php314 if (false === class_exists('Collator')) {
513 if (false === class_exists('Normalizer')) {
570 if (false === class_exists('Transliterator')) {
/plugin/nodetailsxhtml/
H A Drenderer.php115 if ( class_exists('dokuwiki\Utf8\PhpString') ) {
266 if ( class_exists('dokuwiki\File\PageResolver') ) {
/plugin/emphasis/syntax/
H A Dfont.php149 if (!class_exists('ODTDocument')) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
H A DTeamCity.php215 if (class_exists($suiteName, false)) {
246 if (!class_exists($suiteName, false)) {
/plugin/farmer/admin/
H A Dnew.php238 if (!class_exists('\splitbrain\RingIcon\RingIcon', false)) {
241 if (!class_exists('\chrisbliss18\phpico\PHPIco', false)) {
/plugin/combo/vendor/symfony/yaml/Command/
H A DLintCommand.php99 if ('github' === $this->format && !class_exists(GithubActionReporter::class)) {
105 $this->format = class_exists(GithubActionReporter::class) && GithubActionReporter::isGithubActionEnvironment() ? 'github' : 'txt';
/plugin/subconfhelper/helper/
H A Dconfig.php73 $class = ($class && class_exists('setting_'.$class)) ? 'setting_'.$class : 'setting';
/plugin/saveandedit/
H A Daction.php66 if (class_exists('\\dokuwiki\\ActionRouter', false)) {
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DConsistency.php61 class_exists($entityName, $autoloader) ||
/plugin/findologicxmlexport/vendor/hoa/stream/Filter/
H A DFilter.php128 if (false === class_exists($class, false)) {
/plugin/plantumlparser/syntax/
H A DPlantUmlDiagram.php5 if (!class_exists('PlantUmlDiagram')) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Factory/
H A DFilterFactory.php93 if (!class_exists($filterClass)) {
/plugin/icalevents/vendor/sabre/vobject/bin/
H A Dmergeduplicates.php20 if (!class_exists('Sabre\\VObject\\Version')) {
/plugin/database2/
H A Dsyntax.php164 if ( ! class_exists('Database2')) {
/plugin/autogroup/conf/
H A Dsettings.class.php8 if (!class_exists('setting_autogroup')) {

1...<<1112131415161718192021