Home
last modified time | relevance | path

Searched refs:tpl (Results 1 – 9 of 9) sorted by relevance

/dokuwiki/inc/
H A DStyleUtils.php13 protected $tpl; variable in dokuwiki\\StyleUtils
33 …* @param string $tpl template name: if not passed as argument, the default value from $conf will b…
37 public function __construct($tpl = '', $preview = false, $reinit = false) argument
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\" template.", 2);
167 return tpl_basedir($this->tpl);
H A Dtemplate.php49 * @param string $tpl The template to use, default to current one
54 function tpl_incdir($tpl = '') argument
57 if (!$tpl) $tpl = $conf['template'];
58 return DOKU_INC . 'lib/tpl/' . $tpl . '/';
66 * @param string $tpl The template to use, default to current one
71 function tpl_basedir($tpl = '') argument
74 if (!$tpl) $tpl = $conf['template'];
75 return DOKU_BASE . 'lib/tpl/' . $tpl . '/';
1287 $tpl = $conf['template'];
1293 if (isset($conf['tpl'][$tpl][$key])) continue;
[all …]
H A Dcommon.php1117 $tpl = str_replace(
1156 $tpl
1160 $tpl = preg_replace_callback(
1163 $tpl
1165 $data['tpl'] = $tpl;
1166 return $tpl;
1325 $tpl = 'mailtext';
1338 $tpl = 'subscr_single';
1345 return $subscription->sendPageDiff($to, $tpl, $id, $rev, $summary, $current_rev);
/dokuwiki/lib/exe/
H A Djs.php45 $tpl = trim(preg_replace('/[^\w-]+/', '', $INPUT->str('t')));
46 if (!$tpl) $tpl = $conf['template'];
73 tpl_incdir($tpl) . 'script.js',
104 echo "var DOKU_TPL = '" . tpl_basedir($tpl) . "';";
119 $templatestrings = js_templatestrings($tpl);
279 * @param string $tpl
282 function js_templatestrings($tpl) argument
312 $templatestrings[$tpl] = $lang['js'];
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/plugins/extension/_test/
H A DExtensionTest.php59 $extension = Extension::createFromDirectory(__DIR__.'/../../../tpl/dokuwiki/');
66 $this->assertEquals(DOKU_INC.'lib/tpl/dokuwiki', $extension->getCurrentDir());
67 $this->assertEquals(DOKU_INC.'lib/tpl/dokuwiki', $extension->getInstallDir());
/dokuwiki/data/
H A Ddeleted.files244 lib/tpl/dokuwiki/css/_search.css
264 lib/tpl/dokuwiki/css/_admin.css
268 lib/tpl/dokuwiki/css/mixins.less
632 lib/tpl/default/_admin.css
633 lib/tpl/default/_fileuploader.css
634 lib/tpl/default/_linkwiz.css
635 lib/tpl/default/_mediamanager.css
636 lib/tpl/default/_mediaoptions.css
637 lib/tpl/default/_subscription.css
638 lib/tpl/default/_tabs.css
[all …]
/dokuwiki/
H A D.gitignore44 /lib/tpl/*
45 !/lib/tpl/dokuwiki
46 !/lib/tpl/index.php
/dokuwiki/lib/tpl/dokuwiki/
H A Dstyle.ini5 ; a local conf/tpl/<template-folder-name>/style.ini file to prevent losing