Home
last modified time | relevance | path

Searched refs:get_class (Results 151 – 175 of 418) sorted by relevance

12345678910>>...17

/plugin/pagetitle/syntax/
H A Dbreadcrumb.php38 $this->mode = substr(get_class($this), 7);
H A Dshorter.php38 $this->mode = substr(get_class($this), 7);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Queue/
H A DServerQueue.php47 get_class($message)
/plugin/commonmark/vendor/league/commonmark/src/Block/Renderer/
H A DBlockQuoteRenderer.php
H A DFencedCodeRenderer.php
H A DHtmlBlockRenderer.php
H A DListBlockRenderer.php
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Block/
H A DBlockQuoteRenderer.php
H A DTableCellRenderer.php
H A DFootnoteRenderer.php
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DOpenSSL.php69 $class = get_class($x);
/plugin/doi/Resolver/
H A DAbstractResolver.php81 $class = get_class($this);
/plugin/gtime/gtlib/asn1/cmp/
H A DPKIStatusInfo.php137 throw new GTException("Unexpected item: " . get_class($item));
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prediction/
H A DNoCallsPrediction.php60 get_class($object->reveal()),
/plugin/findologicxmlexport/vendor/twig/extensions/test/Twig/Tests/
H A DgrammarTest.php40 $this->assertEquals($exception, get_class($e));
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DOverload.php29 $method = $prefix.substr(str_replace('\\', '', get_class($object)), 9);
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Exception/
H A DInvalidCharacterException.php45 get_class($this->_status),
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DExceptionWrapper.php41 $this->className = get_class($e);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DServerAnonBindHandler.php47 get_class($request)
/plugin/commonmark/vendor/league/commonmark/src/Inline/Renderer/
H A DHtmlInlineRenderer.php
/plugin/qna/syntax/
H A Dheader.php18 $this->mode = substr(get_class($this), 7);
/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/
H A DLazyEventDispatcher.php24 …rInterface::class, ContainerInterface::class, \is_object($container) ? \get_class($container) : \g…
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/
H A DTarget.php87 … is_object($values['value']) ? get_class($values['value']) : gettype($values['value'])
/plugin/commonmark/vendor/league/commonmark/src/Extension/Footnote/Renderer/
H A DFootnoteBackrefRenderer.php
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DTermsSet.php36 throw new \TypeError(\sprintf('Argument 3 passed to "%s()" must be of type %s|string, %s given.', __METHOD__, AbstractScript::class, \is_object($minimumShouldMatch) ? \get_class($minimumShouldMatch) : \gettype($minimumShouldMatch)));

12345678910>>...17