Home
last modified time | relevance | path

Searched refs:PHP_CodeSniffer (Results 1 – 25 of 50) sorted by path

12

/plugin/cleanoldips/
H A D.travis.yml13 - wget https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar
/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/findologicxmlexport/vendor/jms/metadata/
H A DCONTRIBUTING.md10 This project uses [PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) to enforce coding…
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCONTRIBUTING.md10 This project uses [PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) to enforce coding…
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/
H A Deasy-coding-standard.neon24 PHP_CodeSniffer\Standards\Generic\Sniffs\CodeAnalysis\EmptyStatementSniff:
27 PHP_CodeSniffer\Standards\Squiz\Sniffs\Classes\ValidClassNameSniff:
30 PHP_CodeSniffer\Standards\Generic\Sniffs\NamingConventions\CamelCapsFunctionNameSniff:
/plugin/gdpr/
H A D.travis.yml14 - wget https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar
/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/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DCLI.php306 $tabWidth = PHP_CodeSniffer::getConfigData('tab_width');
313 $encoding = PHP_CodeSniffer::getConfigData('encoding');
320 $severity = PHP_CodeSniffer::getConfigData('severity');
359 $quiet = PHP_CodeSniffer::getConfigData('quiet');
366 $colors = PHP_CodeSniffer::getConfigData('colors');
375 $standard = PHP_CodeSniffer::getConfigData('standard');
576 … echo 'PHP_CodeSniffer version '.PHP_CodeSniffer::VERSION.' ('.PHP_CodeSniffer::STABILITY.') ';
884 $file = PHP_CodeSniffer::realpath($arg);
918 $phpcs = new PHP_CodeSniffer($values['verbosity']);
1056 PHP_CodeSniffer $phpcs,
[all …]
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']);
H A DFixer.php515 $oldContent = PHP_CodeSniffer::prepareForOutput($this->_tokens[$stackPtr]);
516 $newContent = PHP_CodeSniffer::prepareForOutput($content);
519 $append = PHP_CodeSniffer::prepareForOutput($this->_tokens[($stackPtr + 1)]);
624 $oldContent = PHP_CodeSniffer::prepareForOutput($this->_tokens[$stackPtr]);
625 $newContent = PHP_CodeSniffer::prepareForOutput($this->_fixedTokens[$stackPtr]);
628 $append = PHP_CodeSniffer::prepareForOutput($this->_tokens[($stackPtr + 1)]);
/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…
H A DMarkdown.php88 …echo ' by [PHP_CodeSniffer '.PHP_CodeSniffer::VERSION.'](https://github.com/squizlabs/PHP_CodeSnif…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DCheckstyle.php121 echo '<checkstyle version="'.PHP_CodeSniffer::VERSION.'">'.PHP_EOL;
H A DJunit.php142 …echo '<testsuites name="PHP_CodeSniffer '.PHP_CodeSniffer::VERSION.'" tests="'.$this->_tests.'" fa…
H A DNotifysend.php83 $path = PHP_CodeSniffer::getConfigData('notifysend_path');
88 $timeout = PHP_CodeSniffer::getConfigData('notifysend_timeout');
93 $showOk = PHP_CodeSniffer::getConfigData('notifysend_showok');
H A DXml.php125 echo '<phpcs version="'.PHP_CodeSniffer::VERSION.'">'.PHP_EOL;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/
H A DAbstractScopeSniff.php83 * @see PHP_CodeSniffer.getValidScopeTokeners()
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Debug/
H A DCSSLintSniff.php64 $csslintPath = PHP_CodeSniffer::getConfigData('csslint_path');
H A DClosureLinterSniff.php81 $lintPath = PHP_CodeSniffer::getConfigData('gjslint_path');
H A DESLintSniff.php70 $eslintPath = PHP_CodeSniffer::getConfigData('eslint_path');
H A DJSHintSniff.php67 $rhinoPath = PHP_CodeSniffer::getConfigData('rhino_path');
68 $jshintPath = PHP_CodeSniffer::getConfigData('jshint_path');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/NamingConventions/
H A DCamelCapsFunctionNameSniff.php155 if (PHP_CodeSniffer::isCamelCaps($methodName, false, true, $this->strict) === false) {
210 if (PHP_CodeSniffer::isCamelCaps($functionName, false, true, $this->strict) === false) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/PHP/
H A DDisallowAlternativePHPTagsSniff.php59 $this->_phpVersion = PHP_CodeSniffer::getConfigData('php_version');

12