Home
last modified time | relevance | path

Searched refs:closed_by (Results 1 – 9 of 9) sorted by relevance

/plugin/bez/tpl/
H A Dthread.php45 … '<strong>' . $tpl->user_name($tpl->get('thread')->closed_by) . '</strong>',
54 … '<strong>' . $tpl->user_name($tpl->get('thread')->closed_by) . '</strong>',
H A Dtask.php71 '<strong>' . $tpl->user_name($tpl->get('task')->closed_by) . '</strong>',
/plugin/bez/db/
H A Dupdate0001.sql6 closed_by TEXT NULL, -- who closed or rejected the thread field
141 closed_by TEXT NULL, -- who closed the task field
374 SELECT thread.id, thread.original_poster, thread.coordinator, thread.closed_by,
H A Dupdate0013.sql7 SELECT thread.id, thread.original_poster, thread.coordinator, thread.closed_by,
H A Dupdate0014.sql5 SELECT thread.id, thread.original_poster, thread.coordinator, thread.closed_by,
H A Dupdate0011.sql5 SELECT thread.id, thread.original_poster, thread.coordinator, thread.closed_by,
H A Dupdate0002.sql22 SELECT thread.id, thread.original_poster, thread.coordinator, thread.closed_by,
/plugin/bez/mdl/
H A DThread.php14 protected $original_poster, $coordinator, $closed_by; variable in dokuwiki\\plugin\\bez\\mdl\\Thread
155 $this->closed_by = $this->model->user_nick;
160 $this->closed_by,
H A DTask.php16 protected $original_poster, $assignee, $closed_by; variable in dokuwiki\\plugin\\bez\\mdl\\Task
297 $this->closed_by = $this->model->user_nick;
302 $this->closed_by,