Home
last modified time | relevance | path

Searched refs:render (Results 26 – 33 of 33) sorted by path

12

/template/twigstarter/
H A Dmain.php6 $TemplateController->render();
H A Dmediamanager.php6 $TemplateController->render();
/template/twigstarter/vendor/twig/twig/src/
H A DEnvironment.php316 public function render($name, array $context = []) function in Twig\\Environment
318 return $this->load($name)->render($context);
H A DTemplate.php381 public function render(array $context) function in Twig\\Template
H A DTemplateWrapper.php41 public function render(array $context = []): string function in Twig\\TemplateWrapper
45 return $this->template->render($context, \func_get_args()[1] ?? []);
/template/twigstarter/vendor/twig/twig/src/Extension/
H A DCoreExtension.php1290 return $loaded ? $loaded->render($variables) : '';
/template/twigstarter/vendor/twig/twig/src/Test/
H A DIntegrationTestCase.php222 $output = trim($template->render(eval($match[1].';')), "\n ");
/template/vector/static/css/
H A Dscreen_iehacks.css55 #border-left: 1px dashed #fff; /* invisible border triggers IE to render the stuff */

12