Home
last modified time | relevance | path

Searched refs:get_class (Results 176 – 200 of 418) sorted by relevance

12345678910>>...17

/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/doc/
H A DDocHTML.php80 if(is_object($argument) && get_class($argument) == "phpclass")
95 if(is_object($objClass) && get_class($objClass) == "phpclass") {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientSaslBindHandler.php92 get_class($saslResponse)
172 get_class($saslResponse)
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DTemplate.php355 $class = get_class($this);
529 …y "%s" in object with ArrayAccess of class "%s" does not exist.', $arrayItem, \get_class($object));
531 … object of class "%s" that does not implement ArrayAccess interface.', $item, \get_class($object));
589 $class = \get_class($object);
/plugin/pagetitle/syntax/
H A Dyouarehere.php38 $this->mode = substr(get_class($this), 7);
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Inline/
H A DHtmlInlineRenderer.php
H A DLinkRenderer.php
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DTerms.php53 throw new \TypeError(\sprintf('Argument 1 passed to "%s()" must be a scalar, %s given.', __METHOD__, \is_object($term) ? \get_class($term) : \gettype($term)));
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php1077 $actual = get_class($e);
1082 $actual = get_class($e);
1144 return get_class($value).': '.self::valueToString($value->__toString());
1147 return get_class($value);
1163 return is_object($value) ? get_class($value) : gettype($value);
/plugin/htmldetailstag/syntax/
H A Ddetails.php32 if ($mode == substr(get_class($this), 7)) return true;
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/Reflection/
H A DReflectionHelper.php73 is_object($object) ? get_class($object) : $object,
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Block/
H A DFencedCodeRenderer.php
H A DListBlockRenderer.php
H A DListItemRenderer.php
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Mount/
H A DPluginTest.php50 …response->body . '. What type we got: ' . gettype($xml) . ' class, if object: ' . get_class($xml));
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/Reflection/
H A DReflectionHelper.php73 is_object($object) ? get_class($object) : $object,
/plugin/commonmark/vendor/league/commonmark/src/Block/Renderer/
H A DListItemRenderer.php
/plugin/commonmark/vendor/league/commonmark/src/Extension/Footnote/Renderer/
H A DFootnoteContainerRenderer.php
H A DFootnoteRefRenderer.php
/plugin/blockquote/syntax/
H A Dcite.php35 if ($mode == substr(get_class($this), 7))
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataStoreAbs.php75 return get_class($this);
/plugin/mediathumbnails/
H A Dsyntax.php49 $this->Lexer->addSpecialPattern("{{thumbnail>.+?}}", $mode, substr(get_class($this), 7));
/plugin/gtime/gtlib/asn1/cms/
H A DCMSSignerIdentifier.php82 throw new GTException("Unexpected ASN1 type: " . get_class($object));
/plugin/findologicxmlexport/vendor/twig/twig/src/Loader/
H A DArrayLoader.php56 …e" on "%s" is deprecated since 1.27. Use getSourceContext() instead.', \get_class($this)), E_USER_…
/plugin/webdav/vendor/sabre/event/lib/
H A Dcoroutine.php81 $type = is_object($reason) ? get_class($reason) : gettype($reason);
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Promise/
H A DThrowPromise.php53 is_object($exception) ? get_class($exception) : gettype($exception)

12345678910>>...17