Home
last modified time | relevance | path

Searched refs:get_class (Results 376 – 400 of 418) sorted by relevance

1...<<11121314151617

/plugin/extlist/
H A Dsyntax.php55 $this->mode = substr(get_class($this), 7);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DJsonSerializationTest.php162 $this->deserialize($expected, get_class($collection))
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Commenting/
H A DFileCommentSniff.php226 if (get_class($this) === 'PEAR_Sniffs_Commenting_FileCommentSniff') {
/plugin/refnotes/
H A Dadmin.php188 if (get_class($field) != 'refnotes_config_textarea') {
H A Dbibtex.php136 $this->name = preg_replace('/refnotes_bibtex_(\w+)_mode/', '$1', get_class($this));
/plugin/eventum/XML/
H A DRPC.php562 return PEAR::raiseError(get_class($this) . ': ' . $msg, $code);
1880 return (strtolower(get_class($val)) == 'xml_rpc_value');
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php279 $error->appendChild($DOM->createElement('s:exception', $h(get_class($e))));
292 … $xPrevious->appendChild($DOM->createElement('s:exception', $h(get_class($previous))));
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php273 $error->appendChild($DOM->createElement('s:exception', $h(get_class($e))));
286 … $xPrevious->appendChild($DOM->createElement('s:exception', $h(get_class($previous))));
/plugin/cli/
H A Dsyntax.php90 if ($mode == substr(get_class($this), 7)) return true;
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/Doctrine/
H A DObjectConstructorTest.php350 … throw new \LogicException(sprintf('Unsupported manager type "%s".', get_class($manager)));
/plugin/freechat/phpfreechat/lib/json/
H A DJSON.php770 } elseif (is_object($data) && (get_class($data) == 'services_json_error' ||
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php505 if (get_class($node) === 'Sabre\\DAV\\SimpleCollection')
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DXmlSerializationVisitor.php268 …a->reflection->class, $metadata->reflection->name, \is_object($node) ? \get_class($node) : \gettyp…
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php512 if (get_class($node) === 'Sabre\\DAV\\SimpleCollection')
/plugin/columns/
H A Dsyntax.php23 $this->mode = substr(get_class($this), 7);
/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)));
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DEnvironmentTest.php414 …ssertInstanceOf('\Twig\Extension\ExtensionInterface', $twig->getExtension(\get_class($extension)));
/plugin/fedauth/Auth/OpenID/
H A DMessage.php149 strtolower(get_class($thing)) == 'auth_openid_mapping');
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DXpath.php277 get_class($group)
/plugin/openid/Auth/OpenID/
H A DMessage.php164 strtolower(get_class($thing)) == 'auth_openid_mapping');
/plugin/authphpbb3/
H A Dauth.php117 $class_name = @get_class($this);
/plugin/mantis/lib/
H A Dclass.soapclient.php112 if (is_object($endpoint) && (get_class($endpoint) == 'wsdl')) {
H A Dnusoap.php534 if (get_class($val) == 'soapval') {
541 $name = get_class($val);
544 …ebug("In serialize_val, do not override name $name for element name for class " . get_class($val));
570 if(is_object($v) && get_class($v) == 'soapval'){
3622 if (is_object($wsdl) && (get_class($wsdl) == 'wsdl')) {
4046 …if (isset($this->methodreturn) && ((get_class($this->methodreturn) == 'soap_fault') || (get_class(…
7180 if (is_object($endpoint) && (get_class($endpoint) == 'wsdl')) {
/plugin/filelist/
H A Dsyntax.php
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/
H A DREADME.md322 return get_class($myClass);

1...<<11121314151617