Home
last modified time | relevance | path

Searched refs:template (Results 201 – 225 of 695) sorted by relevance

12345678910>>...28

/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64template-set-request|pki:template-set-name|pki:template-set-key-type|pki:template-set-key-options|…
/plugin/calendoku/
H A Daction.php49 foreach ($templates as $template)
50 if (!strcmp($template, $event->data[2]))
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/NodeVisitor/
H A DOptimizerTest.php60 public function testForOptimizer($template, $expected) argument
64 $stream = $env->parse($env->tokenize(new Source($template, 'index')));
/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/translation/
H A Dstyle.less1 // fix problem in dokuwiki template where short sidebar may clip dropdown
2 // in the future this should be fixed in the dokuwiki template
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Extension/
H A DSandboxTest.php117 public function testSandboxUnallowedToString($template) argument
119 …$twig = $this->getEnvironment(true, [], ['index' => $template], [], ['upper'], ['FooObject' => 'ge…
152 public function testSandboxAllowedToString($template, $output) argument
154 …$twig = $this->getEnvironment(true, [], ['index' => $template], ['set'], [], ['FooObject' => ['foo…
/plugin/datatemplate/syntax/
H A Dlist.php49 $template = '';
59 $template = $line[1];
65 if(!empty($template)) {
66 $data['template'] = $template;
H A Dentry.php89 * @param string $template value of 'template' key in entry
95 function _getFile($template) { argument
97 $wikipage = preg_split('/\#/u', $template, 2);
/plugin/googleanalytics/lang/en/
H A Dintro.txt26 * Edit your site's template to add "tagging" directly
30 If you edit your template (the third option), make sure to make notes of what you change, as "upgra…
/plugin/deletepagebutton/
H A DREADME.md15 and the current [Template](https://www.dokuwiki.org/template)
56 [DokuWiki](https://www.dokuwiki.org/template:dokuwiki) and the
57 [Bootstrap3](https://www.dokuwiki.org/template:bootstrap3)
/plugin/aichat/
H A Dhelper.php329 * Load the given prompt template and fill in the variables
337 $template = file_get_contents($this->localFN($type, 'prompt'));
345 return strtr($template, $replace);
/plugin/siteexport/action/
H A Dstartup.php126 $template = defined('SITEEXPORT_TPL') ? SITEEXPORT_TPL : $conf['template'];
132 $script['src'] .= '&template=' . $template;
/plugin/odt/action/
H A Dexport.php377 $template = $this->getConf("odt_template");
378 $template = $INPUT->get->str('odt_template', $template, true);
383 . $template
/plugin/geonav/tpl/startermap/
H A DREADME1 See template.info.txt for main info
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/
H A D_self.test2 _self returns the template name
/plugin/pdftools/tpl/checkliste2/
H A DREADME.txt6 To create a new template, just create a new folder within the plugin's
49 * ''@TPLBASE@'' -- the PDF template base directory (use to reference images)
61 Custom stylings can be provided in the following file of your dw2pdf-template folder:
/plugin/pdftools/tpl/kompakt/
H A DREADME.txt6 To create a new template, just create a new folder within the plugin's
49 * ''@TPLBASE@'' -- the PDF template base directory (use to reference images)
61 Custom stylings can be provided in the following file of your dw2pdf-template folder:
/plugin/pdftools/tpl/checkliste/
H A DREADME.txt6 To create a new template, just create a new folder within the plugin's
49 * ''@TPLBASE@'' -- the PDF template base directory (use to reference images)
61 Custom stylings can be provided in the following file of your dw2pdf-template folder:
/plugin/pdftools/tpl/info/
H A DREADME.txt6 To create a new template, just create a new folder within the plugin's
49 * ''@TPLBASE@'' -- the PDF template base directory (use to reference images)
61 Custom stylings can be provided in the following file of your dw2pdf-template folder:
/plugin/loglog/helper/
H A Dalert.php108 $template = $this->localFN($logType);
109 $text = file_get_contents($template);
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/tests/_fixture/
H A Dsource4.php7 getHtml($template); argument
/plugin/importfacebookevents/nppBackup/
H A Dsyntax.php.2018-03-08_163705.bak38 define("FB_EVENTS_TEMPLATE", "template");
122 // Get the appropriate display template
123 $template = $this->getConf($params[FB_EVENTS_SHOW_AS]);
124 if (!isset($template) || $template == '') {
125 $template = $this->getConf('default');
127 $params[FB_EVENTS_TEMPLATE] = $template;
129 // Get the appropriate display template for comments
H A Dsyntax.php.2018-03-08_165255.bak38 define("FB_EVENTS_TEMPLATE", "template");
126 // Get the appropriate display template
127 $template = $this->getConf($params[FB_EVENTS_SHOW_AS]);
128 if (!isset($template) || $template == '') {
129 $template = $this->getConf('default');
131 $params[FB_EVENTS_TEMPLATE] = $template;
133 // Get the appropriate display template for comments
H A Dsyntax.php.2018-03-08_163658.bak38 define("FB_EVENTS_TEMPLATE", "template");
122 // Get the appropriate display template
123 $template = $this->getConf($params[FB_EVENTS_SHOW_AS]);
124 if (!isset($template) || $template == '') {
125 $template = $this->getConf('default');
127 $params[FB_EVENTS_TEMPLATE] = $template;
129 // Get the appropriate display template for comments
H A Dsyntax.php.2018-03-08_163718.bak38 define("FB_EVENTS_TEMPLATE", "template");
122 // Get the appropriate display template
123 $template = $this->getConf($params[FB_EVENTS_SHOW_AS]);
124 if (!isset($template) || $template == '') {
125 $template = $this->getConf('default');
127 $params[FB_EVENTS_TEMPLATE] = $template;
129 // Get the appropriate display template for comments

12345678910>>...28