Home
last modified time | relevance | path

Searched refs:template (Results 226 – 250 of 695) sorted by relevance

12345678910>>...28

/plugin/importfacebookevents/nppBackup/
H A Dsyntax.php.2018-03-08_164623.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_164706.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_165027.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_165158.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
/plugin/webcomponent/
H A Drequirements.txt2 https://github.com/gerardnico/dokuwiki-template-bootie.git lib/tpl/bootie
/plugin/authorlist/images/
H A DREADME.txt1 Image email.png is from the dokuwiki default template
/plugin/tabinclude/
H A DREADME6 tested template: dokuwiki,default, monobook,arctic,arctic-mbo,roundbox,vector
/plugin/combo/resources/slot/
H A DREADME.md4 * is created (see [slot template](../../action/slottemplate.php))
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Ddump.rst7 The ``dump`` function dumps information about a template variable. This is
8 mostly useful to debug a template that does not behave as expected by
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dimport.rst7 There are two ways to import templates. You can import the complete template
37 Alternatively you can import names from the template into the current
/plugin/dir/
H A Dstyle.css82 /* color: __extern__; */ /* pre-dokuwiki default template */
83 color: __link__; /*dokuwiki template */
/plugin/zerolinecss/
H A DREADME.md20 In your template place the following script before the `tpl_metaheaders()` call:
28 'href' => '/lib/exe/css.php?t=' . $conf['template'] . '&tseed=' . md5($updateVersion)
/plugin/blextra/
H A Dplugin.info.txt6 desc Provide functions for simple template creation
/plugin/wrapadd/
H A Dstyle.css60 … /* Inspired by hugo template seen on https://thomas-leister.de/en/mailserver-debian-stretch/ */
78 /* From hugo template seen on https://thomas-leister.de/en/mailserver-debian-stretch/ */
84 /* From hugo template seen on https://thomas-leister.de/en/mailserver-debian-stretch/ */
/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)) {
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/include/
H A Dexpression.test2 "include" function allows expressions for the template to include
/plugin/templatepagename/
H A Dplugin.info.txt6 desc Set a default template page name
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/include/
H A Dexpression.test2 "include" tag allows expressions for the template to include
/plugin/farm/
H A Danimal.class.php580 public static function createNew($name = '', $template = null, $host = null, $handler = null) { argument
590 if(!$hookhandler->trigger('create', 'before', array($name, $template))) {
610 if(!$template) $template = self::$farmconf['animaltemplate'];
623 if(!self::exists($template)) {
624 …ler->errors[] = array('code' => 'animal_new_templatenotfound_failure', 'data' => array($template));
639 …if(!self::cp_r(self::$farmconf['farmfsroot'].self::$farmconf['barn'].$template, self::$farmconf['f…
/plugin/combo/ComboStrap/
H A DTemplateForWebPage.php14 * A page template is the object
43 const CANONICAL = "template";
145 $template = $this->templateString;
148 $template = $this->getTemplateName();
149 if (!$pageTemplateEngine->templateExists($template)) {
151 LogUtility::warning("The template ($template) was not found, the default template ($defaultTemplate) was used instead.");
152 $template = $defaultTemplate;
153 $this->setRequestedTemplateName($template);
[all...]
/plugin/tplmod/
H A DREADME.md2 Modify template features based on acl, ip addresses, days of week.
H A Dplugin.info.txt6 desc Modify template tools, logo image, tag line, ui language
/plugin/combo/resources/theme/default/components/css/
H A Ddokuwiki.css2 * A stylesheet to fight the dokuwiki template css rules
/plugin/prettyprint/
H A Dplugin.info.txt5 name Dokuwiki template preatty printing
/plugin/autostartpage/
H A Dplugin.info.txt6 desc add a start page based on a template

12345678910>>...28