Home
last modified time | relevance | path

Searched refs:needsCharset (Results 1 – 9 of 9) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/Attribute/
DAsTwigTest.php35 …* @param bool|null $needsCharset Whether the test needs the charset passed a…
43 public ?bool $needsCharset = null,
DAsTwigFunction.php35 …* @param bool|null $needsCharset Whether the function needs the charset pass…
45 public ?bool $needsCharset = null,
DAsTwigFilter.php35 …* @param bool|null $needsCharset Whether the filter needs the charset passed…
47 public ?bool $needsCharset = null,
/template/twigstarter/vendor/twig/twig/src/Extension/
DAttributeExtension.php97 'needs_charset' => $attribute->needsCharset ?? false,
121 'needs_charset' => $attribute->needsCharset ?? false,
143 'needs_charset' => $attribute->needsCharset ?? false,
/template/twigstarter/vendor/twig/twig/src/
DTwigCallableInterface.php34 public function needsCharset(): bool; function
DTwigTest.php43 public function needsCharset(): bool function in Twig\\TwigTest
DAbstractTwigCallable.php96 public function needsCharset(): bool function in Twig\\AbstractTwigCallable
/template/twigstarter/vendor/twig/twig/src/Node/Expression/
DCallExpression.php82 if ($twigCallable->needsCharset()) {
292 if ($twigCallable->needsCharset()) {
374 …s->hasAttribute('needs_charset') ? $this->getAttribute('needs_charset') : $current->needsCharset(),
385 …s->hasAttribute('needs_charset') ? $this->getAttribute('needs_charset') : $current->needsCharset(),
/template/twigstarter/vendor/twig/twig/src/Util/
DCallableArgumentsExtractor.php191 if ($this->twigCallable->needsCharset()) {