Home
last modified time | relevance | path

Searched refs:expression (Results 101 – 125 of 273) sorted by relevance

1234567891011

/plugin/s5reloaded/ui/effects_support/
H A Dunittest.js285 assert: function(expression) { argument
286 var message = arguments[1] || 'assert: got "' + Test.Unit.inspect(expression) + '"';
287 try { expression ? this.pass() :
425 var element = $(pair.first()), expression = pair.last();
426 if (element.match(expression)) return true;
427 …this.fail('assertElementsMatch: (in index ' + index + ') expected ' + expression.inspect() + ' but…
430 assertElementMatches: function(element, expression) { argument
431 this.assertElementsMatch([element], expression);
H A Dprototype.js2031 return Object.isNumber(expression) ? ancestors[expression] :
2038 return Object.isNumber(expression) ? Element.descendants(element)[expression] :
2046 return Object.isNumber(expression) ? previousSiblings[expression] :
2054 return Object.isNumber(expression) ? nextSiblings[expression] :
2732 return Object.isNumber(expression) ? _descendants(element)[expression] :
3160 initialize: function(expression) { argument
3161 this.expression = expression.strip();
3198 var e = this.expression;
3344 return this.expression;
3868 split: function(expression) { argument
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dinternals.rst35 * ``\Twig\Token::TEXT_TYPE``: A text outside an expression;
36 * ``\Twig\Token::NAME_TYPE``: A name in an expression;
37 * ``\Twig\Token::NUMBER_TYPE``: A number in an expression;
38 * ``\Twig\Token::STRING_TYPE``: A string in an expression;
80 the basic nodes like: ``for``, ``if``, ... and the expression nodes.
/plugin/bpmnio/vendor/dmn-js/dist/assets/
H A Ddmn-js-decision-table-controls.css26 .dmn-decision-table-container .input-expression-edit {
178 /* expression language */
179 .dmn-decision-table-container .context-menu .context-menu-group .context-menu-entry-set-expression-…
183 .dmn-decision-table-container .context-menu .context-menu-group .context-menu-entry-set-expression-…
187 …er .context-menu .context-menu-group .context-menu-entry-set-expression-language .expression-langu…
/plugin/findologicxmlexport/vendor/jms/serializer/src/Expression/
H A DExpressionEvaluatorInterface.php15 public function evaluate(string $expression, array $data = []); argument
/plugin/searchpattern/
H A Dplugin.info.txt6 …searchpattern expression for open todos: ~~SEARCHPATTERN\#'/<todo[^\#>]*>.*?<\/todo[\W]*?>/'?? _To…
/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_only.test2 "with" tag with expression and only
H A Dwith_no_hash.test2 "with" tag with an expression that is not a hash
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DMlNamespace.asciidoc92 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no jobs. (This includes `_all` string or when no jobs have been specified)
93 $params['allow_no_jobs'] = (boolean) Whether to ignore if a wildcard expression matches no jobs. (This includes `_all` string or when no jobs have been specified)
445 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no data frame analytics. (This includes `_all` string or when no data frame analytics have been specified) (Default = true)
463 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no data frame analytics. (This includes `_all` string or when no data frame analytics have been specified) (Default = true)
480 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no datafeeds. (This includes `_all` string or when no datafeeds have been specified)
481 $params['allow_no_datafeeds'] = (boolean) Whether to ignore if a wildcard expression matches no datafeeds. (This includes `_all` string or when no datafeeds have been specified)
495 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no datafeeds. (This includes `_all` string or when no datafeeds have been specified)
496 $params['allow_no_datafeeds'] = (boolean) Whether to ignore if a wildcard expression matches no datafeeds. (This includes `_all` string or when no datafeeds have been specified)
548 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no jobs. (This includes `_all` string or when no jobs have been specified)
549 $params['allow_no_jobs'] = (boolean) Whether to ignore if a wildcard expression matche
[all...]
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)
H A DDataFrameTransformDeprecatedNamespace.asciidoc57 $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)
75 $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)
133 $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)
H A DSearchableSnapshotsNamespace.asciidoc37 $params['allow_no_indices'] = (boolean) Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)
38 $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete indices that are open, closed or both. (Options = open,closed,none,all) (Default = open)
/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/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Ddo.rst7 The ``do`` tag works exactly like the regular variable expression (``{{ ...
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
/plugin/aclregex/
H A Dplugin.info.txt7 desc Regular expression support for DokuWiki access control lists
H A DREADME.md4 Regular expression support for DokuWiki access control lists
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/if/
H A Dexpression.test2 "if" takes an expression as a test
/plugin/glossary/lang/fr/
H A DpageTemplate.txt1 <wrap tip right>Une idée d'expression ? \\ Partagez-la par un **@@PROPOSITIONPAGE@@** !</wrap>
/plugin/authgoogle/google/external/
H A DURITemplateParser.php74 $exp->expression = $em[0][$i];
145 $this->expansion = str_replace($exp->expression, $part, $this->expansion);
/plugin/deeplautotranslate/
H A Daction.php891 foreach ($ignored_expressions as $expression) {
892 $text = str_replace($expression, '<ignore>' . $expression . '</ignore>', $text);
901 foreach ($ignored_expressions as $expression) {
902 $text = str_replace('<ignore>' . $expression . '</ignore>', $expression, $text);
/plugin/issuetracker/
H A Dprototype.js2197 return Object.isNumber(expression) ? ancestors[expression] :
2204 return Object.isNumber(expression) ? Element.descendants(element)[expression] :
2210 if (Object.isNumber(expression)) index = expression, expression = false;
2213 if (expression) {
2222 if (Object.isNumber(expression)) index = expression, expression = false;
2225 if (expression) {
2733 return Object.isNumber(expression) ? _descendants(element)[expression] :
5433 if (!expression) return element;
6031 initialize: function(expression) { argument
6032 this.expression = expression.strip();
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dattribute.rst26 notation, except that the item can be any valid expression.

1234567891011