/plugin/bpmnio/vendor/dmn-js/dist/assets/ |
H A D | dmn-js-decision-table.css | 1 .dmn-decision-table-container { 55 .dmn-decision-table-container * { 259 /* decision table header */ 260 .dmn-decision-table-container .decision-table-header { 265 .dmn-decision-table-container .decision-table-header * { 270 .dmn-decision-table-container .decision-table-properties { 279 .dmn-decision-table-container .decision-table-name { 291 .dmn-decision-table-container .decision-table-name:not(.editable), 292 .dmn-decision-table-container .decision-table-name .content-editable { 298 .dmn-decision-table-container .decision-table-name.focussed .content-editable { [all …]
|
H A D | dmn-js-decision-table-controls.css | 1 .dmn-decision-table-container { 21 .dmn-decision-table-container .simple-string-edit, 22 .dmn-decision-table-container .simple-date-edit { 26 .dmn-decision-table-container .input-expression-edit { 30 .dmn-decision-table-container .dms-form-control { 66 .dmn-decision-table-container .create-inputs:hover { 71 .dmn-decision-table-container th.create-inputs { 78 .dmn-decision-table-container .context-menu { 148 .dmn-decision-table-container .dms-output-label, 149 .dmn-decision-table-container .dms-input-label { [all …]
|
H A D | dmn-js-literal-expression.css | 2 --decision-properties-background-color: var(--color-white); 3 --decision-properties-border-color: var(--color-grey-225-10-15); 4 --decision-properties-color: var(--color-grey-225-10-15); 41 /* decision properties */ 42 .dmn-literal-expression-container .decision-properties { 43 border: 1px solid var(--decision-properties-border-color); 47 color: var(--decision-properties-color); 53 .dmn-literal-expression-container .decision-name { 60 .dmn-literal-expression-container .decision-name:not(.editor) { 64 .dmn-literal-expression-container .decision-name.editor { [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/ |
H A D | ContaineranalysisGoogleDevtoolsCloudbuildV1ApprovalResult.php | 37 public $decision; variable in Google\\Service\\ContainerAnalysis\\ContaineranalysisGoogleDevtoolsCloudbuildV1ApprovalResult 88 public function setDecision($decision) argument 90 $this->decision = $decision; 97 return $this->decision;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/ |
H A D | ApprovalResult.php | 37 public $decision; variable in Google\\Service\\CloudBuild\\ApprovalResult 88 public function setDecision($decision) argument 90 $this->decision = $decision; 97 return $this->decision;
|
/plugin/bpmnio/vendor/dmn-js/ |
H A D | CHANGELOG.md | 296 * `FIX(decision-table)`: correct placeholders shown in table footer 321 * `FIX(decision-table)`: correct placeholders shown in table footer 369 * `FEAT(decision-table)`: only allow standardized hit policy values 370 * `FEAT(decision-table)`: preserve aggregation when COLLECT is selected again 378 * `FIX(decision-table)`: prevent context menu jump in larger tables 379 * `FIX(decision-table)`: do not close context on user selection 493 * `FIX(decision-table)`: close input editor on `ENTER` 505 * `FEAT`: add ability to navigate decision properties in decision table via keyboard 517 #### dmn-js-decision-table 534 * `FEAT`: add keyboard controls to decision table input selects [all …]
|
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Listeners/ |
H A D | DiagnosticErrorListener.php | 113 $decision = $dfa->decision; 124 return (string) $decision; 130 return (string) $decision; 133 return \sprintf('%d (%s)', $decision, $ruleName);
|
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Dfa/ |
H A D | DFA.php | 27 public $decision; variable in Antlr\\Antlr4\\Runtime\\Dfa\\DFA 37 * `true` if this DFA is for a precedence decision; otherwise, `false`. 44 public function __construct(DecisionState $atnStartState, int $decision = 0) argument 47 $this->decision = $decision;
|
/plugin/bpmnio/ |
H A D | README.md | 6 * DMN v1.3 decision requirement diagrams, decision tables and literal expressions
|
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/ |
H A D | ATN.php | 30 * Each subrule/rule is a decision point and we must track them so we 150 $s->decision = \count($this->decisionToState) - 1; 152 return $s->decision; 155 public function getDecisionState(int $decision) : ?DecisionState argument 161 return $this->decisionToState[$decision];
|
H A D | ParserATNSimulator.php | 55 * created during prediction beginning in the decision rule. For example, if 66 * don't get a conflict, it implies that the decision is sensitive to the outer 106 * dip into the outer context by falling off the end of the decision state rule, 161 * All instances of the same parser share the same decision DFAs through a 173 * decision when setting the {@see DFAState::$edges} field. 175 * decision when looking up a DFA state to see if it already exists. We must 212 * set, the decision is SLL. If the LL set has size > 1, then that decision 324 public function adaptivePredict(TokenStream $input, int $decision, ParserRuleContext $outerContext) : int argument 330 'adaptivePredict decision [all...] |
H A D | ATNDeserializer.php | 473 $decState->decision = $i; 637 // We analyze the ATN to determine if this ATN decision state is the 638 // decision for the closure block that determines whether a 712 $this->checkCondition($state->getNumberOfTransitions() <= 1 || $state->decision >= 0);
|
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/States/ |
H A D | DecisionState.php | 10 public $decision = -1; variable in Antlr\\Antlr4\\Runtime\\Atn\\States\\DecisionState
|
/plugin/bpmnio/vendor/dmn-js/dist/assets/dmn-font/css/ |
H A D | dmn-codes.css | 9 .dmn-icon-decision:before { content: '\e807'; } /* '' */ 36 .dmn-icon-decision-table:before { content: '\e822'; } /* '' */
|
H A D | dmn.css | 65 .dmn-icon-decision:before { content: '\e807'; } /* '' */ 92 .dmn-icon-decision-table:before { content: '\e822'; } /* '' */
|
H A D | dmn-embedded.css | 66 .dmn-icon-decision:before { content: '\e807'; } /* '' */ 93 .dmn-icon-decision-table:before { content: '\e822'; } /* '' */
|
/plugin/wrapadd/ |
H A D | README.md | 57 A formal decision
|
/plugin/jplayer/vendor/happyworm/jplayer/ |
H A D | CLA.md | 17 We determine the code that is in our project. You understand that the decision to include the Contr…
|
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/ |
H A D | Parser.php | 912 echo \sprintf("Decision %d:\n%s", $dfa->decision, $dfa->toString($this->getVocabulary()));
|
/plugin/authgoogle/google/io/ |
H A D | cacerts.pem | 35 # decision by deleting the provisions above and replace them with the notice
|
/plugin/jplayer/vendor/james-heinrich/getid3/licenses/ |
H A D | license.gpl-10.txt | 166 make exceptions for this. Our decision will be guided by the two goals
|
/plugin/photogallery/phpThumb/licenses/ |
H A D | license.gpl-10.txt | 166 make exceptions for this. Our decision will be guided by the two goals
|
/plugin/colorbox/ |
H A D | LICENSE.md | 84 …he Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by…
|
/plugin/math2/phpmathpublisher/ |
H A D | COPYING | 254 make exceptions for this. Our decision will be guided by the two goals
|
/plugin/syntaxhighlighter3/sxh3/ |
H A D | GPL-LICENSE | 254 make exceptions for this. Our decision will be guided by the two goals
|