Home
last modified time | relevance | path

Searched refs:tpl (Results 126 – 150 of 201) sorted by last modified time

123456789

/plugin/lightweightcss/
H A Daction.php220 $tpl = $INPUT->str('t', $conf['template']);
221 $inifile = DOKU_INC . 'lib/tpl/' . $tpl . '/style.ini';
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js9619 var tpl = getChromeTemplate(!isChromeFrame),
9622 doc.write(tpl);
9742 var tpl = FirebugChrome.Skin;
9756 r[++i] = tpl.CSS;
9761 r[++i] = tpl.HTML;
/plugin/langdelete/
H A Dadmin.php417 foreach ($l['templates'] as $tpl => $arr) {
439 foreach ($langs['templates'] as $tpl => $arr) {
441 $this->rrm(DOKU_INC."lib/tpl/$tpl/lang/$l");
/plugin/webcomponent/
H A Drequirements.txt2 https://github.com/gerardnico/dokuwiki-template-bootie.git lib/tpl/bootie
/plugin/data-au/helper/
H A Daliastextbox.php69 $this->tpl = $content;
89 if(isset($this->tpl)) {
/plugin/bureaucracyau/helper/
H A Dfieldsubmit.php47 … $this->tpl = form_makeButton('submit','', '@@DISPLAY|' . $this->getLang('submit') . '@@', $attr);
H A Dfieldtextarea.php20 protected $tpl = variable in helper_plugin_bureaucracyau_fieldtextarea
H A Dfieldusers.php19 $this->tpl['class'] .= ' userspicker';
H A Dfieldyesno.php92 $this->tpl = '<label class="@@CLASS@@" for="'.$id.'"><span>@@DISPLAY@@</span>'.
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 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 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>';
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 Dfielddate.php26 …$this->tpl = form_makeTextField('@@NAME@@', '@@VALUE@@', '@@DISPLAY@@', '@@ID@@', '@@CLASS@@', $at…
H A Dfieldfile.php33 $this->tpl = form_makeFileField('@@NAME@@', '@@DISPLAY@@', '@@ID@@', '@@CLASS@@', $attr);
36 $this->tpl['class'] .= ' required';
H A Dfieldpassword.php23 … $this->tpl = form_makePasswordField('@@NAME@@', '@@DISPLAY@@', '@@ID@@', '@@CLASS@@', $attr);
26 $this->tpl['class'] .= ' required';
H A Dfieldstatic.php8 protected $tpl = '<p>@@DISPLAY@@</p>'; variable in helper_plugin_bureaucracyau_fieldstatic
/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 Dfieldfile.php33 $this->tpl = form_makeFileField('@@NAME@@', '@@DISPLAY@@', '@@ID@@', '@@CLASS@@', $attr);
36 $this->tpl['class'] .= ' required';
H A Dfieldstatic.php8 protected $tpl = '<p>@@DISPLAY@@</p>'; variable in helper_plugin_bureaucracyau_fieldstatic
H A Dfieldsubmit.php47 … $this->tpl = form_makeButton('submit','', '@@DISPLAY|' . $this->getLang('submit') . '@@', $attr);
H A Dfieldyesno.php92 $this->tpl = '<label class="@@CLASS@@" for="'.$id.'"><span>@@DISPLAY@@</span>'.
H A Dfielddate.php26 …$this->tpl = form_makeTextField('@@NAME@@', '@@VALUE@@', '@@DISPLAY@@', '@@ID@@', '@@CLASS@@', $at…

123456789