/plugin/bez/tpl/ |
D | thread.php | 109 <?php foreach ($tpl->get('thread')->get_participants() as $participant): ?> 113 $participant['coordinator'] == '0' && $participant['task_assignee'] == '0'): ?> 114 …', $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_assignee']): ?> 144 <?php if($participant['commentator']): ?> [all …]
|
D | task.php | 99 <?php foreach ($tpl->get('task')->get_participants() as $participant): ?> 102 $participant['assignee'] == '0'): ?> 103 …id', $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['subscribent']): ?>
|
D | kp.php | 38 <?php foreach($tpl->get('thread')->get_participants() as $participant): ?> 39 <li><?php echo $tpl->user_name($participant['user_id']) ?></li>
|
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/ |
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;
|
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;
|
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;
|
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;
|
/plugin/bez/mdl/ |
D | Thread.php | 256 $participant = $this->get_participant($user_id, true); 257 if ($participant === false) { 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_date'] = date('c'); 298 $values = array_merge($participant, array_fill_keys($flags, 1)); [all …]
|
D | Task.php | 401 $participant = $this->get_participant($user_id, true); 402 if ($participant === false) { 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_date'] = date('c'); 443 $values = array_merge($participant, array_fill_keys($flags, 1)); [all …]
|
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/ |
D | grammar.jison | 19 "participant" return 'participant'; 57 : 'participant' actor_alias { $2; }
|
D | grammar.ebnf | 13 | 'participant' actor ('as' alias)?
|
/plugin/bpmnio/data/ |
D | bpmn_open.text | 13 <participant id="Participant_1r8g02m" name="
|
/plugin/bpmnio/vendor/bpmn-js/dist/assets/bpmn-font/css/ |
D | bpmn-codes.css | 89 .bpmn-icon-participant:before { content: '\e85c'; } /* '' */
|
D | bpmn.css | 145 .bpmn-icon-participant:before { content: '\e85c'; } /* '' */
|
D | bpmn-embedded.css | 147 .bpmn-icon-participant:before { content: '\e85c'; } /* '' */
|
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/ |
D | sequence-diagram-snap.js | 233 participant: 9, property 751 …rules: [ /^(?:[\r\n]+)/i, /^(?:\s+)/i, /^(?:#[^\r\n]*)/i, /^(?:participant\b)/i, /^(?:left of\b)/i…
|
D | sequence-diagram-raphael.js | 233 participant: 9, property 751 …rules: [ /^(?:[\r\n]+)/i, /^(?:\s+)/i, /^(?:#[^\r\n]*)/i, /^(?:participant\b)/i, /^(?:left of\b)/i…
|
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
|
D | sequence-diagram.js | 233 participant: 9, property 751 …rules: [ /^(?:[\r\n]+)/i, /^(?:\s+)/i, /^(?:#[^\r\n]*)/i, /^(?:participant\b)/i, /^(?:left of\b)/i…
|
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
|
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
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
D | 2.2.js | 31101 var participant, contributedParticipants, result, pathCompletionResult; 31108 …participant = new _pathCompletion_js__WEBPACK_IMPORTED_MODULE_7__["PathCompletionParticipant"](thi… 31110 this.completionParticipants = [participant].concat(contributedParticipants); 31115 … return [4 /*yield*/, participant.computeCompletions(document, documentContext)]; 31312 this.completionParticipants.forEach(function (participant) { 31313 if (participant.onCssProperty) { 31314 participant.onCssProperty({ 31354 this.completionParticipants.forEach(function (participant) { 31355 if (participant.onCssPropertyValue) { 31356 participant.onCssPropertyValue({ [all …]
|
/plugin/bpmnioeditor/vendor/bpmnio-js/ |
D | bpmn-embedded.css | 147 .bpmn-icon-participant:before { content: '\e85c'; } /* '' */
|
D | bpmn-modeler.development.js | 15348 function handleParticipant(participant, context) { argument 15349 var newCtx = visitIfDi(participant, context); 15351 var process = participant.processRef; 40602 participant; 40609 participant = findParticipant(elements); 40611 context.oldProcessRef = participant.businessObject.processRef; 40614 participant.businessObject.processRef = parent.businessObject; 40621 participant; 40624 participant = findParticipant(elements); property 40627 participant.businessObject.processRef = context.oldProcessRef; [all …]
|