Home
last modified time | relevance | path

Searched refs:dw2pdf (Results 1 – 3 of 3) sorted by relevance

/template/sprintdoc/
H A Dtpl.php159 /** @var \action_plugin_dw2pdf $dw2pdf */
160 $dw2pdf = plugin_load('action', 'dw2pdf');
161 if ($dw2pdf && $dw2pdf->getConf('showexportbutton')) {
173 $item = \dokuwiki\template\sprintdoc\tpl::pageToolItem(wl($ID, $params, false, '&'), $dw2pdf->getLang('export_pdf_button'), $svg, $attr);
/template/wallpaper/
H A Dmain.php127 $dw2pdf = &plugin_load('action','dw2pdf'); variable
128 if($dw2pdf) {
/template/vector/user/
H A Dtabs.php.dist145 //dw2pdf or html2pdf plugin: export tab
146 //see <https://www.dokuwiki.org/plugin:dw2pdf> and
148 if ((file_exists(DOKU_PLUGIN."dw2pdf/action.php") &&
149 !plugin_isdisabled("dw2pdf")) ||