Home
last modified time | relevance | path

Searched refs:class_exists (Results 226 – 250 of 509) sorted by relevance

12345678910>>...21

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/
H A Dautoload.php69 if (!class_exists($alias, false)) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/
H A DDiscouragedFunctionsSniff.php15 if (class_exists('Generic_Sniffs_PHP_ForbiddenFunctionsSniff', true) === false) {
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DAutoloaderTest.php19 …$this->assertFalse(class_exists('FooBarFoo'), '->autoload() does not try to load classes that does…
/plugin/icalevents/vendor/bin/
H A Dvobject20 if (!class_exists('Sabre\\VObject\\Version')) {
/plugin/icalevents/vendor/sabre/vobject/bin/
H A Dvobject20 if (!class_exists('Sabre\\VObject\\Version')) {
/plugin/davcard/vendor/sabre/vobject/bin/
H A Dvobject20 if (!class_exists('Sabre\\VObject\\Version')) {
/plugin/webdavclient/vendor/sabre/vobject/bin/
H A Dvobject20 if (!class_exists('Sabre\\VObject\\Version')) {
/plugin/davcal/vendor/sabre/vobject/bin/
H A Dvobject20 if (!class_exists('Sabre\\VObject\\Version')) {
/plugin/findologicxmlexport/vendor/twig/twig/src/NodeVisitor/
H A DNodeVisitorInterface.php50 class_exists('Twig\Environment');
/plugin/commonmark/vendor/league/commonmark/src/Extension/TableOfContents/Node/
H A DTableOfContents.php
/plugin/authsplit/conf/
H A Dmetadata.php9 if (!class_exists('setting_authtype_nosplit')) {
/plugin/uncmap/
H A Daction.php10 if (class_exists('ConfigManagerTwoLine')) {
/plugin/yuriigantt/src/Driver/Embedded/
H A DLexer.php26 if (!class_exists(\dokuwiki\Parsing\Lexer\Lexer::class)) {
H A DCallWriter.php29 if (!class_exists(\dokuwiki\Parsing\Handler\CallWriter::class)) {
/plugin/commonmark/vendor/league/commonmark/src/Extension/TableOfContents/
H A DTableOfContentsGeneratorInterface.php
H A DTableOfContents.php
/plugin/swiftmail/Swift/
H A DClassLoader.php32 …if (in_array($name, self::$located) || class_exists($name, false) || interface_exists($name, false…
/plugin/slideshow/
H A Dsyntax.php14 if (!class_exists('plugin_cache')) @require(DOKU_PLUGIN.'cache/plugin_cache.php');
/plugin/linkscollection/
H A Dhelper.php26 if (class_exists('\dokuwiki\Ui\Index')) {
/plugin/evesso/phpoauthlib/src/OAuth/
H A DServiceFactory.php73 if (!class_exists($className)) {
118 if (class_exists($fullyQualifiedServiceName)) {
/plugin/memcache/classes/
H A Dmemcache_interface.loader.php35 if (!class_exists('memcache')){
/plugin/freechat/phpfreechat/src/
H A Dpfcjson.class.php31 if (!class_exists('Services_JSON'))
/plugin/elasticsearch/action/
H A Dconfmanager.php25 if (!class_exists('ConfigManagerTwoLine')) return;
/plugin/siteexport/_test/
H A Dplugin_siteexport_functions_getrelativeurl.test.php15 …$this->assertTrue(class_exists('siteexport_functions'), 'The class for the functions could not be …
/plugin/docsearch/action/
H A Dconfmanager.php10 if(class_exists('ConfigManagerTwoLine')) {

12345678910>>...21