Home
last modified time | relevance | path

Searched refs:addDirectoryToZip (Results 1 – 2 of 2) sorted by relevance

/plugin/calendar/
H A Dadmin.php5464 $fileCount = $this->addDirectoryToZip($zip, $pluginDir, 'calendar/');
5735 $fileCount = $this->addDirectoryToZip($zip, $pluginDir, 'calendar/');
5773 private function addDirectoryToZip($zip, $dir, $zipPath = '') { function in admin_plugin_calendar
H A DCHANGELOG.md4328 - **Added:** Return value from addDirectoryToZip (counts files added)
4338 $this->addDirectoryToZip($zip, $pluginDir, 'calendar/');
4345 $fileCount = $this->addDirectoryToZip($zip, $pluginDir, 'calendar/');
4400 ### Improved addDirectoryToZip Function
4404 private function addDirectoryToZip($zip, $dir, $zipPath = '') {
4511 - **Verified:** addDirectoryToZip function includes all files recursively
4583 private function addDirectoryToZip($zip, $dir, $zipPath = '') {