Home
last modified time | relevance | path

Searched refs:get_class (Results 1 – 25 of 418) sorted by relevance

12345678910>>...17

/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/
H A DMockObjectTest.php366 $this->assertEquals(get_class($mock1), get_class($mock2));
390 $this->assertNotEquals(get_class($mock1), get_class($mock2));
391 $this->assertNotEquals(get_class($mock1), get_class($mock3));
392 $this->assertNotEquals(get_class($mock1), get_class($mock4));
393 $this->assertNotEquals(get_class($mock1), get_class($mock5));
394 $this->assertEquals(get_class($mock2), get_class($mock3));
395 $this->assertNotEquals(get_class($mock2), get_class($mock4));
396 $this->assertNotEquals(get_class($mock2), get_class($mock5));
397 $this->assertEquals(get_class($mock4), get_class($mock5));
422 $this->assertEquals(get_class($mock1), get_class($mock3));
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DStrict.php14 $class = method_exists($this, $name) ? 'parent' : get_class($this);
33 $class = get_class($this);
43 $class = get_class($this);
53 $class = get_class($this);
63 $class = get_class($this);
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DXML.php231 if(strtolower(get_class($node)) == "xmlbranch")
258 if(strtolower(get_class($node)) == "xmlbranch")
287 if(strtolower(get_class($node)) == "xmlbranch")
289 elseif(strtolower(get_class($node)) == "xmlleaf")
340 if(strtolower(get_class($node)) == "xmlbranch") {
356 if(strtolower(get_class($node)) == "xmlleaf") {
410 if(strtolower(get_class($value)) == "xmlbranch")
421 if(strtolower(get_class($value)) == "xmlleaf")
472 …if(strtolower(get_class($this->nodes[$branchId])) == "xmlbranch" && strtolower(get_class($tag)) ==…
487 if(strtolower(get_class($tag)) == "tag")
[all …]
H A DXMLBranch.php62 if(strtolower(get_class($xml)) == "xml" || strtolower(get_class($xml)) == "xmlbranch") {
H A DXMLLeaf.php64 if(strtolower(get_class($xml)) == "xml" || strtolower(get_class($xml)) == "xmlbranch") {
/plugin/findologicxmlexport/vendor/sebastian/comparator/src/
H A DObjectComparator.php44 if (get_class($actual) !== get_class($expected)) {
54 get_class($expected)
85 … substr_replace($e->getExpectedAsString(), get_class($expected) . ' Object', 0, 5),
86 substr_replace($e->getActualAsString(), get_class($actual) . ' Object', 0, 5),
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DNode.php46 …moved in 2.0.', \is_object($node) ? \get_class($node) : null === $node ? 'null' : \gettype($node),…
62 $repr = [\get_class($this).'('.implode(', ', $attributes)];
95 $node->setAttribute('class', \get_class($this));
159 …\LogicException(sprintf('Attribute "%s" does not exist for Node "%s".', $name, \get_class($this)));
193 … new \LogicException(sprintf('Node "%s" does not exist for Node "%s".', $name, \get_class($this)));
202 …moved in 2.0.', \is_object($node) ? \get_class($node) : null === $node ? 'null' : \gettype($node),…
/plugin/html2pdf/html2pdf/html2ps/
H A Dfetcher._interface.class.php13 die("Oops. Inoverridden 'get_data' method called in ".get_class($this));
20 die("Oops. Inoverridden 'get_base_url' method called in ".get_class($this));
24 die("Oops. Inoverridden 'error_message' method called in ".get_class($this));
H A Dfetched_data._interface.class.php4 die("Unoverridden 'get_additional_data' called in ".get_class($this));
8 die("Unoverridden 'get_content' called in ".get_class($this));
H A Dfilter.output._interface.class.php4 die("Unoverridden 'content_type' method called in ".get_class($this));
8 die("Unoverridden 'process' method called in ".get_class($this));
H A Doutput._interface.class.php9 function close() { die("Unoverridden 'close' method called in ".get_class($this)); }
12 …function content_type() { die("Unoverridden 'content_type' method called in ".get_class($this)); }
17 …function error_message() { die("Unoverridden 'error_message' method called in ".get_class($this));…
/plugin/freechat/phpfreechat/src/
H A Dpfccontainerinterface.class.php50 { die(_pfc("%s must be implemented", get_class($this)."::".__FUNCTION__)); }
62 { die(_pfc("%s must be implemented", get_class($this)."::".__FUNCTION__)); }
73 { die(_pfc("%s must be implemented", get_class($this)."::".__FUNCTION__)); }
/plugin/commonmark/vendor/league/commonmark/src/
H A DHtmlRenderer.php
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/
H A DDWRenderer.php86 $renderers = $this->environment->getRenderersForClass(\get_class($node));
95 throw new \RuntimeException('Unable to find corresponding renderer for node type ' . \get_class($node));
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/EventDispatcher/Subscriber/
H A DDoctrineProxySubscriberTest.php33 …$event = $this->createEvent($obj = new SimpleObjectProxy('a', 'b'), ['name' => get_class($obj), 'p…
107 $event = $this->createEvent($proxy, ['name' => get_class($proxy), 'params' => []]);
108 $this->dispatcher->dispatch('serializer.pre_serialize', get_class($proxy), 'json', $event);
122 $event = $this->createEvent($proxy, ['name' => get_class($proxy), 'params' => []]);
123 $this->dispatcher->dispatch('serializer.pre_serialize', get_class($proxy), 'json', $event);
133 $this->dispatcher->dispatch('serializer.pre_serialize', get_class($proxy), 'json', $event);
/plugin/findologicxmlexport/vendor/twig/extensions/test/Twig/Tests/
H A DSimpleTokenParserTest.php31 $this->assertEquals('Twig_Error_Runtime', get_class($e));
38 $this->assertEquals('Twig_Error_Runtime', get_class($e));
45 $this->assertEquals('Twig_Error_Runtime', get_class($e));
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DIndexedReader.php51 $annotations[get_class($annot)] = $annot;
72 $annotations[get_class($annot)] = $annot;
93 $annotations[get_class($annot)] = $annot;
H A DAnnotation.php61 sprintf("Unknown property '%s' on annotation '%s'.", $name, get_class($this))
76 sprintf("Unknown property '%s' on annotation '%s'.", $name, get_class($this))
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prediction/
H A DCallTimesPrediction.php72 get_class($object->reveal()),
86 get_class($object->reveal()),
99 get_class($object->reveal()),
/plugin/findologicxmlexport/vendor/twig/twig/src/Test/
H A DIntegrationTestCase.php195 … $this->assertSame(trim($exception), trim(sprintf('%s: %s', \get_class($e), $message)));
202 throw new Error(sprintf('%s: %s', \get_class($e), $e->getMessage()), -1, null, $e);
209 … $this->assertSame(trim($exception), trim(sprintf('%s: %s', \get_class($e), $e->getMessage())));
214 $e = new Error(sprintf('%s: %s', \get_class($e), $e->getMessage()), -1, null, $e);
216 $output = trim(sprintf('%s: %s', \get_class($e), $e->getMessage()));
/plugin/pagetemplate/
H A Dsyntax.php175 $idx = array_search(substr(get_class($this), 7), $this->allowedModes);
187 function getPluginType() { list($t) = explode('_', get_class($this), 2); return $t; }
188 function getPluginName() { list($t, $p, $n) = explode('_', get_class($this), 4); return $n; }
189 …function getPluginComponent() { list($t, $p, $n, $c) = explode('_', get_class($this), 4); return (…
/plugin/webdav/vendor/sabre/xml/lib/Serializer/
H A Dfunctions.php176 } elseif (is_object($value) && isset($writer->classMap[get_class($value)])) {
179 $writer->classMap[get_class($value)]($writer, $value);
241 …new InvalidArgumentException('The writer cannot serialize objects of class: ' . get_class($value));
/plugin/icalevents/vendor/sabre/xml/lib/Serializer/
H A Dfunctions.php176 } elseif (is_object($value) && isset($writer->classMap[get_class($value)])) {
179 $writer->classMap[get_class($value)]($writer, $value);
241 …new InvalidArgumentException('The writer cannot serialize objects of class: ' . get_class($value));
/plugin/abbr/syntax/
H A Dhtmltag.php26 $this->Lexer->addEntryPattern($this->entry_pattern,$mode,substr(get_class($this), 7));
29 $this->Lexer->addExitPattern($this->exit_pattern,substr(get_class($this), 7));
/plugin/findologicxmlexport/vendor/twig/twig/src/Loader/
H A DChainLoader.php55 …e" on "%s" is deprecated since 1.27. Use getSourceContext() instead.', \get_class($this)), E_USER_…
138 $exceptions[] = \get_class($loader).': '.$e->getMessage();
156 $exceptions[] = \get_class($loader).': '.$e->getMessage();

12345678910>>...17