Home
last modified time | relevance | path

Searched refs:remove_participant_flags (Results 1 – 8 of 8) sorted by relevance

/plugin/bez/mdl/
H A DTaskFactory.php181 $task->remove_participant_flags($prev_assignee, array('assignee'));
189 $task->thread->remove_participant_flags($prev_assignee, array('task_assignee'));
H A DTask_commentFactory.php102 $obj->task->remove_participant_flags($obj->author, array('commentator'));
H A DThread_commentFactory.php103 $obj->thread->remove_participant_flags($obj->author, array('commentator'));
H A DThreadFactory.php276 $thread->remove_participant_flags($prev_coordinator, array('coordinator'));
H A DThread.php250 public function remove_participant_flags($user_id, $flags) {
249 public function remove_participant_flags($user_id, $flags) { global() function in dokuwiki\\plugin\\bez\\mdl\\Thread
H A DTask.php395 public function remove_participant_flags($user_id, $flags) {
394 public function remove_participant_flags($user_id, $flags) { global() function in dokuwiki\\plugin\\bez\\mdl\\Task
/plugin/bez/ctl/
H A Dtask.php36 $task->remove_participant_flags($this->model->user_nick, array('subscribent'));
H A Dthread.php59 $thread->remove_participant_flags($this->model->user_nick, array('subscribent'));