Home
last modified time | relevance | path

Searched refs:getSafe (Results 1 – 4 of 4) sorted by path

/template/twigstarter/vendor/twig/twig/src/NodeVisitor/
H A DEscaperNodeVisitor.php168 $safe = $this->safeAnalysis->getSafe($expression);
178 $safe = $this->safeAnalysis->getSafe($expression);
H A DSafeAnalysisNodeVisitor.php36 public function getSafe(Node $node) function in Twig\\NodeVisitor\\SafeAnalysisNodeVisitor
92 …$safe = $this->intersectSafe($this->getSafe($node->getNode('expr2')), $this->getSafe($node->getNod…
99 $safe = $filter->getSafe($args);
101 …$safe = $this->intersectSafe($this->getSafe($node->getNode('node')), $filter->getPreservesSafety()…
113 $this->setSafe($node, $function->getSafe($args));
/template/twigstarter/vendor/twig/twig/src/
H A DTwigFilter.php102 public function getSafe(Node $filterArgs) function in Twig\\TwigFilter
H A DTwigFunction.php100 public function getSafe(Node $functionArgs) function in Twig\\TwigFunction