Home
last modified time | relevance | path

Searched refs:get_class (Results 51 – 75 of 418) sorted by last modified time

12345678910>>...17

/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Service/
H A DAbstractService.php96 $classname = 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/upgrade/vendor/splitbrain/php-cli/src/
H A DBase.php193 $this->logMessage('debug', get_class($error) . ' caught in ' . $error->getFile() . ':' . $error->getLine());
/plugin/openid/Auth/OpenID/
H A DConsumer.php636 if (get_class($this->store) == "Auth_OpenID_DumbStore") {
H A DMDB2Store.php77 "object (got ".get_class($connection).")",
H A DMessage.php164 strtolower(get_class($thing)) == 'auth_openid_mapping');
H A DSQLStore.php105 "object (got ".get_class($connection).")",
H A DServer.php309 return get_class($this) . " error";
/plugin/prosemirror/parser/
H A DNode.php73 $exception->addExtraData('parentNodeType', get_class($parent));
82 $exception->addExtraData('parentNodeType', get_class($parent));
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DIndex.php481 throw new \TypeError(\sprintf('Argument 2 passed to "%s()" must be of type array|bool|null, %s given.', __METHOD__, \is_object($options) ? \get_class($options) : \gettype($options)));
H A DUtil.php218 $class = \get_class($class);
/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)));
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)));
/plugin/elasticsearch/action/
H A Dindexing.php155 hsc(get_class($e) . ' ' . $e->getMessage()) . '</pre>',
/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/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/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DStreamDecoratorTrait.php142 . get_class($this));
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/
H A DCore.php296 return 'object(' . get_class($input) . ')';
/plugin/elasticsearch/vendor/nyholm/dsn/
H A DREADME.md25 echo get_class($dsn); // "Nyholm\Dsn\Configuration\Url"
66 echo get_class($dsn); // "Nyholm\Dsn\Configuration\Url"
79 echo get_class($func->first()); // "Nyholm\Dsn\Configuration\Url"
92 echo get_class($args[0]); // "Nyholm\Dsn\Configuration\Url"
96 echo get_class($args[1]); // "Nyholm\Dsn\Configuration\DsnFunction"
111 echo get_class($func->first()); // "Nyholm\Dsn\Configuration\Url"
117 echo get_class($func->first()); // "Nyholm\Dsn\Configuration\Url"
/plugin/elasticsearch/vendor/psr/log/Psr/Log/Test/
H A DTestLogger.php139 throw new \BadMethodCallException('Call to undefined method ' . get_class($this) . '::' . $method . '()');
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Block/
H A DIndentedCodeRenderer.php
H A DThematicBreakRenderer.php
/plugin/bootswrapper/syntax/
H A Dbootstrap.php81 '', get_class($this)))) . '</strong>';
/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/evesso/phpoauthlib/src/OAuth/Common/Service/
H A DAbstractService.php96 $classname = get_class($this);

12345678910>>...17