Home
last modified time | relevance | path

Searched refs:className (Results 276 – 300 of 555) sorted by last modified time

1...<<11121314151617181920>>...23

/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Invocation/
H A DStaticTest.php26 $this->assertSame('FooClass', $invocation->className);
/plugin/findologicxmlexport/vendor/sebastian/global-state/src/
H A DSnapshot.php266 foreach (array_reverse(get_declared_classes()) as $className) {
267 $class = new ReflectionClass($className);
273 $this->classes[] = $className;
339 foreach ($this->classes as $className) {
340 $class = new ReflectionClass($className);
347 if ($this->blacklist->isStaticAttributeBlacklisted($className, $name)) {
361 $this->staticAttributes[$className] = $snapshot;
H A DBlacklist.php59 * @param string $className
61 public function addClass($className) argument
63 $this->classes[] = $className;
67 * @param string $className
69 public function addSubclassesOf($className) argument
71 $this->parentClasses[] = $className;
91 * @param string $className
113 * @param string $className
119 if (in_array($className, $this->classes)) {
124 if (strpos($className, $prefix) === 0) {
[all …]
/plugin/findologicxmlexport/vendor/hoa/stream/Wrapper/
H A DWrapper.php55 * @param string $className Class name which implements the protocol.
62 public static function register($protocol, $className, $flags = 0) argument
72 if (false === class_exists($className)) {
77 [$className, $protocol]
81 return stream_wrapper_register($protocol, $className, $flags);
/plugin/findologicxmlexport/vendor/twig/twig/src/Cache/
H A DCacheInterface.php29 * @param string $className The template class name
33 public function generateKey($name, $className); argument
H A DFilesystemCache.php36 public function generateKey($name, $className) argument
38 $hash = hash('sha256', $className);
H A DNullCache.php23 public function generateKey($name, $className) argument
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/
H A DTypeResolver.php249 $className = $this->keywords[strtolower($type)];
251 return new $className();
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/
H A DMethodNotExtendableException.php9 private $className; variable in Prophecy\\Exception\\Doubler\\MethodNotExtendableException
13 * @param string $className
16 public function __construct($message, $className, $methodName) argument
21 $this->className = $className;
38 return $this->className;
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/
H A DClover.php65 foreach ($classes as $className => $class) {
107 $xmlClass->setAttribute('name', $className);
H A DText.php158 foreach ($classes as $className => $class) {
185 $classCoverage[$namespace . $className] = [
187 'className ' => $className,
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Djquery.min.js2className="i",!a.getAttribute("className")}),c.getElementsByTagName=ja(function(a){return a.append…
H A Dnv.d3.min.js2className.baseVal.match("nv-legend")&&(j=!0)),i&&(d-=f.left,e-=f.top),0>d||0>e||d>o||e>p||d3.event…
/plugin/findologicxmlexport/vendor/doctrine/instantiator/src/Doctrine/Instantiator/
H A DInstantiator.php47 public function instantiate($className) argument
49 if (isset(self::$cachedCloneables[$className])) {
50 return clone self::$cachedCloneables[$className];
53 if (isset(self::$cachedInstantiators[$className])) {
59 return $this->buildAndCacheFromFactory($className);
69 $factory = self::$cachedInstantiators[$className] = $this->buildFactory($className);
98 strlen($className),
99 $className
110 * @param string $className
117 if (! class_exists($className)) {
[all …]
H A DInstantiatorInterface.php13 * @param string $className
19 public function instantiate($className); argument
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DLlk.php101 * @param string $className Parser classname.
104 public static function save(Parser $parser, $className) argument
230 'class ' . $className . ' extends \Hoa\Compiler\Llk\Parser' . "\n" .
/plugin/findologicxmlexport/vendor/twig/twig/src/Sandbox/
H A DSecurityNotAllowedMethodError.php21 private $className; variable in Twig\\Sandbox\\SecurityNotAllowedMethodError
24 …public function __construct($message, $className, $methodName, $lineno = -1, $filename = null, \Ex… argument
27 $this->className = $className;
33 return $this->className;
H A DSecurityNotAllowedPropertyError.php21 private $className; variable in Twig\\Sandbox\\SecurityNotAllowedPropertyError
24 …public function __construct($message, $className, $propertyName, $lineno = -1, $filename = null, \… argument
27 $this->className = $className;
33 return $this->className;
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/src/
H A DToken.php495 $className = $this->getName();
529 explode('_', str_replace('\\', '_', $className)),
567 $className = (string) $tokens[$i];
571 $className .= (string) $tokens[++$i];
574 return $className;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php1195 * @param string $className
1208 if (!is_string($className) || !class_exists($className)) {
1223 * @param string $className
1236 if (!is_string($className) || !class_exists($className)) {
1251 * @param string $className
1264 if (!is_string($className) || !class_exists($className)) {
1279 * @param string $className
1292 if (!is_string($className) || !class_exists($className)) {
2623 * @param string $className
2807 * @param string $className
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dtestdox-xml.phpt19 …<test className="StatusTest" methodName="testSuccess" prettifiedClassName="Status" prettifiedMetho…
20 …<test className="StatusTest" methodName="testFailure" prettifiedClassName="Status" prettifiedMetho…
21 …<test className="StatusTest" methodName="testError" prettifiedClassName="Status" prettifiedMethodN…
22 …<test className="StatusTest" methodName="testIncomplete" prettifiedClassName="Status" prettifiedMe…
23 …<test className="StatusTest" methodName="testSkipped" prettifiedClassName="Status" prettifiedMetho…
24 …<test className="StatusTest" methodName="testRisky" prettifiedClassName="Status" prettifiedMethodN…
25 …<test className="StatusTest" methodName="testWarning" prettifiedClassName="Status" prettifiedMetho…
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Invocation/
H A DStatic.php48 public $className; variable in PHPUnit_Framework_MockObject_Invocation_Static
71 * @param string $className
77 …public function __construct($className, $methodName, array $parameters, $returnType, $cloneObjects… argument
79 $this->className = $className;
110 $this->className,
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/
H A DGeneratorTest.php108 …public function testGetMockForAbstractClassExpectingInvalidArgumentException($className, $mockClas… argument
110 $this->generator->getMockForAbstractClass($className, [], $mockClassName);
183 $className = 'X' . md5(microtime());
185 $mock = $this->generator->getMock($className, ['someMethod']);
187 $this->assertInstanceOf($className, $mock);
192 $className = 'X' . md5(microtime());
194 $mock = $this->generator->getMock($className, ['someMethod']);
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DAbstractDoctrineTypeDriver.php127 protected function tryLoadingDoctrineMetadata(string $className): ?DoctrineClassMetadata argument
129 if (!$manager = $this->registry->getManagerForClass($className)) {
133 if ($manager->getMetadataFactory()->isTransient($className)) {
137 return $manager->getClassMetadata($className);
/plugin/findologicxmlexport/vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/
H A DAbstractLexer.php282 $className = get_class($this);
283 $reflClass = new \ReflectionClass($className);
288 return $className . '::' . $name;

1...<<11121314151617181920>>...23