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 26 – 50 of 78) sorted by relevance

1234

/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/inc/
H A Ddeprecated.php492 * @param string $template Mail template ('subscr_digest', 'subscr_single', 'mailtext', ...)
500 public function send_diff($subscriber_mail, $template, $id, $rev = null, $summary = '') {
503 return $subscriptionSender->sendPageDiff($subscriber_mail, $template, $id, $rev, $summary);
512 * @param string $template Mail template ('uploadmail', ...)
518 public function send_media_diff($subscriber_mail, $template, $id, $rev = false) {
521 return $subscriptionSender->sendMediaDiff($subscriber_mail, $template, $id, $rev);
498 send_diff($subscriber_mail, $template, $id, $rev = null, $summary = '') global() argument
516 send_media_diff($subscriber_mail, $template, $id, $rev = false) global() argument
/dokuwiki/lib/plugins/extension/helper/
H A Drepository.php105 * Get the remote data of an individual plugin or template
107 * @param string $name The plugin name to get the data for, template names need to be prefix by 'template:'
H A Dgui.php64 * Display the template tab
88 $extension->setExtension("template:$name");
149 * Display the template tab
H A Dlist.php183 $class = ($extension->isTemplate()) ? 'template' : 'plugin';
243 'lib/plugins/extension/images/template.png" />';
441 * Plugin/template details
646 * Plugin/template status
/dokuwiki/lib/plugins/styling/
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/tpl/dokuwiki/
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/scripts/
H A Dfileuploaderextended.js77 // if set, will be used instead of qq-upload-list in template
80 template: '<div class="qq-uploader">' +
90 // template for one item in file list
126 this._element.innerHTML = this._options.template;
/dokuwiki/lib/plugins/config/core/Setting/
H A DSetting.php174 * 'template' for template configuration
184 return 'template';
/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/bin/
H A Dstriplangs.php72 * @param string $path path to plugin or template dir
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dsmarty.php10 * Smarty template language file for GeSHi.
49 '$smarty', 'now', 'const', 'capture', 'config', 'section', 'foreach', 'template', 'version', 'ldelim', 'rdelim',
H A Dcss.php205 'grid-template',
206 'grid-template-areas',
207 'grid-template-rows',
208 'grid-template-columns',
H A Dgo.php244 'tar.Header', 'tar.Reader', 'tar.Writer', 'template.Error',
245 'template.FormatterMap', 'template.Template', 'testing.Benchmark',
H A Dzxbasic.php6 * Based on Copyright: (c) 2005 Roberto Rossi (http://rsoftware.altervista.org) Freebasic template
H A Dq.php77 # kdb database template keywords
H A Dnimrod.php76 'template', 'try', 'tuple', 'type',
/dokuwiki/conf/
H A Ddokuwiki.php19 $conf['template'] = 'dokuwiki'; //see lib/tpl directory
20 $conf['tagline'] = ''; //tagline in header (if template supports it)
21 $conf['sidebar'] = 'sidebar'; //name of sidebar in root namespace (if template supports it)
/dokuwiki/data/pages/wiki/
H A Ddokuwiki.txt42 * [[doku>Template|How to create and use templates]]
/dokuwiki/vendor/simplepie/simplepie/src/
H A DRegistry.php188 * @template T
216 * @template T class-string $type
/dokuwiki/lib/exe/
H A Dcss.php50 // decide from where to get the template
53 $tpl = $conf['template'];
86 // load template styles
244 'If you recently installed a new plugin or template it ' .
339 * overwritten in the template or userstyles.
H A Dmediamanager.php130 include(template('mediamanager.php'));
/dokuwiki/lib/plugins/extension/
H A Dstyle.less43 // tab layout - most of it is in the main template

1234