Home
last modified time | relevance | path

Searched refs:get_class (Results 301 – 325 of 418) sorted by relevance

1...<<11121314151617

/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DREST.php58 array(get_class(), 'doExecute'),
/plugin/davcal/vendor/sabre/xml/lib/
H A DReader.php242 $type .= ' (' . get_class($deserializer) . ')';
H A DWriter.php145 … new InvalidArgumentException('The writer cannot serialize objects of type: ' . get_class($value));
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.generic.formatted.php465 …die("OOPS! Unoverridden get_min_width called in class ".get_class($this)." inside ".get_class($thi…
478 …die("OOPS! Unoverridden get_max_width called in class ".get_class($this)." inside ".get_class($thi…
/plugin/webdav/vendor/sabre/xml/lib/
H A DReader.php324 $type .= ' (' . get_class($deserializer) . ')';
/plugin/gtime/gtlib/asn1/tsp/
H A DTSPAccuracy.php146 throw new GTException("Unexpected ASN1 type: " . get_class($item));
/plugin/variants/
H A Dvariants.php50 if ($mode == substr(get_class($this), 7)) return true;
/plugin/icalevents/vendor/sabre/xml/lib/
H A DReader.php324 $type .= ' (' . get_class($deserializer) . ')';
/plugin/gtime/gtlib/asn1/cms/
H A DCMSSignedData.php182 throw new GTException("Unkonwn child of CMSSignedData: " . get_class($item));
H A DCMSSignerInfo.php162 throw new GTException("Unexpected ASN.1 TYPE: " . get_class($item));
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A Dfunctions.php45 return 'object(' . get_class($input) . ')';
/plugin/codeprettify/syntax/
H A Dcode.php38 $this->mode = substr(get_class($this), 7);
/plugin/feed/
H A Dfeed.php157 if (get_class($po) == 'helper_plugin_discussion') {
/plugin/sentry/
H A Dhelper.php129 $html .= '<p>' . hsc(get_class($e)) . ': ' . $e->getMessage() . '</p>';
/plugin/inlinejs/syntax/
H A Dpreloader.php47 $this->mode = substr(get_class($this), 7);
/plugin/mantis/lib/
H A Dclass.wsdlcache.php71 $this->debug_str .= get_class($this).": $string\n";
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Call/
H A DCallCenter.php153 $classname = get_class($prophecy->reveal());
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DBase.php193 $this->logMessage('debug', get_class($error) . ' caught in ' . $error->getFile() . ':' . $error->getLine());
/plugin/structtasks/meta/
H A DUtilities.php69 $coltype = get_class($col->getType());
/plugin/qna/syntax/
H A Dtoc.php18 $this->mode = substr(get_class($this), 7);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestResult.php403 $class = get_class($test);
782 get_class($test),
787 get_class($test),
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DTest.php44 return get_class($test);
49 get_class($test), $test->getName()
54 return ['', get_class($test)];
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Cache/
H A DFilesystemTest.php172 $this->assertRegExp($expected, $cache->generateKey('_test_', \get_class($this)));
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DStandardTagFactory.php138 $this->serviceLocator[$alias ?: get_class($service)] = $service;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
H A DControl.php195 get_class($type)

1...<<11121314151617