Home
last modified time | relevance | path

Searched refs:assignee (Results 1 – 23 of 23) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/BigQueryReservation/
H A DAssignment.php25 public $assignee; variable in Google\\Service\\BigQueryReservation\\Assignment
42 public function setAssignee($assignee) argument
44 $this->assignee = $assignee;
51 return $this->assignee;
/plugin/bez/mdl/
H A DTaskFactory.php54 task_closing_comment.content_html AS task_comment_content_html, task.assignee
84 SUM(task_participant.assignee) AS assignee_sum,
94 SUM(assignee) AS assignee_sum,
153 $task->set_participant_flags($task->assignee, array('subscribent', 'assignee'));
156 $task->thread->set_participant_flags($task->assignee, array('subscribent', 'task_assignee'));
163 if ($this->model->user_nick != $task->assignee) {
177 $prev_assignee = $task->assignee;
180 if($task->assignee != $prev_assignee) {
181 $task->remove_participant_flags($prev_assignee, array('assignee'));
[all...]
H A DTask.php16 protected $original_poster, $assignee, $closed_by;
41 'original_poster', 'assignee', 'closed_by',
92 'assignee' => array(array('dw_user'), 'NOT NULL'),
158 $this->acl->grant('assignee', BEZ_PERMISSION_CHANGE);
171 $this->acl->grant('assignee', BEZ_PERMISSION_CHANGE);
203 if ($this->assignee == $this->model->user_nick || $this->model->get_level() >= BEZ_AUTH_LEADER) {
227 $this->acl->grant('assignee', BEZ_PERMISSION_CHANGE);
267 if (!isset($post['assignee'])) {
268 $this->assignee = $this->model->user_nick;
347 $possible_flags = array('original_poster', 'assignee', 'commentato
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AlertCenter/
H A DAlertMetadata.php29 public $assignee; variable in Google\\Service\\AlertCenter\\AlertMetadata
68 public function setAssignee($assignee) argument
70 $this->assignee = $assignee;
77 return $this->assignee;
/plugin/acknowledge/admin/
H A Dassign.php79 * @param string $assignee
82 public function addRow($form, $pattern, $assignee)
91 $form->addTextInput("assignees[$row]")->val($assignee);
76 addRow($form, $pattern, $assignee) global() argument
/plugin/struct/admin/
H A Dassignments.php118 $assignee = $assignment['pattern'];
128 'assignment[assign]' => $assignee
133 echo '<td>' . hsc($assignee) . '</td>';
/plugin/issuelinks/classes/
H A DIssue.php26 private $assignee = []; variable in dokuwiki\\plugin\\issuelinks\\classes\\Issue
518 $this->assignee['name'] = $name;
519 $this->assignee['avatarURL'] = $avatar_url;
526 if (!empty($this->assignee)) {
527 …$data['avatarHTML'] = "<img src=\"{$this->assignee['avatarURL']}\" alt=\"{$this->assignee['name']}…
/plugin/acknowledge/db/
H A Dupdate0001.sql18 assignee TEXT NOT NULL field
H A Dupdate0003.sql9 INSERT INTO assignments_temp (page, pageassignees) SELECT page, assignee FROM assignments;
/plugin/asana/remote/
H A DAPILink.php189 foreach( $this->assignees_filter as $assignee){
191 $tasks_current = $this->project_tasks_assignee($project_value, $assignee);
203 foreach( $this->assignees_filter as $assignee){
204 $tasks_current = $this->project_tasks_assignee($project_value,$assignee);
/plugin/bez/tpl/
H A D8d_tasks_no_closing.php21 <td><?php echo $tpl->user_name($task->assignee) ?></td>
H A Dtask_box.php53 <td><?php echo $tpl->user_name($tpl->get('task')->assignee) ?></td>
168 <?php echo $tpl->mailto($tpl->user_email($tpl->get('task')->assignee),
H A D8d_tasks.php26 <td><?php echo $tpl->user_name($task->assignee) ?></td>
H A Dtasks.php73 <select name="assignee">
74 <option <?php if ($tpl->value('assignee') == '-all') echo 'selected' ?>
78 <option <?php if ($tpl->value('assignee') == $nick) echo 'selected' ?>
85 <option <?php if ($tpl->value('assignee') == $group) echo 'selected' ?>
208 <td><?php echo $tpl->user_name($task->assignee) ?></td>
/plugin/authgoogle/google/contrib/
H A DGoogle_CoordinateService.php569 public $assignee; variable in Google_JobState
582 public function setAssignee( $assignee) { argument
583 $this->assignee = $assignee;
586 return $this->assignee;
/plugin/bez/ctl/
H A Dstart.php90 $timeline->push($task->create_date, 'task_opened', $task->assignee, $task);
93 $timeline->push($task->last_activity_date, 'task_done', $task->assignee, $task);
118 $filter = array('state' => 'opened', 'assignee' => $this->model->user_nick);
/plugin/issuelinks/services/
H A DJira.service.php252 if ($issueData['fields']['assignee']) {
253 $assignee = $issueData['fields']['assignee'];
/plugin/bez/db/
H A Dupdate0001.sql140 assignee TEXT NOT NULL, field
323 assignee BOOLEAN NOT NULL DEFAULT 0, field
/plugin/bez/cron/
H A Dfunctions.php81 $key = $task->assignee;
/plugin/do/scripts/
H A DPluginDo.js139 $assigneeobjs.each(function (i, assignee) { argument
140 assignees.push(PluginDo.stripTags(jQuery(assignee).html()));
/plugin/issuetracker/
H A DREADME77 (defines assignee's options)
142 assigned resource. Both (user/assignee) will be informed about issue updates by
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D47.47.js.map1 …',\n '@TODO',\n '@aliases',\n '@alias',\n '@assignee',\n '@auth…
/plugin/bugzillaint/docs/
H A Dbugzillaint.txt98 Bugs can be shown with extra fields. For example, you can show the assignee (''assigned_to'')