Searched refs:filewriter (Results 1 – 3 of 3) sorted by relevance
10 private $filewriter = null; variable in siteexport_javahelp18 * @param siteexport_zipfilewriter $filewriter20 public function __construct($functions, $filewriter, $NS) argument24 $this->filewriter = $filewriter;88 …$this->filewriter->__moveDataToZip($tocData, $tsRootPath . (empty($lang) ? '' : $lang . '/') . $th…89 …$this->filewriter->__moveDataToZip($mapData, $tsRootPath . (empty($lang) ? '' : $lang . '/') . $th…93 …$this->filewriter->__moveDataToZip($HS, $translationRoot . (empty($lang) ? '' : '_' . $lang) . '.h…99 $this->filewriter->__moveDataToZip($HS, $translationRoot . '.hs');
40 $filewriter = new siteexport_zipfilewriter($functions);54 $filewriter->getOnlyFileInZip($event->data);
35 private $filewriter = null; variable in action_plugin_siteexport_ajax179 $this->filewriter = new siteexport_zipfilewriter($this->functions);182 if ($this->filewriter->canDoPDF()) {292 if ($this->filewriter->hasValidCacheFile($_REQUEST)) {452 $this->filewriter->__moveDataToZip($toc->__getTOCXML($data), 'toc.xml');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])) {[all …]