Home
last modified time | relevance | path

Searched full:template (Results 76 – 100 of 197) sorted by relevance

12345678

/dokuwiki/lib/plugins/extension/
H A DExtensionApiResponse.php11 /** @var string The type of this extension ("plugin" or "template") */
14 /** @var string The id of this extension (templates are prefixed with "template") */
/dokuwiki/inc/Menu/
H A DAbstractMenu.php12 * It contains convenience functions to display the menu in HTML, but template authors can also
78 * This is a convenience method for template authors. If you need more fine control over the
/dokuwiki/lib/tpl/dokuwiki/
H A Dstyle.ini5 ; a local conf/tpl/<template-folder-name>/style.ini file to prevent losing
10 ; Define the stylesheets your template uses here. The second value
H A Dtpl_header.php4 * Template header, included in the main and detail files
22 // get logo either out of the template images folder or data/media folder
H A Dmain.php4 * DokuWiki Default Template 2012
6 * @link http://dokuwiki.org/template
H A Dtpl_footer.php4 * Template footer, included in the main and detail files
/dokuwiki/lib/plugins/styling/lang/it/
H A Dlang.php11 $lang['error'] = 'Spiacente, questo template non supporta questa funzionalità.';
/dokuwiki/lib/plugins/styling/lang/fr/
H A Dlang.php10 $lang['menu'] = 'Paramètres de style du thème (template)';
/dokuwiki/lib/plugins/styling/
H A Dpopup.php18 // output plugin in a very minimal template:
H A Dadmin.php67 $styleUtil = new StyleUtils($conf['template'], true, true);
199 $ini .= ";These overwrites have been generated from the Template styling Admin interface\n";
216 $ini = DOKU_CONF . "tpl/" . $conf['template'] . "/style.ini";
/dokuwiki/lib/plugins/config/lang/et/
H A Dlang.php24 $lang['template'] = 'Kujundus';
/dokuwiki/lib/styles/
H A Dall.css3 * regardless of the used template. Templates can override them of course
H A Dscreen.css3 * regardless of the used template. Templates can override them of course
/dokuwiki/lib/plugins/config/lang/tr/
H A Dlang.php30 $lang['_header_template'] = 'Şablon (Template) Ayarları';
48 $lang['template'] = 'Şablon (Template)';
/dokuwiki/_test/
H A Dphpunit.xml29 <testsuite name="Template Tests">
/dokuwiki/lib/plugins/config/lang/nl/
H A Dlang.php32 $lang['_header_template'] = 'Template-instellingen';
52 $lang['template'] = 'Template ofwel het design van de wiki.';
53 $lang['tagline'] = 'Ondertitel (als het template dat ondersteunt)';
54 $lang['sidebar'] = 'Zijbalk-paginanaam (als het template dat ondersteunt), leeg veld …
/dokuwiki/lib/scripts/
H A Dfileuploaderextended.js77 // if set, will be used instead of qq-upload-list in template
80 template: '<div class="qq-uploader">' + property
90 // template for one item in file list
126 this._element.innerHTML = this._options.template;
/dokuwiki/lib/plugins/config/lang/en/
H A Dlang.php30 $lang['_header_template'] = 'Template';
58 $lang['template'] = 'Template aka. the design of the wiki.';
59 $lang['tagline'] = 'Tagline (if template supports it)';
60 $lang['sidebar'] = 'Sidebar page name (if template supports it), empty field disables the sideb…
/dokuwiki/vendor/simplepie/simplepie/src/HTTP/
H A DParser.php12 * @template Psr7Compatible of bool
240 … // For PHPStan: should be enforced by template parameter but PHPStan is not smart enough.
245 … // For PHPStan: should be enforced by template parameter but PHPStan is not smart enough.
255 … // For PHPStan: should be enforced by template parameter but PHPStan is not smart enough.
260 … // For PHPStan: should be enforced by template parameter but PHPStan is not smart enough.
/dokuwiki/lib/plugins/config/lang/de/
H A Dlang.php46 $lang['_header_template'] = 'Template';
66 $lang['template'] = 'Designvorlage (Template)';
67 $lang['tagline'] = 'Tag-Linie (nur, wenn vom Template unterstützt)';
68 $lang['sidebar'] = 'Name der Sidebar-Seite (nur, wenn vom Template unterstützt), ein …
/dokuwiki/lib/plugins/config/core/Setting/
H A DSetting.php174 * 'template' for template configuration
184 return 'template';
/dokuwiki/lib/plugins/config/lang/de-informal/
H A Dlang.php30 $lang['_header_template'] = 'Template';
50 $lang['template'] = 'Vorlage';
51 $lang['tagline'] = 'Tag-Linie (nur, wenn vom Template unterstützt)';
52 $lang['sidebar'] = 'Name der Sidebar-Seite (nur, wenn vom Template unterstützt), ein …
/dokuwiki/lib/plugins/config/
H A Dadmin.php117 } elseif ($first_template_fieldset && $setting->getType() == 'template') {
232 $labels = ['dokuwiki' => [], 'plugin' => [], 'template' => []];
244 foreach (['dokuwiki', 'plugin', 'template'] as $section) {
/dokuwiki/lib/plugins/extension/lang/de-informal/
H A Dlang.php63 $lang['status_template'] = 'Template';
91 $lang['notplperms'] = 'Das Template-Verzeichnis ist schreibgeschützt';
/dokuwiki/lib/plugins/config/lang/is/
H A Dlang.php21 $lang['template'] = 'Mát';

12345678