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;
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 files5482 …$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 files5753 …$this->redirect('Backup incomplete: Only ' . $fileCount . ' files were added (expected 30+). Backu…5758 …lly: ' . $backupName . ' (' . $this->formatBytes($backupSize) . ', ' . $fileCount . ' files)', 'su…5774 $fileCount = 0;[all …]
4324 $fileCount = $this->addDirectoryToZip($zip, $pluginDir, 'calendar/');4340 if ($fileCount < 10) {4342 redirect('Only ' . $fileCount . ' files added (expected 30+)');4384 $fileCount = 0;4394 $fileCount++;4405 return $fileCount; // Returns count for verification!