Home
last modified time | relevance | path

Searched refs:tpl (Results 51 – 75 of 201) sorted by last modified time

123456789

/plugin/bez/action/
H A Dbase.php11 protected $tpl; variable in action_plugin_bez_base
38 return $this->tpl;
46 $file = DOKU_PLUGIN . "bez/tpl/$tpl_file.php";
51 $tpl = $this->tpl;
69 $this->tpl = new bez\meta\Tpl($this);
H A Ddefault.php238 $this->tpl->set_values($_POST);
/plugin/bez/ctl/
H A Dkp.php19 $this->tpl->set('thread', $thread);
22 $this->tpl->set('tasks', $tasks)
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...]
/plugin/bureaucracy/helper/
H A Dfieldpassword.php23 … $this->tpl = form_makePasswordField('@@NAME@@', '@@DISPLAY@@', '@@ID@@', '@@CLASS@@', $attr);
26 $this->tpl['class'] .= ' required';
H A Dfieldsubmit.php47 … $this->tpl = form_makeButton('submit','', '@@DISPLAY|' . $this->getLang('submit') . '@@', $attr);
H A Dfieldtextarea.php23 protected $tpl = variable in helper_plugin_bureaucracy_fieldtextarea
H A Dfielduser.php19 $this->tpl['class'] .= ' userpicker';
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 Dfield.php22 protected $tpl; variable in helper_plugin_bureaucracy_field
159 $form->addElement($this->_parse_tpl($this->tpl, $params));
364 * @param string|array $tpl The template as string or array
369 protected function _parse_tpl($tpl, $params) { argument
372 $is_simple = !is_array($tpl);
373 if ($is_simple) $tpl = array($tpl);
375 foreach ($tpl as &$val) {
407 return $is_simple ? $tpl[0] : $tpl;
H A Dfieldfile.php33 $this->tpl = form_makeFileField('@@NAME@@', '@@DISPLAY@@', '@@ID@@', '@@CLASS@@', $attr);
36 $this->tpl['class'] .= ' required';
H A Dfielddate.php26 …$this->tpl = form_makeTextField('@@NAME@@', '@@VALUE@@', '@@DISPLAY@@', '@@ID@@', '@@CLASS@@', $at…
H A Dfieldstatic.php8 protected $tpl = '<p>@@DISPLAY@@</p>'; variable in helper_plugin_bureaucracy_fieldstatic
H A Dfieldtextbox.php26 …$this->tpl = form_makeTextField('@@NAME@@', '@@VALUE@@', '@@DISPLAY@@', '@@ID@@', '@@CLASS@@', $at…
28 $this->tpl['class'] .= ' '.$this->opt['class'];
31 $this->tpl['class'] .= ' required';
H A Dfieldtime.php26 …$this->tpl = form_makeTextField('@@NAME@@', '@@VALUE@@', '@@DISPLAY@@', '@@ID@@', '@@CLASS@@', $at…
H A Dfieldusers.php19 $this->tpl['class'] .= ' userspicker';
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>';
H A Dfieldyesno.php92 $this->tpl = '<label class="@@CLASS@@" for="'.$id.'"><span>@@DISPLAY@@</span>'.
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DFpdiTrait.php101 * @param mixed $tpl The template id
111 public function useTemplate($tpl, $x = 0, $y = 0, $width = null, $height = null, $adjustPageSize = false)
113 return $this->useImportedPage($tpl, $x, $y, $width, $height, $adjustPageSize);
278 * @param mixed $tpl The template id
283 public function getTemplateSize($tpl, $width = null, $height = null)
285 return $this->getImportedPageSize($tpl, $width, $height);
108 useTemplate($tpl, $x = 0, $y = 0, $width = null, $height = null, $adjustPageSize = false) global() argument
294 getTemplateSize($tpl, $width = null, $height = null) global() argument
/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...]
H A DFpdfTplTrait.php92 * @param mixed $tpl The template id
102 public function useTemplate($tpl, $x = 0, $y = 0, $width = null, $height = null, $adjustPageSize = false) argument
104 if (!isset($this->templates[$tpl])) {
109 unset($x['tpl']);
118 $template = $this->templates[$tpl];
120 $originalSize = $this->getTemplateSize($tpl);
121 $newSize = $this->getTemplateSize($tpl, $width, $height);
147 * @param mixed $tpl The template id
152 public function getTemplateSize($tpl, $width = null, $height = null) argument
154 if (!isset($this->templates[$tpl])) {
[all...]
H A DFpdiTrait.php446 * @param mixed $tpl The template id
451 public function getImportedPageSize($tpl, $width = null, $height = null) argument
453 if (isset($this->importedPages[$tpl])) {
454 $importedPage = $this->importedPages[$tpl];
/plugin/dw2pdf/vendor/setasign/fpdi/src/Tcpdf/
H A DFpdi.php75 * @param mixed $tpl The template id
85 public function useTemplate($tpl, $x = 0, $y = 0, $width = null, $height = null, $adjustPageSize = false) argument
87 return $this->useImportedPage($tpl, $x, $y, $width, $height, $adjustPageSize);
123 * @param mixed $tpl The template id
128 public function getTemplateSize($tpl, $width = null, $height = null) argument
130 return $this->getImportedPageSize($tpl, $width, $height);
/plugin/dw2pdf/
H A Daction.php29 /** @var string template name, to use templates from dw2pdf/tpl/<template name> */
30 protected $tpl;
46 $this->tpl = $this->getExportConfig('template');
631 $file = DOKU_PLUGIN . 'dw2pdf/tpl/' . $this->tpl . '/' . $section . $order . '.html';
662 '@TPLBASE@' => DOKU_BASE . 'lib/plugins/dw2pdf/tpl/' . $this->tpl . '/',
663 '@TPLINC@' => DOKU_INC . 'lib/plugins/dw2pdf/tpl/' . $this->tpl . '/'
672 $coverfile = DOKU_PLUGIN . 'dw2pdf/tpl/'
27 protected $tpl; global() variable in action_plugin_dw2pdf
[all...]

123456789