Home
last modified time | relevance | path

Searched refs:expression (Results 201 – 225 of 273) sorted by path

1234567891011

/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dfor.rst40 The ``..`` operator can take any expression at both sides:
H A Dif.rst6 In the simplest form you can use it to test if an expression evaluates to
63 The rules to determine if an expression is ``true`` or ``false`` are the
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
H A Dset.rst21 The assigned value can be any valid :ref:`Twig expression
H A Duse.rst67 passed to the template, the template reference cannot be an expression.
H A Dwith.rst29 {# it works with any expression that resolves to a hash #}
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dtemplates.rst42 result of an expression to the template.
267 The :doc:`if<tags/if>` tag can be used to test an expression:
488 expression:
616 {# keys as expressions (the expression must be enclosed into parentheses) -- as of Twig 1.5 #}
678 * ``(expr)``: Groups an expression.
691 The following comparison operators are supported in any expression: ``==``,
748 a common expression. The right operand is name of the test:
830 String interpolation (``#{expression}``) allows any valid expression to appear
831 within a *double-quoted string*. The result of evaluating that expression is
/plugin/findologicxmlexport/vendor/twig/twig/doc/tests/
H A Ddefined.rst23 When using the ``defined`` test on an expression that uses variables in some
/plugin/findologicxmlexport/vendor/twig/twig/src/NodeVisitor/
H A DEscaperNodeVisitor.php91 $expression = $node->getNode('expr');
93 if ($this->isSafeFor($type, $expression, $env)) {
100 $this->getEscaperFilter($type, $expression),
124 protected function isSafeFor($type, \Twig_NodeInterface $expression, $env) argument
126 $safe = $this->safeAnalysis->getSafe($expression);
135 $this->traverser->traverse($expression);
136 $safe = $this->safeAnalysis->getSafe($expression);
H A DOptimizerNodeVisitor.php95 $expression = $node instanceof AbstractExpression;
111 …if (!$expression && 'Twig_Node' !== \get_class($node) && $prependedNodes = array_shift($this->prep…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/
H A Darray.test23 {# elements can be any expression #}
34 {# keys can be any expression #}
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/
H A Dliteral.test9 2. Conditional expression with only literals
12 3. Conditional expression with a variable
32 2. Conditional expression with only literals
35 3. Conditional expression with a variable
/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/twig/twig/test/Twig/Tests/Fixtures/tags/with/
H A Dexpression.test2 "with" tag with expression
H A Diterable.test2 "with" tag with an iterable expression
H A Dwith_no_hash.test2 "with" tag with an expression that is not a hash
H A Dwith_only.test2 "with" tag with expression and only
/plugin/findologicxmlexport/vendor/webmozart/assert/
H A DREADME.md147 …gex($value, $pattern, $message = '')` | Check that a string matches a regular expression
148 …$value, $pattern, $message = '')` | Check that a string does not match a regular expression
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php1068 public static function throws(Closure $expression, $class = 'Exception', $message = '') argument
1075 $expression();
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js1728 return Object.isNumber(expression) ? ancestors[expression] :
1735 return Object.isNumber(expression) ? element.descendants()[expression] :
1743 return Object.isNumber(expression) ? previousSiblings[expression] :
1751 return Object.isNumber(expression) ? nextSiblings[expression] :
2701 initialize: function(expression) { argument
2702 this.expression = expression.strip();
2709 var e = this.expression;
2825 return this.expression;
3318 split: function(expression) { argument
3336 if (Object.isNumber(expression)) {
[all …]
/plugin/glossary/lang/fr/
H A DpageTemplate.txt1 <wrap tip right>Une idée d'expression ? \\ Partagez-la par un **@@PROPOSITIONPAGE@@** !</wrap>
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1 …,exclusiveLightCheckBox:1,exec:1,executeForEachObject:1,exists:1,exp:1,expression:1,expressionEdit… property in hljs.LANGUAGES.mel.dM.k
H A Dreadme.eng.txt141 regexp regular expression
214 regexp regular expression
/plugin/html5video2/script/
H A Dvideo.min.js21expression,n=e.customType,r=e.dataParser,a=e.segment;"function"!=typeof r&&(r=function(e){return e…
/plugin/ifauthex/
H A DREADME.md23 to arbitrary boolean expression (in for a penny...), that uses PHP standard logical operators `||`,

1234567891011