Searched refs:fixable (Results 1 – 6 of 6) sorted by relevance
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/ |
| D | Json.php | 71 $fixable = 'false'; 73 $fixable = 'true'; 82 $messages .= '"fixable":'.$fixable;
|
| D | Csv.php | 69 $fixable = (int) $error['fixable']; 70 … echo "\"$filename\",$line,$column,$type,\"$message\",$source,$severity,$fixable".PHP_EOL;
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/ |
| D | File.php | 810 * @param boolean $fixable Can the error be fixed by the sniff? 820 $fixable=false argument 830 return $this->_addError($error, $line, $column, $code, $data, $severity, $fixable); 844 * @param boolean $fixable Can the warning be fixed by the sniff? 854 $fixable=false argument 864 return $this->_addWarning($warning, $line, $column, $code, $data, $severity, $fixable); 989 * @param boolean $fixable Can the error be fixed by the sniff? 993 private function _addError($error, $line, $column, $code, $data, $severity, $fixable) argument 1030 return $this->_addWarning($error, $line, $column, $code, $data, $severity, $fixable); 1073 if ($fixable === true) { [all …]
|
| D | Fixer.php | 153 $fixable = $this->_currentFile->getFixableCount(); 154 if ($fixable === 0) { 197 … echo "\t=> Fixing file: $this->_numFixes/$fixable violations remaining [made $this->loops pass";
|
| /plugin/authgooglesheets/vendor/google/apiclient/ |
| D | README.md | 473 To automatically fix (fixable) coding style violations, run
|
| /plugin/jplayer/vendor/james-heinrich/getid3/ |
| D | changelog.txt | 666 » Removed broken and non-fixable tagwriting module for real format.
|