Home
last modified time | relevance | path

Searched refs:class_exists (Results 251 – 275 of 509) sorted by relevance

1...<<1112131415161718192021

/plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/
H A DConsistency.php56 $this->function->class_exists = $class,
85 $this->function->class_exists = false,
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/
H A DServiceFactory.php73 if (!class_exists($className)) {
120 if (class_exists($fullyQualifiedServiceName)) {
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DExtensionInterface.php101 class_exists('Twig\Environment');
/plugin/commonmark/vendor/league/commonmark/src/Extension/TableOfContents/Normalizer/
H A DFlatNormalizerStrategy.php
/plugin/combo/vendor/symfony/yaml/Resources/bin/
H A Dyaml-lint40 if (!class_exists(Application::class)) {
/plugin/bomfix/
H A Dsyntax.php2 if (! class_exists('syntax_plugin_bomfix')) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/NamingConventions/
H A DValidFunctionNameSniff.php16 if (class_exists('PEAR_Sniffs_NamingConventions_ValidFunctionNameSniff', true) === false) {
/plugin/authgooglesheets/vendor/google/auth/src/
H A DServiceAccountSignerTrait.php40 if (class_exists('\\phpseclib\\Crypt\\RSA') && !$forceOpenssl) {
H A DAccessToken.php403 if (!class_exists('phpseclib\Crypt\RSA')) {
417 if (!class_exists(SimpleJwt::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/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/
H A DTypeToken.php31 if (!function_exists($checker) && !interface_exists($type) && !class_exists($type)) {
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DService.php41 if (class_exists('TypeError')) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DGenerator.php190 if (!class_exists($_type, $callAutoload) &&
201 if (!class_exists($type, $callAutoload) &&
237 if ($mockClassName != '' && class_exists($mockClassName, false)) {
344 if (!class_exists($className, false)) {
380 if (class_exists($originalClassName, $callAutoload) ||
742 if (class_exists($mockClassName['fullClassName'], $callAutoload)) {
924 } while (class_exists($className, false));
/plugin/findologicxmlexport/vendor/hoa/stream/Wrapper/
H A DWrapper.php72 if (false === class_exists($className)) {
/plugin/findologicxmlexport/vendor/jms/metadata/tests/Cache/
H A DPsrCacheAdapterTest.php20 if (!class_exists('Symfony\Component\Cache\CacheItem')) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DBlacklist.php87 if (!class_exists($className)) {
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/
H A DClassCreator.php51 if (!class_exists($classname, false)) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Scope/
H A DMemberVarScopeSniff.php16 if (class_exists('PHP_CodeSniffer_Standards_AbstractVariableSniff', true) === false) {
H A DMethodScopeSniff.php16 if (class_exists('PHP_CodeSniffer_Standards_AbstractScopeSniff', true) === false) {
H A DStaticThisUsageSniff.php16 if (class_exists('PHP_CodeSniffer_Standards_AbstractScopeSniff', true) === false) {
/plugin/html2pdf/html2pdf/html2ps/
H A Dtreebuilder.class.php20 if (class_exists('DOMDocument')) {
/plugin/sapnotelink/
H A Dsyntax.php48 if (!class_exists('ODTDocument')) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/DocGenerators/
H A DMarkdown.php15 if (class_exists('PHP_CodeSniffer_DocGenerators_Generator', true) === false) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR1/Sniffs/Methods/
H A DCamelCapsMethodNameSniff.php15 if (class_exists('Generic_Sniffs_NamingConventions_CamelCapsFunctionNameSniff', true) === false) {
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DJSqueezeFilter.php33 if (class_exists('\\Patchwork\\JSqueeze')) {

1...<<1112131415161718192021