Lines Matching refs:fileCount
5368 $fileCount = $this->addDirectoryToZip($zip, $pluginDir, 'calendar/');
5380 …direct('Backup file is too small (' . $backupSize . ' bytes). Only ' . $fileCount . ' files were a…
5384 if ($fileCount < 10) { // Should have at least 10 files
5386 …$this->redirect('Backup incomplete: Only ' . $fileCount . ' files were added (expected 30+). Backu…
5639 $fileCount = $this->addDirectoryToZip($zip, $pluginDir, 'calendar/');
5651 … file is too small (' . $this->formatBytes($backupSize) . '). Only ' . $fileCount . ' files were a…
5655 if ($fileCount < 10) { // Should have at least 10 files
5657 …$this->redirect('Backup incomplete: Only ' . $fileCount . ' files were added (expected 30+). Backu…
5662 …lly: ' . $backupName . ' (' . $this->formatBytes($backupSize) . ', ' . $fileCount . ' files)', 'su…
5678 $fileCount = 0;
5714 $fileCount++;
5741 return $fileCount;