Home
last modified time | relevance | path

Searched refs:violations (Results 1 – 14 of 14) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DEdgeConfigstoreBundleBadBundle.php29 public function setViolations($violations) argument
31 $this->violations = $violations;
38 return $this->violations;
H A DGoogleRpcPreconditionFailure.php29 public function setViolations($violations) argument
31 $this->violations = $violations;
38 return $this->violations;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/scripts/
H A Dphpcs.bat2 REM PHP_CodeSniffer tokenizes PHP code and detects violations of a
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DREADME.md4 …files to detect violations of a defined coding standard, and a second `phpcbf` script to automatic…
/plugin/findologicxmlexport/vendor/jms/metadata/
H A DCONTRIBUTING.md15 To check your code you can run `vendor/bin/phpcs`. This command will give you a list of violations
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCONTRIBUTING.md15 To check your code you can run `vendor/bin/phpcs`. This command will give you a list of violations
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DBaseSerializationTest.php1043 $violations = new ConstraintViolationList();
1044 …$violations->add(new ConstraintViolation('Message of violation', 'Message of violation', [], null,…
1045 …$violations->add(new ConstraintViolation('Message of another violation', 'Message of another viola…
1047 … self::assertEquals($this->getContent('constraint_violation_list'), $this->serialize($violations));
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md467 To check for coding style violations, run
473 To automatically fix (fixable) coding style violations, run
/plugin/oauth/vendor/lusitanian/oauth/
H A Dcomposer.lock488 "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
/plugin/diagramsnet/lib/stencils/
H A DLICENSE81 …s not affect any right the Licensor may have to seek remedies for Your violations of this Public L…
/plugin/diagramsnet/lib/templates/
H A DLICENSE81 …s not affect any right the Licensor may have to seek remedies for Your violations of this Public L…
/plugin/diagramsnet/lib/img/
H A DLICENSE81 …s not affect any right the Licensor may have to seek remedies for Your violations of this Public L…
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Drecipes.rst335 This method won't catch any sandbox policy violations because the policy
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DCHANGELOG.md366 - [TEST] Fix some PHPCS violations in tests [[18a38dd]](http://github.com/elasticsearch/elasticsearch-php/commit/18a38dd)