Searched refs:fileCount (Results 1 – 4 of 4) sorted by relevance
89 $fileCount = 0; variable99 $fileCount++;106 echo " Files copied: $fileCount\n";
205 var fileCount = 0;208 fileCount++;212 var globalPercent = Math.round( ( totalPercent / fileCount ) * 100 ) / 100;
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 files5386 …$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 files5657 …$this->redirect('Backup incomplete: Only ' . $fileCount . ' files were added (expected 30+). Backu…5662 …lly: ' . $backupName . ' (' . $this->formatBytes($backupSize) . ', ' . $fileCount . ' files)', 'su…5678 $fileCount = 0;[all …]
4233 $fileCount = $this->addDirectoryToZip($zip, $pluginDir, 'calendar/');4249 if ($fileCount < 10) {4251 redirect('Only ' . $fileCount . ' files added (expected 30+)');4293 $fileCount = 0;4303 $fileCount++;4314 return $fileCount; // Returns count for verification!