Searched refs:addDirectoryToZip (Results 1 – 2 of 2) sorted by relevance
| /plugin/calendar/ |
| H A D | admin.php | 5464 $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 D | CHANGELOG.md | 4328 - **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 = '') {
|