Home
last modified time | relevance | path

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

/plugin/siteexport/inc/
Dsettings.php82 … $this->downloadZipFile = $functions->getSpecialExportFileName($this->origZipFile, $this->pattern);
Dfunctions.php50 … $newCacheFile = mediaFN($this->getSpecialExportFileName($this->settings->origZipFile, $pattern));
306 public function getSpecialExportFileName($FILE, $PATTERN = null) { function in siteexport_functions
342 …return getCacheName($this->getSpecialExportFileName($this->settings->origZipFile, $PATTERN), '.' .…
/plugin/siteexport/action/
Dajax.php1174 $fn = $this->functions->getSpecialExportFileName(noNS($FILENAMEID), '.+');