Home
last modified time | relevance | path

Searched refs:expression (Results 76 – 100 of 273) sorted by path

1234567891011

/plugin/authhttp/
H A DREADME100 - usernameregex: A regular expression specifying the actual user name part of
/plugin/autolink4/lang/en/
H A Dadmin_help.txt5 * Text to find. This can include certain regular expression characters, like square brackets and question marks. Pipe (|) and parentheses are not allowed.
/plugin/bpmnio/vendor/dmn-js/
H A DCHANGELOG.md80 * `FEAT`: allow to change expression language only when other option available ([#686](https://gith…
81 * `FEAT`: drop Camunda Platform expression languages ([#675](https://github.com/bpmn-io/dmn-js/issu…
90 * The only expression language selectable per default is FEEL.
235 * `FEAT`: re-design literal expression layout ([#515](https://github.com/bpmn-io/dmn-js/issues/515))
237 * `FEAT`: display FEEL as default expression language for inputs ([#527](https://github.com/bpmn-io…
249 * Literal expression and decision table viewers no longer allow to change decision ID. Use [dmn-js-…
275 * `FEAT(decision-table)`: set FEEL as default expression language ([#491](https://github.com/bpmn-i…
372 * `FEAT(decision-table)`: use JUEL as the default input expression language ([#405](https://github.…
/plugin/bpmnio/vendor/dmn-js/dist/assets/dmn-font/css/
H A Ddmn-codes.css37 .dmn-icon-literal-expression:before { content: '\e823'; } /* '' */
H A Ddmn-embedded.css94 .dmn-icon-literal-expression:before { content: '\e823'; } /* '' */
H A Ddmn.css93 .dmn-icon-literal-expression:before { content: '\e823'; } /* '' */
/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…
H A Ddmn-js-decision-table.css11 --dmn-expression-language-color: var(--color-white);
321 .dmn-decision-table-container thead .input-expression,
333 .dmn-decision-table-container thead .input-expression:empty::before {
526 .dms-badge.dmn-expression-language {
527 background: var(--dmn-expression-language-background-color);
528 color: var(--dmn-expression-language-color);
544 .dmn-decision-table-container .input-editor .dmn-expression-language {
554 background: var(--dmn-expression-language-hover-background-color);
558 /* cell expression language */
560 .dmn-decision-table-container .cell .dmn-expression-language {
[all …]
H A Ddmn-js-literal-expression.css1 .dmn-literal-expression-container {
23 color: var(--literal-expression-color);
37 .dmn-literal-expression-container * {
98 .dmn-literal-expression-container .textarea {
123 /* literal expression properties */
124 .dmn-literal-expression-container .literal-expression-properties {
134 .dmn-literal-expression-container .literal-expression-properties table {
138 .dmn-literal-expression-container .literal-expression-properties table tr td:first-child {
142 .dmn-literal-expression-container .literal-expression-properties table tr td:last-child {
146 .dmn-literal-expression-container .literal-expression-properties .variable-name-input {
[all …]
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-modeler.production.min.js21expression&&(s.decisionLogic=e.create("dmn:LiteralExpression"),s.variable=e.create("dmn:Informatio…
/plugin/calc/
H A Dsyntax.php48 //On recupere l'expression
/plugin/chat/
H A Dreadme.txt131 * Fixed regular expression in line parsing.
/plugin/codemirror/dist/keymaps/
H A Dvim.min.js.map1expression from the query and return a Regexp object.\n * Returns null if the query is blank.\…
/plugin/codemirror/dist/modes/
H A Dhaxe.min.js.map1expression","block","maybeattribute","functiondef","forspec1","maybelabel","funarg","importdef","m…
H A Djavascript.min.js.map1expression","statement","lex","pass","i","arguments","push","apply","inList","list","register","bl…
H A Dntriples.min.js.map1 …********************************************/\n\n/*\n The following expression defines the defi…
H A Dperl.min.js.map1expression pattern\n map :1, // - apply a change to…
H A Dscheme.min.js.map1 …rQuote = 0;\n } // else already in a quoted expression\n …
H A Dsmalltalk.min.js.map1 … = 'operator';\n token.eos = aChar !== ';'; // ; cascaded message expression\n\n } else if…
H A Dsoy.min.js.map1expression","push","lookupVariables","quoteKind","test","startState","scopes","copyState","concat"…
H A Dsql.min.js.map1 …ption exclude excluding exclusive exec execute exists exit exp explain expression extension extern…
/plugin/codemirror/dist/
H A Dscripts.min.js.map1 …Of(\"i\") == -1 ? \"\" : \"i\"); }\n catch(e) {} // Not a regular expression after all, do a …
/plugin/combo/ComboStrap/PageSqlParser/
H A DPageSql.interp151 expression
H A DPageSqlParser.php51 'functionNames', 'tableNames', 'sqlNames', 'column', 'pattern', 'expression',
491 public function expression() : Context\ExpressionContext function in ComboStrap\\PageSqlParser\\PageSqlParser
536 $this->expression();
546 $this->expression();
602 $this->expression();
661 $this->expression();
665 $this->expression();
687 $this->expression();
696 $this->expression();
1399 public function expression( function in ComboStrap\\PageSqlParser\\Context\\ExpressionContext
1455 public function expression(?int $index = null) global() function in ComboStrap\\PageSqlParser\\Context\\PredicateContext
[all...]
/plugin/combo/ComboStrap/
H A DPipelineUtility.php32 * @param $expression
37 static public function execute($expression, array $contextData = null): string argument
43 $processedExpression = $expression;
66 // not quoted expression
72 // not quoted expression
82 * Example: a variable with an expression

1234567891011