| /plugin/acknowledge/ |
| D | helper.php | 214 * @param string $assignees 217 public function setPageAssignees($page, $assignees) argument 219 …$assignees = implode(',', array_unique(array_filter(array_map('trim', explode(',', $assignees))))); 222 $this->db->exec($sql, [$page, $assignees]); 234 $assignees = ''; 237 foreach ($patterns as $pattern => $assignees) { 239 $assignees .= ',' . $assignees; 244 …$assignees = implode(',', array_unique(array_filter(array_map('trim', explode(',', $assignees))))); 248 $this->db->exec($sql, [$page, $assignees]); 264 $assignees = $record['pageassignees'] . ',' . $record['autoassignees']; [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/SecurityCommandCenter/ |
| D | GoogleCloudSecuritycenterV1ExternalSystem.php | 26 public $assignees; variable in Google\\Service\\SecurityCommandCenter\\GoogleCloudSecuritycenterV1ExternalSystem 47 public function setAssignees($assignees) argument 49 $this->assignees = $assignees; 56 return $this->assignees;
|
| /plugin/structpublish/helper/ |
| H A D | notify.php | 39 $assignees = $assignments->getPageAssignments($newRevision->getId(), false); 47 if (empty($assignees[$nextAction])) { 53 $assignees = implode(',', array_values($assignees[$nextAction])); 54 $assignees = explode(',', $assignees); 57 $recipients = $this->resolveRecipients($assignees);
|
| /plugin/acknowledge/admin/ |
| D | assign.php | 36 $assignees = $INPUT->arr('assignees'); 37 $patterns = array_combine($pattern, $assignees); 66 foreach ($assignments as $pattern => $assignees) { 67 $this->addRow($form, $pattern, $assignees);
|
| /plugin/structtasks/meta/ |
| D | Utilities.php | 142 function assigneesToEmails($assignees) { argument 143 if (!is_array($assignees)) { 144 $assignees = [$assignees]; 146 return array_values(array_filter(array_map([$this, 'getUserEmail'], $assignees)));
|
| /plugin/do/scripts/ |
| D | PluginDo.js | 128 buildTitle: function ($applyto, assignees, due, closedby, closedon) { argument 132 if (!assignees || !assignees.length) { 138 assignees = []; 140 assignees.push(PluginDo.stripTags(jQuery(assignee).html())); 143 if (assignees.length > 0) { 158 var newTitle = PluginDo.getLang('title' + titelNo, assignees.join(', '), due);
|
| /plugin/asana/remote/ |
| D | APILink.php | 39 var $assignees = array(); variable in remote_plugin_asana_APILink 126 $this->assignees = $this->workspace_users($this->workspace_filter['id']); 318 foreach($this->assignees as $assignee_key => $assignee_value){ 346 $this->assignees = $this->workspace_users($this->workspace_filter['id']);
|
| /plugin/acknowledge/db/ |
| D | update0003.sql | 16 assignees TEXT NOT NULL field
|
| /plugin/mermaid/.github/ISSUE_TEMPLATE/ |
| H A D | feature_request.md | 6 assignees: ''
|
| H A D | bug_report.md | 6 assignees: ''
|
| /plugin/openlayersmap/.github/ISSUE_TEMPLATE/ |
| D | feature_request.md | 6 assignees: ''
|
| D | bug_report.md | 6 assignees: ''
|
| /plugin/backlinks/.github/ISSUE_TEMPLATE/ |
| D | feature_request.md | 6 assignees: ''
|
| D | bug_report.md | 6 assignees: ''
|
| /plugin/acknowledge/lang/en/ |
| D | assign.txt | 11 Assignes are defined either by username or ''@'' prefixed group name. Multiple assignees are separa…
|
| /plugin/gitlabapi/ |
| D | syntax.php | 246 $assignees = $issues[$i]['assignees']; 248 foreach ($assignees as $a) {
|