Home
last modified time | relevance | path

Searched refs:class_exists (Results 51 – 75 of 509) sorted by path

12345678910>>...21

/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DXpath.php698 if (class_exists('Transliterator', FALSE)) {
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/Service/
H A DDriverService.php169 if (class_exists(ProcessBuilder::class)
/plugin/combo/vendor/salesforce/handlebars-php/tests/Handlebars/
H A DHandlebarsTest.php17 $this->assertTrue(class_exists('Handlebars\\Test'));
18 $this->assertTrue(class_exists('Handlebars\\Example\\Test'));
/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/combo/vendor/symfony/yaml/Resources/bin/
H A Dyaml-lint40 if (!class_exists(Application::class)) {
/plugin/commonmark/vendor/league/commonmark/src/
H A DEnvironment.php
/plugin/commonmark/vendor/league/commonmark/src/Extension/TableOfContents/Node/
H A DTableOfContents.php
/plugin/commonmark/vendor/league/commonmark/src/Extension/TableOfContents/Normalizer/
H A DAsIsNormalizerStrategy.php
H A DFlatNormalizerStrategy.php
H A DRelativeNormalizerStrategy.php
/plugin/commonmark/vendor/league/commonmark/src/Extension/TableOfContents/
H A DTableOfContents.php
H A DTableOfContentsGeneratorInterface.php
/plugin/condition/
H A Dsyntax.php336 if(class_exists('condition_plugin_custom_tester')) {
341 if(class_exists('condition_plugin_base_tester')) {
/plugin/crossdbsqlclient/syntax/
H A Dcrossdbsqlclient.php246 if ( !class_exists( 'DbWrapper' ) )
/plugin/database2/
H A Dadmin.php313 if ( !class_exists( 'Database2_Admin' ) )
H A Dsyntax.php164 if ( ! class_exists('Database2')) {
/plugin/davcal/vendor/sabre/vobject/bin/
H A Dgenerate_vcards20 if (!class_exists('Sabre\\VObject\\Version')) {
H A Dvobject20 if (!class_exists('Sabre\\VObject\\Version')) {
/plugin/davcard/vendor/sabre/vobject/bin/
H A Dgenerate_vcards20 if (!class_exists('Sabre\\VObject\\Version')) {
H A Dvobject20 if (!class_exists('Sabre\\VObject\\Version')) {
/plugin/deflist/
H A Dsyntax.php2 if (! class_exists('syntax_plugin_deflist')) {
/plugin/diff/
H A Dsyntax.php2 if (! class_exists('syntax_plugin_diff')) {
/plugin/diffpreview/
H A Daction.php72 if (class_exists('\\dokuwiki\\ActionRouter', false)) {
123 if (class_exists('\\dokuwiki\\Ui\\Editor', false)) {
148 if (class_exists('\\dokuwiki\\Draft', false)) {
/plugin/discussion/
H A Daction.php1311 if (class_exists('Subscription')) { /* Introduced in DokuWiki 2013-05-10 */
/plugin/docnavigation/syntax/
H A Dpagenav.php130 if (class_exists('dokuwiki\File\PageResolver')) {

12345678910>>...21