Home
last modified time | relevance | path

Searched refs:tpl (Results 76 – 100 of 201) sorted by relevance

123456789

/plugin/bez/ctl/
H A Dthread_report.php18 $this->tpl->set('thread', $thread);
24 $this->tpl->set_values($thread->get_assoc());
45 $this->tpl->set('labels', $this->model->labelFactory->get_all())
H A Dtypes.php25 $this->tpl->set('labels', $labels);
26 $this->tpl->set('label', $label);
31 $this->tpl->set_values($label->get_assoc());
H A Dtask_programs.php28 $this->tpl->set('task_programs', $task_programs);
29 $this->tpl->set('task_program', $task_program);
33 $this->tpl->set_values($task_program->get_assoc());
H A Dtask.php16 $this->tpl->set('task', $task);
17 $this->tpl->set('task_comments', $this->model->task_commentFactory->get_from_task($task));
18 $this->tpl->set('task_programs', $this->model->task_programFactory->get_all([], 'name'));
68 $this->tpl->set_values($task_comment->get_assoc());
78 $this->tpl->set_values($task->get_assoc());
H A Dkp.php19 $this->tpl->set('thread', $thread);
22 $this->tpl->set('tasks', $tasks)
/plugin/bez/cron/
H A Dfunctions.php115 $tpl = $action->get_tpl();
116 $tpl->set('issues', $issues);
117 $tpl->set('outdated_tasks', $outdated_tasks);
118 $tpl->set('coming_tasks', $coming_tasks);
/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/templateconfhelper/exe/
H A Dcss.php42 $tpl = trim(preg_replace('/[^\w-]+/','',$INPUT->str('t')));
43 if($tpl){
45 $tpldir = DOKU_BASE.'lib/tpl/'.$tpl.'/';
52 $ini = _css_getpath( $tpl, $ini );
68 $tplstyles[$mode][_css_getpath( $tpl, $file )] = $tpldir;
/plugin/bez/tpl/
H A D8d_causes.php3 <?php foreach ($tpl->get('causes') as $cause): ?>
6 <a href="<?php echo $tpl->url('thread', 'id', $cause->thread_id) ?>#k<?php echo $cause->id ?>">
/plugin/bureaucracy-au/helper/
H A Dfieldpassword.php23 … $this->tpl = form_makePasswordField('@@NAME@@', '@@DISPLAY@@', '@@ID@@', '@@CLASS@@', $attr);
26 $this->tpl['class'] .= ' required';
H A Dfieldfile.php33 $this->tpl = form_makeFileField('@@NAME@@', '@@DISPLAY@@', '@@ID@@', '@@CLASS@@', $attr);
36 $this->tpl['class'] .= ' required';
/plugin/bureaucracyau/helper/
H A Dfieldpassword.php23 … $this->tpl = form_makePasswordField('@@NAME@@', '@@DISPLAY@@', '@@ID@@', '@@CLASS@@', $attr);
26 $this->tpl['class'] .= ' required';
H A Dfieldfile.php33 $this->tpl = form_makeFileField('@@NAME@@', '@@DISPLAY@@', '@@ID@@', '@@CLASS@@', $attr);
36 $this->tpl['class'] .= ' required';
/plugin/bureaucracy/helper/
H A Dfieldpassword.php23 … $this->tpl = form_makePasswordField('@@NAME@@', '@@DISPLAY@@', '@@ID@@', '@@CLASS@@', $attr);
26 $this->tpl['class'] .= ' required';
H A Dfieldfile.php33 $this->tpl = form_makeFileField('@@NAME@@', '@@DISPLAY@@', '@@ID@@', '@@CLASS@@', $attr);
36 $this->tpl['class'] .= ' required';
/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...]
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHelpers.php34 private $tpl = []; variable in Handlebars\\Helpers
225 $tpl = $template->getEngine()->loadString('{{#if ' . $args . '}}' . $source . '{{/if}}');
226 $tree = $tpl->getTree();
316 $tpl = clone $template;
340 $tpl->setStopToken('else');
341 $buffer .= $tpl->render($context);
705 $this->tpl["DEFINE"][$args] = clone($template);
732 if (! isset($this->tpl["DEFINE"][$args])) {
735 return $this->tpl["DEFINE"][$args]->render($context);
/plugin/vbsso/
H A Daction.php225 $tpl = file_get_contents(__DIR__.'/views/action.tpl');
227 $tpl = str_replace('[[content]]', $error_message, $tpl);
228 echo $tpl;
/plugin/epub/scripts/
H A Dcss2.php33 $tpl = trim(preg_replace('/[^\w-]+/','',$conf['template']));
35 if($tpl){
36 $tplinc = DOKU_INC.'lib/tpl/'.$tpl.'/';
37 $tpldir = DOKU_BASE.'lib/tpl/'.$tpl.'/';
H A Dcss3.php36 $tpl = $conf['template'];
39 $styleini = css_styleini($tpl);
219 * @param string $tpl the used template
222 function css_styleini($tpl) { argument
227 $incbase = tpl_incdir($tpl);
228 $webbase = tpl_basedir($tpl);
246 $ini = DOKU_CONF."tpl/$tpl/style.ini";
/plugin/task/
H A Daction.php99 $tpl = io_readFile(DOKU_PLUGIN.'task/_template.txt');
132 $tpl = str_replace(array_keys($replace), array_values($replace), $tpl);
133 return $tpl;
/plugin/copypage/images/
H A DREADME.md11 ln -s $DOKUWIKI/lib/tpl/dokuwiki/style.ini .
13 php $DOKUWIKI/lib/tpl/dokuwiki/images/pagetools-build.php
/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/semanticdata/
H A Dbureaucracy_field.php40 $this->tpl = $content;
45 if (isset($this->tpl)) {
/plugin/newpagetemplate/
H A Dadmin.php25 $tpl = $INPUT->str('tpl_file','none');
36 if($tpl == 'none') {
40 $cmdL = '-p ' .$_REQUEST['id'] . " -t $tplns:$tpl";

123456789