Home
last modified time | relevance | path

Searched refs:getName (Results 2101 – 2125 of 2279) sorted by path

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

/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DStringLoaderExtension.php27 public function getName() function in Twig\\Extension\\StringLoaderExtension
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DLexer.php103 $this->filename = $this->source->getName();
H A DParser.php80 return $this->stream->getSourceContext()->getName();
302 $methodName = strtolower($method->getName());
H A DSource.php44 public function getName() function in Twig\\Source
H A DTemplate.php134 return $this->parents[$parent->getSourceContext()->getName()] = $parent;
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 DTwigFunction.php46 public function getName() function in Twig\\TwigFunction
H A DTwigTest.php41 public function getName() function in Twig\\TwigTest
/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/Dumper/
H A DBaseDumper.php38 $start = $profile->getName();
H A DBlackfireDumper.php51 $name = sprintf('%s::%s(%s)', $p->getTemplate(), $p->getType(), $p->getName());
H A DHtmlDumper.php42 …:$colors[$profile->getType()]) ? self::$colors[$profile->getType()] : 'auto', $profile->getName());
H A DTextDumper.php30 …intf('%s└ %s::%s(%s)', $prefix, $profile->getTemplate(), $profile->getType(), $profile->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/
H A DCustomExtensionTest.php92 public function getName() function in InvalidOperatorExtension
H A DEnvironmentTest.php612 public function getName() function in Twig_Tests_EnvironmentTest_Extension_WithDeprecatedName
627 public function getName() function in Twig_Tests_EnvironmentTest_Extension_DynamicWithDeprecatedName
687 public function getName() function in Twig_Tests_EnvironmentTest_ExtensionWithoutRuntime
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
H A DTokenStreamTest.php41 $this->assertEquals('foo', $stream->getSourceContext()->getName());
/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());
H A DFilesystemTest.php22 …this->assertEquals('errors/index.html', $loader->getSourceContext('errors/index.html')->getName());
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/
H A DModuleTest.php40 $this->assertEquals($source->getName(), $node->getTemplateName());
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Profiler/
H A DProfileTest.php22 $this->assertEquals('name', $profile->getName());
95 $this->assertEquals($profile->getName(), $profile2->getName());
100 $this->assertEquals($profile1->getName(), $profile3->getName());

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