Home
last modified time | relevance | path

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

/plugin/siteexport/inc/
H A Djavahelp.php88 …$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');
H A Dfilewriter.php33 public function __moveDataToZip($DATA, $FILENAME = 'toc.xml', $ZIP = null, $JUSTWRITE = false) { function in siteexport_zipfilewriter
77 $this->__moveDataToZip($succeeded, "_debug/$NAME.html", $ZIP, true);
/plugin/siteexport/action/
H A Dajax.php168 …$this->filewriter->__moveDataToZip($this->functions->debug->runtimeErrors, '_runtime_error/' . tim…
452 $this->filewriter->__moveDataToZip($toc->__getTOCXML($data), 'toc.xml');
453 $this->filewriter->__moveDataToZip($toc->__getContextXML($data), 'context.xml');