Searched refs:sandboxed (Results 1 – 11 of 11) sorted by relevance
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/ |
H A D | SandboxExtension.php | 24 protected $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 D | CoreExtension.php | 1532 * @param bool $sandboxed Whether to sandbox the template or not 1536 …ntext, $template, $variables = [], $withContext = true, $ignoreMissing = false, $sandboxed = false) argument 1544 if ($isSandboxed = $sandboxed && $env->hasExtension('\Twig\Extension\SandboxExtension')) {
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/include/ |
H A D | sandbox_disabling_ignore_missing.test | 2 "include" tag sandboxed 4 {{ include("unknown.twig", sandboxed = true, ignore_missing = true) }}
|
H A D | sandbox.test | 2 "include" tag sandboxed 4 {{ include("foo.twig", sandboxed = true) }}
|
H A D | sandbox_disabling.test | 2 "include" tag sandboxed 4 {{ include("foo.twig", sandboxed = true) }}
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/ |
H A D | multiline_function_with_unknown_argument.test | 9 …or function "include(template, variables, with_context, ignore_missing, sandboxed)" in "index.twig…
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/ |
H A D | include.rst | 75 {{ include('page.html', sandboxed = true) }} 84 * ``sandboxed``: Whether to sandbox the template or not
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Extension/ |
H A D | SandboxTest.php | 317 …protected function getEnvironment($sandboxed, $options, $templates, $tags = [], $filters = [], $me… argument 322 $twig->addExtension(new SandboxExtension($policy, $sandboxed));
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/ |
H A D | api.rst | 590 method is called in a sandboxed template.
|
/plugin/findologicxmlexport/vendor/twig/twig/ |
H A D | CHANGELOG | 379 * improved error reporting in a sandboxed template 923 * removed the sandboxed attribute of the include tag (use the new sandbox tag instead)
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | 3.3.js.map | 1 …sandboxed-modals-flag).\\n* `allow-orientation-lock`: Lets the resource [lock the screen orienta…
|