Lines Matching refs:fileCount
5464 $fileCount = $this->addDirectoryToZip($zip, $pluginDir, 'calendar/');
5476 …direct('Backup file is too small (' . $backupSize . ' bytes). Only ' . $fileCount . ' files were a…
5480 if ($fileCount < 10) { // Should have at least 10 files
5482 …$this->redirect('Backup incomplete: Only ' . $fileCount . ' files were added (expected 30+). Backu…
5735 $fileCount = $this->addDirectoryToZip($zip, $pluginDir, 'calendar/');
5747 … file is too small (' . $this->formatBytes($backupSize) . '). Only ' . $fileCount . ' files were a…
5751 if ($fileCount < 10) { // Should have at least 10 files
5753 …$this->redirect('Backup incomplete: Only ' . $fileCount . ' files were added (expected 30+). Backu…
5758 …lly: ' . $backupName . ' (' . $this->formatBytes($backupSize) . ', ' . $fileCount . ' files)', 'su…
5774 $fileCount = 0;
5810 $fileCount++;
5837 return $fileCount;