Home
last modified time | relevance | path

Searched refs:tpl (Results 101 – 125 of 201) sorted by relevance

123456789

/plugin/blogtng/helper/
H A Dentry.php447 $tpl = helper_plugin_blogtng_tools::getTplFile($name, $type);
448 if($tpl !== false) {
451 include($tpl);
703 * @param string $tpl a template specifing the link text. May contain placeholders
710 public function tpl_previouslink($tpl, $id=false, $return=false) { argument
711 $out = $this->_navi_link($tpl, 'prev', $id);
724 * @param string $tpl a template specifing the link text. May contain placeholders
731 public function tpl_nextlink($tpl, $id=false, $return=false) { argument
732 $out = $this->_navi_link($tpl, 'next', $id);
1229 * @param string $tpl a template specifing the link text. May contain placeholders
[all …]
/plugin/highlightparent/
H A Daction.php40 $link = $this->tpl();
50 public function tpl() { function in action_plugin_highlightparent
/plugin/file2dw/docker/simple/
H A Ddocker-compose.yml18 - /absolute/or/relative/path/to/tpl:/dokuwiki/lib/tpl # REQUIRED: Change "left" path
/plugin/dokukiwix/
H A DINSTALL6 2: Make sure the directory /lib/tpl/dokukiwix/archive is writable by the webserver.
7 3: Get the "offline" template, and unzip it in /lib/tpl/
/plugin/structstatus/
H A Dsyntax.php69 $renderer->doc .= $this->tpl($data[0], $data[1]);
79 public function tpl($table, $field) { function in syntax_plugin_structstatus
/plugin/blogtng/entities/
H A DComment.php85 $tpl = $this->tools->getTplFile($name,'comments');
86 if($tpl === false){
93 include($tpl);
/plugin/snippets/
H A Daction.php278 $tpl = pageTemplate($id);
280 $tpl = preg_replace("/@\w+@/m","",$tpl);
282 print($tpl);
/plugin/bez/tpl/
H A Dunsubscribe.php3 Zawsze możesz ponownie włączyć powiadomienia na <a href="<?php echo $tpl->url('start') ?>">stronie domowej</a>.
/plugin/bureaucracyau/helper/
H A Dfieldtextarea.php20 protected $tpl = variable in helper_plugin_bureaucracyau_fieldtextarea
H A Dfieldtime.php26 …$this->tpl = form_makeTextField('@@NAME@@', '@@VALUE@@', '@@DISPLAY@@', '@@ID@@', '@@CLASS@@', $at…
H A Dfielddate.php26 …$this->tpl = form_makeTextField('@@NAME@@', '@@VALUE@@', '@@DISPLAY@@', '@@ID@@', '@@CLASS@@', $at…
/plugin/bureaucracy-au/helper/
H A Dfieldtextarea.php20 protected $tpl = variable in helper_plugin_bureaucracyau_fieldtextarea
H A Dfielddate.php26 …$this->tpl = form_makeTextField('@@NAME@@', '@@VALUE@@', '@@DISPLAY@@', '@@ID@@', '@@CLASS@@', $at…
H A Dfieldtime.php26 …$this->tpl = form_makeTextField('@@NAME@@', '@@VALUE@@', '@@DISPLAY@@', '@@ID@@', '@@CLASS@@', $at…
/plugin/lightweightcss/
H A Daction.php220 $tpl = $INPUT->str('t', $conf['template']);
221 $inifile = DOKU_INC . 'lib/tpl/' . $tpl . '/style.ini';
/plugin/data-au/helper/
H A Daliastextbox.php69 $this->tpl = $content;
89 if(isset($this->tpl)) {
/plugin/data/
H A Dbureaucracy_field.php76 $this->tpl = $content;
96 if (isset($this->tpl)) {
99 // Is an enum type, otherwise $this->tpl would be set in __construct
/plugin/data/helper/
H A Daliastextbox.php71 $this->tpl = $content;
91 if (isset($this->tpl)) {
94 // Is an enum type, otherwise $this->tpl would be set in __construct
/plugin/bureaucracy/helper/
H A Dfieldtextarea.php23 protected $tpl = variable in helper_plugin_bureaucracy_fieldtextarea
H A Dfielddate.php26 …$this->tpl = form_makeTextField('@@NAME@@', '@@VALUE@@', '@@DISPLAY@@', '@@ID@@', '@@CLASS@@', $at…
H A Dfieldtime.php26 …$this->tpl = form_makeTextField('@@NAME@@', '@@VALUE@@', '@@DISPLAY@@', '@@ID@@', '@@CLASS@@', $at…
/plugin/jplayer/
H A Dsyntax.php171 $tpl = $mustache->loadTemplate('jplayer.'.$skin.'.audio.playlist');
175 $R->doc .= $tpl->render($ids);
/plugin/webcomponent/
H A Drequirements.txt2 https://github.com/gerardnico/dokuwiki-template-bootie.git lib/tpl/bootie
/plugin/usercss/
H A Dsyntax.php63 $file = DOKU_INC.'lib/tpl/'.$tplname.'/style.ini';
/plugin/cnmap/
H A Dsyntax.php111 $html_tpl = @file_get_contents(__DIR__."/tpl/".$data['provider'].".tpl.html");

123456789