Home
last modified time | relevance | path

Searched refs:expressions (Results 26 – 50 of 133) sorted by relevance

123456

/plugin/bpmnio/
H A DREADME.md6 * DMN v1.3 decision requirement diagrams, decision tables and literal expressions
/plugin/const/
H A DREADME.md9 …ttp://www.phpclasses.org/package/2695-PHP-Safely-evaluate-mathematical-expressions.html) by Miles …
/plugin/recommend/lang/en/
H A Dintro.txt9 …* Regular expressions starting and ending with ''/'' are matched against a '':'' prefixed full pag…
/plugin/authgoogle/google/external/
H A DURITemplateParser.php114 $expressions[] = $exp;
120 foreach ($expressions as $exp) {
/plugin/s5reloaded/ui/effects_support/
H A Dunittest.js419 var expressions = $A(arguments), elements = $A(expressions.shift());
420 if (elements.length != expressions.length) {
421 …ertElementsMatch: size mismatch: ' + elements.length + ' elements, ' + expressions.length + ' expr…
424 elements.zip(expressions).all(function(pair, index) {
/plugin/tplinc/lang/en/
H A Dhelp.txt9 regular expressions, matched groups can be reused in the inserted page name by referencing them as …
/plugin/struct/lang/fr/
H A Dassignments_intro.txt8 * Vous pouvez aussi utiliser les expressions régulières en les entourant d'un ''/''. Elles seront comparées avec l'identifiant complet d'une page, préfixé de '':''.
/plugin/strreplace/
H A DREADME9 The plugin also accepts regular expressions, which must be marked with open and closing hashes:
/plugin/topbarsyntax/
H A Dcsshover3.htc26 // regular expressions, used and explained later on.
48 // buffer used for checking on duplicate expressions
53 // don't run in IE8 standards; expressions don't work in standards mode anyway,
139 // duplicate expressions need not be set, but the style could differ
/plugin/aclplusregex/
H A DREADME3 Dynamically extend DokuWiki ACLs based on regular expressions
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Draw.rst16 Be careful when using the ``raw`` filter inside expressions:
H A Dnumber_format.rst22 Twig's :ref:`precedence of operators <twig-expressions>`:
/plugin/mathjax/
H A DREADME3 Enables MathJax parsing of TeX math expressions in wiki pages
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dtemplates.rst14 A template contains **variables** or **expressions**, which get replaced with
550 .. _twig-expressions:
555 Twig allows expressions everywhere. These work very similar to regular PHP and
581 Support for hash keys as names and expressions was added in Twig 1.5.
583 The simplest form of expressions are literals. Literals are representations
599 * ``["foo", "bar"]``: Arrays are defined by a sequence of expressions
616 {# keys as expressions (the expression must be enclosed into parentheses) -- as of Twig 1.5 #}
670 You can combine multiple expressions with the following operators:
708 `regular expressions`_:
795 due to the :ref:`operator precedence rules <twig-expressions>`:
[all …]
H A Dcoding_standards.rst46 parenthesis in expressions:
/plugin/confmanager/lang/fr/
H A Dwordblock.txt5 …ordblock.conf''. Le fichier contient des [[wpfr>Expression_rationnelle|expressions régulières]] (c…
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dset.rst22 <twig-expressions>`:
H A Dif.rst49 use more complex ``expressions`` there too:
H A Dautoescape.rst68 Twig does not escape static expressions:
/plugin/combo/vendor/salesforce/handlebars-php/
H A DREADME.md65 Handlebars templates look like regular HTML, with embedded handlebars expressions.
203 Handlebars expressions are the basic unit of a Handlebars template. You can use them alone in a {{mustache}}, pass them to a Handlebars helper, or use them as values in hash arguments.
214 Handlebars nested expressions which are dot-separated paths.
222 Handlebars nested expressions in an array.
236 Handlebars expressions with a helper. In this case we're using the upper helper
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/
H A DArithmetic.pp37 // expressions.
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D33.33.js.map1expressions\n symbols: /[\\.,\\:]+/,\n escapes: /\\\\(?:[abfnrtv\\\\\"'$]|x[0-9A-Fa-f]{1,4}|…
H A D25.25.js.map1 …'',\n tokenPostfix: '.ini',\n // we include these common regular expressions\n escapes: /…
/plugin/findologicxmlexport/vendor/hoa/math/
H A DREADME.md63 expressions.
65 ### Evaluation of arithmetical expressions
H A DArithmetic.pp36 // Provide a grammar for arithmetic expressions.

123456