Home
last modified time | relevance | path

Searched refs:tpl (Results 151 – 175 of 201) sorted by relevance

123456789

/plugin/bureaucracyau/helper/
H A Dfieldsubmit.php47 … $this->tpl = form_makeButton('submit','', '@@DISPLAY|' . $this->getLang('submit') . '@@', $attr);
/plugin/bureaucracy/helper/
H A Dfieldsubmit.php47 … $this->tpl = form_makeButton('submit','', '@@DISPLAY|' . $this->getLang('submit') . '@@', $attr);
/plugin/offline/
H A Drenderer.php18 var $tpl=''; variable in renderer_plugin_offline
49 $this->tpl = $this->getConf('template');
/plugin/ckgedit/lang/de/
H A Dstyle.txt8 …e können ebenfalls weitere Stylesheets für Templates anlegen, die in Ihrem tpl-Ordner vorhanden si…
/plugin/file2dw/docker/proxy/
H A Ddocker-compose.yml87 - /path/to/tpl:/dokuwiki/lib/tpl # REQUIRED: Change "left" path
/plugin/twcheckliste/
H A Drenderer.php.old20 var $tpl='';
48 $this->tpl = $this->getConf('template');
/plugin/ckgedit/lang/en/
H A Dstyle.txt7 …nal style sheets for other templates which you might have stored in your **tpl** folder. These wi…
/plugin/advanced/lang/en/config/
H A Dhooks.txt3 …. Just create the appropriate file in either the template directory (''lib/tpl/<template>/'') or y…
H A Duserscript.txt17 * lib/tpl/<currenttemplate>/script.js
/plugin/move/action/
H A Drename.php140 public function tpl() { function in action_plugin_move_rename
/plugin/advanced/lang/fr/config/
H A Dhooks.txt4 Créez juste le fichier approprié dans le dossier (''lib/tpl/<template>/'') ou dans le répertoire ''…
/plugin/pdftools/
H A DREADME.md35 * tpl = ```template-name```
102 …luded in the zip-file. The files are extracted directly into the ```dw2pdf/tpl``` directory. This …
/plugin/offline/ui/dokuwiki/
H A Dscreen.css1tpl/default/images/inputshadow.png) repeat-x top;}div.dokuwiki input.edit,div.dokuwiki select.edit…
/plugin/feedback/
H A Daction.php206 public function tpl($return = false) { function in action_plugin_feedback
/plugin/rating/
H A Dhelper.php57 public function tpl($inner = false) { function in helper_plugin_rating
/plugin/noticeboard/noticeboard/
H A Dstyle.css60 background:#fff url('../../tpl/default/images/buttonshadow.png');
92 background:#fff url('../../tpl/default/images/buttonshadow.png');
/plugin/noticeboard/
H A Dstyle.css60 background:#fff url('../../tpl/default/images/buttonshadow.png');
92 background:#fff url('../../tpl/default/images/buttonshadow.png');
/plugin/elasticsearch/helper/
H A Dform.php22 public function tpl($aggregations) function in helper_plugin_elasticsearch_form
/plugin/dokutexit/
H A DREADME.md141 … normal way would be to add your images in `lib/tpl/<yourtemplate>/images/pagetools` and to call `…
143 …getools` directory (coming from the [retina icon set][retina]) in the `lib/tpl/<yourtemplate>/imag…
153 Add this at the end of `lib/tpl/<yourtemplate>/css/pagetools.css`:
/plugin/findologicxmlexport/tpl/
H A Dadmin.twig1 {# findologicxmlexport/tpl/admin.twig for findologicxmlexport plugin #}
/plugin/npd/
H A DREADME.mdown34 Most likely you want to do that in the `/lib/tpl/default/main.php` inside the `<div id="bar__bottom…
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DCompiler.php670 $tpl = $this->strictCallables ? self::STRICT_IS_CALLABLE : self::IS_CALLABLE;
672 return sprintf($tpl, $variable, $variable);
/plugin/geonav/tpl/startermap/
H A Dstyle.ini5 ; a local conf/tpl/<template-folder-name>/style.ini file to prevent losing
/plugin/navi/
H A Dsyntax.php87 public function tpl($controlPage, $options = []) function in syntax_plugin_navi
/plugin/discussion/
H A Daction.php1492 $tpl = io_readFile(DOKU_PLUGIN.'discussion/_template.txt');
1528 $tpl = str_replace(array_keys($replace), array_values($replace), $tpl);
1529 return $tpl;

123456789