Home
last modified time | relevance | path

Searched refs:phpcs (Results 1 – 25 of 31) sorted by relevance

12

/plugin/icalevents/vendor/squizlabs/php_codesniffer/scripts/
H A Dphpcs-svn-pre-commit120 $phpcs = new PHP_CodeSniffer(
129 $phpcs->setAllowedFileExtensions($values['extensions']);
131 $phpcs->setAllowedFileExtensions(array_keys($phpcs->defaultFileExtensions));
136 $phpcs->setIgnorePatterns($values['ignored']);
157 $phpcs->setCli($this);
158 $phpcs->initStandard($values['standard'], $values['sniffs']);
185 $phpcs->processFile($path, $contents);
189 $phpcs,
221 $phpcs = new PHP_CodeSniffer_SVN_Hook();
224 $phpcs->checkRequirements();
[all …]
H A Dphpcs.bat21 "%PHPBIN%" "@bin_dir@\phpcs" %*
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DCLI.php924 $phpcs->generateDocs(
955 $phpcs->setCli($this);
959 $phpcs->setTabWidth($values['tabWidth']);
960 $phpcs->setEncoding($values['encoding']);
961 $phpcs->setInteractive($values['interactive']);
1029 $phpcs,
1056 PHP_CodeSniffer $phpcs, argument
1082 $result = $phpcs->reporting->printReport(
1202 $phpcs = new PHP_CodeSniffer();
1203 $phpcs->process(array(), $standard);
[all …]
H A DFile.php139 public $phpcs = null; variable in PHP_CodeSniffer_File
307 PHP_CodeSniffer $phpcs argument
312 $this->phpcs = $phpcs;
316 $cliValues = $phpcs->cli->getCommandLineValues();
414 $this->phpcs->populateTokenListeners();
415 $this->_listeners = $this->phpcs->getTokenSniffs();
482 $listeners = $this->phpcs->getSniffs();
661 $cliValues = $this->phpcs->cli->getCommandLineValues();
1031 } else if ($this->phpcs->cli->errorSeverity === 0) {
1044 if ($this->phpcs->cli->errorSeverity > $severity) {
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DREADME.md4 PHP\_CodeSniffer is a set of two PHP scripts; the main `phpcs` script that tokenizes PHP, JavaScrip…
6 [![Build Status](https://travis-ci.org/squizlabs/PHP_CodeSniffer.svg?branch=phpcs-fixer)](https://t…
22 curl -OL https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar
23 php phpcs.phar -h
28 …an install PHP\_CodeSniffer using the PEAR installer. This will make the `phpcs` and `phpcbf` comm…
50 ./vendor/bin/phpcs -h
53 You can also download the PHP\_CodeSniffer source and run the `phpcs` and `phpcbf` commands directl…
57 php scripts/phpcs -h
H A DCONTRIBUTING.md7 php scripts/phpcs
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A D.stickler.yml2 phpcs:
3 standard: 'build/phpcs.xml'
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/DocGenerators/
H A DGenerator.php134 $phpcs = new PHP_CodeSniffer();
135 $phpcs->process(array(), $this->_standard);
136 $sniffs = $phpcs->getSniffs();
/plugin/davcard/vendor/sabre/vobject/
H A D.travis.yml16 - ./bin/phpcs -p --standard=tests/phpcs/ruleset.xml lib/
/plugin/webdavclient/vendor/sabre/vobject/
H A D.travis.yml16 - ./bin/phpcs -p --standard=tests/phpcs/ruleset.xml lib/
/plugin/davcal/vendor/sabre/vobject/
H A D.travis.yml17 - ./bin/phpcs -p --standard=tests/phpcs/ruleset.xml lib/
/plugin/issuelinks/
H A Dpre-commit.hook.sh33 phpcs -p $FILES
40 phpcs -p $FILES
H A D.travis.yml13 - wget https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar
14 - php phpcs.phar
/plugin/cleanoldips/
H A D.travis.yml13 - wget https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar
14 - php phpcs.phar
/plugin/gdpr/
H A D.travis.yml14 - wget https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar
15 - php phpcs.phar
/plugin/findologicxmlexport/vendor/jms/serializer/.travis/
H A Dscript_test.sh7 vendor/bin/phpcs
/plugin/siteexport/
H A D.scrutinizer.yml14 command: phpcs-run
/plugin/combo/vendor/antlr/antlr4-php-runtime/
H A D.travis.yml14 - vendor/bin/phpcs
/plugin/findologicxmlexport/vendor/jms/metadata/
H A DCONTRIBUTING.md11 The coding standard rules are defined in the **phpcs.xml.dist** file (part of this repository).
15 To check your code you can run `vendor/bin/phpcs`. This command will give you a list of violations …
H A D.travis.yml27 - vendor/bin/phpcs
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DCbf.php60 $cliValues = $phpcsFile->phpcs->cli->getCommandLineValues();
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/WhiteSpace/
H A DDisallowSpaceIndentSniff.php74 $cliValues = $phpcsFile->phpcs->cli->getCommandLineValues();
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCONTRIBUTING.md11 The coding standard rules are defined in the **phpcs.xml.dist** file (part of this repository).
15 To check your code you can run `vendor/bin/phpcs`. This command will give you a list of violations …
/plugin/jplayer/vendor/mustache/mustache/
H A DCONTRIBUTING.md24 * Use `phpcs --standard=PSR2` to check your changes against the coding standard.
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/
H A DREADME.md92 phpcs --standard=build/php_codesniffer.xml

12