Home
last modified time | relevance | path

Searched refs:template (Results 251 – 275 of 695) sorted by relevance

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

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/regression/
H A Dblock_names_unicity.test2 Block names are unique per template
/plugin/regex_template/
H A Dinfo.txt7 desc Choose template from regex on $ID
/plugin/dontfeedtemplates/
H A Dplugin.info.txt6 desc Filter out template pages from namespace list feeds (enhances plugin TemplatePageName)
/plugin/jplayer/vendor/mustache/mustache/
H A DREADME.md24 And a more in-depth example -- this is the canonical Mustache template:
58 echo $m->render($template, $chris);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/
H A Dmultiline_function_with_unknown_argument.test9 Twig\Error\SyntaxError: Unknown argument "invalid" for function "include(template, variables, with_…
H A Dsyntax_error_in_reused_template.test2 Exception for syntax error in reused template
/plugin/sidebarng/
H A Dplugin.info.txt7 desc Automatically adds a flexible sidebar to your template
/plugin/overlay/
H A Dplugin.info.txt6 desc Creates independent window at the template level that can be moved, toggled, resized
H A DREADME.md2 Creates a window at the template level that can be opened and closed into which navigation plugins …
/plugin/newpagetemplate/
H A Dplugin.info.txt6 desc Load namespace-style template into new file from URL
/plugin/sidebar/
H A DINFO.txt7 desc Base on "sidebar" template by ChrisS. Provides the same feature.
/plugin/structtemplate/
H A Dplugin.info.txt6 desc Use struct data to fill in a template, as many times as there are results.
/plugin/combo/ComboStrap/
H A DHttpResponse.php216 * but {@link act_dispatch() Act dispatch} calls always the template,
217 * We create a fake empty template
220 $template = "combo_test";
221 $conf['template'] = $template;
222 $main = LocalPath::createFromPathString(DOKU_INC . "lib/tpl/$template/main.php");
/plugin/icalevents/
H A Dplugin.info.txt6 desc Displays a calendar in iCalendar format according to a template
/plugin/snippets/
H A Dplugin.info.txt7 desc Provides toolbar button+popup for template insertion; can track and insert sinppet updates
/plugin/struct/lang/en/
H A Deditor_intro.txt3 Schemas are the core of the Struct Plugin. A schema defines a template of structured data that shall be assigned to pages later.
/plugin/html2pdf/snorriheim/
H A DREADME8 http://www.chimeric.de/projects/dokuwiki/template/dokubook
/plugin/openas/
H A Dsyntax.php84 list($id,$template) = explode('#',$name);
87 … html_wikilink("$id?do=edit&rev=&newpagetemplate=$template&newpagevars=$newpagevars");
/plugin/combo/vendor/salesforce/handlebars-php/tests/Handlebars/
H A DHandlebarsTest.php250 $template = "{{#each data}}{{@first}}, {{@last}}, {{@index}}, {{@unknown}}{{/each}}";
252 $this->assertEquals('apple, banana, 0, zucchini', $engine->render($template, $data));
/plugin/news/scripts/
H A Dnewsfeed.ini3 ; use the default entry as your template
/plugin/publistf/
H A Dplugin.info.txt6 …ersion of publist/publistx plugin that does caching and allows for variable passing to the template
/plugin/redirector/
H A DREADME.md8 …o be redirected. The plugin will first look up the file in your current template folder and second…
/plugin/sequencediagram/bower_components/snap.svg/
H A DGruntfile.js11 .replace(/@DATE/, grunt.template.today("yyyy-mm-dd")) + "\n",
/plugin/dw2pdf/
H A Daction.php29 /** @var string template name, to use templates from dw2pdf/tpl/<template name> */
40 * Constructor. Sets the correct template
46 $this->tpl = $this->getExportConfig('template');
324 . $this->getExportConfig('template')
470 // load the template
471 $template = $this->loadTemplate();
480 $styles = '@page { size:auto; ' . $template['page'] . '}';
481 $styles .= '@page :first {' . $template['first'] . '}';
497 $body_start = $template['htm
[all...]
/plugin/displaywikipage/
H A Dplugin.info.txt6 desc Plugin that defines an additional template function such that you can display more than…

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