Home
last modified time | relevance | path

Searched refs:tpl (Results 1 – 7 of 7) sorted by last modified time

/dokuwiki/inc/
H A Dtemplate.php38 if (@is_readable(DOKU_INC . 'lib/tpl/' . $conf['template'] . '/' . $file))
39 return DOKU_INC . 'lib/tpl/' . $conf['template'] . '/' . $file;
41 return DOKU_INC . 'lib/tpl/dokuwiki/' . $file; argument
49 * @param string $tpl The template to use, default to current one
54 function tpl_incdir($tpl = '')
57 if (!$tpl) $tpl = $conf['template'];
58 return DOKU_INC . 'lib/tpl/' . $tpl . '/';
66 * @param string $tpl Th
56 tpl_basedir($tpl = '') global() argument
[all...]
H A DStyleUtils.php13 protected $tpl;
33 * @param string $tpl template name: if not passed as argument, the default value from $conf will be used
37 public function __construct($tpl = '', $preview = false, $reinit = false)
39 if (!$tpl) {
41 $tpl = $conf['template'];
43 $this->tpl = $tpl;
94 $inifile = str_replace('%TEMPLATE%', $this->tpl, $inifile);
146 "Please contact developer of \"$this->tpl\" template.", 2);
149 msg("Stylesheet $file not found, please contact the developer of \"$this->tpl\" templat
14 protected $tpl; global() variable in dokuwiki\\StyleUtils
38 __construct($tpl = '', $preview = false, $reinit = false) global() argument
[all...]
H A Dcommon.php1083 'tpl' => '', // the text used as template
1091 if (empty($data['tpl'])) {
1110 $data['tpl'] = io_readFile($data['tplfile']);
1117 return $data['tpl'];
1133 * @var string $tpl the text used as template
1148 $tpl = str_replace(
1187 $tpl
1191 $tpl = preg_replace_callback(
1194 $tpl
1196 $data['tpl']
[all...]
/dokuwiki/lib/exe/
H A Djs.php44 $tpl = trim(preg_replace('/[^\w-]+/', '', $INPUT->str('t')));
45 if (!$tpl) $tpl = $conf['template'];
72 tpl_incdir($tpl) . 'script.js',
103 echo "var DOKU_TPL = '" . tpl_basedir($tpl) . "';";
118 $templatestrings = js_templatestrings($tpl);
278 * @param string $tpl
281 function js_templatestrings($tpl)
311 $templatestrings[$tpl] = $lang['js'];
276 js_templatestrings($tpl) global() argument
H A Dcss.php51 $tpl = trim(preg_replace('/[^\w-]+/', '', $INPUT->str('t')));
52 if (!$tpl) {
53 $tpl = $conf['template'];
57 $styleUtil = new StyleUtils($tpl, $INPUT->bool('preview'));
61 $tplinc = tpl_incdir($tpl);
64 $cache_files[] = DOKU_CONF . "tpl/$tpl/style.ini";
120 $tpl .
/dokuwiki/lib/tpl/dokuwiki/
H A Dstyle.ini5 ; a local conf/tpl/<template-folder-name>/style.ini file to prevent losing
/dokuwiki/data/
H A Ddeleted.files228 lib/tpl/dokuwiki/css/_search.css
248 lib/tpl/dokuwiki/css/_admin.css
252 lib/tpl/dokuwiki/css/mixins.less
616 lib/tpl/default/_admin.css
617 lib/tpl/default/_fileuploader.css
618 lib/tpl/default/_linkwiz.css
619 lib/tpl/default/_mediamanager.css
620 lib/tpl/default/_mediaoptions.css
621 lib/tpl/default/_subscription.css
622 lib/tpl/defaul
[all...]