Home
last modified time | relevance | path

Searched refs:getName (Results 2051 – 2075 of 2279) sorted by last modified time

1...<<81828384858687888990>>...92

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/
H A DFilesystemTest.php22 …this->assertEquals('errors/index.html', $loader->getSourceContext('errors/index.html')->getName());
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DStandardTagFactory.php241 $typeHint = $parameter->getClass() ? $parameter->getClass()->getName() : null;
247 $parameterName = $parameter->getName();
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/
H A DRenderer.php211 $node->getName()
226 $node->getName()
285 $runtime->getName(),
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Xml/
H A DFacade.php49 $coverage->getReport()->getName()
87 $dirObject = $context->addDirectory($directory->getName());
103 $file->getName(),
109 $fileReport = new Report($file->getName());
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/tests/
H A DBuilderTest.php30 $this->assertEquals($expectedPath, $root->getName());
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/src/Token/
H A DStream.php311 $this->includes[$token->getType()][] = $token->getName();
366 $interface = $token->getName();
396 $class[] = $token->getName();
401 $trait = $token->getName();
408 $name = $token->getName();
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/src/
H A DToken.php246 public function getName() function in PHP_Token_Includes
344 public function getName() function in PHP_Token_FUNCTION
379 $this->name = $tokens[$i]->getName() . '\\' . $this->name;
477 public function getName() function in PHP_Token_INTERFACE
495 $className = $this->getName();
508 $result['namespace'] = $this->tokenStream[$i]->getName();
704 public function getName() function in PHP_Token_CLASS
1275 public function getName() function in PHP_Token_NAMESPACE
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/tests/Token/
H A DClosureTest.php49 $this->assertEquals('anonymousFunction:2#5', $this->functions[0]->getName());
50 $this->assertEquals('anonymousFunction:3#27', $this->functions[1]->getName());
51 $this->assertEquals('anonymousFunction:4#51', $this->functions[2]->getName());
52 $this->assertEquals('anonymousFunction:5#71', $this->functions[3]->getName());
53 $this->assertEquals('anonymousFunction:6#93', $this->functions[4]->getName());
54 $this->assertEquals('anonymousFunction:7#106', $this->functions[5]->getName());
H A DFunctionTest.php60 $this->assertEquals('foo', $this->functions[0]->getName());
61 $this->assertEquals('bar', $this->functions[1]->getName());
62 $this->assertEquals('foobar', $this->functions[2]->getName());
63 $this->assertEquals('barfoo', $this->functions[3]->getName());
64 $this->assertEquals('baz', $this->functions[4]->getName());
/plugin/findologicxmlexport/vendor/sebastian/code-unit-reverse-lookup/src/
H A DWizard.php97 $name = $functionOrMethod->getName();
100 $name = $functionOrMethod->getDeclaringClass()->getName() . '::' . $name;
/plugin/findologicxmlexport/vendor/sebastian/environment/
H A DREADME.md27 var_dump($runtime->getName());
/plugin/findologicxmlexport/vendor/sebastian/environment/src/
H A DRuntime.php103 return $this->getName() . ' ' . $this->getVersion();
109 public function getName() function in SebastianBergmann\\Environment\\Runtime
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced_legacy.rst599 function getName();
604 way, you just need to implement the ``getName()`` method as the
607 The ``getName()`` method must return a unique identifier for your extension.
614 public function getName()
755 public function getName()
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DXmlDriver.php162 $propertiesMetadata[] = new PropertyMetadata($name, $pName = $property->getName());
H A DYamlDriver.php96 $pName = $property->getName();
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/DoctrinePHPCR/
H A DAuthor.php29 public function getName() function in JMS\\Serializer\\Tests\\Fixtures\\DoctrinePHPCR\\Author
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DIndexedCommentsBlogPost.php33 $authorName = $comment->getAuthor()->getName();
H A DObjectWithVirtualPropertiesAndDuplicatePropName.php28 public function getName() function in JMS\\Serializer\\Tests\\Fixtures\\ObjectWithVirtualPropertiesAndDuplicatePropName
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DCachedReader.php72 $cacheKey = $class->getName();
106 $cacheKey = $class->getName().'$'.$property->getName();
140 $cacheKey = $class->getName().'#'.$method->getName();
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Data/
H A DItem.php69 public function getName() function in FINDOLOGIC\\Export\\Data\\Item
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DParser.php362 $zeRule->getName(),
388 $zeRule->getName(),
402 $name = $zeRule->getName();
436 $zeRule->getName(),
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/
H A DCoverage.php293 $rule->getName(),
298 $rule->getName(),
331 $rule->getName(),
336 $rule->getName(),
367 $rule->getName(),
398 $rule->getName(),
404 $rule->getName(),
424 $rule->getName(),
428 $rule->getName(),
443 $rule->getName(),
[all …]
H A DUniform.php110 $data = &$this->_data[$rule->getName()][$n];
184 $ruleName = $rule->getName();
/plugin/findologicxmlexport/vendor/jms/metadata/src/
H A DMetadataFactory.php77 if (isset($this->loadedClassMetadata[$name = $class->getName()])) {
86 … if (($classMetadata = $this->cache->load($class->getName())) instanceof NullMetadata) {
119 $this->cache->put(new NullMetadata($class->getName()));
188 if (isset($addedInterfaces[$interface->getName()])) {
191 $addedInterfaces[$interface->getName()] = true;
/plugin/findologicxmlexport/vendor/jms/metadata/tests/
H A DMetadataFactoryTest.php24 return new ClassMetadata($class->getName());
32 return new ClassMetadata($class->getName());
52 return new MergeableClassMetadata($class->getName());
60 return new MergeableClassMetadata($class->getName());

1...<<81828384858687888990>>...92