Home
last modified time | relevance | path

Searched refs:get_class (Results 76 – 100 of 418) sorted by last modified time

12345678910>>...17

/plugin/blockquote/syntax/
H A Dblockquote.php38 if ($mode == substr(get_class($this), 7))
H A Dcite.php35 if ($mode == substr(get_class($this), 7))
H A Dq.php35 if ($mode == substr(get_class($this), 7))
/plugin/box/
H A Dsyntax.php53 if ($mode == substr(get_class($this), 7)) {
/plugin/wrap/syntax/
H A Ddiv.php20 if ($mode == substr(get_class($this), 7)) return true;
H A Dspan.php20 if ($mode == substr(get_class($this), 7)) return true;
/plugin/tablewidth/
H A Dsyntax.php15 $this->mode = substr(get_class($this), 7);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerPluginTest.php72 … $this->assertEquals($this->testPlugin,$this->server->getPlugin(get_class($this->testPlugin)));
92 get_class($this->testPlugin) => $this->testPlugin,
/plugin/davcal/vendor/sabre/vobject/lib/Parser/
H A DJson.php168 if ($defaultPropertyClass !== get_class($prop)) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php505 if (get_class($node) === 'Sabre\\DAV\\SimpleCollection')
/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))));
H A DServerPlugin.php69 return get_class($this);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Element/
H A DProp.php101 $type .= ' (' . get_class($deserializer) . ')';
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Mount/
H A DPluginTest.php50 …response->body . '. What type we got: ' . gettype($xml) . ' class, if object: ' . get_class($xml));
/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/indexmenu/inc/
H A Dpclzip.lib.php1131 if ((is_object($p_archive)) && (get_class($p_archive) == 'pclzip')) {
1188 if ((is_object($p_archive_to_add)) && (get_class($p_archive_to_add) == 'pclzip')) {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DFingersCrossedHandler.php237 …throw new \UnexpectedValueException('The nested handler of type '.get_class($handler).' does not s…
250 …throw new \UnexpectedValueException('The nested handler of type '.get_class($handler).' does not s…
H A DOverflowHandler.php135 …throw new \UnexpectedValueException('The nested handler of type '.get_class($this->handler).' does…
147 …throw new \UnexpectedValueException('The nested handler of type '.get_class($this->handler).' does…
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DUtils.php20 $class = \get_class($object);
/plugin/authgooglesheets/vendor/google/auth/src/Cache/
H A DTypedItem.php108 get_class($this),
129 $error = sprintf($message, get_class($this), gettype($time));
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DMessageTrait.php198 is_object($value) ? get_class($value) : gettype($value)
221 is_object($header) ? get_class($header) : gettype($header)
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP.php596 if (static::class != get_class($temp)) {
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DREST.php58 array(get_class(), 'doExecute'),
/plugin/authgooglesheets/vendor/psr/log/Psr/Log/Test/
H A DTestLogger.php139 …throw new \BadMethodCallException('Call to undefined method ' . get_class($this) . '::' . $method …

12345678910>>...17