Lines Matching refs:filewriter
35 private $filewriter = null; variable in action_plugin_siteexport_ajax
168 …$this->filewriter->__moveDataToZip($this->functions->debug->runtimeErrors, '_runtime_error/' . tim…
179 $this->filewriter = new siteexport_zipfilewriter($this->functions);
182 if ($this->filewriter->canDoPDF()) {
292 if ($this->filewriter->hasValidCacheFile($_REQUEST)) {
369 if (!$overrideCache && $this->filewriter->hasValidCacheFile($_REQUEST, $data))
419 if (!$overrideCache && $this->filewriter->hasValidCacheFile($_REQUEST, $data))
452 $this->filewriter->__moveDataToZip($toc->__getTOCXML($data), 'toc.xml');
453 $this->filewriter->__moveDataToZip($toc->__getContextXML($data), 'context.xml');
456 $toc = new siteexport_javahelp($this->functions, $this->filewriter, $NS);
491 if ($do == 'pdf' && $this->filewriter->canDoPDF())
532 if ( $this->filewriter->canDoPDF() ) {
548 $status = $this->filewriter->__addFileToZip($tmpFile[0], $fileName);
830 if ($this->filewriter->canDoPDF()) {
1005 if ($this->filewriter->fileExistsInZip($DATA[2])) {
1050 … if ( $this->filewriter->canDoPDF() && !empty($tmpFile[1]) && !strstr($DATA[2], $tmpFile[1]) ) {
1064 $this->filewriter->__addFileToZip($tmpFile[0], $DATA[2]);