Home
last modified time | relevance | path

Searched full:templates (Results 1 – 25 of 57) sorted by relevance

123

/dokuwiki/lib/plugins/extension/
H A DLocal.php26 * Get all locally installed templates
32 $templates = $this->readExtensionsFromDirectory(DOKU_INC . 'lib/tpl/');
33 ksort($templates);
34 return $templates;
H A DGuiAdmin.php17 'templates' => $html .= $this->tabTemplates(),
81 * Return the HTML for the list of installed templates
91 $templates = (new Local())->getTemplates();
94 Repository::getInstance()->initExtensions(array_keys($templates));
100 $html .= '<form action="' . $this->tabURL('templates') . '" method="post">';
103 foreach ($templates as $ext) {
H A Dplugin.info.txt6 desc Allows managing and installing plugins and templates
/dokuwiki/lib/plugins/extension/_test/
H A DLocalTest.php21 $templates = $local->getTemplates();
23 $this->assertIsArray($templates);
24 foreach ($templates as $template) {
29 $this->assertArrayHasKey('template:dokuwiki', $templates);
/dokuwiki/data/pages/wiki/
H A Dwelcome.txt16 Please be aware that not all templates support sidebars.
22 You may also want to see what [[doku>plugins|plugins]] and [[doku>templates|templates]] are availab…
/dokuwiki/lib/plugins/extension/lang/en/
H A Dintro_install.txt1 Here you can manually install plugins and templates by either uploading them or providing a direct …
H A Dintro_templates.txt1 These are the templates currently installed in your DokuWiki. You can select the template to be use…
H A Dintro_search.txt1 …to all available 3rd party [[doku>plugins|plugins]] and [[doku>template|templates]] for DokuWiki. …
/dokuwiki/lib/plugins/extension/lang/de-informal/
H A Dintro_install.txt1 Hier kannst Du Plugins und Templates von Hand installieren indem Du sie hochlädst oder eine Downloa…
H A Dintro_templates.txt1 Die folgenden Templates sind momentan in deinem DokuWiki installiert. Du kannst das zu verwendende …
H A Dintro_search.txt1 …auf alle vorhandenen [[doku>de:plugins|Plugins]] und [[doku>de:template|Templates]] für DokuWiki. …
/dokuwiki/lib/plugins/extension/lang/de/
H A Dintro_install.txt1 Hier können Sie Plugins und Templates von Hand installieren indem Sie sie hochladen oder eine Downl…
H A Dintro_templates.txt1 Dies sind die in Ihrem Dokuwiki installierten Templates. Sie können das gewünschte Template im [[?d…
H A Dintro_search.txt1 …auf alle vorhandenen [[doku>de:plugins|Plugins]] und [[doku>de:template|Templates]] für DokuWiki. …
/dokuwiki/lib/plugins/extension/lang/nl/
H A Dintro_install.txt1 Hier kunt u handmatig plugins en templates installeren door deze te uploaden of door een directe do…
H A Dintro_templates.txt1 Deze templates zijn thans in DokuWiki geïnstalleerd. U kunt een template selecteren middels [[?do=a…
H A Dintro_search.txt1 Deze tab verschaft u toegang tot alle [[doku>nl:plugins|plugins]] en [[doku>nl:template|templates]]…
/dokuwiki/lib/plugins/styling/lang/de-informal/
H A Dintro.txt1 Dieses Plugin ermöglicht es, bestimmte Designeinstellungen des ausgewählten Templates zu ändern.
/dokuwiki/lib/plugins/styling/lang/de/
H A Dintro.txt1 Dieses Plugin ermöglicht es, bestimmte Designeinstellungen des ausgewählten Templates zu ändern.
/dokuwiki/lib/plugins/extension/lang/el/
H A Dintro_search.txt1 Σε αυτή την καρτέλα έχετε πρόσβαση σε [[doku>plugins|plugins]] and [[doku>template|templates]] Dok…
/dokuwiki/lib/plugins/extension/lang/ckb/
H A Dintro_search.txt1 … بە هەموو پارتی 3یەمی بەردەست !!doku>plugins|plugins!! و <doku>template|templates!! بۆ دۆکویکی. تک…
/dokuwiki/conf/
H A Dmediameta.php17 * other functions or templates later
23 * http://www.dokuwiki.org/devel:templates:detail.php
/dokuwiki/lib/styles/
H A Dprint.css3 * regardless of the used template. Templates can override them of course
/dokuwiki/inc/Menu/Item/
H A DBack.php8 * Navigates back up one namepspace. This is currently not used in any menu. Templates
/dokuwiki/lib/plugins/styling/lang/el/
H A Dlang.php7 $lang['menu'] = 'Εμφάνιση styles προτύπων (templates)';

123