Home
last modified time | relevance | path

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

12

/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DExpressionParser.php71 public function parseExpression($precedence = 0) function in Twig\\ExpressionParser
114 $expr = $this->parseExpression();
127 $expr2 = $this->parseExpression();
129 $expr3 = $this->parseExpression();
135 $expr3 = $this->parseExpression();
251 $nodes[] = $this->parseExpression();
319 $key = $this->parseExpression();
327 $value = $this->parseExpression();
457 $arg = $this->parseExpression();
544 $value = $this->parseExpression();
[all …]
H A DParser.php166 $expr = $this->expressionParser->parseExpression();
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DIncludeTokenParser.php29 $expr = $this->parser->getExpressionParser()->parseExpression();
49 $variables = $this->parser->getExpressionParser()->parseExpression();
H A DIfTokenParser.php38 $expr = $this->parser->getExpressionParser()->parseExpression();
54 $expr = $this->parser->getExpressionParser()->parseExpression();
H A DForTokenParser.php43 $seq = $this->parser->getExpressionParser()->parseExpression();
47 $ifexpr = $this->parser->getExpressionParser()->parseExpression();
H A DDeprecatedTokenParser.php31 $expr = $this->parser->getExpressionParser()->parseExpression();
H A DDoTokenParser.php26 $expr = $this->parser->getExpressionParser()->parseExpression();
H A DExtendsTokenParser.php38 $this->parser->setParent($this->parser->getExpressionParser()->parseExpression());
H A DImportTokenParser.php29 $macro = $this->parser->getExpressionParser()->parseExpression();
H A DWithTokenParser.php33 $variables = $this->parser->getExpressionParser()->parseExpression();
H A DUseTokenParser.php37 $template = $this->parser->getExpressionParser()->parseExpression();
H A DAutoEscapeTokenParser.php47 $expr = $this->parser->getExpressionParser()->parseExpression();
H A DFromTokenParser.php30 $macro = $this->parser->getExpressionParser()->parseExpression();
H A DEmbedTokenParser.php30 $parent = $this->parser->getExpressionParser()->parseExpression();
H A DBlockTokenParser.php57 new PrintNode($this->parser->getExpressionParser()->parseExpression(), $lineno),
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/TokenParser/
H A DTrans.php26 $body = $this->parser->getExpressionParser()->parseExpression();
33 $count = $this->parser->getExpressionParser()->parseExpression();
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Grammar/
H A DExpression.php24 return $this->parser->getExpressionParser()->parseExpression();
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DUriTemplate.php61 private function parseExpression($expression) function in GuzzleHttp\\UriTemplate
104 $parsed = self::parseExpression($matches[1]);
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DExpressionMetadataTrait.php23 private function parseExpression(string $expression, array $names = []) function
H A DYamlDriver.php73 $this->parseExpression($propertySettings['exp'])
134 … $pMetadata->excludeIf = $this->parseExpression((string) $pConfig['exclude_if']);
138 … $pMetadata->excludeIf = $this->parseExpression('!(' . $pConfig['expose_if'] . ')');
H A DXmlDriver.php143 $this->parseExpression((string) $method->attributes()->expression)
188 $pMetadata->excludeIf = $this->parseExpression((string) $excludeIf);
196 … $pMetadata->excludeIf = $this->parseExpression('!(' . (string) $excludeIf . ')');
H A DAnnotationDriver.php123 $this->parseExpression($annot->exp)
187 … $propertyMetadata->excludeIf = $this->parseExpression('!(' . $annot->if . ')');
191 $propertyMetadata->excludeIf = $this->parseExpression($annot->if);
/plugin/katex/_assets/
H A Dkatex.min.js1parseExpression(!0,n);return{type:"color",mode:r.mode,color:a,body:i}},htmlBuilder:nr,mathmlBuilde… function
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced_legacy.rst415 $value = $this->parser->getExpressionParser()->parseExpression();
451 Parsing expressions is done by calling the ``parseExpression()`` like we did for
H A Dadvanced.rst476 $value = $parser->getExpressionParser()->parseExpression();
511 Parsing expressions is done by calling the ``parseExpression()`` like we did for

12