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 | 4307 - **Added:** Return value from addDirectoryToZip (counts files added) 4317 $this->addDirectoryToZip($zip, $pluginDir, 'calendar/'); 4324 $fileCount = $this->addDirectoryToZip($zip, $pluginDir, 'calendar/'); 4379 ### Improved addDirectoryToZip Function 4383 private function addDirectoryToZip($zip, $dir, $zipPath = '') { 4490 - **Verified:** addDirectoryToZip function includes all files recursively 4562 private function addDirectoryToZip($zip, $dir, $zipPath = '') {
|