Home
last modified time | relevance | path

Searched refs:get_class (Results 251 – 275 of 418) sorted by relevance

1...<<11121314151617

/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DXMLDocument.php167 if(gettype($xml) == "object" && strtolower(get_class($xml)) == "xml") {
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/
H A DIteratorHandlerTest.php45 $type = get_class($iterator);
/plugin/qna/syntax/
H A Dblock.php20 $this->mode = substr(get_class($this), 7);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Util/
H A DTestTest.php556 PHPUnit_Util_Test::getDependencies(get_class($this), 'methodForTestParseAnnotation')
574 …PHPUnit_Util_Test::getDependencies(get_class($this), 'methodForTestParseAnnotationThatIsOnlyOneLin…
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/src/
H A DToken.php188 str_replace('PHP_Token_', '', get_class($tokens[$i]))
222 str_replace('PHP_Token_', '', get_class($tokens[$i]))
274 str_replace('PHP_Token_', '', get_class($tokens[$this->id]))
407 switch (get_class($tokens[$i])) {
/plugin/typography/syntax/
H A Dbase.php29 $this->mode = substr(get_class($this), 7);
/plugin/findologicxmlexport/vendor/hoa/stream/Filter/
H A DFilter.php117 $class = get_class($class);
/plugin/javadoc/
H A Dsyntax.php45 if ($mode == substr(get_class($this), 7)) {
/plugin/findologicxmlexport/vendor/hoa/event/
H A DEvent.php137 get_class($source)
/plugin/twcheckliste/
H A Dsyntax.php40 if ($mode == substr(get_class($this), 7))
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DSerializationContext.php104 $path[] = \get_class($obj);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DTestHandler.php229 …throw new \BadMethodCallException('Call to undefined method ' . get_class($this) . '::' . $method …
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataMultiple.php160 throw new ExceptionBadArgument("The value for $this is not an array, nor a string (value: $value)", get_class($this));
/plugin/combo/action/
H A Dmetaprocessing.php70 LogUtility::internalError("The before ($beforeId) and after id ($afterId) are not the same", get_class($this));
/plugin/combo/ComboStrap/
H A DIFetcherAbs.php228 return get_class($this);
/plugin/swiftmail/Swift/Connection/
H A DMulti.php53 …$log->add("Adding new connection of type '" . get_class($connection) . "' to the multi-redundant c…
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DJson.php170 if ($defaultPropertyClass !== get_class($prop)) {
/plugin/glossary/syntax/
H A Dspan.php26 if ($mode == substr (get_class ($this), 7))
/plugin/davcard/vendor/sabre/vobject/lib/Parser/
H A DJson.php168 if ($defaultPropertyClass !== get_class($prop)) {
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
H A DTestResult.php313 get_class($passedTest),
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/
H A DJson.php170 if ($defaultPropertyClass !== get_class($prop)) {
/plugin/authfacebook/lib/
H A DFacebookClient.php200 if (get_class($request) === 'Facebook\FacebookRequest') {
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/
H A DDoubler.php100 is_object($interface) ? get_class($interface).' class' : gettype($interface)
/plugin/webdavclient/vendor/sabre/vobject/lib/Parser/
H A DJson.php168 if ($defaultPropertyClass !== get_class($prop)) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DPaging.php171 get_class($control)

1...<<11121314151617