/plugin/bez/mdl/ |
H A D | ThreadFactory.php | 209 if($thread->coordinator != null) { 210 … $thread->set_participant_flags($thread->coordinator, array('coordinator', 'subscribent')); 223 if ($thread->state != 'proposal' && $this->model->user_nick != $thread->coordinator) { 252 $prev_coordinator = $thread->coordinator; 274 if ($thread->coordinator != null && $thread->coordinator != $prev_coordinator) { 278 … $thread->set_participant_flags($thread->coordinator, array('subscribent', 'coordinator')); 294 if ($thread->state != 'proposal' && $this->model->user_nick != $thread->coordinator) {
|
H A D | Thread_comment.php | 14 protected $coordinator; variable in dokuwiki\\plugin\\bez\\mdl\\Thread_comment 65 $this->coordinator = $this->thread->coordinator; 68 if ($this->coordinator == $this->model->user_nick) { 86 if ($this->coordinator == $this->model->user_nick) {
|
H A D | Task.php | 36 protected $task_program_name, $priority, $coordinator; variable in dokuwiki\\plugin\\bez\\mdl\\Task 113 $this->coordinator = $this->thread->coordinator; 160 if ($this->type != 'program' && $this->coordinator == $this->model->user_nick) { 215 if (($this->type != 'program' && $this->coordinator == $this->model->user_nick) ||
|
H A D | Thread.php | 13 protected $original_poster, $coordinator, $closed_by; 55 if ($this->coordinator === $this->model->user_nick || 110 if ($this->coordinator == $this->model->user_nick) { 525 $this->mail_notify($content, array($this->coordinator), $attachedImages);
|
/plugin/bez/tpl/ |
H A D | activity_report.php | 30 <?php $coordinator = 0 ?> variable 45 <?php $coordinator += $involvement['coordinator_sum'] ?> 53 <td><?php echo $coordinator ?></td>
|
H A D | thread_box.php | 62 <?php if ($tpl->get('thread')->coordinator == ''): ?> 65 <?php echo $tpl->user_name($tpl->get('thread')->coordinator) ?> 109 <?php echo $tpl->mailto($tpl->user_email($tpl->get('thread')->coordinator),
|
H A D | threads.php | 189 <?php if ($thread->coordinator === NULL): ?> 192 <?php echo $tpl->user_name($thread->coordinator) ?>
|
H A D | kp.php | 77 <?php echo $tpl->user_name($tpl->get('thread')->coordinator) ?>
|
H A D | 8d.php | 124 <?php echo $tpl->user_name($tpl->get('thread')->coordinator) ?>
|
/plugin/bez/db/ |
H A D | update0002.sql | 11 thread.coordinator AS coordinator, 22 SELECT thread.id, thread.original_poster, thread.coordinator, thread.closed_by,
|
H A D | update0001.sql | 5 coordinator TEXT NULL, -- NULL - proposal field 37 coordinator BOOLEAN NOT NULL DEFAULT 0, field 69 thread.coordinator AS coordinator 363 thread.coordinator AS coordinator, 374 SELECT thread.id, thread.original_poster, thread.coordinator, thread.closed_by,
|
H A D | update0011.sql | 5 SELECT thread.id, thread.original_poster, thread.coordinator, thread.closed_by,
|
/plugin/bez/ctl/ |
H A D | start.php | 65 … $timeline->push($thread->create_date, 'thread_opened' . $project, $thread->coordinator, $thread); 69 …$timeline->push($thread->last_activity_date, 'thread_done' . $project, $thread->coordinator, $thre… 71 …line->push($thread->last_activity_date, 'thread_closed' . $project, $thread->coordinator, $thread); 73 …ne->push($thread->last_activity_date, 'thread_rejected' . $project, $thread->coordinator, $thread);
|
/plugin/bez/cron/ |
H A D | functions.php | 65 $key = $thread->coordinator;
|
/plugin/pgn4web/pgn4web/ |
H A D | pgn-standard.txt | 1479 coordinator. Authors of PGN capable software are encouraged to contact the 1480 coordinator (e-mail address listed near the start of this document) so that the 1816 extensions should be sent via e-mail to the PGN coordinator whose address 2301 new opcodes should be sent to the PGN standard coordinator listed near the
|