Home
last modified time | relevance | path

Searched refs:addGlobal (Results 1 – 8 of 8) sorted by relevance

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DEnvironmentTest.php98 $twig->addGlobal('foo', 'foo');
100 $twig->addGlobal('foo', 'bar');
106 $twig->addGlobal('foo', 'foo');
109 $twig->addGlobal('foo', 'bar');
115 $twig->addGlobal('foo', 'foo');
118 $twig->addGlobal('foo', 'bar');
125 $twig->addGlobal('foo', 'foo');
129 $twig->addGlobal('foo', 'bar');
135 $twig->addGlobal('foo', 'bar');
H A DTemplateWrapperTest.php48 $twig->addGlobal('bar', 'BAR');
59 $twig->addGlobal('bar', 'BAR');
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DStagingExtension.php87 public function addGlobal($name, $value) function in Twig\\Extension\\StagingExtension
/plugin/findologicxmlexport/vendor/twig/twig/src/Test/
H A DIntegrationTestCase.php165 $twig->addGlobal('global', 'global');
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php1392 public function addGlobal($name, $value) function in Twig\\Environment
1410 $this->staging->addGlobal($name, $value);
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced_legacy.rst119 $twig->addGlobal('text', new Text());
H A Dadvanced.rst118 $twig->addGlobal('text', new Text());
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG692 …* changed the way extensions are loaded (addFilter/addFunction/addGlobal/addTest/addNodeVisitor/ad…