Home
last modified time | relevance | path

Searched refs:content_html (Results 1 – 23 of 23) sorted by last modified time

/plugin/bez/mdl/
H A DEntity.php95 if (property_exists($this, 'content') && property_exists($this, 'content_html')) {
104 $this->content_html = $html;
H A DTask.php26 protected $content, $content_html;
46 'content', 'content_html',
543 $old_content_html = $this->content_html;
544 $this->content_html = p_render('bez_xhtmlmail', p_get_instructions($this->content), $info);
552 $this->content_html = $old_content_html;
25 protected $content, $content_html; global() variable in dokuwiki\\plugin\\bez\\mdl\\Task
H A DTask_comment.php8 protected $id, $task_id, $author, $create_date, $last_modification_date, $content, $content_html; variable in dokuwiki\\plugin\\bez\\mdl\\Task_comment
15 'create_date', 'last_modification_date', 'content', 'content_html');
H A DThread.php22 protected $title, $content, $content_html;
34 'title', 'content', 'content_html',
453 return $thread_comment->content_html;
479 $old_content_html = $this->content_html;
480 $this->content_html = p_render('bez_xhtmlmail', p_get_instructions($this->content), $info);
488 $this->content_html = $old_content_html;
21 protected $title, $content, $content_html; global() variable in dokuwiki\\plugin\\bez\\mdl\\Thread
H A DThread_comment.php11 protected $id, $thread_id, $type, $author, $create_date, $last_modification_date, $content, $content_html, $task_count;
22 'create_date', 'last_modification_date', 'content', 'content_html', 'task_count');
/plugin/bez/tpl/
H A D8d.php60 <?php echo $tpl->get('thread')->content_html ?>
H A D8d_causes.php11 <?php echo $cause->content_html ?>
H A D8d_tasks.php20 <?php echo $task->content_html ?>
H A D8d_tasks_no_closing.php19 <?php echo $task->content_html ?>
H A Dactivity.php21 <?php echo $row['entity']->content_html ?>
H A Dcommcause_box.php50 <?php echo $tpl->get('thread_comment')->content_html; ?>
H A Dkp.php44 <?php echo $tpl->get('thread')->content_html ?>
H A Dtask.php36 <?php echo $tpl->get('task')->thread_comment->content_html ?>
H A Dtask_box.php87 <?php echo $tpl->get('task')->content_html ?>
H A Dtask_comment_box.php52 <?php echo $tpl->get('task_comment')->content_html; ?>
H A Dtasks.php204 <?php echo $task->content_html ?>
245 <?php echo $task->content_html ?>
H A Dthread_box.php71 <?php echo $tpl->get('thread')->content_html ?>
/plugin/bez/tpl/cron/
H A Dweekly-message-tasks.php33 <td><?php echo $task->content_html ?></td>
/plugin/bez/db/
H A Dupdate0001.sql22 content_html TEXT NOT NULL, field
61 content_html TEXT NOT NULL, field
161 content_html TEXT NOT NULL, field
344 content_html TEXT NOT NULL field
377 thread.title, thread.content, thread.content_html,
H A Dupdate0002.sql25 thread.title, thread.content, thread.content_html,
H A Dupdate0011.sql8 thread.title, thread.content, thread.content_html,
H A Dupdate0013.sql10 thread.title, thread.content, thread.content_html,
H A Dupdate0014.sql8 thread.title, thread.content, thread.content_html,