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/
H A DJson.php71 $fixable = 'false';
73 $fixable = 'true';
82 $messages .= '"fixable":'.$fixable;
H A 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/
H A DFile.php810 * @param boolean $fixable Can the error be fixed by the sniff?
820 $fixable=false argument
844 * @param boolean $fixable Can the warning be fixed by the sniff?
854 $fixable=false argument
989 * @param boolean $fixable Can the error be fixed by the sniff?
1073 if ($fixable === true) {
1109 'fixable' => $fixable,
1114 && $fixable === true
1220 if ($fixable === true) {
1256 'fixable' => $fixable,
[all …]
H A 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/
H A DREADME.md473 To automatically fix (fixable) coding style violations, run
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt666 » Removed broken and non-fixable tagwriting module for real format.