Home
last modified time | relevance | path

Searched refs:get_class (Results 126 – 150 of 418) sorted by relevance

12345678910>>...17

/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Block/
H A DDocumentRenderer.php
H A DIndentedCodeRenderer.php
H A DFootnoteContainerRenderer.php
H A DHeadingRenderer.php
H A DParagraphRenderer.php
/plugin/findologicxmlexport/vendor/sebastian/exporter/src/
H A DExporter.php123 get_class($value),
275 $class = get_class($value);
/plugin/findologicxmlexport/vendor/hoa/exception/Test/Unit/
H A DIdle.php175 'Nested exception (' . get_class($previous) . '):' . "\n" .
194 'Uncaught exception (' . get_class($exception) . '):' . "\n" .
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DFingersCrossedHandler.php237 …throw new \UnexpectedValueException('The nested handler of type '.get_class($handler).' does not s…
250 …throw new \UnexpectedValueException('The nested handler of type '.get_class($handler).' does not s…
/plugin/webdav/
H A Dserver.php67 'class' => get_class($e),
/plugin/commonmark/vendor/league/commonmark/src/Extension/Table/
H A DTableRenderer.php
H A DTableCellRenderer.php
H A DTableSectionRenderer.php
/plugin/commonmark/vendor/league/commonmark/src/Extension/SmartPunct/
H A DQuoteRenderer.php
/plugin/findologicxmlexport/vendor/jms/metadata/src/Driver/
H A DAbstractFileDriver.php41 …('Locator "%s" must be an instance of "AdvancedFileLocatorInterface".', get_class($this->locator))…
H A DDriverChain.php52 get_class($driver)
/plugin/html2pdf/html2pdf/html2ps/
H A Dfilter.data.encoding.class.php32 error_no_method('_convert', get_class($this));
/plugin/commonmark/vendor/league/commonmark/src/Block/Renderer/
H A DHeadingRenderer.php
H A DIndentedCodeRenderer.php
H A DParagraphRenderer.php
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Inline/
H A DFootnoteBackrefRenderer.php
/plugin/elasticsearch/vendor/ruflin/elastica/src/Processor/
H A DForeachProcessor.php33 throw new \TypeError(\sprintf('Argument 2 passed to %s::__construct() must be of type %s|array, %s given.', self::class, AbstractProcessor::class, \is_object($processor) ? \get_class($processor) : \gettype($processor)));
/plugin/webdav/core/Plugin/
H A DException.php44 'class' => get_class($e),
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DGeohashGrid.php49 throw new \TypeError(\sprintf('Argument 1 passed to "%s()" must be of type int|string, %s given.', __METHOD__, \is_object($precision) ? \get_class($precision) : \gettype($precision)));
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prophecy/
H A DObjectProphecy.php144 get_class($this->reveal()),
214 $exception = new AggregateException(sprintf("%s:\n", get_class($this->reveal())));
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DMessageTrait.php198 is_object($value) ? get_class($value) : gettype($value)
221 is_object($header) ? get_class($header) : gettype($header)

12345678910>>...17