Home
last modified time | relevance | path

Searched refs:decision (Results 1 – 25 of 526) sorted by relevance

12345678910>>...22

/plugin/bpmnio/vendor/dmn-js/dist/assets/
H A Ddmn-js-decision-table.less1 .dmn-decision-table-container {
8 --decision-table-color: var(--color-grey-225-10-15);
9 --decision-table-background-color: var(--color-white);
10 --decision-table-properties-color: var(--color-grey-225-10-15);
42 --decision-table-font-family: 'Arial', sans-serif;
48 font-family: var(--decision-table-font-family);
56 .dmn-decision-table-container * {
60 .dmn-decision-table-container .tjs-container {
72 .dmn-decision-table-container .tjs-table-container {
78 .dmn-decision-table-container .tjs-table {
[all …]
H A Ddmn-js-decision-table-controls.less1 .dmn-decision-table-container {
26 .dmn-decision-table-container .simple-string-edit,
27 .dmn-decision-table-container .simple-date-edit {
31 .dmn-decision-table-container .input-expression-edit {
35 .dmn-decision-table-container .dms-form-control {
39 .dmn-decision-table-container .allowed-values-edit .dms-form-control {
44 .dmn-decision-table-container .allowed-values-edit .values {
49 .dmn-decision-table-container .allowed-values-edit .placeholder {
54 .dmn-decision-table-container thead .input-cell.create-inputs,
55 .dmn-decision-table-container tbody .input-cell.create-inputs {
[all …]
H A Ddmn-js-literal-expression.less2 --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);
39 /* decision properties */
40 .dmn-literal-expression-container .decision-properties {
41 border: 1px solid var(--decision-properties-border-color);
45 color: var(--decision-properties-color);
46 background-color: var(--decision-properties-background-color);
51 .dmn-literal-expression-container .decision-name {
58 .dmn-literal-expression-container .decision-name:not(.editor) {
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
DApprovalResult.php37 public $decision; variable in Google\\Service\\CloudBuild\\ApprovalResult
88 public function setDecision($decision) argument
90 $this->decision = $decision;
97 return $this->decision;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
DContaineranalysisGoogleDevtoolsCloudbuildV1ApprovalResult.php37 public $decision; variable in Google\\Service\\ContainerAnalysis\\ContaineranalysisGoogleDevtoolsCloudbuildV1ApprovalResult
88 public function setDecision($decision) argument
90 $this->decision = $decision;
97 return $this->decision;
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Listeners/
H A DDiagnosticErrorListener.php113 $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 DDFA.php27 public $decision; variable in Antlr\\Antlr4\\Runtime\\Dfa\\DFA
44 public function __construct(DecisionState $atnStartState, int $decision = 0) argument
47 $this->decision = $decision;
/plugin/bpmnio/test/data/
H A Ddmn-test.txt21 1. The DMN decision table above should render using the dmn.io viewer
22 2. You should be able to see the decision logic clearly
23 3. The DRD decision node should render without raw [[...]] markup in its label
H A Ddmn-link-target.txt5 If you reached this page by clicking the rendered decision node, the DMN link feature is working.
/plugin/bpmnio/data/
H A Ddmn_close.text15 <decision id="dish-decision" name="Dish Decision">
104 </decision>
105 <decision id="season" name="Season decision">
141 </decision>
142 <decision id="guestCount" name="Guest Count">
181 </decision>
210 <dmndi:DMNShape id="DMNShape_0s7a8pk" dmnElementRef="dish-decision">
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATN.php150 $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 DParserATNSimulator.php324 …public function adaptivePredict(TokenStream $input, int $decision, ParserRuleContext $outerContext… argument
331 $decision,
342 $dfa = $this->decisionToDFA[$decision];
364 $dfa->decision,
466 $dfa->decision,
703 $decisionState = $this->atn->getDecisionState($dfa->decision);
2427 $dfa->decision,
2458 $dfa->decision,
H A DATNDeserializer.php473 $decState->decision = $i;
712 … $this->checkCondition($state->getNumberOfTransitions() <= 1 || $state->decision >= 0);
/plugin/bpmnio/css/
H A Dbpmniojs.less71 .plugin-bpmnio .dmn-decision-table-container,
167 .plugin-bpmnio .dmn-decision-table-container,
191 .plugin-bpmnio .dmn-decision-table-container {
192 --decision-table-color: var(--plugin-bpmnio-text);
193 --decision-table-background-color: var(--plugin-bpmnio-surface);
194 --decision-table-properties-color: var(--plugin-bpmnio-text);
219 .dmn-decision-table-container tbody tr {
223 .dmn-decision-table-container tbody tr:nth-child(2n) {
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/States/
H A DDecisionState.php10 public $decision = -1; variable in Antlr\\Antlr4\\Runtime\\Atn\\States\\DecisionState
/plugin/bpmnio/
H A DREADME.md6 * DMN v1.3 decision requirement diagrams, decision tables and literal expressions
H A Dall.less8 @import "vendor/dmn-js/dist/assets/dmn-js-decision-table.less";
/plugin/bpmnio/vendor/dmn-js/dist/assets/dmn-font/css/
H A Ddmn-codes.less9 .dmn-icon-decision:before { content: '\e807'; } /* '' */
36 .dmn-icon-decision-table:before { content: '\e822'; } /* '' */
H A Ddmn.less65 .dmn-icon-decision:before { content: '\e807'; } /* '' */
92 .dmn-icon-decision-table:before { content: '\e822'; } /* '' */
H A Ddmn-embedded.less66 .dmn-icon-decision:before { content: '\e807'; } /* '' */
93 .dmn-icon-decision-table:before { content: '\e822'; } /* '' */
/plugin/wrapadd/
DREADME.md57 A formal decision
/plugin/jplayer/vendor/happyworm/jplayer/
DCLA.md17 We determine the code that is in our project. You understand that the decision to include the Contr…
/plugin/aichat/vendor/bdelespierre/php-kmeans/
H A DCONTRIBUTING.md17 …ifferent skillsets, strengths, and weaknesses. Respect the maintainer's decision, and do not be up…
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DParser.php912 … echo \sprintf("Decision %d:\n%s", $dfa->decision, $dfa->toString($this->getVocabulary()));
/plugin/authgoogle/google/io/
Dcacerts.pem35 # decision by deleting the provisions above and replace them with the notice

12345678910>>...22