Home
last modified time | relevance | path

Searched refs:participant (Results 1 – 25 of 43) sorted by relevance

12

/plugin/bez/tpl/
Dthread.php109 <?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 …]
Dtask.php99 <?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']): ?>
Dkp.php38 <?php foreach($tpl->get('thread')->get_participants() as $participant): ?>
39 <li><?php echo $tpl->user_name($participant['user_id']) ?></li>
D8d.php54 <?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/
DGoogleCloudDialogflowV2HumanAgentAssistantEvent.php30 public $participant; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2HumanAgentAssistantEvent
51 public function setParticipant($participant) argument
53 $this->participant = $participant;
60 return $this->participant;
DGoogleCloudDialogflowV2beta1HumanAgentAssistantEvent.php30 public $participant; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2beta1HumanAgentAssistantEvent
51 public function setParticipant($participant) argument
53 $this->participant = $participant;
60 return $this->participant;
DGoogleCloudDialogflowV2Message.php43 public $participant; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2Message
128 public function setParticipant($participant) argument
130 $this->participant = $participant;
137 return $this->participant;
DGoogleCloudDialogflowV2beta1Message.php43 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/
DThread.php256 $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 …]
DTask.php401 $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/
Dgrammar.jison19 "participant" return 'participant';
57 : 'participant' actor_alias { $2; }
Dgrammar.ebnf13 | 'participant' actor ('as' alias)?
/plugin/bpmnio/data/
Dbpmn_open.text13 <participant id="Participant_1r8g02m" name="
/plugin/bpmnio/vendor/bpmn-js/dist/assets/bpmn-font/css/
Dbpmn-codes.css89 .bpmn-icon-participant:before { content: '\e85c'; } /* '' */
Dbpmn.css145 .bpmn-icon-participant:before { content: '\e85c'; } /* '' */
Dbpmn-embedded.css147 .bpmn-icon-participant:before { content: '\e85c'; } /* '' */
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
Dsequence-diagram-snap.js233 participant: 9, property
751 …rules: [ /^(?:[\r\n]+)/i, /^(?:\s+)/i, /^(?:#[^\r\n]*)/i, /^(?:participant\b)/i, /^(?:left of\b)/i…
Dsequence-diagram-raphael.js233 participant: 9, property
751 …rules: [ /^(?:[\r\n]+)/i, /^(?:\s+)/i, /^(?:#[^\r\n]*)/i, /^(?:participant\b)/i, /^(?:left of\b)/i…
Dsequence-diagram-snap-min.js6participant:9,actor_alias:10,signal:11,note_statement:12,title:13,message:14,note:15,placement:16,… property
Dsequence-diagram.js233 participant: 9, property
751 …rules: [ /^(?:[\r\n]+)/i, /^(?:\s+)/i, /^(?:#[^\r\n]*)/i, /^(?:participant\b)/i, /^(?:left of\b)/i…
Dsequence-diagram-raphael-min.js6participant:9,actor_alias:10,signal:11,note_statement:12,title:13,message:14,note:15,placement:16,… property
Dsequence-diagram-min.js6participant:9,actor_alias:10,signal:11,note_statement:12,title:13,message:14,note:15,placement:16,… property
/plugin/dirtylittlehelper/mermaid/editor/docs/
D2.2.js31101 var participant, contributedParticipants, result, pathCompletionResult;
31108participant = 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/
Dbpmn-embedded.css147 .bpmn-icon-participant:before { content: '\e85c'; } /* '' */
Dbpmn-modeler.development.js15348 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 …]

12