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.php5464 $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;
[all …]
H A DCHANGELOG.md4324 $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!