Home
last modified time | relevance | path

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

12345678910>>...21

/plugin/bpmnio/vendor/dmn-js/dist/assets/
Ddmn-js-decision-table.css1 .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 …]
Ddmn-js-decision-table-controls.css1 .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 …]
Ddmn-js-literal-expression.css2 --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/data/
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/bpmnio/
DREADME.md6 * DMN v1.3 decision requirement diagrams, decision tables and literal expressions
Dall.less9 @import "vendor/dmn-js/dist/assets/dmn-js-decision-table.css";
/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/
Dbpmniojs.less32 .dmn-decision-table-container tbody tr {
36 .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/vendor/dmn-js/dist/assets/dmn-font/css/
Ddmn-codes.css9 .dmn-icon-decision:before { content: '\e807'; } /* '' */
36 .dmn-icon-decision-table:before { content: '\e822'; } /* '' */
Ddmn.css65 .dmn-icon-decision:before { content: '\e807'; } /* '' */
92 .dmn-icon-decision-table:before { content: '\e822'; } /* '' */
Ddmn-embedded.css66 .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/
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
/plugin/jplayer/vendor/james-heinrich/getid3/licenses/
Dlicense.gpl-10.txt166 make exceptions for this. Our decision will be guided by the two goals
/plugin/photogallery/phpThumb/licenses/
Dlicense.gpl-10.txt166 make exceptions for this. Our decision will be guided by the two goals

12345678910>>...21