Home
last modified time | relevance | path

Searched +full:template -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 25 of 97) sorted by relevance

1234

/dokuwiki/lib/plugins/extension/_test/testdata/tplsub6/tplfoo6/
H A Dtemplate.info.txt5 name Dummy Template
6 desc Dummy template data
7 url http://example.com/template:template6
/dokuwiki/lib/plugins/extension/_test/testdata/template2/
H A Dtemplate.info.txt5 name Dummy Template
6 desc Dummy template data
7 url http://example.com/template:template2
/dokuwiki/lib/plugins/extension/_test/testdata/tplfoo5/
H A Dtemplate.info.txt5 name Dummy Template
6 desc Dummy template data
7 url http://example.com/template:template5
/dokuwiki/lib/plugins/extension/_test/testdata/multi/mtpl4/
H A Dtemplate.info.txt5 name Dummy Template
6 desc Dummy template data
7 url http://example.com/template:multi4
/dokuwiki/lib/plugins/extension/_test/testdata/tplsub4/template4/
H A Dtemplate.info.txt5 name Dummy Template
6 desc Dummy template data
7 url http://example.com/template:template4
/dokuwiki/lib/plugins/extension/_test/testdata/multi/mtpl5/
H A Dtemplate.info.txt5 name Dummy Template
6 desc Dummy template data
7 url http://example.com/template:multi5
/dokuwiki/lib/tpl/dokuwiki/
H A Dtemplate.info.txt5 name DokuWiki Template
6 desc DokuWiki's default template since 2012
7 url https://www.dokuwiki.org/template:dokuwiki
/dokuwiki/lib/plugins/extension/_test/
H A DInstallerTest.php32 'template1' => ['template1', ['template1' => 'template']],
33 'tplfoo5' => ['tplfoo5', ['template5' => 'template']],
34 'tplsub3' => ['tplsub3', ['template3' => 'template']],
35 'tplsub4' => ['tplsub4', ['template4' => 'template']],
36 'tplsub6' => ['tplsub6', ['template6' => 'template']],
41 'multi4' => 'template',
42 'multi5' => 'template'
H A DLocalTest.php24 foreach ($templates as $template) {
25 $this->assertInstanceOf(Extension::class, $template);
26 $this->assertTrue($template->isTemplate());
29 $this->assertArrayHasKey('template:dokuwiki', $templates);
56 $this->assertArrayHasKey('template:dokuwiki', $extensions);
H A DExtensionTest.php55 * Run checks against the dokuwiki template
62 $this->assertEquals('template', $extension->getType());
64 $this->assertEquals('template:dokuwiki', $extension->getId());
65 $this->assertEquals('`template:dokuwiki`', $extension->getId(true));
68 $this->assertEquals('DokuWiki Template', $extension->getDisplayName());
72 $this->assertStringContainsString('default template', $extension->getDescription());
73 $this->assertEquals('https://www.dokuwiki.org/template:dokuwiki', $extension->getURL());
75 $this->assertContains('Template', $extension->getComponentTypes());
83 $this->assertTrue($extension->isProtected()); // protected because it's the current template
/dokuwiki/inc/Subscriptions/
H A DSubscriptionSender.php51 * @param string $template The name of the mail template
53 * template (in text format)
55 * template (in HTML format), null to default to $trep
62 …protected function send($subscriber_mail, $subject, $context, $template, $trep, $hrep = null, $hea… argument
67 $text = rawLocale($template);
73 if (in_array($template, ['subscr_list', 'subscr_digest'])) {
H A DMediaSubscriptionSender.php13 * @param string $template Mail template ('uploadmail', ...)
18 …public function sendMediaDiff($subscriber_mail, $template, $id, $rev = false, $current_rev = false) argument
42 $this->send($subscriber_mail, 'upload', $id, $template, $trep, null, $headers);
H A DPageSubscriptionSender.php15 …* @param string $template Mail template ('subscr_digest', 'subscr_single', 'mailtext', ..…
23 …public function sendPageDiff($subscriber_mail, $template, $id, $rev = null, $summary = '', $curren… argument
78 $template,
/dokuwiki/lib/tpl/
H A Dindex.php4 * This file reads the style.ini of the used template and displays the
22 <title>Template Replacements</title>
50 $styleUtils = new \dokuwiki\StyleUtils($conf['template']);
55 echo "<caption>" . hsc($conf['template']) . "'s style.ini</caption>";
69 …echo "<p>Non-existent or invalid template or style.ini: <strong>" . hsc($conf['template']) . "</st…
/dokuwiki/lib/plugins/config/core/
H A DLoader.php20 /** @var string current template */
21 protected $template; variable in dokuwiki\\plugin\\config\\core\\Loader
33 $this->template = $conf['template'];
41 * Reads the main file, plugins and template settings meta data
63 // current template
69 $this->template
79 * Reads the main file, plugins and template defaults
101 // current template
107 $this->template
142 // current template
[all …]
/dokuwiki/inc/
H A DStyleUtils.php8 * Reads and applies the template's style.ini settings
12 /** @var string current template */
33 …* @param string $tpl template name: if not passed as argument, the default value from $conf will b…
41 $tpl = $conf['template'];
51 * Loads and merges style.ini files from template and config and prepares
93 // replace the placeholder with the name of the current template
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);
158 * Style resources are relative to the template directory for the main (default) styles
H A Dload.php34 'template.php',
188 * Check if the class is a namespaced template class
195 // template namespace
196 if ($this->prefixStrip($classPath, 'dokuwiki/template/')) {
200 $template = substr($classPath, 0, strpos($classPath, '/'));
205 ErrorHandler::showExceptionMsg($e, "Error loading template $template");
/dokuwiki/vendor/splitbrain/lesserphp/src/Functions/
H A DStrings.php56 $template = $this->lessc->compileValue($this->lessc->unwrap($string));
59 if (preg_match_all('/%[dsa]/', $template, $m)) {
71 $template = preg_replace(
74 $template,
81 return ['string', $d, [$template]];
/dokuwiki/lib/exe/
H A Dopensearch.php21 $ico = DOKU_URL . 'lib/tpl/' . $conf['template'] . '/images/favicon.ico';
23 $ico = DOKU_URL . 'lib/tpl/' . $conf['template'] . '/favicon.ico';
34 echo ' <Url type="text/html" template="' . DOKU_URL . DOKU_SCRIPT . '?do=search&amp;id={searchTerm…
35 echo ' <Url type="application/x-suggestions+json" template="' .
H A Djs.php44 // decide from where to get the template
46 if (!$tpl) $tpl = $conf['template'];
121 $lang['js']['template'] = $templatestrings;
274 * Return an two-dimensional array with strings from the language file of current active template.
277 * - Nothing is returned for template without an entry for $lang['js']
292 foreach ($config_cascade['lang']['template'] as $config_file) {
293 if (file_exists($config_file . $conf['template'] . '/en/lang.php')) {
294 include($config_file . $conf['template'] . '/en/lang.php');
304 foreach ($config_cascade['lang']['template'] as $config_file) {
305 if (file_exists($config_file . $conf['template'] . '/' . $conf['lang'] . '/lang.php')) {
[all …]
H A Ddetail.php43 //start output and load template
45 include(template('detail.php'));
/dokuwiki/lib/scripts/
H A Dhelpers.js63 … 'if this is in a template try updating the template or switching to the "dokuwiki" template.',
/dokuwiki/lib/plugins/extension/_test/testdata/multi/mpl1/
H A Dplugin.info.txt7 url http://example.com/template:multi1
/dokuwiki/lib/plugins/extension/_test/testdata/multi/mpl2/
H A Dplugin.info.txt7 url http://example.com/template:multi2
/dokuwiki/lib/plugins/extension/_test/testdata/multi/mpl3/
H A Dplugin.info.txt7 url http://example.com/template:multi3

1234