Home
last modified time | relevance | path

Searched refs:get_class (Results 26 – 50 of 418) sorted by relevance

12345678910>>...17

/plugin/webdav/core/DAV/
H A DAbstractDirectory.php40 return substr(get_class($this), 0, strrpos(get_class($this), '\\'));
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DNot.php114 switch (get_class($this->constraint)) {
134 switch (get_class($this->constraint)) {
/plugin/findologicxmlexport/vendor/findologic/libflexport/tests/FINDOLOGIC/Export/Tests/
H A DDataElementsTest.php61 $this->assertEquals(EmptyValueNotAllowedException::class, get_class($exception));
122 $this->assertEquals($expectedException, get_class($e));
176 $this->assertEquals(EmptyValueNotAllowedException::class, get_class($exception));
/plugin/webdav/vendor/sabre/xml/lib/
H A DService.php254 if (!isset($this->valueObjectMap[get_class($object)])) {
255 …throw new \InvalidArgumentException('"' . get_class($object) . '" is not a registered value object…
258 $this->valueObjectMap[get_class($object)],
/plugin/icalevents/vendor/sabre/xml/lib/
H A DService.php253 if (!isset($this->valueObjectMap[get_class($object)])) {
254 …throw new \InvalidArgumentException('"' . get_class($object) . '" is not a registered value object…
257 $this->valueObjectMap[get_class($object)],
/plugin/redirect2/
H A Dsyntax.php29 $mode, substr(get_class($this), 7) );
31 $mode, substr(get_class($this), 7) );
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prediction/
H A DCallPrediction.php68 get_class($object->reveal()),
81 get_class($object->reveal()),
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Inline/
H A DFootnoteRefRenderer.php41 while (get_class($document)!='League\CommonMark\Node\Block\Document'){
/plugin/html2pdf/html2pdf/html2ps/
H A Dtree.navigation.inc.php67 print(get_class($box).":".$box->uid.":".join('/', $box->words)."\n");
69 print(get_class($box).":".$box->uid."\n");
H A Dcss.property.sub.class.php72 error_no_method('set_value', get_class($this));
76 error_no_method('get_value', get_class($this));
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestFailure.php42 $this->testName = get_class($failedTest);
100 $buffer = get_class($e) . ': ' . $e->getMessage() . "\n";
/plugin/zip/pear/
H A DPEAR.php172 $classname = strtolower(get_class($this));
211 printf("PEAR destructor called, class=%s\n", strtolower(get_class($this)));
774 $classname = get_class($objref);
977 return get_class($this);
1059 strtolower(get_class($this->callback[0])) :
1067 strtolower(get_class($this)), $this->message, $this->code,
1085 strtolower(get_class($this)), $this->message, $this->code,
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DBaseSerializationTest.php642 self::assertInstanceOf(get_class($value), $deserialized);
666 self::assertInstanceOf(get_class($value), $deserialized);
718 $deserialized = $this->deserialize($this->getContent('blog_post'), get_class($post));
799 $deserialized = $this->deserialize($this->getContent('readonly'), get_class($author));
811 $deserialized = $this->deserialize($this->getContent('readonly'), get_class($author));
823 $deserialized = $this->deserialize($this->getContent('price'), get_class($price));
923 $deserialized = $this->deserialize($this->getContent('log'), get_class($log));
1465 get_class($order),
1542 $this->deserialize($expected, get_class($collection))
1567 $this->deserialize($this->getContent('generator'), get_class($withGenerator))
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/ResultPrinter/
H A DXML.php182 $node->setAttribute('className', get_class($test));
184 …$node->setAttribute('prettifiedClassName', $this->prettifier->prettifyTestClass(get_class($test)));
191 … $inlineAnnotations = PHPUnit_Util_Test::getInlineAnnotations(get_class($test), $test->getName());
/plugin/acronymedit/
H A Dadmin.php25 $parts = explode('_',get_class($this));
29 …trigger_error('getInfo() not implemented in '.get_class($this).' and '.$info.' not found', E_USER_…
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DAnnotationException.php126 is_object($actual) ? 'an instance of ' . get_class($actual) : gettype($actual)
174 is_object($given) ? get_class($given) : $given
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSamplingHandler.php117 …throw new \UnexpectedValueException('The nested handler of type '.get_class($handler).' does not s…
130 …throw new \UnexpectedValueException('The nested handler of type '.get_class($handler).' does not s…
/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/prosemirror/parser/
H A DNode.php73 $exception->addExtraData('parentNodeType', get_class($parent));
82 $exception->addExtraData('parentNodeType', get_class($parent));
/plugin/symbols4odt/
H A Dsyntax.php53 $this->Lexer->addSpecialPattern($substitionString, $mode, substr(get_class($this), 7));
57 $this->Lexer->addSpecialPattern("{{utf8symbol>.+?}}", $mode, substr(get_class($this), 7));
/plugin/authgooglesheets/vendor/google/auth/src/Cache/
H A DTypedItem.php108 get_class($this),
129 $error = sprintf($message, get_class($this), gettype($time));
H A DItem.php115 get_class($this),
136 $error = sprintf($message, get_class($this), gettype($time));
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php813 …if (!$loader instanceof SourceContextLoaderInterface && 0 !== strpos(\get_class($loader), 'Mock_')…
814 …plement Twig\Loader\SourceContextLoaderInterface since version 1.27.', \get_class($loader)), E_USE…
894 if ($class !== \get_class($this->extensions[$class])) {
929 if ($class !== \get_class($this->extensions[$class])) {
973 $class = \get_class($extension);
1012 if ($class !== \get_class($this->extensions[$class])) {
1514 …eException(sprintf('"%s::getGlobals()" must return an array of globals.', \get_class($extension)));
1560 …s" is deprecated since version 1.21. Use \Twig_SimpleFilter instead.', \get_class($filter), $name)…
1582 …"%s" is deprecated since version 1.21. Use \Twig_SimpleTest instead.', \get_class($test), $name), …
1609 …t return an array with operators, got "%s".', \get_class($extension), \is_object($operators) ? \ge…
[all …]
/plugin/publist/bib2tpl/lib/
H A DPEAR.php155 $classname = strtolower(get_class($this));
193 printf("PEAR destructor called, class=%s\n", strtolower(get_class($this)));
755 $classname = get_class($objref);
955 return get_class($this);
1028 strtolower(get_class($this->callback[0])) :
1036 strtolower(get_class($this)), $this->message, $this->code,
1054 strtolower(get_class($this)), $this->message, $this->code,
/plugin/publistf/bib2tpl/lib/
H A DPEAR.php155 $classname = strtolower(get_class($this));
193 printf("PEAR destructor called, class=%s\n", strtolower(get_class($this)));
755 $classname = get_class($objref);
955 return get_class($this);
1028 strtolower(get_class($this->callback[0])) :
1036 strtolower(get_class($this)), $this->message, $this->code,
1054 strtolower(get_class($this)), $this->message, $this->code,

12345678910>>...17