Home
last modified time | relevance | path

Searched refs:sandboxed (Results 1 – 2 of 2) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/Extension/
H A DSandboxExtension.php24 private $sandboxed; variable in Twig\\Extension\\SandboxExtension
27 public function __construct(SecurityPolicyInterface $policy, $sandboxed = false) argument
30 $this->sandboxedGlobally = $sandboxed;
45 $this->sandboxed = true;
50 $this->sandboxed = false;
55 return $this->sandboxedGlobally || $this->sandboxed;
H A DCoreExtension.php1254 * @param bool $sandboxed Whether to sandbox the template or not
1258 …ntext, $template, $variables = [], $withContext = true, $ignoreMissing = false, $sandboxed = false) argument
1266 if ($isSandboxed = $sandboxed && $env->hasExtension(SandboxExtension::class)) {
1400 …ANY_CALL */ 'any', $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $li… argument
1482 if ($sandboxed) {
1559 if ($sandboxed) {