Home
last modified time | relevance | path

Searched refs:canDoPDF (Results 1 – 2 of 2) sorted by relevance

/plugin/siteexport/inc/
H A Dfilewriter.php23 public function canDoPDF() function in siteexport_zipfilewriter
71 if ($this->canDoPDF()) {
/plugin/siteexport/action/
H A Dajax.php182 if ($this->filewriter->canDoPDF()) {
491 if ($do == 'pdf' && $this->filewriter->canDoPDF())
532 if ( $this->filewriter->canDoPDF() ) {
830 if ($this->filewriter->canDoPDF()) {
1050 … if ( $this->filewriter->canDoPDF() && !empty($tmpFile[1]) && !strstr($DATA[2], $tmpFile[1]) ) {