Home
last modified time | relevance | path

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

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

/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1 …pleSize`, `slice`, `some`, `sortBy`, `split`, `take`, `takeRight`,\n * `template`, `trim`, `trimEn…
/plugin/displaywikipage/
H A DREADME.md13 …o exports a function for use with your template, so you will have to insert the following code int…
23 Doing it in this fashion will allow your users to use the template whether or not you have the plug…
H A Dplugin.info.txt6 desc Plugin that defines an additional template function such that you can display more than…
/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/dokukiwix/
H A DINSTALL7 3: Get the "offline" template, and unzip it in /lib/tpl/
H A Dajax.php162 include(template('main.php'));
/plugin/dokutexit/
H A DREADME.md15 * update of TeX template, LuaTeX and XeTeX integration
145 Once you have a good `pagetools-sprite.png`, then you can change your template this way:
149 …he instructions on [pdfexport plugin doc][pdfexport], section *Dokuwiki-template: Export Link in P…
/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
H A Dplugin.info.txt6 desc Filter out template pages from namespace list feeds (enhances plugin TemplatePageName)
/plugin/doodle2/
H A Ddoodle_template.php11 $template = $this->template; variable
12 $c = count($template['choices']);
21 <input type="hidden" name="formId" value="<?php echo $template['formId'] ?>" >
29 <?php echo $template['title'] ?>
34 <?php foreach ($template['choices'] as $choice) { ?>
39 <?php foreach ($template['doodleData'] as $fullname => $userData) { ?>
52 <th class="rightalign"><b><?php echo $template['result'] ?></b></th>
54 <th class="centeralign"><b><?php echo $template['count'][$col] ?></b></th>
60 echo $template['inputTR']
63 <?php if (!empty($template['msg'])) { ?>
[all …]
/plugin/doodle3/
H A Ddoodle_template.php11 $template = $this->template; variable
12 $c = count($template['choices']);
22 <input type="hidden" name="formId" value="<?php echo $template['formId'] ?>" >
31 <?php echo $template['title'] ?>
36 <?php foreach ($template['choices'] as $choice) { ?>
41 <?php foreach ($template['doodleData'] as $fullname => $userData) { ?>
54 <th class="rightalign"><b><?php echo $template['result'] ?></b></th>
56 <th class="centeralign"><b><?php echo $template['count'][$col] ?></b></th>
62 echo $template['inputTR']
65 <?php if (!empty($template['msg'])) { ?>
[all …]
/plugin/doodle4/
H A Ddoodle_template.php11 $template = $this->template; variable
12 $c = count($template['choices']);
13 $c1 = count($template['doodleData']);
51 if ($template['printName'] == 'both'){
68 if ($template['showSum']){
70 echo $template['result'];
74 echo $template['count'][$col];
82 echo $template['inputTR']
166 if ($template['showSum']){
168 echo $template['result'];
[all …]
/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/dw2pdf/conf/
H A Dstyle.css5 * lib/plugins/dw2pdf/conf/style.local.css or create your own template
/plugin/dw2pdf/tpl/default/
H A DREADME.txt6 To create a new template, just create a new folder within the plugin's
50 * ''@TPLBASE@'' -- the PDF template base directory (use to reference images)
51 * ''@TPLINC@'' -- the absolute path to the PDF template directory on the filesystem
63 Custom stylings can be provided in the following file of your dw2pdf-template folder:
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md35 * Added optional `continue2pages` parameter to `SetDocTemplate` method, allowing a template to continue the last 2 pages alternately (@bmg-ruudv)
200 - Added Issue template
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdfTplTrait.php29 * The template id for the currently created template.
36 * A counter for template ids.
52 throw new \BadMethodCallException('The page format cannot be changed when writing to a template.');
87 * Draws a template onto the page or another template.
92 * @param mixed $tpl The template id
118 $template = $this->templates[$tpl];
134 $template['id']
142 * Get the size of a template
[all...]
/plugin/dwedit/
H A DREADME1 … the page tools which appear at the right of the Dokuwiki editor in the standard Dokuwiki template.
4 For users who are not using the Dokuwiki template, a link can be added anywhere on the template pag…
/plugin/editsections/
H A Dall.css2 Makes the default template display much better with this plugin.
11 rules in your template.
/plugin/edittable/less/
H A Deditbutton.less3 margin-top: -1.7em; // this is correct for dokuwiki template, but we adjust it via JS later
/plugin/edittable/lib/
H A Dhandsontable.full.js5893 function substitute(template) {
5896 return ('' + template).replace(/(?:\\)?\[([^[\]]+)]/g, function (match, name) {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DCHANGELOG.md273 - Added `include_type_name` in `get`, `index`, `indices.create`, `indices.field.get`, `indices.get`, `indices.mapping.get`, `indices.mapping.getfield`, `indices.mapping.put`, `indices.rollover`, `indices.template.get`, `indices.template.put` endpoints [#884](https://github.com/elastic/elasticsearch-php/pull/884)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClient.asciidoc689 $params['id'] = (string) The id of the stored search template
690 $params['body'] = (array) The search definition template and its params
806 $params['body'] = (array) The search definition template and its params (Required)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DCatNamespace.asciidoc497 $params['name'] = (string) A pattern that returned template names must match
H A DClusterNamespace.asciidoc60 $params['name'] = (string) The name of the template
88 $params['name'] = (string) The name of the template
185 $params['name'] = (string) The name of the template
186 $params['create'] = (boolean) Whether the index template should only be added if new or can also replace an existing one (Default = false)
189 $params['body'] = (array) The template definition (Required)

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