Home
last modified time | relevance | path

Searched refs:fixable (Results 1 – 6 of 6) sorted by relevance

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
DJson.php71 $fixable = 'false';
73 $fixable = 'true';
82 $messages .= '"fixable":'.$fixable;
DCsv.php69 $fixable = (int) $error['fixable'];
70 … echo "\"$filename\",$line,$column,$type,\"$message\",$source,$severity,$fixable".PHP_EOL;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
DFile.php810 * @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 …]
DFixer.php153 $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/
DREADME.md473 To automatically fix (fixable) coding style violations, run
/plugin/jplayer/vendor/james-heinrich/getid3/
Dchangelog.txt666 » Removed broken and non-fixable tagwriting module for real format.