Searched refs:tpl (Results 1 – 9 of 9) sorted by relevance
/dokuwiki/inc/ |
D | StyleUtils.php | 13 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);
|
D | template.php | 49 * @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 …]
|
D | common.php | 1116 $tpl = str_replace( 1155 $tpl 1159 $tpl = preg_replace_callback( 1162 $tpl 1164 $data['tpl'] = $tpl; 1165 return $tpl; 1324 $tpl = 'mailtext'; 1337 $tpl = 'subscr_single'; 1344 return $subscription->sendPageDiff($to, $tpl, $id, $rev, $summary, $current_rev);
|
/dokuwiki/lib/exe/ |
D | js.php | 44 $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) argument 311 $templatestrings[$tpl] = $lang['js'];
|
D | css.php | 51 $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/ |
D | ExtensionTest.php | 59 $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/ |
D | deleted.files | 244 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/ |
D | .gitignore | 44 /lib/tpl/* 45 !/lib/tpl/dokuwiki 46 !/lib/tpl/index.php
|
/dokuwiki/lib/tpl/dokuwiki/ |
D | style.ini | 5 ; a local conf/tpl/<template-folder-name>/style.ini file to prevent losing
|