Home
last modified time | relevance | path

Searched refs:policy (Results 1 – 4 of 4) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/Extension/
H A DSandboxExtension.php25 private $policy; variable in Twig\\Extension\\SandboxExtension
27 public function __construct(SecurityPolicyInterface $policy, $sandboxed = false) argument
29 $this->policy = $policy;
63 public function setSecurityPolicy(SecurityPolicyInterface $policy) argument
65 $this->policy = $policy;
70 return $this->policy;
76 $this->policy->checkSecurity($tags, $filters, $functions);
84 $this->policy->checkMethodAllowed($obj, $method);
98 $this->policy->checkPropertyAllowed($obj, $property);
112 $this->policy->checkMethodAllowed($obj, '__toString');
/template/starterpjax/
H A DREADME.md24policy which will break most non-jokuwiki plugins relying on Javacript. Currently this requires th…
40 > /* really the template should expose control over the policy via the admin page....*/
H A Dmain.php.withTime14 /* really the template should expose control over the policy via the admin page....*/
/template/twigstarter/vendor/twig/twig/
H A DCHANGELOG220 security policy)
288 * fixed .. (range operator) in sandbox policy