Home
last modified time | relevance | path

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

/plugin/calendar/ !
H A Dadmin.php5368 $fileCount = $this->addDirectoryToZip($zip, $pluginDir, 'calendar/');
5639 $fileCount = $this->addDirectoryToZip($zip, $pluginDir, 'calendar/');
5677 private function addDirectoryToZip($zip, $dir, $zipPath = '') { function in admin_plugin_calendar
H A DCHANGELOG.md4216 - **Added:** Return value from addDirectoryToZip (counts files added)
4226 $this->addDirectoryToZip($zip, $pluginDir, 'calendar/');
4233 $fileCount = $this->addDirectoryToZip($zip, $pluginDir, 'calendar/');
4288 ### Improved addDirectoryToZip Function
4292 private function addDirectoryToZip($zip, $dir, $zipPath = '') {
4399 - **Verified:** addDirectoryToZip function includes all files recursively
4471 private function addDirectoryToZip($zip, $dir, $zipPath = '') {