Home
last modified time | relevance | path

Searched refs:get_class (Results 226 – 250 of 418) sorted by last modified time

12345678910>>...17

/plugin/codeprettify/syntax/
H A Dcode.php38 $this->mode = substr(get_class($this), 7);
/plugin/extlist/
H A Dsyntax.php55 $this->mode = substr(get_class($this), 7);
/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/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/authphpbb3/
H A Dauth.php117 $class_name = @get_class($this);
/plugin/findologicxmlexport/vendor/hoa/zformat/
H A DParameter.php105 get_class($owner)
109 $owner = get_class($owner);
/plugin/findologicxmlexport/vendor/jms/metadata/src/Driver/
H A DAbstractFileDriver.php41 …('Locator "%s" must be an instance of "AdvancedFileLocatorInterface".', get_class($this->locator))…
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DSerializer.php202 \is_object($data) ? \get_class($data) : \gettype($data),
203 \is_object($result) ? \get_class($result) : \gettype($result)
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/
H A DEnum.php67 is_object($var) ? get_class($var) : gettype($var)
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
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/twig/twig/lib/Twig/Function/
H A DMethod.php43 …return sprintf('$this->env->getExtension(\'%s\')->%s', \get_class($this->extension), $this->method…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Cache/
H A DFilesystemTest.php172 $this->assertRegExp($expected, $cache->generateKey('_test_', \get_class($this)));
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DEnvironmentTest.php414 …ssertInstanceOf('\Twig\Extension\ExtensionInterface', $twig->getExtension(\get_class($extension)));
/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/phpunit/phpunit/src/Framework/
H A DTestResult.php403 $class = get_class($test);
782 get_class($test),
787 get_class($test),
/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/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/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Node/
H A DTrans.php133 … if (get_class($node) === 'Twig_Node' && $node->getNode(0) instanceof Twig_Node_SetTemp) {
/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/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/findologicxmlexport/vendor/hoa/consistency/
H A DXcallable.php258 '#' . get_class($_[0])
/plugin/findologicxmlexport/vendor/hoa/event/
H A DEvent.php137 get_class($source)
H A DListens.php74 get_class($this)
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Filter/
H A DMethod.php42 …return sprintf('$this->env->getExtension(\'%s\')->%s', \get_class($this->extension), $this->method…
/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 …]

12345678910>>...17