Home
last modified time | relevance | path

Searched refs:class_exists (Results 351 – 375 of 509) sorted by relevance

1...<<1112131415161718192021

/plugin/tagsections/syntax/
H A Dtag.php20 if ( class_exists('syntax_plugin_tag_tag') ) {
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/
H A DProphet.php84 if ($classOrInterface && class_exists($classOrInterface)) {
/plugin/docnavigation/syntax/
H A Dpagenav.php130 if (class_exists('dokuwiki\File\PageResolver')) {
/plugin/findologicxmlexport/vendor/goetas-webservices/xsd2php-runtime/tests/
H A DXmlSchemaDateHandlerDeserializationTest.php46 $navigator = class_exists('JMS\Serializer\GraphNavigator\DeserializationGraphNavigator')
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DVariableCommentSniff.php16 if (class_exists('PHP_CodeSniffer_Standards_AbstractVariableSniff', true) === false) {
/plugin/top/
H A Dhelper.php52 if(!class_exists('Jaybizzle\CrawlerDetect\CrawlerDetect')){
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/
H A DAbstractVariableSniff.php16 if (class_exists('PHP_CodeSniffer_Standards_AbstractScopeSniff', true) === false) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Methods/
H A DMethodDeclarationSniff.php15 if (class_exists('PHP_CodeSniffer_Standards_AbstractScopeSniff', true) === false) {
/plugin/menupopup/
H A Dsyntax.php185 if (!class_exists('pageInclude')) {
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/
H A DInstaller.php180 if(!class_exists($class)){
/plugin/newpagetemplate/
H A Daction.php100 if(class_exists('\dokuwiki\\Utf8\PhpString')) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DXML.php54 if (!class_exists('DOMDocument')) {
/plugin/elasticsearch/vendor/ruflin/elastica/src/Node/
H A DInfo.php221 $endpoint = \class_exists(NodesInfo::class) ? new NodesInfo() : new \Elasticsearch\Endpoints\Cluster\Nodes\Info();
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DAwsAuthV4.php63 if (\class_exists(Psr7\Utils::class)) {
/plugin/gallery/action/
H A Dprosemirror.php23 if (!class_exists('\dokuwiki\plugin\prosemirror\schema\Node')) return;
/plugin/columns/
H A Drewriter.php10 if (!class_exists('instruction_rewriter', false)) {
/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/odtplus2dw/
H A Daction.php214 if ( ! class_exists( "XSLTProcessor" ) ) return $this->_msg('er_class_xsltProcessor');
215 if ( ! class_exists( "ZipArchive" ) ) return $this->_msg('er_class_zipArchive');
216 if ( ! class_exists( "DOMDocument" ) ) return $this->_msg('er_class_domDocument');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php1208 if (!is_string($className) || !class_exists($className)) {
1236 if (!is_string($className) || !class_exists($className)) {
1264 if (!is_string($className) || !class_exists($className)) {
1292 if (!is_string($className) || !class_exists($className)) {
1450 if (!(is_string($expected) && (class_exists($expected) || interface_exists($expected)))) {
1487 if (!(is_string($expected) && (class_exists($expected) || interface_exists($expected)))) {
2779 if (!class_exists($classOrObject)) {
2820 if (!class_exists($className)) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/NamingConventions/
H A DCamelCapsFunctionNameSniff.php16 if (class_exists('PHP_CodeSniffer_Standards_AbstractScopeSniff', true) === false) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/Template/
H A DTestCaseMethod.tpl.dist29 if (!class_exists('{className}')) {
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/Service/
H A DDriverService.php169 if (class_exists(ProcessBuilder::class)
/plugin/aichat/
H A Dhelper.php
/plugin/siteexport/inc/
H A Dhttpproxy.php24 } else if ( class_exists( "\dokuwiki\HTTP\DokuHTTPClient", true ) ) {
/plugin/pagelist/
H A Dsyntax.php65 if (class_exists('dokuwiki\File\PageResolver')) {

1...<<1112131415161718192021