Home
last modified time | relevance | path

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

12

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/PHP/
H A DSyntaxSniff.php65 $this->_phpPath = PHP_CodeSniffer::getConfigData('php_path');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/WhiteSpace/
H A DScopeIndentSniff.php144 $debug = PHP_CodeSniffer::getConfigData('scope_indent_debug');
/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/PEAR/Sniffs/NamingConventions/
H A DValidFunctionNameSniff.php164 if (PHP_CodeSniffer::isCamelCaps($testMethodName, false, $isPublic, false) === false) {
260 if (PHP_CodeSniffer::isCamelCaps($camelCapsPart, false, true, false) === false) {
/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/PSR1/Sniffs/Methods/
H A DCamelCapsMethodNameSniff.php65 … if ($testName !== '' && PHP_CodeSniffer::isCamelCaps($testName, false, true, false) === false) {
/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/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/Standards/Squiz/Sniffs/Debug/
H A DJSLintSniff.php65 $rhinoPath = PHP_CodeSniffer::getConfigData('rhino_path');
66 $jslintPath = PHP_CodeSniffer::getConfigData('jslint_path');
H A DJavaScriptLintSniff.php64 $jslPath = PHP_CodeSniffer::getConfigData('jsl_path');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/NamingConventions/
H A DValidFunctionNameSniff.php64 if (PHP_CodeSniffer::isCamelCaps($functionName, false, true, false) === false) {
H A DValidVariableNameSniff.php99 if (PHP_CodeSniffer::isCamelCaps($objVarName, false, true, false) === false) {
127 if (PHP_CodeSniffer::isCamelCaps($varName, false, true, false) === false) {
180 if (PHP_CodeSniffer::isCamelCaps($varName, false, $public, false) === false) {
223 if (PHP_CodeSniffer::isCamelCaps($varName, false, true, false) === false) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Zend/Sniffs/Debug/
H A DCodeAnalyzerSniff.php58 $analyzerPath = PHP_CodeSniffer::getConfigData('zend_ca_path');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Zend/Sniffs/NamingConventions/
H A DValidVariableNameSniff.php101 if (PHP_CodeSniffer::isCamelCaps($objVarName, false, true, false) === false) {
133 if (PHP_CodeSniffer::isCamelCaps($varName, false, true, false) === false) {
182 if (PHP_CodeSniffer::isCamelCaps($varName, false, $public, false) === false) {
230 if (PHP_CodeSniffer::isCamelCaps($varName, false, true, false) === false) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/
H A DCSS.php100 $content = PHP_CodeSniffer::prepareForOutput($token['content']);
123 $cleanContent = PHP_CodeSniffer::prepareForOutput($content);
282 $content = PHP_CodeSniffer::prepareForOutput($token['content']);
335 … $old = PHP_CodeSniffer::prepareForOutput($finalTokens[($stackPtr + 1)]['content']);
336 $new = PHP_CodeSniffer::prepareForOutput($newContent);
353 … $content = PHP_CodeSniffer::prepareForOutput($finalTokens[($stackPtr + 1)]['content']);
410 … $content = PHP_CodeSniffer::prepareForOutput($finalTokens[$i]['content']);
426 … $content = PHP_CodeSniffer::prepareForOutput($finalTokens[$i]['content']);
445 … $content = PHP_CodeSniffer::prepareForOutput($finalTokens[($x + 1)]['content']);
459 … $old = PHP_CodeSniffer::prepareForOutput($finalTokens[($stackPtr + 1)]['content']);
[all …]
H A DComment.php71 $content = PHP_CodeSniffer::prepareForOutput($openTag);
114 $content = PHP_CodeSniffer::prepareForOutput($space['content']);
149 $content = PHP_CodeSniffer::prepareForOutput($lineToken['content']);
165 $content = PHP_CodeSniffer::prepareForOutput($closeTag['content']);
H A DJS.php306 $content = PHP_CodeSniffer::prepareForOutput($char);
307 $bufferContent = PHP_CodeSniffer::prepareForOutput($buffer);
331 $content = PHP_CodeSniffer::prepareForOutput($buffer);
352 $content = PHP_CodeSniffer::prepareForOutput($buffer);
541 $content = PHP_CodeSniffer::prepareForOutput($buffer);
582 $content = PHP_CodeSniffer::prepareForOutput($charBuffer);
609 $content = PHP_CodeSniffer::prepareForOutput($char);
630 $content = PHP_CodeSniffer::prepareForOutput($lastContent);
646 $content = PHP_CodeSniffer::prepareForOutput($lastChar);
684 $content = PHP_CodeSniffer::prepareForOutput($buffer);
[all …]
H A DPHP.php345 $content = PHP_CodeSniffer::prepareForOutput($token[1]);
349 $content = PHP_CodeSniffer::prepareForOutput($token[0]);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DREADME.md6PHP_CodeSniffer.svg?branch=phpcs-fixer)](https://travis-ci.org/squizlabs/PHP_CodeSniffer) [![Code …
8 …ps://gitter.im/squizlabs/PHP_CodeSniffer](https://badges.gitter.im/Join%20Chat.svg)](https://gitte…
22 curl -OL https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar
25 curl -OL https://squizlabs.github.io/PHP_CodeSniffer/phpcbf.phar
30 pear install PHP_CodeSniffer
32 If you prefer using [Composer](http://getcomposer.org/) you can easily install PHP_CodeSniffer syst…
48 You will then be able to run PHP_CodeSniffer from the vendor bin directory:
55 git clone https://github.com/squizlabs/PHP_CodeSniffer.git
56 cd PHP_CodeSniffer
63 …\_CodeSniffer is available on the [Github wiki](https://github.com/squizlabs/PHP_CodeSniffer/wiki).
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/scripts/
H A Dphpcbf.bat7 REM @package PHP_CodeSniffer
10 REM @license https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt BSD Licence
11 REM @link http://pear.php.net/package/PHP_CodeSniffer
H A Dphpcs-svn-pre-commit111 if (PHP_CodeSniffer::isInstalledStandard($standard) === false) {
120 $phpcs = new PHP_CodeSniffer(
H A Dphpcs.bat2 REM PHP_CodeSniffer tokenizes PHP code and detects violations of a
8 REM @package PHP_CodeSniffer
12 REM @license https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt BSD Licence
13 REM @link http://pear.php.net/package/PHP_CodeSniffer
/plugin/issuelinks/
H A D.travis.yml13 - wget https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar
/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.",

12