Home
last modified time | relevance | path

Searched refs:Expression (Results 26 – 50 of 244) sorted by path

12345678910

/plugin/diagramsnet/lib/resources/
H A Ddia_my.txt612 regularExpression=Regular Expression
H A Ddia_si.txt612 regularExpression=Regular Expression
H A Ddia_sk.txt612 regularExpression=Regular Expression
H A Ddia_sl.txt612 regularExpression=Regular Expression
H A Ddia_sr.txt612 regularExpression=Regular Expression
H A Ddia_sw.txt612 regularExpression=Regular Expression
H A Ddia_ta.txt612 regularExpression=Regular Expression
H A Ddia_te.txt612 regularExpression=Regular Expression
H A Ddia_vi.txt612 regularExpression=Regular Expression
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js24682 …ng) */ __webpack_require__.d(__webpack_exports__, "Expression", function() { return Expression; });
25947 var Expression = /** @class */ (function (_super) { function
25948 __extends(Expression, _super);
25949 function Expression(offset, length) { function
25952 Object.defineProperty(Expression.prototype, "type", {
25954 return NodeType.Expression;
25959 return Expression;
H A D2.2.js.map1Expression\"] = 22] = \"Expression\";\n NodeType[NodeType[\"BinaryExpression\"] = 23] = \"Binar…
H A D4.4.js1Expression=22]="Expression",e[e.BinaryExpression=23]="BinaryExpression",e[e.Term=24]="Term",e[e.Op…
H A D43.43.js.map1 … 'Exchange.Contents',\n 'Expression.Constant',\n 'Expression.Evaluate',\n …
H A D65.65.js.map1 … { include: 'expression' }\n ],\n /**\n * Expression Handling\n …
H A Dbundle.js.map1Expression\");\nexport class CaseSensitiveCheckbox extends Checkbox {\n constructor(opts) {\n …
/plugin/findologicxmlexport/vendor/hoa/regex/
H A DGrammar.pp36 // Provide grammar of PCRE (Perl Compatible Regular Expression)for the LL(k)
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md574 - Expression language based virtual properties [\#708](https://github.com/schmittjoh/serializer/pul…
/plugin/findologicxmlexport/vendor/jms/serializer/doc/cookbook/
H A Dexclusion_strategies.rst295 …is just a generic expression, you can use any expression allowed by the Symfony Expression Language
297 To enable this feature you have to set the Expression Evaluator when initializing the serializer.
302 use JMS\Serializer\Expression\ExpressionEvaluator;
303 use JMS\Serializer\Expression\SerializerBuilder;
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dannotations.rst212 also defined at class level exposing data using the Symfony Expression Language.
/plugin/findologicxmlexport/vendor/jms/serializer/src/Accessor/
H A DDefaultAccessorStrategy.php10 use JMS\Serializer\Expression\CompilableExpressionEvaluatorInterface;
11 use JMS\Serializer\Expression\Expression; alias
12 use JMS\Serializer\Expression\ExpressionEvaluatorInterface;
65 …if (($metadata->expression instanceof Expression) && ($this->evaluator instanceof CompilableExpres…
/plugin/findologicxmlexport/vendor/jms/serializer/src/Builder/
H A DDefaultDriverFactory.php8 use JMS\Serializer\Expression\CompilableExpressionEvaluatorInterface;
/plugin/findologicxmlexport/vendor/jms/serializer/src/Exclusion/
H A DExpressionLanguageExclusionStrategy.php8 use JMS\Serializer\Expression\CompilableExpressionEvaluatorInterface;
9 use JMS\Serializer\Expression\Expression; alias
10 use JMS\Serializer\Expression\ExpressionEvaluatorInterface;
53 …if (($property->excludeIf instanceof Expression) && ($this->expressionEvaluator instanceof Compila…
/plugin/findologicxmlexport/vendor/jms/serializer/src/Expression/
H A DCompilableExpressionEvaluatorInterface.php5 namespace JMS\Serializer\Expression;
12 public function parse(string $expression, array $names = []): Expression;
17 public function evaluateParsed(Expression $expression, array $data = []);
H A DExpression.php5 namespace JMS\Serializer\Expression;
13 class Expression implements \Serializable class
H A DExpressionEvaluator.php5 namespace JMS\Serializer\Expression;
49 public function evaluateParsed(Expression $expression, array $data = [])
54 public function parse(string $expression, array $names = []): Expression
56 …return new Expression($this->expressionLanguage->parse($expression, array_merge(array_keys($this->…

12345678910