Home
last modified time | relevance | path

Searched refs:get_class (Results 201 – 225 of 418) sorted by relevance

12345678910>>...17

/plugin/commonmark/vendor/league/commonmark/src/Inline/Renderer/
H A DLinkRenderer.php
H A DImageRenderer.php
/plugin/commonmark/vendor/league/commonmark/src/Extension/HeadingPermalink/
H A DHeadingPermalinkRenderer.php
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Element/
H A DProp.php101 $type .= ' (' . get_class($deserializer) . ')';
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DIsIdentical.php124 get_class($this->value) . '"';
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Inline/
H A DImageRenderer.php
/plugin/commonmark/vendor/league/commonmark/src/Extension/Footnote/Renderer/
H A DFootnoteRenderer.php
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Element/
H A DProp.php101 $type .= ' (' . get_class($deserializer) . ')';
/plugin/blockquote/syntax/
H A Dblockquote.php38 if ($mode == substr(get_class($this), 7))
H A Dq.php35 if ($mode == substr(get_class($this), 7))
/plugin/abbr/syntax/
H A Dabbreviation.php26 $this->Lexer->addSpecialPattern($this->special_pattern,$mode,substr(get_class($this), 7));
/plugin/inlinejs/syntax/
H A Dembedder.php42 $this->mode = substr(get_class($this), 7);
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DXMLRPCClient.php105 if(is_object($XMLDocument) && strtolower(get_class($XMLDocument)) == "xmldocument") {
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Util/
H A DStringUtil.php59 …return $exportObject ? ExportUtil::export($value) : sprintf('%s:%s', get_class($value), spl_object…
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DServerSearchHandler.php
/plugin/combo/ComboStrap/
H A DPathAbs.php119 throw new ExceptionCast("Unable to cast to LocalPath as this path is not a wiki path or a local path but a " . get_class($this));
/plugin/dokuprism/syntax/
H A Dcode.php25 $this->mode = substr(get_class($this), 7); // syntax mode, drop 'syntax_' from class name
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DReporting.php157 $report = get_class($reportClass);
227 $report = get_class($reportClass);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/Doctrine/
H A DIntegrationTest.php77 $reloadedClass = $em->find(get_class($class), $class->getId());
196 … throw new \LogicException(sprintf('Unsupported manager type "%s".', get_class($manager)));
/plugin/noiewarning/
H A Daction.php62 $parts = explode('_',get_class($this));
66 …trigger_error('getInfo() not implemented in '.get_class($this).' and '.$info.' not found', E_USER_…
/plugin/findologicxmlexport/vendor/twig/twig/src/Loader/
H A DFilesystemLoader.php141 …e" on "%s" is deprecated since 1.27. Use getSourceContext() instead.', \get_class($this)), E_USER_…
175 …tion. Not supporting this argument is deprecated since version 1.27.', \get_class($this)), E_USER_…
/plugin/evesso/phpoauthlib/src/OAuth/OAuth2/Service/
H A DAbstractService.php55 …row new InvalidScopeException('Scope ' . $scope . ' is not valid for service ' . get_class($this));
232 $reflectionClass = new \ReflectionClass(get_class($this));
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DAbstractService.php53 throw new InvalidScopeException('Scope ' . $scope . ' is not valid for service ' . get_class($this));
229 $reflectionClass = new ReflectionClass(get_class($this));
/plugin/toctweak/syntax/
H A Dautotoc.php23 $this->mode = substr(get_class($this), 7); // drop 'syntax_' from class name
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DArrayCollectionHandler.php75 …y->shouldSkipClass($context->getMetadataFactory()->getMetadataForClass(\get_class($collection)), $…

12345678910>>...17