Home
last modified time | relevance | path

Searched refs:getName (Results 2026 – 2050 of 2279) sorted by last modified time

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

/plugin/findologicxmlexport/vendor/twig/twig/src/Profiler/Dumper/
H A DTextDumper.php30 …intf('%s└ %s::%s(%s)', $prefix, $profile->getTemplate(), $profile->getType(), $profile->getName());
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DTokenStream.php51 $this->filename = $this->source->getName();
168 return $this->source->getName();
H A DTwigFilter.php48 public function getName() function in Twig\\TwigFilter
H A DTwigTest.php41 public function getName() function in Twig\\TwigTest
H A DExpressionParser.php209 …if (!(\in_array($ref->getName(), [$negClass, $posClass, 'Twig_Node_Expression_Unary_Neg', 'Twig_No…
666 $message = sprintf('Twig Test "%s" is deprecated', $test->getName());
674 … sprintf(' in %s at line %d.', $src->getPath() ? $src->getPath() : $src->getName(), $stream->getCu…
696 $message = sprintf('Twig Function "%s" is deprecated', $function->getName());
704 …ssage .= sprintf(' in %s at line %d.', $src->getPath() ? $src->getPath() : $src->getName(), $line);
726 $message = sprintf('Twig Filter "%s" is deprecated', $filter->getName());
734 …ssage .= sprintf(' in %s at line %d.', $src->getPath() ? $src->getPath() : $src->getName(), $line);
H A DParser.php80 return $this->stream->getSourceContext()->getName();
302 $methodName = strtolower($method->getName());
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DErrorTest.php61 $this->assertEquals('index.html', $e->getSourceContext()->getName());
89 $this->assertEquals('index.html', $e->getSourceContext()->getName());
106 $this->assertEquals('index.html', $e->getSourceContext()->getName());
125 $this->assertEquals('index.html', $e->getSourceContext()->getName());
148 $this->assertEquals($name, $e->getSourceContext()->getName());
158 $this->assertEquals($name, $e->getSourceContext()->getName());
H A DLegacyIntegrationTest.php53 public function getName() function in LegacyTwigTestExtension
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/
H A DModuleTest.php40 $this->assertEquals($source->getName(), $node->getTemplateName());
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Twig/
H A DSerializerExtensionTest.php25 self::assertEquals('jms_serializer', $serializerExtension->getName());
55 self::assertEquals('jms_serializer', $serializerExtension->getName());
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/
H A DDeepCopy.php180 $reflectedObject->getName()
217 if ($matcher->matches($object, $property->getName())) {
220 $property->getName(),
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DTag.php19 public function getName(); function
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DBaseTag.php34 public function getName() function in phpDocumentor\\Reflection\\DocBlock\\Tags\\BaseTag
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Formatter/
H A DPassthroughFormatter.php29 return trim('@' . $tag->getName() . ' ' . (string)$tag);
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DREADME.md188 $user->getName()->willReturn(null);
192 $this->getName()->willReturn('everzet');
197 $user->getName()->willReturn('everzet');
257 $user->getName()->willReturn(null);
261 $this->getName()->willReturn($args[0]);
266 $user->getName()->willReturn($args[0]);
271 $user->getName()->willReturn($args[0]);
284 $user->getName()->willReturn(null);
288 $this->getName()->willReturn($args[0]);
293 $user->getName()->willReturn($args[0]);
[all …]
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/
H A DClassCodeGenerator.php71 $method->getName(),
120 $php .= '$'.$argument->getName();
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/Node/
H A DArgumentNode.php37 public function getName() function in Prophecy\\Doubler\\Generator\\Node\\ArgumentNode
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DJsonSerializationTest.php231 self::assertEquals('baz', $object->getAuthor()->getName());
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DLlk.php140 $arguments['name'] = $escapeRuleName($rule->getName());
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Rule/
H A DRule.php145 public function getName() function in Hoa\\Compiler\\Llk\\Rule\\Rule
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DAbstractExtension.php66 public function getName() function in Twig\\Extension\\AbstractExtension
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DModuleNode.php62 'filename' => $this->source->getName(),
68 $this->setTemplateName($this->source->getName());
146 ->repr($this->source->getName())
181 ->write('/* '.str_replace('*/', '* /', $this->source->getName())." */\n")
182 …->write('class '.$compiler->getEnvironment()->getTemplateClass($this->source->getName(), $this->ge…
207 ->repr($this->source->getName())
370 ->repr($this->source->getName())
462 ->string($this->source->getName())
/plugin/findologicxmlexport/vendor/twig/twig/src/Profiler/
H A DProfile.php51 public function getName() function in Twig\\Profiler\\Profile
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/
H A Dobjects.test12 public function getName()
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/
H A DChainTest.php45 $this->assertEquals('foo', $loader->getSourceContext('foo')->getName());
48 …this->assertEquals('errors/index.html', $loader->getSourceContext('errors/index.html')->getName());
52 … $this->assertEquals('errors/base.html', $loader->getSourceContext('errors/base.html')->getName());

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