Home
last modified time | relevance | path

Searched refs:class_exists (Results 401 – 425 of 509) sorted by relevance

1...<<1112131415161718192021

/plugin/freechat/phpfreechat/lib/json/
H A DJSON.php768 if (class_exists('pear')) {
779 if (class_exists('PEAR_Error')) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Classes/
H A DClassDeclarationSniff.php16 if (class_exists('PSR2_Sniffs_Classes_ClassDeclarationSniff', true) === false) {
/plugin/siteexport/
H A Dpreload.php12 } else if ( class_exists( "\dokuwiki\Extension\PluginController", true ) ) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/DocGenerators/
H A DText.php16 if (class_exists('PHP_CodeSniffer_DocGenerators_Generator', true) === false) {
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/
H A DTypeResolver.php139 if (!class_exists($typeClassName)) {
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DNode.php262 class_exists('Twig\Compiler');
/plugin/xslfo/
H A Daction.php54 if (!class_exists('renderer_plugin_xml')) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/
H A DValidFunctionNameSniff.php16 if (class_exists('PHP_CodeSniffer_Standards_AbstractScopeSniff', true) === false) {
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DGuzzle.php207 return \class_exists(Psr7\Utils::class)
/plugin/docnavigation/syntax/
H A Dtoc.php292 if (class_exists('dokuwiki\File\PageResolver')) {
/plugin/sqlite/
H A Dhelper.php80 if (class_exists('pdo')) {
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
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/phpunit/phpunit/src/TextUI/
H A DTestRunner.php245 class_exists($arguments['printer'], false)) {
926 if (!class_exists($listener['class'], false) &&
931 if (!class_exists($listener['class'])) {
/plugin/stats/
H A Dsyntax.php27 if(!class_exists('syntax_plugin_charter')){
28 if(!class_exists('pData')){
31 if(!class_exists('pChart')){
/plugin/deflist/
H A Dsyntax.php2 if (! class_exists('syntax_plugin_deflist')) {
/plugin/chat/
H A Dajax.php103 if (true == SHOW_GRAVATAR && class_exists('syntax_plugin_gravatar')) {
/plugin/structnotification/action/
H A Dnotification.php160 if (class_exists('\dokuwiki\plugin\structgroup\types\Group') &&
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DTag.php109 if (class_exists($className)) {
/plugin/authplaincas/
H A Dauth.php14 if (!class_exists('phpCAS')) {
58 if (!class_exists('phpCAS')) {
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutf8.php368 if (class_exists("Normalizer", $autoload = false))
642 if(!class_exists('utf8_entity_decoder')){
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.bonk.php205 if (class_exists('getid3_id3v2')) {
/plugin/findologicxmlexport/vendor/twig/twig/src/Test/
H A DIntegrationTestCase.php221 …$constraintClass = class_exists('PHPUnit\Framework\Constraint\Exception') ? 'PHPUnit\Framework\Con…
/plugin/lists/
H A Dsyntax.php2 if (! class_exists('syntax_plugin_lists')) {
/plugin/newpagetemplate/
H A Dhelper.php112 if (class_exists('\dokuwiki\\Utf8\PhpString')) {
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DModel.php296 if (property_exists($this, $keyType) && class_exists($this->$keyType)) {

1...<<1112131415161718192021