Home
last modified time | relevance | path

Searched refs:expression (Results 151 – 175 of 273) sorted by path

1234567891011

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DTransformNamespace.asciidoc55 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no transforms. (This includes `_all` string or when no transforms have been specified)
72 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no transforms. (This includes `_all` string or when no transforms have been specified)
128 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no transforms. (This includes `_all` string or when no transforms have been specified)
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/en/
H A Den.txt96 Everyone has the right to freedom of opinion and expression; this right includes freedom to hold opinions without interference and to seek, receive and impart information and ideas through any media and regardless of frontiers.
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/fr/
H A Dfr.txt94 Tout individu a droit à la liberté d’opinion et d’expression, ce qui implique le droit de ne pas être inquiété pour ses opinions et celui de chercher, de recevoir et de répandre, sans considérations de frontières, les informations et les idées par quelque moyen d’expression que ce soit.
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/ia/
H A Dia.txt93 Tote persona ha le derecto al libertate de opinion e de expression, lo que implica le derecto de non esser molestate a causa de su opinion, le derecto de investigar e reciper informationes e opiniones, e le derecto de diffunder los, sin limitation de frontieras, per qualcunque medio de expression.
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/oc/
H A Doc.txt90 « Tot individú a drech a la libertat d'opinion e d'expression, çò qu'implica lo drech d'èsser pas carcanhat per sas opinions e lo de cercar, de recebre e d'espandir, sense consideracion de frontièras, las informacions e las idèas per quin mejan d'expression que siá. »
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md738 - Add a constant for the expression language.
/plugin/eventline/timeline_ajax/styles/
H A Dgraphics-ie6.css2 filter: expression(
8 filter: expression(
14 filter: expression(
20 filter: expression(
26 filter: expression(
32 filter: expression(
38 filter: expression(
44 filter: expression(
50 filter: expression(
56 filter: expression(
[all …]
/plugin/extendpage/
H A DREADME.md27 namespaces, or use a regular expression.
/plugin/farm/install/animaltemplate/conf/
H A Dmysql.conf.php.example109 * case dependend by the module. At the end a sort expression will be added.
H A Dwordblock.conf4387 https?:\/\/([^\/]*\.)?lying-facial-expression\.travel-ag\.uzhgorod\.ua
/plugin/fetchmedia/
H A Dyarn.lock236 babel-helper-explode-assignable-expression "^6.24.1"
258 babel-helper-explode-assignable-expression@^6.24.1:
260 …stry.yarnpkg.com/babel-helper-explode-assignable-expression/-/babel-helper-explode-assignable-expr…
290 babel-helper-optimise-call-expression@^6.24.1:
292 …://registry.yarnpkg.com/babel-helper-optimise-call-expression/-/babel-helper-optimise-call-express…
319 babel-helper-optimise-call-expression "^6.24.1"
401 babel-helper-optimise-call-expression "^6.24.1"
2798 spdx-expression-parse@~1.0.0:
2800 …resolved "https://registry.yarnpkg.com/spdx-expression-parse/-/spdx-expression-parse-1.0.4.tgz#9bd…
3061 spdx-expression-parse "~1.0.0"
/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/iterator/
H A DREADME.md142 expression.
/plugin/findologicxmlexport/vendor/hoa/math/
H A DArithmetic.pp55 expression:
56 primary() ( ::plus:: #addition expression() )?
59 secondary() ( ::minus:: #substraction expression() )?
62 ternary() ( ::times:: #multiplication expression() )?
65 term() ( ::div:: #division expression() )?
68 ( ::bracket_:: expression() ::_bracket:: #group )
86 ( expression() ( ::comma:: expression() )* )?
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/math/Bin/
H A DCalc.php86 $this->parser->listInputs($expression);
94 if (null !== $expression) {
95 $ast = $compiler->parse($expression);
96 echo $expression . ' = ' . $visitor->visit($ast), "\n";
111 $expression = 'h';
114 switch ($expression) {
175 if (null === $expression) {
180 echo $visitor->visit($compiler->parse($expression)), "\n";
187 $handle = $expression;
191 } while (false !== $expression = $readline->readLine('> '));
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/
H A DArithmetic.pp54 expression:
55 primary() ( ::plus:: #addition expression() )?
58 secondary() ( ::minus:: #substraction expression() )?
61 ternary() ( ::times:: #multiplication expression() )?
64 term() ( ::div:: #division expression() )?
67 ( ::bracket_:: expression() ::_bracket:: #group )
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/Visitor/
H A DArithmetic.php75 ->executeOnFailure(function () use (&$expression) {
76 echo 'Failed expression: ', $expression, '.', "\n";
79 foreach ($sampler as $i=> $expression) {
82 $compiler->parse($expression)
88 eval('$y = (float) ' . $expression . ';');
/plugin/findologicxmlexport/vendor/hoa/regex/
H A DGrammar.pp119 #expression:
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/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/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/jms/serializer/doc/reference/
H A Dannotations.rst25 be possible to use ``@Exclude(if="expression")`` to exclude dynamically a property.
33 be possible to use ``@Expose(if="expression")`` to expose dynamically a property.
258 …s exposed using the ``object.getFirstName()`` expression (``exp`` can contain any valid symfony ex…

1234567891011