Home
last modified time | relevance | path

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

123456789

/plugin/lightweightcss/
H A Daction.php220 $tpl = $INPUT->str('t', $conf['template']);
221 $inifile = DOKU_INC . 'lib/tpl/' . $tpl . '/style.ini';
/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/move/action/
H A Drename.php215 public function tpl() {
140 public function tpl() { global() function in action_plugin_move_rename
/plugin/multitemplate_styleman/
H A Dcss.php16 $tpl = $_REQUEST['tpl']; variable
17 …if (preg_match('/^[a-z0-9_-]+$/iD', $tpl)) { //seems to be a valid template name, and not a code i…
18 $template = $tpl;
/plugin/navi/
H A Dsyntax.php87 public function tpl($controlPage, $options = []) function in syntax_plugin_navi
/plugin/newpagetemplate/
H A Daction.php75 $tpl = io_readFile(wikiFN($template));
85 $tpl = str_replace(trim($value[0]),hsc(trim($value[1])),$tpl);
111 $tpl = str_replace(array(
151 $tpl
155 $tpl = preg_replace_callback('/%./',
159 $tpl
163 $tpl = preg_replace("/@.*?@/ms","",$tpl);
166 $event->result=$tpl;
[all...]
H A Dadmin.php25 $tpl = $INPUT->str('tpl_file','none');
36 if($tpl == 'none') {
40 $cmdL = '-p ' .$_REQUEST['id'] . " -t $tplns:$tpl";
H A Dhelper.php38 $tpl = $this->pagefromtemplate($opts['tmpl'], $opts['page'], $opts['usrrepl'], $opts['user']);
40 echo htmlentities($tpl) . "\n";
46 echo $this->writePage($page,$tpl);
49 function writePage($page, $tpl) argument
61 saveWikiText($page, $tpl, $summary, $minor = false);
92 $tpl = io_readFile(wikiFN($template));
100 $tpl = str_replace(trim($value[0]), hsc(trim($value[1])), $tpl);
124 $tpl = str_replace(array(
159 ), $tpl);
192 process_array($pages, $newpagevars, $tpl, $user = '', $usrreplace) global() argument
224 process_single($pages, $newpagevars, $tpl, $user = '', $usrreplace) global() argument
[all...]
/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/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/offline/
H A Drenderer.php18 var $tpl=''; variable in renderer_plugin_offline
49 $this->tpl = $this->getConf('template');
/plugin/offline/ui/dokuwiki/
H A Dscreen.css1tpl/default/images/inputshadow.png) repeat-x top;}div.dokuwiki input.edit,div.dokuwiki select.edit…
/plugin/pagestat/
H A Dscript.js1939 var tpl=params_obj.template;
1942 ajax_xcall("tp.newtpl",[tpl],function(data){
/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/pdftools/tpl/checkliste/
H A DREADME.txt7 ''tpl'' folder and put your header, footers and style definitions in it.
/plugin/pdftools/tpl/checkliste2/
H A DREADME.txt7 ''tpl'' folder and put your header, footers and style definitions in it.
/plugin/pdftools/tpl/info/
H A DREADME.txt7 ''tpl'' folder and put your header, footers and style definitions in it.
/plugin/pdftools/tpl/kompakt/
H A DREADME.txt7 ''tpl'' folder and put your header, footers and style definitions in it.
/plugin/pdftools/tpl/minimal/
H A DREADME.txt7 ''tpl'' folder and put your header, footers and style definitions in it.
/plugin/pdftools/tpl/onlylogo/
H A DREADME.txt7 ''tpl'' folder and put your header, footers and style definitions in it.
/plugin/pdftools/tpl/standard/
H A DREADME.txt7 ''tpl'' folder and put your header, footers and style definitions in it.
/plugin/pubmed2020/helper/
H A Dpmid.php99 $this->tpl['class'] .= ' pubmed';
/plugin/qc/
H A Dhelper.php13 public function tpl()
12 public function tpl() global() function in helper_plugin_qc
/plugin/rating/
H A Daction.php67 $hlp->tpl(true);

123456789