Home
last modified time | relevance | path

Searched refs:tpl (Results 26 – 50 of 201) sorted by relevance

123456789

/plugin/bez/tpl/
H A D8d_tasks.php3 <th><?php echo $tpl->getLang('id') ?></th>
4 <th><?php echo $tpl->getLang('state') ?></th>
5 <th><?php echo $tpl->getLang('description') ?></th>
6 <th><?php echo $tpl->getLang('executor') ?></th>
7 <th><?php echo $tpl->getLang('plan') ?></th>
8 <th><?php echo $tpl->getLang('cost') ?></th>
9 <th><?php echo $tpl->getLang('closed') ?></th>
11 <?php foreach($tpl->get('tasks') as $task): ?>
14 <a href="<?php echo $tpl->url('task', 'tid', $task->id) ?>">
18 <td><?php echo lcfirst($tpl
[all...]
H A D8d_tasks_no_closing.php3 <th><?php echo $tpl->getLang('id') ?></th>
4 <th><?php echo $tpl->getLang('state') ?></th>
5 <th><?php echo $tpl->getLang('description') ?></th>
6 <th><?php echo $tpl->getLang('executor') ?></th>
7 <th><?php echo $tpl->getLang('plan') ?></th>
8 <th><?php echo $tpl->getLang('cost') ?></th>
10 <?php foreach($tpl->get('tasks') as $task): ?>
13 <a href="<?php echo $tpl->url('task', 'tid', $task->id) ?>">
17 <td><?php echo lcfirst($tpl->getLang('task_' . $task->state)) ?></td>
21 <td><?php echo $tpl
[all...]
H A D8d_tasks_only_closing.php3 <th><?php echo $tpl->getLang('id') ?></th>
4 <th><?php echo $tpl->getLang('description') ?></th>
5 <th><?php echo $tpl->getLang('closed') ?></th>
7 <?php foreach($tpl->get('tasks') as $task): ?>
10 <a href="<?php echo $tpl->url('task', 'tid', $task->id) ?>">
22 <?php echo $tpl->date($task->close_date) ?>
H A Dactivity.php2 <?php foreach ($tpl->get('timeline') as $date => $rows): ?>
5 <?php echo $date ?>: <?php echo $tpl->getLang('today') ?>
7 <?php echo $date ?>: <?php echo $tpl->getLang('yesterday') ?>
15 <?php $post = sprintf($tpl->getLang('timeline ' . $row['type']),
16 $tpl->user_name($row['author'])) ?>
/plugin/bez/tpl/cron/
H A Dweekly-message.php32 <?php if (count($tpl->get('issues')) > 0): ?>
42 <?php foreach ($tpl->get('issues') as $issue): ?>
57 <td><a href="<?php echo $tpl->url('thread', 'id', $issue->id) ?>">
62 <td><?php echo $issue->create_date ?> (<?php echo $tpl->date_fuzzy_age($issue->create_date) ?>)</td>
69 <?php if (count($tpl->get('outdated_tasks')) > 0): ?>
71 <?php $tpl->set('tasks', $tpl->get('outdated_tasks')) ?>
75 <?php if (count($tpl->get('coming_tasks')) > 0): ?>
77 <?php $tpl->set('tasks', $tpl
[all...]
/plugin/newpagetemplate/
H A Dhelper.php38 $tpl = $this->pagefromtemplate($opts['tmpl'], $opts['page'], $opts['usrrepl'], $opts['user']);
40 echo htmlentities($tpl) . "\n";
46 echo $this->writePage($page,$tpl);
49 function writePage($page, $tpl) argument
61 saveWikiText($page, $tpl, $summary, $minor = false);
92 $tpl = io_readFile(wikiFN($template));
100 $tpl = str_replace(trim($value[0]), hsc(trim($value[1])), $tpl);
124 $tpl = str_replace(array(
159 ), $tpl);
192 process_array($pages, $newpagevars, $tpl, $user = '', $usrreplace) global() argument
224 process_single($pages, $newpagevars, $tpl, $user = '', $usrreplace) global() argument
[all...]
H A Daction.php75 $tpl = io_readFile(wikiFN($template));
85 $tpl = str_replace(trim($value[0]),hsc(trim($value[1])),$tpl);
111 $tpl = str_replace(array(
151 $tpl
155 $tpl = preg_replace_callback('/%./',
159 $tpl
163 $tpl = preg_replace("/@.*?@/ms","",$tpl);
166 $event->result=$tpl;
[all...]
/plugin/bureaucracy/helper/
H A Dactiontemplate.php58 $tpl = $this->getActionTargetpages($tpl);
155 return $tpl;
170 if ($tpl == '_') {
177 } elseif ($tpl !== '!') {
178 $tpl = $this->replace($tpl);
183 $tpl = $tpl.'xxx'; // append a fake page name
184 $tpl = $resolver->resolveId($tpl);
185 $tpl = substr($tpl, 0, -3); // cut off fake page name again
187 $tpl = $resolver->resolveId($tpl);
233 return $tpl;
[all …]
H A Dfieldwiki.php9 protected $tpl = '<p>@@LABEL@@</p>'; variable in helper_plugin_bureaucracy_fieldwiki
50 * @param string|array $tpl The template as string
55 protected function _parse_tpl($tpl, $params) { argument
67 $tpl = p_render('xhtml', $ins, $byref_ignore);
68 return '<p>'.$tpl.'</p>';
/plugin/dw2pdf/vendor/setasign/fpdi/src/Tfpdf/
H A DFpdi.php48 * @param mixed $tpl The template id
58 public function useTemplate($tpl, $x = 0, $y = 0, $width = null, $height = null, $adjustPageSize = false) argument
60 if (isset($this->importedPages[$tpl])) {
61 $size = $this->useImportedPage($tpl, $x, $y, $width, $height, $adjustPageSize);
63 $this->templates[$this->currentTemplateId]['resources']['templates']['importedPages'][$tpl] = $tpl;
68 return parent::useTemplate($tpl, $x, $y, $width, $height, $adjustPageSize);
77 * @param mixed $tpl The template id
82 public function getTemplateSize($tpl, $width = null, $height = null) argument
84 $size = parent::getTemplateSize($tpl,
[all...]
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdi.php47 * @param mixed $tpl The template id
57 public function useTemplate($tpl, $x = 0, $y = 0, $width = null, $height = null, $adjustPageSize = false) argument
59 if (isset($this->importedPages[$tpl])) {
60 $size = $this->useImportedPage($tpl, $x, $y, $width, $height, $adjustPageSize);
62 $this->templates[$this->currentTemplateId]['resources']['templates']['importedPages'][$tpl] = $tpl;
67 return parent::useTemplate($tpl, $x, $y, $width, $height, $adjustPageSize);
76 * @param mixed $tpl The template id
81 public function getTemplateSize($tpl, $width = null, $height = null) argument
83 $size = parent::getTemplateSize($tpl,
[all...]
/plugin/bureaucracy-au/helper/
H A Dactiontemplate.php26 list($tpl, $this->pagename, $sep) = $argv;
44 $tpl = $this->getActionTargetpages($tpl);
120 * @param string $tpl template name as given in form
123 protected function getActionTargetpages($tpl) { argument
129 if ($tpl == '_') {
134 } elseif ($tpl !== '!') {
135 $tpl = $this->replace($tpl);
138 if(substr($tpl, -1) == ':') {
139 $tpl = $tpl.'xxx'; // append a fake page name
141 $tpl = substr($tpl, 0, -3); // cut off fake page name again
[all …]
H A Dfieldwiki.php9 protected $tpl = '<p>@@LABEL@@</p>'; variable in helper_plugin_bureaucracyau_fieldwiki
50 * @param string|array $tpl The template as string
55 protected function _parse_tpl($tpl, $params) { argument
57 $tpl = p_render('xhtml', $ins, $byref_ignore);
58 return '<p>'.$tpl.'</p>';
/plugin/bureaucracyau/helper/
H A Dactiontemplate.php26 list($tpl, $this->pagename, $sep) = $argv;
44 $tpl = $this->getActionTargetpages($tpl);
120 * @param string $tpl template name as given in form
123 protected function getActionTargetpages($tpl) { argument
129 if ($tpl == '_') {
134 } elseif ($tpl !== '!') {
135 $tpl = $this->replace($tpl);
138 if(substr($tpl, -1) == ':') {
139 $tpl = $tpl.'xxx'; // append a fake page name
141 $tpl = substr($tpl, 0, -3); // cut off fake page name again
[all …]
H A Dfieldwiki.php9 protected $tpl = '<p>@@LABEL@@</p>'; variable in helper_plugin_bureaucracyau_fieldwiki
50 * @param string|array $tpl The template as string
55 protected function _parse_tpl($tpl, $params) { argument
57 $tpl = p_render('xhtml', $ins, $byref_ignore);
58 return '<p>'.$tpl.'</p>';
/plugin/bez/mdl/
H A DThread.php457 $tpl = $this->model->action->get_tpl();
458 return $tpl->url('thread', 'id', $this->id);
471 $tpl = $this->model->action->get_tpl();
483 $tpl->set('thread', $this);
484 $tpl->set('style', $style);
485 $tpl->set('no_actions', true);
494 $tpl = $this->model->action->get_tpl();
498 $tpl->set('content', $thread_box);
508 $tpl = $this->model->action->get_tpl();
510 $tpl
[all...]
H A DThread_comment.php107 $tpl = $this->model->action->get_tpl();
108 return $tpl->url('thread', 'id', $this->thread_id) . '#k' . $this->id;
116 $tpl = $this->model->action->get_tpl();
120 $tpl->set('content', $html);
121 $tpl->set('who', $this->author);
122 $tpl->set('when', $this->create_date);
127 $tpl->set('action_border_color', '#ddb68d');
128 $tpl->set('action_background_color', '#ffeedc');
130 $tpl->set('action', $action);
H A DTask_comment.php76 $tpl = $this->model->action->get_tpl();
78 return $tpl->url('task', 'tid', $this->task_id) . '#zk' . $this->id;
86 $tpl = $this->model->action->get_tpl();
90 $tpl->set('content', $html);
91 $tpl->set('who', $this->author);
92 $tpl->set('when', $this->create_date);
93 $tpl->set('action', 'mail_task_comment_added');
/plugin/userpagecreate/
H A Daction.php61 $tpl = $this->getConf('template');
62 $do_ns = (strlen($tpl) > 0) && substr($tpl, -1, 1) === ':';
73 'tpl' => $tpl,
87 $tpl = $data['tpl'];
97 str_replace(':', '/', getNS($tpl)));
100 … $pages[$res . ':' . substr($tpl_name, strlen(getNS($tpl)) + 1)] = rawWiki($tpl_name);
103 if ($tpl === '') {
106 } elseif (page_exists($tpl)) {
107 $pages[$res] = rawWiki($tpl);
/plugin/bez/ctl/
H A Dstart.php103 $this->tpl->set('timeline', $timeline->get_assoc());
108 $this->tpl->set('proposals', $proposals);
109 $this->tpl->set('proposals_count', $this->model->threadFactory->count($filter));
114 $this->tpl->set('my_threads', $my_threads);
115 $this->tpl->set('my_threads_count', $this->model->threadFactory->count($filter));
120 $this->tpl->set('my_tasks', $my_tasks);
121 $this->tpl->set('my_tasks_count', $this->model->taskFactory->count($filter));
126 $this->tpl->set('reported_threads', $reported_threads);
127 $this->tpl->set('reported_threads_count', $this->model->threadFactory->count($filter));
132 $this->tpl
[all...]
H A D8d.php19 $this->tpl->set('thread', $thread);
20 $this->tpl->set('causes',
23 $this->tpl->set('risks',
26 $this->tpl->set('opportunities',
30 $this->tpl->set('8d_tasks', $tasks);
43 $this->tpl->set('preventive_close_date', date('Y-m-d', strtotime($max_preventive_close_date)));
H A Dactivity_report.php15 $this->tpl->set_values(array(
23 $this->tpl->set('thread_involvement', $this->model->threadFactory->users_involvement($period));
24 $this->tpl->set('task_involvement', $this->model->taskFactory->users_involvement($period));
25 $this->tpl->set('kpi', $this->model->threadFactory->kpi($period));
26 $this->tpl->set('bez_activity', $this->model->threadFactory->bez_activity($period))
H A Dthread.php21 $this->tpl->set('thread', $thread);
23 $this->tpl->set('lang_suffix', '_project');
37 $this->tpl->set('timeline', $timeline);
38 $this->tpl->set('tasks', $tasks);
39 $this->tpl->set('task_programs', $this->model->task_programFactory->get_all([], 'name'));
43 $this->tpl->set('thread_comment', $thread_comment);
92 $this->tpl->set_values($thread_comment->get_assoc());
109 $this->tpl->set('task_new', $task);
121 $this->tpl->set('task', $task);
125 $this->tpl
[all...]
H A Dreport.php14 $this->tpl->set_values(array(
22 $this->tpl->set('issues', $this->model->threadFactory->report_issue($period)->fetchAll(PDO::FETCH_ASSOC));
23 $this->tpl->set('projects', $this->model->threadFactory->report_project($period)->fetchAll(PDO::FETCH_ASSOC));
24 $this->tpl->set('tasks', $this->model->taskFactory->report($period)->fetchAll(PDO::FETCH_ASSOC));
25 $this->tpl->set('comments', $this->model->thread_commentFactory->report($period));
/plugin/impressjs/
H A Drenderer.php19 private $tpl; variable in renderer_plugin_impressjs
27 $this->tpl = $this->getConf('template');
40 <link href="'.$this->base.$this->tpl.'/impress.css" rel="stylesheet" />
41 <link href="'.$this->base.$this->tpl.'/impress-extra.css" rel="stylesheet" />
49 <script src="'.$this->base.$this->tpl.'/impress.js"></script>

123456789