Searched refs:needsCharset (Results 1 – 9 of 9) sorted by relevance
35 …* @param bool|null $needsCharset Whether the test needs the charset passed a…43 public ?bool $needsCharset = null,
35 …* @param bool|null $needsCharset Whether the function needs the charset pass…45 public ?bool $needsCharset = null,
35 …* @param bool|null $needsCharset Whether the filter needs the charset passed…47 public ?bool $needsCharset = null,
97 'needs_charset' => $attribute->needsCharset ?? false,121 'needs_charset' => $attribute->needsCharset ?? false,143 'needs_charset' => $attribute->needsCharset ?? false,
34 public function needsCharset(): bool; function
43 public function needsCharset(): bool function in Twig\\TwigTest
96 public function needsCharset(): bool function in Twig\\AbstractTwigCallable
82 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(),
191 if ($this->twigCallable->needsCharset()) {