Lines Matching refs:set
266 $set = implode(',', array_map(function ($v) { return "$v=0"; }, $flags));
268 $sql = "UPDATE thread_participant SET $set WHERE thread_id=? AND user_id=?";
302 $set = implode(',', array_map(function($flag) { return "$flag=1"; }, $flags));
305 $set .= ',removed=0';
308 $q = "UPDATE thread_participant SET $set WHERE thread_id=? AND user_id=?";
483 $tpl->set('thread', $this);
484 $tpl->set('style', $style);
485 $tpl->set('no_actions', true);
498 $tpl->set('content', $thread_box);
510 $tpl->set('who', $this->model->user_nick);
511 $tpl->set('action', $action);
520 $tpl->set('who', $this->model->user_nick);
521 $tpl->set('action', 'mail_mail_notify_invite_action');
530 $tpl->set('who', $this->model->user_nick);
531 $tpl->set('action', 'mail_mail_inform_coordinator_action');
540 $tpl->set('who', $this->model->user_nick);
541 $tpl->set('action', 'mail_mail_inform_admins_action');
550 $tpl->set('who', $this->model->user_nick);
551 $tpl->set('action', 'mail_mail_notify_issue_inactive');
561 $tpl->set('who', $this->model->user_nick);
562 $tpl->set('action', 'mail_thread_task_added');
566 $tpl->set('thread', $this);
567 $tpl->set('content', $task_box);
583 $tpl->set('who', $this->model->user_nick);
584 $tpl->set('action', $action);
588 $tpl->set('thread', $this);
589 $tpl->set('content', $task_box);