Searched +full:template +(+path:plugin +path:dw2pdf) -(+path:plugin +path:dw2pdf +path:lang) (Results 1 – 13 of 13) sorted by relevance
29 /** @var string template name, to use templates from dw2pdf/tpl/<template name> */40 * Constructor. Sets the correct template46 $this->tpl = $this->getExportConfig('template');324 . $this->getExportConfig('template')470 // load the template471 $template = $this->loadTemplate();480 $styles = '@page { size:auto; ' . $template['page'] . '}';481 $styles .= '@page :first {' . $template['first'] . '}';497 $body_start = $template['htm[all...]
29 * 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 id105 throw new \InvalidArgumentException('Template does not exist!');118 $template = $this->templates[$tpl];134 $template['i[all...]
42 * Draws an imported page or a template onto the page or another template.47 * @param mixed $tpl The template id71 * Get the size of an imported page or template.76 * @param mixed $tpl The template id
446 * @param mixed $tpl The template id
6 To create a new template, just create a new folder within the plugin's50 * ''@TPLBASE@'' -- the PDF template base directory (use to reference images)51 * ''@TPLINC@'' -- the absolute path to the PDF template directory on the filesystem63 Custom stylings can be provided in the following file of your dw2pdf-template folder:
43 * Draws an imported page or a template onto the page or another template.48 * @param mixed $tpl The template id72 * Get the size of an imported page or template.77 * @param mixed $tpl The template id
11 $conf['template'] = 'default';
11 $meta['template'] = array('dirchoice', '_dir' => DOKU_PLUGIN . 'dw2pdf/tpl/');
5 * lib/plugins/dw2pdf/conf/style.local.css or create your own template
43 * A counter for template ids.86 * Get the next template id.96 * Draws an imported page or a template onto the page or another template.101 * @param mixed $tpl The template id273 * Get the size of an imported page or template.278 * @param mixed $tpl The template id
19041 $this->enabledtags = "<a><acronym><address><article><aside><b><bdi><bdo><big><blockquote><br><caption><center><cite><code><del><details><dd><div><dl><dt><em><fieldset><figcaption><figure><font><form><h1><h2><h3><h4><h5><h6><hgroup><hr><i><img><input><ins><kbd><legend><li><main><mark><meter><nav><ol><option><p><pre><progress><q><s><samp><section><select><small><span><strike><strong><sub><summary><sup><table><tbody><td><template><textarea><tfoot><th><thead><time><tr><tt><u><ul><var><footer><header><annotation><bookmark><textcircle><barcode><dottab><indexentry><indexinsert><watermarktext><watermarkimage><tts><ttz><tta><column_break><columnbreak><newcolumn><newpage><page_break><pagebreak><formfeed><columns><toc><tocentry><tocpagebreak><pageheader><pagefooter><setpageheader><setpagefooter><sethtmlpageheader><sethtmlpagefooter>";
40 * A counter for template ids.60 * Get the next template id.70 * Draws an imported page onto the page or another template.75 * @param mixed $tpl The template id123 * @param mixed $tpl The template id
35 * Added optional `continue2pages` parameter to `SetDocTemplate` method, allowing a template to continue the last 2 pages alternately (@bmg-ruudv)200 - Added Issue template