Searched refs:totalFixable (Results 1 – 16 of 16) sorted by relevance
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/ |
H A D | Source.php | 122 * @param int $totalFixable Total number of problems that can be fixed. 134 $totalFixable, argument 164 if ($totalFixable > 0) { 170 if ($totalFixable > 0) { 187 if ($totalFixable > 0) { 192 if ($totalFixable > 0) { 210 if ($totalFixable > 0) { 236 if ($totalFixable > 0) { 259 if ($totalFixable > 0) { 261 …3[1mPHPCBF CAN FIX THE $fixableSources MARKED SOURCES AUTOMATICALLY ($totalFixable VIOLATIONS IN T…
|
H A D | VersionControl.php | 161 * @param int $totalFixable Total number of problems that can be fixed. 173 $totalFixable, argument 218 if ($totalFixable > 0) { 266 if ($totalFixable > 0) { 279 if ($totalFixable > 0) { 303 if ($totalFixable > 0) { 306 …3[1mPHPCBF CAN FIX THE $fixableSources MARKED SOURCES AUTOMATICALLY ($totalFixable VIOLATIONS IN T… 309 … echo "\033[1mPHPCBF CAN FIX $totalFixable OF THESE SNIFF VIOLATIONS AUTOMATICALLY\033[0m";
|
H A D | Summary.php | 97 * @param int $totalFixable Total number of problems that can be fixed. 109 $totalFixable, argument 175 if ($totalFixable > 0) { 177 … echo "\033[1mPHPCBF CAN FIX $totalFixable OF THESE SNIFF VIOLATIONS AUTOMATICALLY\033[0m";
|
H A D | Json.php | 104 * @param int $totalFixable Total number of problems that can be fixed. 116 $totalFixable, argument 121 …":{"errors":'.$totalErrors.',"warnings":'.$totalWarnings.',"fixable":'.$totalFixable.'},"files":{';
|
H A D | Emacs.php | 88 * @param int $totalFixable Total number of problems that can be fixed. 100 $totalFixable, argument
|
H A D | Csv.php | 88 * @param int $totalFixable Total number of problems that can be fixed. 100 $totalFixable, argument
|
H A D | Checkstyle.php | 103 * @param int $totalFixable Total number of problems that can be fixed. 115 $totalFixable, argument
|
H A D | Diff.php | 124 * @param int $totalFixable Total number of problems that can be fixed. 136 $totalFixable, argument
|
H A D | Xml.php | 107 * @param int $totalFixable Total number of problems that can be fixed. 119 $totalFixable, argument
|
H A D | Cbf.php | 128 * @param int $totalFixable Total number of problems that can be fixed. 140 $totalFixable, argument
|
H A D | Junit.php | 123 * @param int $totalFixable Total number of problems that can be fixed. 135 $totalFixable, argument
|
H A D | Info.php | 97 * @param int $totalFixable Total number of problems that can be fixed. 109 $totalFixable, argument
|
H A D | Notifysend.php | 143 * @param int $totalFixable Total number of problems that can be fixed. 155 $totalFixable, argument
|
H A D | Full.php | 207 * @param int $totalFixable Total number of problems that can be fixed. 219 $totalFixable, argument
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/ |
H A D | Report.php | 64 * @param int $totalFixable Total number of problems that can be fixed. 76 $totalFixable, argument
|
H A D | Reporting.php | 59 public $totalFixable = 0; variable in PHP_CodeSniffer_Reporting 199 $this->totalFixable += $reportData['fixable']; 260 $this->totalFixable,
|