Home
last modified time | relevance | path

Searched refs:get_class (Results 351 – 375 of 418) sorted by relevance

1...<<11121314151617

/plugin/refnotes/syntax/
H A Dreferences.php29 $this->mode = substr(get_class($this), 7);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/
H A DResultPrinter.php244 $class = get_class($test);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DLdapMessage.php144 get_class($type)
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DCss.php49 get_class($group)
/plugin/combo/action/
H A Dlogin.php181 $class = get_class($form);
H A Drouter.php755 $class = get_class($targetPageId);
760 $class = get_class($targetOriginId);
/plugin/combo/ComboStrap/
H A DIdentityFormsHelper.php75 $class = get_class($form);
H A DOutlineVisitor.php145 switch (get_class($fetcher)) {
H A DFetcherImage.php519 return get_class($this);
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DCollection.php57 : get_class($components[$i]);
/plugin/sentry/
H A DEvent.php128 'type' => get_class($e),
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DGraphNavigatorTest.php53 $metadata = $this->metadataFactory->getMetadataForClass(get_class($object));
/plugin/box2/
H A Dsyntax.php50 if ($mode == substr(get_class($this), 7)) return true;
/plugin/elasticsearch/action/
H A Dindexing.php155 hsc(get_class($e) . ' ' . $e->getMessage()) . '</pre>',
/plugin/struct/types/
H A DAbstractBaseType.php135 $class = get_class($this);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
H A DTeamCity.php269 $className = get_class($test);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/
H A DCodeCoverage.php355 $id = get_class($id) . '::' . $id->getName();
771 switch (get_class($token)) {
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DCoreExtension.php518 …ay or "Traversable" as replace values, got "%s".', \is_object($from) ? \get_class($from) : \gettyp…
1618 $constant = \get_class($object).'::'.$constant;
1635 $constant = \get_class($object).'::'.$constant;
/plugin/git/lib/
H A DGit.php67 return (get_class($var) == 'GitRepo');
/plugin/commonmark/vendor/league/commonmark/src/
H A DEnvironment.php
/plugin/photogallery/phpThumb/
H A Dphpthumb.gif.php69 if (!isset($gif) || (@get_class($gif) <> 'cgif') || !$gif->loaded() || ($lpszFileName == '')) {
91 if (!isSet($gif) || (@get_class($gif) <> 'cgif') || !$gif->loaded() || ($lpszFileName == '')) {
147 if (isSet($gif) && (@get_class($gif) == 'cgif') && $gif->loaded()) {
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DCallExpression.php39 …$compiler->raw(sprintf('$this->env->getExtension(\'%s\')->%s', \get_class($callable[0]), $callable…
/plugin/fedauth/Auth/OpenID/
H A DSQLStore.php92 "object (got ".get_class($connection).")",
/plugin/exttab3/
H A Dsyntax.php47 $this->mode = substr(get_class($this), 7);
/plugin/openid/Auth/OpenID/
H A DSQLStore.php105 "object (got ".get_class($connection).")",

1...<<11121314151617