Searched refs:filewriter (Results 1 – 3 of 3) sorted by relevance
/plugin/siteexport/inc/ |
D | javahelp.php | 10 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/ |
D | sendfile.php | 40 $filewriter = new siteexport_zipfilewriter($functions); 54 $filewriter->getOnlyFileInZip($event->data);
|
D | ajax.php | 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); [all …]
|