Home
last modified time | relevance | path

Searched refs:tpl (Results 151 – 175 of 201) sorted by last modified time

123456789

/plugin/bureaucracy-au/helper/
H A Dfieldpassword.php23 … $this->tpl = form_makePasswordField('@@NAME@@', '@@DISPLAY@@', '@@ID@@', '@@CLASS@@', $attr);
26 $this->tpl['class'] .= ' required';
H A Dfieldusers.php19 $this->tpl['class'] .= ' userspicker';
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 Dfield.php22 protected $tpl; variable in helper_plugin_bureaucracyau_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 Dfieldtextarea.php20 protected $tpl = variable in helper_plugin_bureaucracyau_fieldtextarea
H A Dfielduser.php19 $this->tpl['class'] .= ' userpicker';
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/findologicxmlexport/tpl/
H A Dadmin.twig1 {# findologicxmlexport/tpl/admin.twig for findologicxmlexport plugin #}
/plugin/feedback/
H A Daction.php206 public function tpl($return = false) { function in action_plugin_feedback
H A Dsyntax.php69 $renderer->doc .= $action->tpl(true);
/plugin/file2dw/docker/simple/
H A Ddocker-compose.yml18 - /absolute/or/relative/path/to/tpl:/dokuwiki/lib/tpl # REQUIRED: Change "left" path
/plugin/file2dw/docker/proxy/
H A Ddocker-compose.yml87 - /path/to/tpl:/dokuwiki/lib/tpl # REQUIRED: Change "left" path
/plugin/cnmap/
H A Dsyntax.php111 $html_tpl = @file_get_contents(__DIR__."/tpl/".$data['provider'].".tpl.html");
/plugin/ckgdoku/scripts/
H A Dparse_wiki.js.unc1972 if( this.form.template && this.form.template.value == 'tpl' ) window.dwfckTextChanged = true;
/plugin/highlightparent/
H A Daction.php40 $link = $this->tpl();
50 public function tpl() { function in action_plugin_highlightparent
/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/copypage/
H A Daction.php41 $tpl = io_readFile(wikiFN($template_id));
44 $tpl = str_replace($template_id, $id, $tpl);
46 $event->data['tpl'] = $tpl;
/plugin/loadskin/
H A Daction.php69 $tpl = $this->_getTpl();
72 if($tpl && (!$inAdmin || ($inAdmin && $allowInAdmin))) {
73 $conf['template'] = $tpl;
214 private function _tplUserConfig($act, $user, $tpl='') { argument
226 if ($tpl)
227 $data[$user] = $tpl;
/plugin/toctweak/
H A Dall.less98 /lib/tpl/dokuwiki/css/content.css
99 /lib/tpl/dokuwiki/css/_toc.css
/plugin/vbsso/
H A Dadmin.php49 …$tpl = $this->make_html_from_tpl(__DIR__ . '/views/admin.getmenutext.tpl', array(DOKU_URL, VBSSO_P…
51 return $tpl . $this->getLang('vbsso_settings');
190 $tpl = file_get_contents($file);
193 $tpl = str_replace($search, $param, $tpl);
196 return $tpl;
H A Daction.php225 $tpl = file_get_contents(__DIR__.'/views/action.tpl');
227 $tpl = str_replace('[[content]]', $error_message, $tpl);
228 echo $tpl;
/plugin/wikistats/
H A DREADME.md46 Most likely you want to do that in the `/lib/tpl/default/main.php` inside the
/plugin/croissant/
H A Dsyntax.php50 function tpl($sep=' &raquo; ') { function in syntax_plugin_croissant
/plugin/rating/
H A Daction.php67 $hlp->tpl(true);

123456789