Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DNameExpression.php64 …($this->getAttribute('ignore_strict_check') || !$compiler->getEnvironment()->isStrictVariables()) {
79 …($this->getAttribute('ignore_strict_check') || !$compiler->getEnvironment()->isStrictVariables()) {
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DTemplate.php477 if ($ignoreStrictCheck || !$this->env->isStrictVariables()) {
524 if ($ignoreStrictCheck || !$this->env->isStrictVariables()) {
559 if ($ignoreStrictCheck || !$this->env->isStrictVariables()) {
652 if ($ignoreStrictCheck || !$this->env->isStrictVariables()) {
676 if ($call && ($ignoreStrictCheck || !$this->env->isStrictVariables())) {
H A DEnvironment.php270 public function isStrictVariables() function in Twig\\Environment
/plugin/findologicxmlexport/vendor/twig/twig/src/NodeVisitor/
H A DOptimizerNodeVisitor.php76 …CCESS === (self::OPTIMIZE_VAR_ACCESS & $this->optimizers) && !$env->isStrictVariables() && !$env->…
107 …CCESS === (self::OPTIMIZE_VAR_ACCESS & $this->optimizers) && !$env->isStrictVariables() && !$env->…