Searched refs:dw2pdf (Results 1 – 3 of 3) sorted by relevance
159 /** @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);
127 $dw2pdf = &plugin_load('action','dw2pdf'); variable128 if($dw2pdf) {
145 //dw2pdf or html2pdf plugin: export tab146 //see <https://www.dokuwiki.org/plugin:dw2pdf> and148 if ((file_exists(DOKU_PLUGIN."dw2pdf/action.php") &&149 !plugin_isdisabled("dw2pdf")) ||