Home
last modified time | relevance | path

Searched refs:template (Results 76 – 100 of 695) sorted by relevance

12345678910>>...28

/plugin/loadskin/lang/en/
H A Dintro.txt3 …s/namespaces in your wiki. Please note, a user selecting a template via the optional template swit…
5 … you specify a different template for a wiki page ''wiki'' all other pages inside the ''wiki:'' na…
/plugin/deletepagebutton/
H A Dscript.js11 let template = JSINFO.deletepagebutton_template;
15 switch (template) {
30 + "&title=Confirmation+dialog+not+working+with+" + template + "+template"
33 "DokuWiki DeletePageButton plugin: Template '" + template + "' "
/plugin/dontfeedtemplates/
H A DREADME.md7 TemplatePageName to change the default template names, chances are high that
8 you will not start you template with one of these three characters to make your
9 template editable online. In that case, you will have the template page listed
12 This plugin makes sure these template pages do not appear in namespace listing
15 By default, the plugin will get the template page names from the
18 special template files (or if you use another plugin to achieve the same goal
21 specify yourself the template page names for the two kinds of DokuWiki's
/plugin/combo/resources/theme/default/pages/templates/
H A Dholy.css11 grid-template-areas: "page-side page-main";
12 grid-template-columns: minmax(min-content,1fr) 3fr;
30 grid-template-columns: minmax(min-content,1fr) 5fr;
37 grid-template-columns: [main] 7fr [side] minmax(auto,2fr);
40 grid-template-areas: unset;
/plugin/farmer/admin/
H A Dnew.php51 $data['template'],
82 $form->addFieldsetOpen($this->getLang('animal template'));
145 $template = $INPUT->filter('trim')->str('animaltemplate');
165 if (!is_dir(DOKU_FARMDIR . $template) && !in_array($aclpolicy, ['open', 'public', 'closed'])) {
176 if (!is_dir(DOKU_FARMDIR . $template)) {
177 $template = '';
179 if ($template != '') {
187 'template' => $template,
199 * @param string $template nam
175 createNewAnimal($name, $adminSetup, $adminPassword, $template, $aclpolicy, $userreg) global() argument
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/
H A DWorkflowMetadata.php67 public $template; variable in Google\\Service\\Dataproc\\WorkflowMetadata
244 public function setTemplate($template) argument
246 $this->template = $template;
253 return $this->template;
/plugin/advanced/lang/en/config/
H A Dhooks.txt3template without modifying any of the template files itself, making them safe to survive an update…
17 * [[doku>template:dokuwiki]]
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DStringLoaderExtension.php45 * @param string $template A template as a string or object implementing __toString()
49 function twig_template_from_string(Environment $env, $template) argument
51 return $env->createTemplate((string) $template);
/plugin/ckgdoku/ckeditor/skins/moono/
H A Dskin.js112 var template = new CKEDITOR.template( 'background:#{to};' +
117 return template.output( { from: from, to: to } );
125 editor: new CKEDITOR.template(
203 panel: new CKEDITOR.template(
/plugin/ckgedit/ckeditor/skins/moono/
H A Dskin.js112 var template = new CKEDITOR.template( 'background:#{to};' +
117 return template.output( { from: from, to: to } );
125 editor: new CKEDITOR.template(
203 panel: new CKEDITOR.template(
/plugin/pagetemplater/
H A DREADME.md4 … define templates for the blog namespaces. In our case, we have added a template for news entries …
5 You can also use the META plugin and define a template for only one page:
9 templater page=:my:template-page
16 The template page has to have the word ``@@CONTENT@@`` in the content. This is the placeholder wher…
20 …holders on your own. Simply use the word ``@@YOURPLACEHOLDER@@`` in the template page (where ``YOU…
34 templater page = :my:template
/plugin/xslfo/
H A Daction.php25 private $template; variable in action_plugin_xslfo
70 $cache_key = $ID.$REV.$this->template;
214 $this->template = $_REQUEST['tpl'];
216 $this->template = $this->getConf('template');
218 $this->template_path = realpath(tpl_incdir().$this->template);
221 $this->template = 'default.xsl';
222 $this->template_path = __DIR__.DIRECTORY_SEPARATOR.$this->template;
/plugin/templater/
H A DCHANGELOG.md43 * Better fix for `{{template>page#section}}` doesn't exist with error message.
49 * Bug fix for when `{{template>page#section}}` doesn't exist.
53 * Doesn't show the heading when calling just a section of a template `{{template>page#section}}`.
67 * Allowing multiple instances of a template and default values (default default = '').
72 * When the template does not exist show a link to create the template.
/plugin/findologicxmlexport/vendor/phpunit/php-text-template/src/
H A DTemplate.php21 protected $template = ''; variable in Text_Template
62 $this->template = file_get_contents($file);
66 $this->template = file_get_contents($distFile);
104 return str_replace($keys, $this->values, $this->template);
/plugin/displaywikipage/lang/en/
H A Dintro.txt5 This plugin defines an additional template function such that you can display more than one wiki pa…
9 …o exports a function for use with your template, so you will have to insert the following code int…
23 ===== For template developers =====
25 Using the above code in this fashion will allow your users to use the template whether or not you h…
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Loader/
H A DArrayLoader.php73 * @param string $template Mustache Template source
75 public function setTemplate($name, $template) argument
77 $this->templates[$name] = $template;
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dapi.rst52 $template = $twig->load('index.html');
67 You can also load and render the template in one fell swoop::
103 The base template class to use for generated
228 of strings bound to template names::
268 ``base.html`` template will be loaded from ``$loader1``.
289 * @return string The template source code
305 * Returns true if the template is still fresh.
307 * @param string $name The template name
502 untrusted template code by using the ``sandbox`` tag:
582 the template syntax.
[all …]
/plugin/icalendar/
H A Dsyntax.php122 $template = $this->getConf($showAs);
123 if ( !isset($template ) || $template == '' ) {
124 $template = $this->getConf('default');
144 …return array($icsURL, $from, $to, $previewDays, $numberOfEntries, $showEndDates, $template, $sort_…
151 …list($url, $from, $to, $previewDays, $numberOfEntries, $showEndDates, $template, $sort_descending)…
170 $entryTemplate = $template;
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/
H A DDirectory.php27 $template = new \Text_Template($this->templatePath . 'directory.html', '{{', '}}');
29 $this->setCommonTemplateVariables($template, $node);
41 $template->setVar(
48 $template->renderTo($file);
/plugin/revealjs/css/theme/source/
H A Dblood.scss14 @import "../template/mixins";
15 @import "../template/settings";
50 // Theme template ------------------------------
51 @import "../template/theme";
54 // some overrides after theme template import
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dblock.rst8 Support for the template argument was added in Twig 1.28.
10 When a template uses inheritance and if you want to print a block multiple
22 template:
29 current template:
/plugin/structodt/meta/
H A DAggregationTableOdt.php10 /** @var string odt file used as export template */
11 protected $template; variable in dokuwiki\\plugin\\structodt\\meta\\AggregationTableOdt
34 $this->template = $conf['template'];
57 data-template="' . $this->template . '" data-filetype="' . $filetype . '">';
76 'template_string' => $this->template
/plugin/findologicxmlexport/vendor/twig/twig/
H A DREADME.rst1 Twig, the flexible, fast, and secure template language for PHP
4 Twig is a template language for PHP, released under the new BSD license (code
7 Twig uses a syntax similar to the Django and Jinja template languages which
/plugin/authgoogle/google/external/
H A DURITemplateParser.php44 public function __construct($template) { argument
47 $this->template = $template;
69 preg_match_all('/\{([^\}]*)\}/', $this->template, $em);
118 $this->expansion = $this->template;
207 return $this->template;
/plugin/odt/helper/
H A Ddwcssloader.php48 public function load($plugin_name, $format, $template) { argument
61 $styleini = css_styleini($template);
65 $styleini = $styleUtils->cssStyleini($template);
91 DOKU_PLUGIN . $plugin_name.'/tpl/' . $template . '/style.css'
92 => DOKU_BASE . 'lib/plugins/'.$plugin_name.'/tpl/' . $template . '/',
153 $css = css_applystyle($css, DOKU_INC . 'lib/tpl/' . $template . '/');

12345678910>>...28