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 | 38 $filewriter = new siteexport_zipfilewriter($functions); 52 $filewriter->getOnlyFileInZip($event->data);
|
| D | ajax.php | 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); [all …]
|