Home
last modified time | relevance | path

Searched refs:needsIsSandboxed (Results 1 – 7 of 7) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/Attribute/
DAsTwigTest.php38 …* @param bool|null $needsIsSandboxed Whether the test needs the current sandbox …
46 public ?bool $needsIsSandboxed = null,
DAsTwigFunction.php38 …* @param bool|null $needsIsSandboxed Whether the function needs the current sand…
48 public ?bool $needsIsSandboxed = null,
DAsTwigFilter.php38 …* @param bool|null $needsIsSandboxed Whether the filter needs the current sandbo…
50 public ?bool $needsIsSandboxed = null,
/template/twigstarter/vendor/twig/twig/src/Node/Expression/
DCallExpression.php103 if (self::needsIsSandboxed($twigCallable)) {
301 if (self::needsIsSandboxed($twigCallable)) {
339 public static function needsIsSandboxed(TwigCallableInterface $twigCallable): bool function in Twig\\Node\\Expression\\CallExpression
342 return $twigCallable->needsIsSandboxed();
364 …eeds_is_sandboxed') ? $this->getAttribute('needs_is_sandboxed') : self::needsIsSandboxed($current),
375 …eeds_is_sandboxed') ? $this->getAttribute('needs_is_sandboxed') : self::needsIsSandboxed($current),
386 …eeds_is_sandboxed') ? $this->getAttribute('needs_is_sandboxed') : self::needsIsSandboxed($current),
/template/twigstarter/vendor/twig/twig/src/Extension/
DAttributeExtension.php98 'needs_is_sandboxed' => $attribute->needsIsSandboxed ?? false,
122 'needs_is_sandboxed' => $attribute->needsIsSandboxed ?? false,
144 'needs_is_sandboxed' => $attribute->needsIsSandboxed ?? false,
/template/twigstarter/vendor/twig/twig/src/
DAbstractTwigCallable.php111 public function needsIsSandboxed(): bool function in Twig\\AbstractTwigCallable
/template/twigstarter/vendor/twig/twig/src/Util/
DCallableArgumentsExtractor.php200 if (CallExpression::needsIsSandboxed($this->twigCallable)) {