/plugin/bez/tpl/ |
H A D | thread.php | 109 <?php foreach ($tpl->get('thread')->get_participants() as $participant): ?> 113 $participant['coordinator'] == '0' && $participant['task_assignee'] == '0'): ?> 114 <a href="<?php echo $tpl->url('thread', 'id', $tpl->get('thread')->id, 'action', 'participant_remove', 'user_id', $participant['user_id']) ?>" 121 <a href="<?php echo $tpl->mailto($tpl->user_email($participant['user_id']), 123 $tpl->url('thread', 'id', $tpl->get('thread')->id)) ?>" title="<?php echo $participant['user_id'] ?>"> 124 <span class="bez_name"><?php echo $tpl->user_name($participant['user_id']) ?></span> 126 <?php if($participant['original_poster']): ?> 132 <?php if($participant['coordinator']): ?> 138 <?php if($participant['task_assigne [all...] |
H A D | task.php | 99 <?php foreach ($tpl->get('task')->get_participants() as $participant): ?> 102 $participant['assignee'] == '0'): ?> 103 <a href="<?php echo $tpl->url('task', 'tid', $tpl->get('task')->id, 'action', 'participant_remove', 'user_id', $participant['user_id']) ?>" 110 <a href="<?php echo $tpl->mailto($tpl->user_email($participant['user_id']), 113 title="<?php echo $participant['user_id'] ?>"> 114 <span class="bez_name"><?php echo $tpl->user_name($participant['user_id']) ?></span> 116 <?php if($participant['original_poster']): ?> 122 <?php if($participant['assignee']): ?> 128 <?php if($participant['commentator']): ?> 134 <?php if($participant['subscriben [all...] |
H A D | kp.php | 38 <?php foreach($tpl->get('thread')->get_participants() as $participant): ?> 39 <li><?php echo $tpl->user_name($participant['user_id']) ?></li>
|
H A D | 8d.php | 54 <?php foreach($tpl->get('thread')->get_participants() as $participant): ?> 55 <li><?php echo $tpl->user_name($participant['user_id']) ?></li>
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/ |
H A D | GoogleCloudDialogflowV2HumanAgentAssistantEvent.php | 30 public $participant; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2HumanAgentAssistantEvent 51 public function setParticipant($participant) argument 53 $this->participant = $participant; 60 return $this->participant;
|
H A D | GoogleCloudDialogflowV2beta1HumanAgentAssistantEvent.php | 30 public $participant; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2beta1HumanAgentAssistantEvent 51 public function setParticipant($participant) argument 53 $this->participant = $participant; 60 return $this->participant;
|
H A D | GoogleCloudDialogflowV2beta1Message.php | 43 public $participant; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2beta1Message 128 public function setParticipant($participant) argument 130 $this->participant = $participant; 137 return $this->participant;
|
H A D | GoogleCloudDialogflowV2Message.php | 43 public $participant; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2Message 128 public function setParticipant($participant) argument 130 $this->participant = $participant; 137 return $this->participant;
|
/plugin/bez/mdl/ |
H A D | Thread.php | 256 $participant = $this->get_participant($user_id, true); 257 if ($participant === false) { 258 throw new ConsistencyViolationException("$user_id isn't participant"); 289 $participant = $this->get_participant($user_id, true); 290 if ($participant == false) { 291 $participant = array_fill_keys($possible_flags, 0); 293 $participant['thread_id'] = $this->id; 294 $participant['user_id'] = $user_id; 295 $participant['added_by'] = $this->model->user_nick; 296 $participant['added_dat [all...] |
H A D | Task.php | 401 $participant = $this->get_participant($user_id, true); 402 if ($participant === false) { 403 throw new ConsistencyViolationException("$user_id isn't participant"); 434 $participant = $this->get_participant($user_id, true); 435 if ($participant == false) { 436 $participant = array_fill_keys($possible_flags, 0); 438 $participant['task_id'] = $this->id; 439 $participant['user_id'] = $user_id; 440 $participant['added_by'] = $this->model->user_nick; 441 $participant['added_dat [all...] |
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/ |
H A D | grammar.jison | 19 "participant" return 'participant'; 57 : 'participant' actor_alias { $2; }
|
H A D | grammar.ebnf | 13 | 'participant' actor ('as' alias)?
|
/plugin/bpmnio/vendor/bpmn-js/ |
H A D | CHANGELOG.md | 30 * `FEAT`: activate direct editing on participant creation ([#1845](https://github.com/bpmn-io/bpmn-… 197 * `FEAT`: allow to select participant and subprocess via click on body ([#1646](https://github.com/… 250 * `FIX`: re-use process for redo of first participant ([#1439](https://github.com/bpmn-io/bpmn-js/i… 310 * `FIX`: serialize `bpmn:DataStoreReference` correctly in case if first participant is an empty poo… 319 * `FEAT`: reconnect message flows when participant is collapsed ([#1432](https://github.com/bpmn-io… 369 * `FEAT`: allow participant multiplicity marker to be toggled ([#533](https://github.com/bpmn-io/bp… 506 * `FIX`: properly reconnect message flows when collapsing participant 673 * `FEAT`: improve creation of initial participant ([#1046](https://github.com/bpmn-io/bpmn-js/pull/… 677 * `FEAT`: improve message flow to participant connection in the presence of lanes ([#950](https://g… 719 * `FEAT`: resize participant to standard size on collapse ([#975](https://github.com/bpmn-io/bpmn-j… [all …]
|
/plugin/bpmnio/vendor/bpmn-js/dist/assets/bpmn-font/css/ |
H A D | bpmn-codes.css | 89 .bpmn-icon-participant:before { content: '\e85c'; } /* '' */
|
H A D | bpmn.css | 144 .bpmn-icon-participant:before { content: '\e85c'; } /* '' */
|
H A D | bpmn-embedded.css | 147 .bpmn-icon-participant:before { content: '\e85c'; } /* '' */
|
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/ |
H A D | sequence-diagram-snap.js | 233 participant: 9, property in parser.parser.symbols_ 751 …rules: [ /^(?:[\r\n]+)/i, /^(?:\s+)/i, /^(?:#[^\r\n]*)/i, /^(?:participant\b)/i, /^(?:left of\b)/i…
|
H A D | sequence-diagram-snap-min.js | 6 …participant:9,actor_alias:10,signal:11,note_statement:12,title:13,message:14,note:15,placement:16,… property in parser.parser.symbols_
|
H A D | sequence-diagram-raphael.js | 233 participant: 9, property in parser.parser.symbols_ 751 …rules: [ /^(?:[\r\n]+)/i, /^(?:\s+)/i, /^(?:#[^\r\n]*)/i, /^(?:participant\b)/i, /^(?:left of\b)/i…
|
H A D | sequence-diagram.js | 233 participant: 9, property in parser.parser.symbols_ 751 …rules: [ /^(?:[\r\n]+)/i, /^(?:\s+)/i, /^(?:#[^\r\n]*)/i, /^(?:participant\b)/i, /^(?:left of\b)/i…
|
H A D | sequence-diagram-raphael-min.js | 6 …participant:9,actor_alias:10,signal:11,note_statement:12,title:13,message:14,note:15,placement:16,… property in parser.parser.symbols_
|
H A D | sequence-diagram-min.js | 6 …participant:9,actor_alias:10,signal:11,note_statement:12,title:13,message:14,note:15,placement:16,… property in parser.parser.symbols_
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | 2.2.js | 31312 this.completionParticipants.forEach(function (participant) { argument 31313 if (participant.onCssProperty) { 31314 participant.onCssProperty({ 31355 if (participant.onCssPropertyValue) { 31356 participant.onCssPropertyValue({ 31922 if (participant.onCssMixinReference) { 31923 participant.onCssMixinReference({ 32009 if (participant.onCssURILiteralValue) { 32010 participant.onCssURILiteralValue({ 32022 if (participant.onCssImportPath) { [all …]
|
/plugin/bpmnioeditor/vendor/bpmnio-js/ |
H A D | bpmn-embedded.css | 147 .bpmn-icon-participant:before { content: '\e85c'; } /* '' */
|
H A D | bpmn-modeler.development.js | 15349 var newCtx = visitIfDi(participant, context); 15351 var process = participant.processRef; 40602 participant; 40609 participant = findParticipant(elements); 40621 participant; 40624 participant = findParticipant(elements); 40634 participant; 40637 participant = findParticipant(elements); 43796 if (!hasChildLanes(participant)) { 43810 var lanes = getChildLanes(participant), [all …]
|