Home
last modified time | relevance | path

Searched refs:expression (Results 201 – 225 of 273) sorted by last modified time

1234567891011

/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DXmlDriver.php139 if (isset($method->attributes()->expression)) {
143 $this->parseExpression((string) $method->attributes()->expression)
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DREADME.md142 expression.
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A DLICENSE12 …cientific and artistic domain, whatever may be the mode or form of its expression including digita…
/plugin/findologicxmlexport/vendor/jms/serializer/src/Expression/
H A DCompilableExpressionEvaluatorInterface.php12 public function parse(string $expression, array $names = []): Expression; argument
17 public function evaluateParsed(Expression $expression, array $data = []); argument
/plugin/findologicxmlexport/vendor/jms/serializer/doc/cookbook/
H A Dexclusion_strategies.rst272 that uses the `symfony expression language`_ to
273 …ophisticated exclusion strategies using ``@Exclude(if="expression")`` and ``@Expose(if="expression
295 …``true`` is just a generic expression, you can use any expression allowed by the Symfony Expressio…
310 .. _symfony expression language: https://github.com/symfony/expression-language
312 …e variables (`object`, `context` and `property_metadata` for use in an expression. This enables yo…
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DREADME.md89 PHP identifiers are defined by a regular expression. It might change in the
/plugin/findologicxmlexport/vendor/hoa/math/
H A DCHANGELOG.md55 …* Fix valid arithmetic space definition in an expression. (Ivan Enderlin, 2015-08-25T07:50:36+02:0…
H A DREADME.md68 expression. Therefore, we will use the classical workflow when manipulating a
82 // 3. Declare the expression.
83 $expression = '1 / 2 / 3 + 4 * (5 * 2 - 6) * PI / avg(7, 8, 9)';
85 // 4. Parse the expression.
86 $ast = $compiler->parse($expression);
98 // Bonus. Print the AST of the expression.
139 $expression = 'rand(ANSWER / 2, ANSWER * 2)'
141 $visitor->visit($compiler->parse($expression))
/plugin/findologicxmlexport/vendor/hoa/regex/
H A DREADME.md65 expression, i.e. lex, parse and produce an AST. Second, generate strings based
66 on a regular expression by visiting its AST with an isotropic random approach.
72 and produce an AST of the following regular expression: `ab(c|d){2,4}e?`. Thus:
90 * > #expression
105 We read that the whole expression is composed of a single concatenation of two
129 Strings are generated at random and match the given regular expression.
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md34 - Add compilable expression language [\#1010](https://github.com/schmittjoh/serializer/pull/1010) (…
367 - Add propertyMetdata to dynamic expression variables [\#778](https://github.com/schmittjoh/seriali…
433 - Add a quick reference for how to enable expression evaluator [\#758](https://github.com/schmittjo…
571 - Add symfony expression in exclusions/expositions [\#406](https://github.com/schmittjoh/serializer…
607 - Use expression for virtual properties [\#171](https://github.com/schmittjoh/serializer/issues/171)
635 - Implemented dynamic exclusion using symfony expression language [\#673](https://github.com/schmit…
/plugin/findologicxmlexport/vendor/jms/serializer/src/Accessor/
H A DDefaultAccessorStrategy.php65 …if (($metadata->expression instanceof Expression) && ($this->evaluator instanceof CompilableExpres…
66 return $this->evaluator->evaluateParsed($metadata->expression, $variables);
68 return $this->evaluator->evaluate($metadata->expression, $variables);
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/
H A DExpressionPropertyMetadata.php20 public $expression; variable in JMS\\Serializer\\Metadata\\ExpressionPropertyMetadata
23 * @param string|Expression $expression
25 public function __construct(string $class, string $fieldName, $expression) argument
29 $this->expression = $expression;
43 $this->expression,
60 $this->expression,
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Ddefault.rst17 When using the ``default`` filter on an expression that uses variables in some
H A Draw.rst35 expression. The third ternary statement is marked as safe and the result is
H A Dslice.rst19 You can use any valid expression for both the start and the length:
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dattribute.rst26 notation, except that the item can be any valid expression.
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Drecipes.rst67 any valid expression, you can pass a variable that evaluates to ``true`` when
91 As a matter of fact, the template name can be any valid expression, such as
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Ddo.rst7 The ``do`` tag works exactly like the regular variable expression (``{{ ...
H A Dfor.rst40 The ``..`` operator can take any expression at both sides:
H A Dinclude.rst70 The template name can be any valid Twig expression:
77 And if the expression evaluates to a ``\Twig\Template`` or a
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/if/
H A Dexpression.test2 "if" takes an expression as a test
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php1068 public static function throws(Closure $expression, $class = 'Exception', $message = '') argument
1075 $expression();
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/
H A DREADME.md13 1. Returning a series of Value Object for given expression while resolving any partial class names,…
75 in which namespace the given expression occurs and which namespace aliases (or imports) apply.
92 inform the resolver in which namespace the given expression occurs and which namespace aliases (or …
136 type expression occurs.
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Di18n.rst105 Within an expression or in a tag, you can use the ``trans`` filter to translate
131 {# use the temporary variable within an expression #}
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG657 * allowed hash keys to be any expression
844 * enhanced error messages when an unexpected token is parsed in an expression
950 * added support for __call() in expression resolution
1039 * extended set tag to support expression as value ({% set foo as 'foo' ~ 'bar' %} )

1234567891011