Home
last modified time | relevance | path

Searched refs:get_class (Results 326 – 350 of 418) sorted by relevance

1...<<11121314151617

/plugin/combo/action/
H A Dregistration.php60 $class = get_class($form);
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Parser/
H A DSequence.php67 $subSequence = $this->delegate(get_class($this));
/plugin/combo/ComboStrap/
H A DStringUtility.php86 return get_class($value);
H A DRasterImageLink.php57 throw new ExceptionBadArgument("The fetcher is not a fetcher image but is a " . get_class($fetcher));
/plugin/canvas/
H A Dcanvas.php31 $this->mode = substr(get_class($this), 7);
/plugin/note/
H A Dsyntax.php73 if ($mode == substr(get_class($this), 7)) {
/plugin/findologicxmlexport/vendor/jms/metadata/src/
H A DMetadataFactory.php137 … sprintf('Driver "%s" must be an instance of "AdvancedDriverInterface".', get_class($this->driver))
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DUtils.php20 $class = \get_class($object);
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/
H A DCore.php296 return 'object(' . get_class($input) . ')';
/plugin/adhoctags/syntax/
H A Dabstract.php37 if ($mode == substr(get_class($this), 7)) {
/plugin/findologicxmlexport/vendor/twig/twig/src/NodeVisitor/
H A DEscaperNodeVisitor.php97 $class = \get_class($node);
/plugin/gtime/gtlib/asn1/tsp/
H A DTSPTSTInfo.php201 throw new GTException("Unknown element in TSTINFO: " . get_class($item));
/plugin/authgoogle/google/service/
H A DGoogle_MediaFileUpload.php178 && get_class($params['mediaUpload']['value']) == 'Google_MediaFileUpload') {
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DHandlerStack.php272 : "callable(['" . get_class($fn[0]) . "', '{$fn[1]}'])";
/plugin/box/
H A Dsyntax.php53 if ($mode == substr(get_class($this), 7)) {
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DLl1.php927 'digraph ' . str_replace('\\', '', get_class($this)) . ' {' .
931 str_replace('\\', '\\\\', get_class($this)) . '";';
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DLlk.php212 ' ' . $arguments['name'] . ' => new \\' . get_class($rule) . '(' .
/plugin/findologicxmlexport/vendor/hoa/math/Visitor/
H A DArithmetic.php197 $classname = get_class($element);
/plugin/fedauth/Auth/OpenID/
H A DMDB2Store.php77 "object (got ".get_class($connection).")",
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/
H A DClassMirror.php69 is_object($interface) ? get_class($interface).' class' : gettype($interface)
/plugin/bootswrapper/syntax/
H A Dbootstrap.php81 '', get_class($this)))) . '</strong>';
/plugin/hidden/
H A Dsyntax.php30 if ($mode == substr(get_class($this), 7)) return true;
/plugin/openid/Auth/OpenID/
H A DMDB2Store.php77 "object (got ".get_class($connection).")",
/plugin/mantis/lib/
H A Dclass.soap_server.php213 if (is_object($wsdl) && (get_class($wsdl) == 'wsdl')) {
615 …if (isset($this->methodreturn) && ((get_class($this->methodreturn) == 'soap_fault') || (get_class(…
/plugin/freechat/phpfreechat/src/
H A Dpfccommand.class.php127 die(_pfc("%s must be implemented", get_class($this)."::".__FUNCTION__));

1...<<11121314151617