Home
last modified time | relevance | path

Searched refs:class_exists (Results 101 – 125 of 509) sorted by path

12345678910>>...21

/plugin/exttab3/helper/
H A Dodt.php48 if (!class_exists('ODTDocument')) {
/plugin/farm/
H A Dadmin.php324 if(!class_exists($class)) {
H A Danimal.class.php350 …if(!class_exists($auth_class)) if(@file_exists(DOKU_INC.'inc/auth/'.$conf['authtype'].'.class.php'…
352 if(class_exists($auth_class)) {
405 …if(!class_exists($auth_class)) if(@file_exists(DOKU_INC.'inc/auth/'.$conf['authtype'].'.class.php'…
407 if(class_exists($auth_class)) {
453 …if(!class_exists($auth_class)) if(@file_exists(DOKU_INC.'inc/auth/'.$conf['authtype'].'.class.php'…
455 if(class_exists($auth_class)) {
554 …$hookhandler = class_exists('dokuwiki_farm_animal_hooks') ? new dokuwiki_farm_animal_hooks($handle…
587 …$hookhandler = class_exists('dokuwiki_farm_animal_hooks') ? new dokuwiki_farm_animal_hooks($handle…
H A Dsoapconfig.class.php223 if(!class_exists('farmSOAP')) include 'soapserver.php';
/plugin/farmer/admin/
H A Dnew.php238 if (!class_exists('\splitbrain\RingIcon\RingIcon', false)) {
241 if (!class_exists('\chrisbliss18\phpico\PHPIco', false)) {
/plugin/fckg/action/
H A Dedit.php2612 if ( !class_exists($rclass) ) {
/plugin/fckg/syntax/
H A Ddwplugin.php218 if(class_exists($func,false)) {
/plugin/fedauth/
H A Dcommon.php84 if (!class_exists($class)) {
86 if (!class_exists($class)) {
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dannotations.rst49 of ``class_exists($name, $autoload)`` to false. To work flawlessly the AnnotationReader requires si…
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DAnnotationRegistry.php136 if (\class_exists($class, false)) {
H A DDocParser.php464 if (class_exists($fqcn, false)) {
941 … if (class_exists($ns.'\\'.$className) || interface_exists($ns.'\\'.$className)) {
960 … if (class_exists($ns.'\\'.$className) || interface_exists($ns.'\\'.$className)) {
/plugin/findologicxmlexport/vendor/doctrine/instantiator/src/Doctrine/Instantiator/
H A DInstantiator.php10 use function class_exists; alias
117 if (! class_exists($className)) {
/plugin/findologicxmlexport/vendor/goetas-webservices/xsd2php-runtime/tests/
H A DXmlSchemaDateHandlerDeserializationTest.php46 $navigator = class_exists('JMS\Serializer\GraphNavigator\DeserializationGraphNavigator')
H A DXmlSchemaDateHandlerSerializationTest.php44 $navigator = class_exists('JMS\Serializer\GraphNavigator\DeserializationGraphNavigator')
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DConsistency.php61 class_exists($entityName, $autoloader) ||
H A DPrelude.php84 $define('WITH_COMPOSER', class_exists('Composer\Autoload\ClassLoader', false) ||
/plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/
H A DConsistency.php56 $this->function->class_exists = $class,
85 $this->function->class_exists = false,
/plugin/findologicxmlexport/vendor/hoa/file/
H A DFinder.php532 if (true === class_exists('Collator', false)) {
/plugin/findologicxmlexport/vendor/hoa/stream/Filter/
H A DFilter.php128 if (false === class_exists($class, false)) {
/plugin/findologicxmlexport/vendor/hoa/stream/Wrapper/
H A DWrapper.php72 if (false === class_exists($className)) {
/plugin/findologicxmlexport/vendor/hoa/ustring/Test/Unit/
H A DUstring.php175 $this->function->class_exists = function ($name) {
942 $this->function->class_exists = function ($name) {
957 $this->function->class_exists = function ($name) {
974 $this->function->class_exists = function ($name) {
/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/findologicxmlexport/vendor/jms/metadata/tests/Cache/
H A DPsrCacheAdapterTest.php20 if (!class_exists('Symfony\Component\Cache\CacheItem')) {
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Dconfiguration.rst14 Doctrine\Common\Annotations\AnnotationRegistry::registerLoader('class_exists');
/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/Subscriber/
H A DDoctrineProxySubscriber.php42 $virtualType = !class_exists($type['name'], false);
82 if (!class_exists($type['name'], false)) {

12345678910>>...21