Home
last modified time | relevance | path

Searched refs:PHP_CodeSniffer (Results 26 – 50 of 50) sorted by relevance

12

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Debug/
H A DClosureLinterSniff.php81 $lintPath = PHP_CodeSniffer::getConfigData('gjslint_path');
H A DESLintSniff.php70 $eslintPath = PHP_CodeSniffer::getConfigData('eslint_path');
/plugin/issuelinks/
H A D.travis.yml13 - wget https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar
/plugin/cleanoldips/
H A D.travis.yml13 - wget https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar
/plugin/gdpr/
H A D.travis.yml14 - wget https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR1/Sniffs/Classes/
H A DClassDeclarationSniff.php66 $this->_phpVersion = PHP_CodeSniffer::getConfigData('php_version');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Classes/
H A DValidClassNameSniff.php83 $valid = PHP_CodeSniffer::isCamelCaps($name, true, true, false);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DCheckstyle.php121 echo '<checkstyle version="'.PHP_CodeSniffer::VERSION.'">'.PHP_EOL;
H A DXml.php125 echo '<phpcs version="'.PHP_CodeSniffer::VERSION.'">'.PHP_EOL;
H A DJunit.php142 …echo '<testsuites name="PHP_CodeSniffer '.PHP_CodeSniffer::VERSION.'" tests="'.$this->_tests.'" fa…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Commenting/
H A DFileCommentSniff.php329 if (PHP_CodeSniffer::isUnderscoreName($content) !== true) {
371 if (PHP_CodeSniffer::isUnderscoreName($content) === true) {
424 if (PHP_CodeSniffer::isUnderscoreName($content) === true) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DFunctionCommentSniff.php96 $suggestedName = PHP_CodeSniffer::suggestType($typeName);
261 $this->_phpVersion = PHP_CodeSniffer::getConfigData('php_version');
382 $suggestedName = PHP_CodeSniffer::suggestType($typeName);
397 } else if (in_array($suggestedName, PHP_CodeSniffer::$allowedTypes) === false) {
H A DVariableCommentSniff.php119 $suggestedType = PHP_CodeSniffer::suggestType($varType);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/DocGenerators/
H A DGenerator.php134 $phpcs = new PHP_CodeSniffer();
H A DHTML.php194 …ref="https://github.com/squizlabs/PHP_CodeSniffer">PHP_CodeSniffer '.PHP_CodeSniffer::VERSION.'</a…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/
H A DAbstractScopeSniff.php83 * @see PHP_CodeSniffer.getValidScopeTokeners()
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCONTRIBUTING.md6 cd PHP_CodeSniffer
H A DCodeSniffer.php68 class PHP_CodeSniffer class
296 $installedPaths = PHP_CodeSniffer::getInstalledStandardPaths();
2201 $configPaths = PHP_CodeSniffer::getConfigData('installed_paths');
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCONTRIBUTING.md10 This project uses [PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) to enforce coding…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/PHP/
H A DDisallowAlternativePHPTagsSniff.php59 $this->_phpVersion = PHP_CodeSniffer::getConfigData('php_version');
/plugin/oauth/vendor/lusitanian/oauth/
H A Dcomposer.lock427 "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
432 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/11a2545c44a5915f883e2e5ec12e14ed345e3ab2",
488 "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DFile.php137 * @var PHP_CodeSniffer
297 * @param PHP_CodeSniffer $phpcs The PHP_CodeSniffer object controlling this run.
307 PHP_CodeSniffer $phpcs
522 $content = PHP_CodeSniffer::prepareForOutput($token['content']);
1851 $content = PHP_CodeSniffer::prepareForOutput($tokens[$i]['content']);
1929 $content = PHP_CodeSniffer::prepareForOutput($tokens[$i]['content']);
2443 $content = PHP_CodeSniffer::prepareForOutput($tokens[$i]['content']);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/
H A DPHP.php345 $content = PHP_CodeSniffer::prepareForOutput($token[1]);
349 $content = PHP_CodeSniffer::prepareForOutput($token[0]);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DCHANGELOG.md367 - [src] add PHP_CodeSniffer (#647) [[24900ef]](http://github.com/elasticsearch/elasticsearch-php/commit/24900ef)
368 - [TEST] add PHP_CodeSniffer to build (#638) [[088a509]](http://github.com/elasticsearch/elasticsearch-php/commit/088a509)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/WhiteSpace/
H A DScopeIndentSniff.php144 $debug = PHP_CodeSniffer::getConfigData('scope_indent_debug');

12