Home
last modified time | relevance | path

Searched full:phpcs (Results 1 – 25 of 145) sorted by relevance

123456

/plugin/description/.github/workflows/ !
H A DphpCS.yml6 phpcs:
16 tools: cs2pr, phpcs
29 …run: phpcs -v --standard=_test/phpcs_MigrationAdjustments.xml --report-full --report-checkstyle=./
32 if: ${{ always() && steps.phpcs.outcome == 'failure' }}
33 run: cs2pr --notices-as-warnings --colorize ./phpcs-report.xml
/plugin/openlayersmap/.github/workflows/ !
H A DphpCS.yml6 phpcs:
16 tools: cs2pr, phpcs
29 …run: phpcs -v --standard=_test/phpcs_MigrationAdjustments.xml --report-full --report-checkstyle=./
32 if: ${{ always() && steps.phpcs.outcome == 'failure' }}
33 run: cs2pr --notices-as-warnings --colorize ./phpcs-report.xml
/plugin/icalevents/vendor/squizlabs/php_codesniffer/scripts/ !
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']);
170 if ($phpcs->shouldProcessFile($path, dirname($path)) === false) {
185 $phpcs->processFile($path, $contents);
189 $phpcs,
221 $phpcs = new PHP_CodeSniffer_SVN_Hook();
[all …]
/plugin/backlinks/.github/workflows/ !
H A DphpCS.yml6 phpcs:
16 tools: cs2pr, phpcs
28 # run: php phpcs -v --runtime-set ignore_warnings_on_exit true --standard=_test/phpcs.…
30 …run: phpcs -q --standard=_test/phpcs_MigrationAdjustments.xml --report=checkstyle --runtime-set ig…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/ !
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
DCONTRIBUTING.md4 Before you contribute code to PHP\_CodeSniffer, please make sure it conforms to the PHPCS coding st…
7 php scripts/phpcs
Dcomposer.json6 "phpcs",
64 "scripts/phpcs",
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/ !
Dcomposer.json53 "phpcs": [ array
54 …"phpcs --standard=ruleset.xml --extensions=php --encoding=utf-8 --tab-width=4 -sp src --ignore=src…
55 …"phpcs --standard=ruleset.xml --extensions=php --encoding=utf-8 --tab-width=4 -sp tests --ignore=t…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/ !
D.stickler.yml2 phpcs:
3 standard: 'build/phpcs.xml'
Dbuild.xml367 <target name="generate-project-documentation" depends="-phploc,-phpcs,-phpmd,-phpunit">
381 <target name="phpcs">
382 <exec executable="${basedir}/build/tools/phpcs" taskname="phpcs">
383 <arg value="--standard=${basedir}/build/phpcs.xml"/>
389 <target name="-phpcs" depends="prepare">
390 <exec executable="${basedir}/build/tools/phpcs" output="/dev/null" taskname="phpcs">
391 <arg value="--standard=${basedir}/build/phpcs.xml"/>
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/ !
DCLI.php3 * A class to process command line phpcs scripts.
42 * A class to process command line phpcs scripts.
95 * Run the PHPCS script.
918 $phpcs = new PHP_CodeSniffer($values['verbosity']);
924 $phpcs->generateDocs(
954 $phpcs = new PHP_CodeSniffer($values['verbosity'], null, null, null);
955 $phpcs->setCli($this);
956 $phpcs->initStandard($values['standard'], $values['sniffs'], $values['exclude']);
959 $phpcs->setTabWidth($values['tabWidth']);
960 $phpcs->setEncoding($values['encoding']);
[all …]
/plugin/davcard/vendor/sabre/vobject/ !
D.travis.yml16 - ./bin/phpcs -p --standard=tests/phpcs/ruleset.xml lib/
/plugin/webdavclient/vendor/sabre/vobject/ !
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/ !
D.travis.yml13 - wget https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar
14 - php phpcs.phar
Dpre-commit.hook.sh33 phpcs -p $FILES
40 phpcs -p $FILES
/plugin/gdpr/ !
D.travis.yml14 - wget https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar
15 - php phpcs.phar
/plugin/cleanoldips/ !
D.travis.yml13 - wget https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar
14 - php phpcs.phar
/plugin/struct/helper/ !
H A Ddb.php84 …public function STRUCT_JSON(...$args) // phpcs:ignore PSR1.Methods.CamelCapsMethodName.NotCamelCaps
95 …public function STRUCT_LOOKUP(...$args) // phpcs:ignore PSR1.Methods.CamelCapsMethodName.NotCamelC…
113 public function IS_PUBLISHER() // phpcs:ignore PSR1.Methods.CamelCapsMethodName.NotCamelCaps
/plugin/geophp/ !
Dhelper.php5 // phpcs:disable Squiz.Classes.ValidClassName.NotCamelCaps
6 // phpcs:disable PSR1.Files.SideEffects
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/ !
Dbuild.xml33 <target name="phpcs" description="Find coding standard violations using PHP_CodeSniffer">
34 <exec executable="phpcs">
/plugin/combo/renderer/ !
H A Danalytics.php219 public function document_end() // phpcs:ignore PSR1.Methods.CamelCapsMethodName.NotCamelCaps
725 …public function table_open($maxcols = null, $numrows = null, $pos = null) // phpcs:ignore PSR1.Met…
730 …public function table_close($pos = null) // phpcs:ignore PSR1.Methods.CamelCapsMethodName.NotCamel…
741 public function quote_open() // phpcs:ignore PSR1.Methods.CamelCapsMethodName.NotCamelCaps
750 public function quote_close() // phpcs:ignore PSR1.Methods.CamelCapsMethodName.NotCamelCaps
755 public function strong_open() // phpcs:ignore PSR1.Methods.CamelCapsMethodName.NotCamelCaps
760 public function strong_close() // phpcs:ignore PSR1.Methods.CamelCapsMethodName.NotCamelCaps
765 public function emphasis_open() // phpcs:ignore PSR1.Methods.CamelCapsMethodName.NotCamelCaps
770 public function emphasis_close() // phpcs:ignore PSR1.Methods.CamelCapsMethodName.NotCamelCaps
775 public function underline_open() // phpcs:ignore PSR1.Methods.CamelCapsMethodName.NotCamelCaps
[all …]
/plugin/findologicxmlexport/vendor/jms/metadata/ !
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/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/DocGenerators/ !
DGenerator.php134 $phpcs = new PHP_CodeSniffer();
135 $phpcs->process(array(), $this->_standard);
136 $sniffs = $phpcs->getSniffs();
/plugin/combinedlogs/ !
H A Daction.php15 // phpcs:disable PSR1.Classes.ClassDeclaration -- DokuWiki plugins must not be in a namespace
16 // phpcs:disable Squiz.Classes.ValidClassName -- DokuWiki requires snake case class names

123456