Home
last modified time | relevance | path

Searched refs:context (Results 151 – 167 of 167) sorted by path

1234567

/template/tr-money/
H A Ddesign.css654 div.dokuwiki td.diff-context {
/template/tr-twitter/
H A Ddesign.css652 div.dokuwiki td.diff-context {
/template/twigstarter/vendor/twig/twig/
H A DCHANGELOG79 * Fix context optimization on PHP 7.4
163 * optimized context access on PHP 7.4
/template/twigstarter/vendor/twig/twig/src/
H A DEnvironment.php308 * @param array $context An array of parameters to pass to the template
316 public function render($name, array $context = []) argument
318 return $this->load($name)->render($context);
325 * @param array $context An array of parameters to pass to the template
331 public function display($name, array $context = []) argument
333 $this->load($name)->display($context);
939 * @param array $context An array representing the context
943 public function mergeGlobals(array $context) argument
948 if (!\array_key_exists($key, $context)) {
949 $context[$key] = $value;
[all …]
H A DTemplate.php90 public function getParent(array $context) argument
97 $parent = $this->doGetParent($context);
120 protected function doGetParent(array $context) argument
137 * @param array $context The context
158 * @param array $context The context
217 * @param array $context The context
241 * @param array $context The context
266 * @param array $context The context
294 * @param array $context The context
381 public function render(array $context) argument
[all …]
H A DTemplateWrapper.php39 * @param array $context An array of parameters to pass to the template
41 public function render(array $context = []): string argument
53 public function display(array $context = []) argument
57 $this->template->display($context, \func_get_args()[1] ?? []);
66 public function hasBlock(string $name, array $context = []): bool argument
68 return $this->template->hasBlock($name, $context);
78 public function getBlockNames(array $context = []): array argument
80 return $this->template->getBlockNames($context);
93 $context = $this->env->mergeGlobals($context);
101 $this->template->displayBlock($name, $context);
[all …]
/template/twigstarter/vendor/twig/twig/src/Extension/
H A DCoreExtension.php1156 …macro(Template $template, string $method, array $args, int $lineno, array $context, Source $source) argument
1160 while ($parent = $parent->getParent($context)) {
1249 * @param array $context
1258 function twig_include(Environment $env, $context, $template, $variables = [], $withContext = true, … argument
1263 $variables = array_merge($context, $variables);
H A DDebugExtension.php43 function twig_var_dump(Environment $env, $context, ...$vars) argument
53 foreach ($context as $key => $value) {
/template/twigstarter/vendor/twig/twig/src/Test/
H A DIntegrationTestCase.php193 …$prevHandler = set_error_handler(function ($type, $msg, $file, $line, $context = []) use (&$deprec…
200 return $prevHandler ? $prevHandler($type, $msg, $file, $line, $context) : false;
/template/typo/
H A Ddesign.css661 div.dokuwiki td.diff-context {
/template/vector/static/3rd/dokuwiki/
H A D_diff.css56 .dokuwiki table.diff td.diff-context {
/template/vector/static/css/
H A Dscreen.css1333 .dokuwiki table.diff td.diff-context {
/template/wallpaper/
H A Ddesign.css877 div.dokuwiki td.diff-context {
/template/writers/css/
H A D_diff.css56 .dokuwiki table.diff td.diff-context {
/template/zenith/css/
H A D_diff.css66 .dokuwiki table.diff td.diff-context {
/template/zenlike/css/
H A D_diff.css66 .dokuwiki table.diff td.diff-context {
/template/zero/
H A Ddesign.css678 div.dokuwiki td.diff-context {

1234567