Lines Matching refs:filewriter
34 private $filewriter = null; variable in action_plugin_siteexport_ajax
167 …$this->filewriter->__moveDataToZip($this->functions->debug->runtimeErrors, '_runtime_error/' . tim…
178 $this->filewriter = new siteexport_zipfilewriter($this->functions);
181 if ($this->filewriter->canDoPDF()) {
291 if ($this->filewriter->hasValidCacheFile($_REQUEST)) {
368 if (!$overrideCache && $this->filewriter->hasValidCacheFile($_REQUEST, $data))
418 if (!$overrideCache && $this->filewriter->hasValidCacheFile($_REQUEST, $data))
451 $this->filewriter->__moveDataToZip($toc->__getTOCXML($data), 'toc.xml');
452 $this->filewriter->__moveDataToZip($toc->__getContextXML($data), 'context.xml');
455 $toc = new siteexport_javahelp($this->functions, $this->filewriter, $NS);
490 if ($do == 'pdf' && $this->filewriter->canDoPDF())
531 if ( $this->filewriter->canDoPDF() ) {
547 $status = $this->filewriter->__addFileToZip($tmpFile[0], $fileName);
830 if ($this->filewriter->canDoPDF()) {
1005 if ($this->filewriter->fileExistsInZip($DATA[2])) {
1053 … if ( $this->filewriter->canDoPDF() && !empty($tmpFile[1]) && !strstr($DATA[2], $tmpFile[1]) ) {
1067 $this->filewriter->__addFileToZip($tmpFile[0], $DATA[2]);