Home
last modified time | relevance | path

Searched refs:filewriter (Results 1 – 3 of 3) sorted by relevance

/plugin/siteexport/inc/
H A Djavahelp.php10 private $filewriter = null; variable in siteexport_javahelp
18 * @param siteexport_zipfilewriter $filewriter
20 public function __construct($functions, $filewriter, $NS) argument
24 $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');
/plugin/siteexport/action/
H A Dsendfile.php40 $filewriter = new siteexport_zipfilewriter($functions);
54 $filewriter->getOnlyFileInZip($event->data);
H A Dajax.php35 private $filewriter = null; variable in action_plugin_siteexport_ajax
179 $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 …]