Home
last modified time | relevance | path

Searched refs:fileCount (Results 1 – 4 of 4) sorted by relevance

/plugin/deletepageguard/build/
H A Dcreate-dist.php89 $fileCount = 0; variable
99 $fileCount++;
106 echo "�� Files copied: $fileCount\n";
/plugin/amcharts/assets/amcharts/plugins/dataloader/
Ddataloader.js205 var fileCount = 0;
208 fileCount++;
212 var globalPercent = Math.round( ( totalPercent / fileCount ) * 100 ) / 100;
/plugin/calendar/
H A Dadmin.php5368 $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;
[all …]
H A DCHANGELOG.md4233 $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!