/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/ |
H A D | Notifysend.php | 142 * @param int $totalWarnings Total number of warnings found during the run. 154 $totalWarnings, argument 160 $msg = $this->generateMessage($totalFiles, $totalErrors, $totalWarnings); 177 * @param int $totalWarnings Total number of warnings found during the run. 181 protected function generateMessage($totalFiles, $totalErrors, $totalWarnings) argument 183 if ($totalErrors === 0 && $totalWarnings === 0) { 195 if ($totalWarnings > 0) { 196 $msg .= $totalWarnings.' warnings'.PHP_EOL;
|
H A D | Summary.php | 96 * @param int $totalWarnings Total number of warnings found during the run. 108 $totalWarnings, argument 163 echo ' AND '.$totalWarnings.' WARNING'; 164 if ($totalWarnings !== 1) {
|
H A D | Json.php | 103 * @param int $totalWarnings Total number of warnings found during the run. 115 $totalWarnings, argument 121 …echo '{"totals":{"errors":'.$totalErrors.',"warnings":'.$totalWarnings.',"fixable":'.$totalFixable…
|
H A D | Junit.php | 122 * @param int $totalWarnings Total number of warnings found during the run. 134 $totalWarnings, argument 140 $failures = ($totalErrors + $totalWarnings);
|
H A D | Emacs.php | 87 * @param int $totalWarnings Total number of warnings found during the run. 99 $totalWarnings, argument
|
H A D | Csv.php | 87 * @param int $totalWarnings Total number of warnings found during the run. 99 $totalWarnings, argument
|
H A D | Source.php | 121 * @param int $totalWarnings Total number of warnings found during the run. 133 $totalWarnings, argument 247 echo "\033[1m".'A TOTAL OF '.($totalErrors + $totalWarnings).' SNIFF VIOLATION'; 248 if (($totalErrors + $totalWarnings) > 1) {
|
H A D | Checkstyle.php | 102 * @param int $totalWarnings Total number of warnings found during the run. 114 $totalWarnings, argument
|
H A D | Diff.php | 123 * @param int $totalWarnings Total number of warnings found during the run. 135 $totalWarnings, argument
|
H A D | Xml.php | 106 * @param int $totalWarnings Total number of warnings found during the run. 118 $totalWarnings, argument
|
H A D | Cbf.php | 127 * @param int $totalWarnings Total number of warnings found during the run. 139 $totalWarnings, argument
|
H A D | Info.php | 96 * @param int $totalWarnings Total number of warnings found during the run. 108 $totalWarnings, argument
|
H A D | VersionControl.php | 160 * @param int $totalWarnings Total number of warnings found during the run. 172 $totalWarnings, argument 178 $errorsShown = ($totalErrors + $totalWarnings);
|
H A D | Full.php | 206 * @param int $totalWarnings Total number of warnings found during the run. 218 $totalWarnings, argument
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/ |
H A D | Report.php | 63 * @param int $totalWarnings Total number of warnings found during the run. 75 $totalWarnings, argument
|
H A D | Reporting.php | 52 public $totalWarnings = 0; variable in PHP_CodeSniffer_Reporting 198 $this->totalWarnings += $reportData['warnings']; 259 $this->totalWarnings, 287 'warnings' => $this->totalWarnings,
|