Home
last modified time | relevance | path

Searched refs:conf (Results 126 – 150 of 978) sorted by last modified time

12345678910>>...40

/template/bulma/
H A Ddetail.php15 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang']?>"
16 lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction'] ?>" class="no-js">
21 [<?php echo strip_tags($conf['title'])?>]
/template/twigstarter/
H A DTemplateController.php28 global $conf;
43 $cache = $conf['cachedir'] . '/twig';
46 'cache' => $conf['allowdebug'] ? false : $cache,
47 'debug' => $conf['allowdebug'],
60 global $conf;
70 $classname = '\\dokuwiki\\template\\' . $conf['template'] . '\\CustomController';
83 if ($conf['allowdebug']) {
119 global $conf;
123 $classname = '\\dokuwiki\\template\\' . $conf['template'] . '\\' . $class;
145 global $conf;
[all …]
/template/strap/_test/
H A DtplUtilityTest.php20 global $conf;
22 $conf ['template'] = 'strap';
182 // $formsOutput = $setting->out("conf");
184 //\$conf['tpl']['$strapName']['$strapKey'] = '$expectedValue';
193 // $conf = [];
195 // $this->assertEquals($expectedValue, $conf["tpl"]["strap"][$strapKey], "Good value in config");
198 // * The conf has been messed up
231 // $formsOutput = $setting->out("conf");
233 //\$conf['tpl']['$strapName']['$strapKey'] = '$expectedValue';
241 // $conf
[all...]
H A DconfigTest.php28 global $conf;
30 $conf['template'] = 'strap';
52 global $conf;
53 $conf['useacl'] = 1;
55 $conf['superuser'] = $user;
64 * The conf identifier used as id in the pae configuration
74 * Test to ensure that every conf['...'] entry
75 * in conf/default.php has a corresponding meta['...'] entry in conf/metadata.php.
79 $conf
[all...]
H A DstrapTest.php24 global $conf;
26 $conf ['template'] = 'strap';
170 * Test the Jquery conf
464 global $conf;
465 $conf['useacl'] = 1;
467 $conf['superuser'] = $user;
618 * with default conf
/template/strap/class/
H A DTplUtility.php61 * This conf is a mix between the version and the stylesheet
109 * of conf in test
161 global $conf;
165 if (!$conf['breadcrumbs']) return false;
497 global $conf;
498 if ($conf['template'] == TplUtility::TEMPLATE_NAME) {
527 global $conf;
528 $startPageName = $conf["start"];
538 global $conf;
539 $conf['tp
[all...]
/template/strap/conf/
H A Ddefault.php27 $conf['useCDN'] = 1;
30 $conf['debug'] = 1;
36 $conf["bootstrapVersionStylesheet"] = "5.0.1 - bootstrap";
38 $conf['gridColumns'] = 12;
40 $conf['gridColumns'] = 12;
43 $conf['preloadCss'] = 0;
45 $conf['preloadCss'] = 0;
50 $conf['privateRailbar'] = 0;
54 $conf['breakpointRailbar'] = "large";
59 $conf['jQueryDok
[all...]
/template/strap/
H A Ddetail.php14 global $conf;
37 <html lang="<?php echo $conf['lang'] ?>" dir="<?php echo $lang['direction'] ?>" class="no-js">
56 [<?php echo strip_tags($conf['title']) ?>]
H A Dmain.php15 global $conf;
222 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang'] ?>" lang="<?php echo $conf['lang'] ?>"
H A Dstyle.ini5 ; a local conf/tpl/<template-folder-name>/style.ini file to prevent losing
/template/khum1/conf/
H A Ddefault.php9 $conf["khum1_userpage"] = true; //TRUE: use/show user pages
10 $conf["khum1_userpage_ns"] = "user:"; //namespace to use for user page storage
/template/khum1/
H A Ddetail.php15 <html lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction'] ?>" class="no-js">
20 [<?php echo strip_tags($conf['title'])?>]
H A Dmain.php15 $hasSidebar = page_findnearest($conf['sidebar']);
21 <title><?php tpl_pagetitle() ?> [<?php echo strip_tags($conf['title']) ?>]</title>
64 '<img src="'.$logo.'" '.$logoSize[3].' alt="'.$conf['title'].'" /> ',
65 'accesskey="h" title="[H] '.$conf['title'].'"'
68 <?php if ($conf['tagline']): ?>
69 <p class="claim"><?php echo $conf['tagline']; ?></p>
95 <?php tpl_include_page($conf['sidebar'], true, true) ?>
151 $target = ($conf['target']['extern']) ? 'target="'.$conf['target']['extern'].'"' : '';
188 <?php if ($conf['useacl']): ?>
230 <?php if($conf['youarehere']): ?>
[all …]
H A Dstyle.ini5 ; a local conf/tpl/<template-folder-name>/style.ini file to prevent losing
H A Dmediamanager.php13 <html lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction'] ?>" class="popup no-js">
18 [<?php echo strip_tags($conf['title'])?>]
/template/bootstrap3/
H A Dmain.php18 <html xmlns="http://www.w3.org/1999/xhtml" lang="<?php echo $conf['lang'] ?>" dir="<?php echo $lang['direction'] ?>" class="no-js">
H A Dmediamanager.php17 <html xmlns="http://www.w3.org/1999/xhtml" lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction'] ?>" class="popup no-js">
21 <title><?php echo hsc($lang['mediaselect'])?> [<?php echo strip_tags($conf['title'])?>]</title>
H A Dstyle.ini5 ; a local conf/tpl/<template-folder-name>/style.ini file to prevent losing
H A DTemplate.php182 $file = $this->tplDir . 'conf/metadata.php';
200 global $ACT, $INFO, $ID, $conf;
262 return page_findnearest($conf['sidebar'], $this->getConf('useACL'));
535 global $conf;
548 if (!$conf['fullpath']) {
550 $fn = str_replace(fullpath($conf['olddir']) . '/', '', $fn);
552 $fn = str_replace(fullpath($conf['datadir']) . '/', '', $fn);
706 global $conf, $license, $lang;
708 $target = $conf['target']['extern'];
709 $lic = $license[$conf['licens
[all...]
H A Dcss.php93 global $conf;
104 $themes_filename = DOKU_CONF . 'bootstrap3.themes.conf';
/template/bootstrap3/_test/
H A Dgeneral.test.php38 * Test to ensure that every conf['...'] entry in conf/default.php has a corresponding meta['...'] entry in
39 * conf/metadata.php.
43 $conf_file = __DIR__ . '/../conf/default.php';
49 $meta_file = __DIR__ . '/../conf/metadata.php';
56 gettype($conf),
58 'Both conf/default.php and conf/metadata.php have to exist and contain the same keys.'
61 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
62 foreach ($conf a
[all...]
/template/bootstrap3/compat/inc/
H A Dfunctions.php138 global $ACT, $conf, $ID, $INFO;
143 'tpl_' . $conf['template'],
146 ($ID == $conf['start']) ? 'home' : '',
/template/bootstrap3/tpl/
H A Dbadges.php10 global $conf;
18 <a href="https://www.dokuwiki.org/template:bootstrap3" title="Bootstrap template for DokuWiki" target="<?php echo $conf['target']['extern'] ?>">
24 <a href="https://www.php.net" title="Powered by PHP" target="<?php echo $conf['target']['extern'] ?>">
30 <a href="http://validator.w3.org/check/referer" title="Valid HTML5" target="<?php echo $conf['target']['extern'] ?>">
36 <a href="http://jigsaw.w3.org/css-validator/check/referer?profile=css3" title="Valid CSS" target="<?php echo $conf['target']['extern'] ?>">
42 <a href="https://www.dokuwiki.org/" title="Driven by DokuWiki" target="<?php echo $conf['target']['extern'] ?>">
H A Dbreadcrumbs.php10 global $conf;
14 <?php if ($conf['youarehere'] || $conf['breadcrumbs']): ?>
20 <?php if($conf['youarehere']): ?>
26 <?php if($conf['breadcrumbs']): ?>
H A Dfooter.php10 global $conf;
14 $license_is_enabled = $conf['license'];
20 $wiki_title = $conf['title'];
21 $wiki_tagline = ($conf['tagline']) ? '<span class="dw__tagline">'.$conf['tagline'].'</span>' : '';

12345678910>>...40