Home
last modified time | relevance | path

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

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