Home
last modified time | relevance | path

Searched refs:parseExpression (Results 1 – 17 of 17) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/
DExpressionParser.php64 public function parseExpression($precedence = 0, $allowArrow = false) function in Twig\\ExpressionParser
83 …$expr1 = $this->parseExpression(self::OPERATOR_LEFT === $op['associativity'] ? $op['precedence'] +…
112 return new ArrowFunctionExpression($this->parseExpression(0), new Node($names), $line);
153 return new ArrowFunctionExpression($this->parseExpression(0), new Node($names), $line);
163 $expr = $this->parseExpression($operator['precedence']);
169 $expr = $this->parseExpression();
182 $expr2 = $this->parseExpression();
184 $expr3 = $this->parseExpression();
190 $expr3 = $this->parseExpression();
304 $nodes[] = $this->parseExpression();
[all …]
DParser.php141 $expr = $this->expressionParser->parseExpression();
/template/twigstarter/vendor/twig/twig/src/TokenParser/
DIncludeTokenParser.php29 $expr = $this->parser->getExpressionParser()->parseExpression();
49 $variables = $this->parser->getExpressionParser()->parseExpression();
DIfTokenParser.php36 $expr = $this->parser->getExpressionParser()->parseExpression();
52 $expr = $this->parser->getExpressionParser()->parseExpression();
DForTokenParser.php42 $seq = $this->parser->getExpressionParser()->parseExpression();
48 $ifexpr = $this->parser->getExpressionParser()->parseExpression();
DDoTokenParser.php24 $expr = $this->parser->getExpressionParser()->parseExpression();
DDeprecatedTokenParser.php31 $expr = $this->parser->getExpressionParser()->parseExpression();
DImportTokenParser.php27 $macro = $this->parser->getExpressionParser()->parseExpression();
DWithTokenParser.php31 $variables = $this->parser->getExpressionParser()->parseExpression();
DExtendsTokenParser.php39 $this->parser->setParent($this->parser->getExpressionParser()->parseExpression());
DAutoEscapeTokenParser.php32 $expr = $this->parser->getExpressionParser()->parseExpression();
DUseTokenParser.php35 $template = $this->parser->getExpressionParser()->parseExpression();
DFromTokenParser.php27 $macro = $this->parser->getExpressionParser()->parseExpression();
DEmbedTokenParser.php28 $parent = $this->parser->getExpressionParser()->parseExpression();
DBlockTokenParser.php55 new PrintNode($this->parser->getExpressionParser()->parseExpression(), $lineno),
/template/a_new_day/js/
Dprototype.js1749 this.parseExpression();
1753 parseExpression: function() {
/template/battlehorse/js/
Dprototype.js1749 this.parseExpression();
1753 parseExpression: function() {