Home
last modified time | relevance | path

Searched refs:fixer (Results 101 – 125 of 137) sorted by relevance

123456

/plugin/quickstats/GEOIP/
H A Dcomposer.lock85 "friendsofphp/php-cs-fixer": "2.*",
135 "friendsofphp/php-cs-fixer": "2.*",
195 "friendsofphp/php-cs-fixer": "2.*",
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DPostStatementCommentSniff.php97 $phpcsFile->fixer->addNewlineBefore($stackPtr);
H A DVariableCommentSniff.php129 $phpcsFile->fixer->replaceToken(($foundVar + 2), $suggestedType);
/plugin/davcal/vendor/sabre/dav/
H A D.travis.yml33 - ./bin/sabre-cs-fixer fix lib/ --dry-run --diff
/plugin/davcal/vendor/sabre/uri/
H A DCHANGELOG.md7 * #4: Using php-cs-fixer to automatically enforce conding standards.
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/
H A DScopeKeywordSpacingSniff.php85 $phpcsFile->fixer->replaceToken(($stackPtr + 1), ' ');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Formatting/
H A DMultipleStatementAlignmentSniff.php306 $phpcsFile->fixer->addContentBefore($assignment, $newContent);
308 $phpcsFile->fixer->replaceToken(($assignment - 1), $newContent);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A DLowercaseStyleDefinitionSniff.php101 $phpcsFile->fixer->replaceToken($i, $expected);
H A DForbiddenStylesSniff.php177 $phpcsFile->fixer->replaceToken($stackPtr, $this->forbiddenStyles[$pattern]);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/
H A DLowercasePHPFunctionsSniff.php133 $phpcsFile->fixer->replaceToken($stackPtr, strtolower($content));
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Files/
H A DLineEndingsSniff.php140 $phpcsFile->fixer->replaceToken($i, $newContent);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/PHP/
H A DLowerCaseKeywordSniff.php139 $phpcsFile->fixer->replaceToken($stackPtr, strtolower($keyword));
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A D.travis.yml55 composer global require friendsofphp/php-cs-fixer;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/WhiteSpace/
H A DDisallowSpaceIndentSniff.php174 $phpcsFile->fixer->replaceToken($i, $trimmed.$padding.$nonWhitespace);
H A DScopeIndentSniff.php549 $phpcsFile->fixer->replaceToken($checkToken, $padding.$trimmed);
552 $phpcsFile->fixer->replaceToken(($checkToken - 1), $padding);
879 $accepted = $phpcsFile->fixer->replaceToken($checkToken, $padding.$trimmed);
882 $accepted = $phpcsFile->fixer->replaceToken(($checkToken - 1), $padding);
/plugin/webdav/vendor/sabre/uri/
H A DCHANGELOG.md38 * #4: Using php-cs-fixer to automatically enforce conding standards.
/plugin/icalevents/vendor/sabre/uri/
H A DCHANGELOG.md38 * #4: Using php-cs-fixer to automatically enforce conding standards.
/plugin/advanced/lang/fr/config/
H A Dmime.txt3 …f''. On y indique alors une extension (sans le point) et un type MIME. Préfixer le type avec un po…
/plugin/googleanalytics/
H A DCHANGELOG.md34 - [DPG-17] - Auto-reformatted PHP and JS files with [php-cs-fixer](https://github.com/FriendsOfPHP/…
/plugin/farmer/lang/fr/
H A Dtab_plugins_help.txt20 - Choisir un greffon et fixer son état à la même valeur dans tous les animaux,
/plugin/backup/
H A DCHANGELOG.md32 - [BT-43] - Did some code cleanup via `php-cs-fixer` and `js-beautify`; also removed German, French…
/plugin/findologicxmlexport/vendor/findologic/libflexport/
H A DREADME.md64 Running `php-cs-fixer` before commiting will reduce style-caused build failures.
/plugin/aichat/
H A Dcomposer.lock127 "friendsofphp/php-cs-fixer": "^3.14",
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DFile.php146 public $fixer = null; variable in PHP_CodeSniffer_File
313 $this->fixer = new PHP_CodeSniffer_Fixer();
475 $this->fixer->startFile($this);
939 if ($recorded === true && $this->fixer->enabled === true) {
970 if ($recorded === true && $this->fixer->enabled === true) {
1113 && $this->fixer->enabled === true
1260 && $this->fixer->enabled === true
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DREADME.md6 [![Build Status](https://travis-ci.org/squizlabs/PHP_CodeSniffer.svg?branch=phpcs-fixer)](https://t…

123456