Home
last modified time | relevance | path

Searched refs:template (Results 451 – 475 of 695) sorted by path

1...<<11121314151617181920>>...28

/plugin/mikioplugin/
H A DREADME.md8 This plugin can be used by itself, however is designed to complement the [Mikio DokuWiki template](http://dokuwiki.org/template:mikio).
14 If you have the [Mikio DokuWiki template](http://dokuwiki.org/template:mikio) 2022-10-31 onwards installed, the `/assets/variables.css` will be ignored as the template adds the variables itself. These can be edited using
124 - Updated CSS to use CSS Variables (supporting switchable themes and style editor within Mikio template). Thanks chrbinder.
125 - variables.css no longer included if the mikio template is installed, active and version 2022-10-31 or greator
/plugin/mikioplugin/assets/
H A Dstyles.less848 grid-template-columns: 33.333333% 66.666667%;
/plugin/miniblog/
H A DREADME12 2. Displaying a list of blog entries when using 'twentyfifteen' template
/plugin/minimap/
H A DREADME.md112 … * The list items have no a left margin of 0. It was overwritten by the standard dokuwiki template
/plugin/multitemplate_styleman/
H A Daction.php45 $template = NULL;
51 $template = $matches[1];
53 if (isset($template)) {
67 … $href = DOKU_BASE.'lib/plugins/multitemplate_styleman/css.php?tpl=' . $template;
69 … $href = DOKU_BASE.'lib/plugins/multitemplate_styleman/css.php' . $params . '&tpl=' . $template;
H A Dcss.php14 $template = NULL; variable
18 $template = $tpl; variable
23 if (isset($template)) {
28 define('DOKU_TPL', $DOKU_BASE.'lib/tpl/' . $template .'/');
29 define('DOKU_TPLINC',realpath(dirname(__FILE__).'/../../') . '/tpl/' . $template .'/');
39 if (isset($template))
40 $conf['template'] = $template;
/plugin/mytemplate/
H A DREADME61 Use in the template would then look like this:
75 … this can be used to add comments to your template page or temporarily disable part of it.
117 [INCLUDE:namespace:foo:template]
122 template page and only that will be displayed.
/plugin/navi/
H A Dstyle.less23 * Fix conflict with rules for .close in the bootrap3 template
/plugin/newpagetemplate/
H A Dhelper.php6 public $template; variable in helper_plugin_newpagetemplate
13 $template = $opts['tmpl'];
34 if (!empty($template)) {
36 echo "Template: $template \n";
85 function pagefromtemplate($template, $page, $newpagevars, $user = "") argument
92 $tpl = io_readFile(wikiFN($template));
H A Dplugin.info.txt6 desc Load namespace-style template into new file from URL
/plugin/newpagetemplate/lang/en/
H A Dhowto.txt1 This admin app is a GUI for the command line plugin that is described in the [[doku>plugin:newpagetemplate:cmdline|]] documentation. It has four options, corresponding to the main command line options.: ''Ini file'', ''Template'', ''Page id'', and ''User replacements''. These options enable you to process a single page using the selected page and template or one or more pages using one or more templates using an initialization file.
3 If you choose both ''ini file'' and ''Page id'', ''Page id'' will take precedence. If you choose ''Page id'', you must choose a template. The ''User replacements'' are the ''newpagevars'' that are explained in the [[doku>plugin:newpagetemplate#usage|newpagetemplate]] documentation. If you choose an initialization file, you can use the ''User replacements'' option to add replacements to those in the initialization file.
/plugin/news/scripts/
H A Dnewsfeed.ini3 ; use the default entry as your template
/plugin/noiewarning/
H A DChangeLog24 * DokuWiki page: adapted to new Plugin Team template
/plugin/npd/
H A DREADME.mdown25 This plugin requires the modification of the template (Often `main.php`). Decide where
26 you want to insert the *Create New Page* button in your template and insert the following code:
50 Exception: The template DokuBook has New Page Dialog already implemented. (Configure to type `link`…
/plugin/nstoc/
H A Dsyntax_plugin_nstoc.css67 /* Make sure, no template settings enter here */
/plugin/oauth/vendor/lusitanian/oauth/
H A Dcomposer.lock27 "phpunit/php-text-template": ">=1.2.0@stable",
119 "name": "phpunit/php-text-template",
123 "url": "https://github.com/sebastianbergmann/php-text-template.git",
128 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
152 "description": "Simple template engine.",
153 "homepage": "https://github.com/sebastianbergmann/php-text-template/",
155 "template"
274 "phpunit/php-text-template": "~1.1",
339 "phpunit/php-text-template": ">=1.1.1@stable"
/plugin/odp/
H A Drenderer.php34 var $template = ""; variable in renderer_plugin_odp
318 if ($this->template) { // template chosen
319 …if (file_exists($conf['mediadir'].'/'.$this->getConf("tpl_dir")."/".$this->template)) { //template…
323 ….$this->_xmlEntities( sprintf($this->getLang('tpl_not_found'),$this->template,$this->getConf("tpl_…
426 $template_path = $conf['mediadir'].'/'.$this->getConf("tpl_dir")."/".$this->template;
H A Dsyntax.php86 $renderer->template = $info_value;
/plugin/odt/
H A DChangeLog.txt179 * renderer.php: Add manifest entries when using template
195 * renderer.php: Add options to cut off a part of the ODT template
196 * renderer.php: Better tag replacement in the template ODT file
230 * renderer.php: extract template before checking for the styles
H A Dexample.css6 * the configured template directory ('tpl_dir') and set it under
/plugin/odt/ODT/
H A DODTDocument.php848 public function importODTStyles($template=NULL, $tempDir=NULL) { argument
849 ODTImport::importODTStyles($this->params, $template, $tempDir);
H A DODTExport.php133 …nternalParams $params, $meta=null, $userfields=null, $pagestyles=null, $template=NULL, $tempDir=NU… argument
137 if (!isset($template) || !isset($tempDir)) {
148 $ZIPextract->open($template);
150 $ZIPextract->open($template);
153 throw new Exception(' Error extracting the zip archive:'.$template.' to '.$tempDir);
253 …nternalParams $params, $meta=null, $userfields=null, $pagestyles=null, $template=NULL, $tempDir=NU… argument
254 if ( !isset($template) ) {
257 … self::buildFromODTTemplate($params, $meta, $userfields, $pagestyles, $template, $tempDir);
H A DODTImport.php869 … static public function importODTStyles(ODTInternalParams $params, $template=NULL, $tempDir=NULL){ argument
870 if (!isset($template) || !isset($tempDir)) {
881 $ZIPextract->open($template);
885 throw new Exception(' Error extracting the zip archive:'.$template.' to '.$tempDir);
/plugin/odt/action/
H A Dexport.php377 $template = $this->getConf("odt_template");
378 $template = $INPUT->get->str('odt_template', $template, true);
383 . $template
/plugin/odt/helper/
H A Dconfig.php586 $template = $this->getParam ('template');
587 if ( $name == 'template' && !empty($template) ) {
638 $template = $this->getParam ('template');
640 if (!empty($template) && empty($odt_template)) {

1...<<11121314151617181920>>...28