Home
last modified time | relevance | path

Searched defs:phpcsFile (Results 226 – 250 of 266) sorted by relevance

1234567891011

/dports/devel/pear-PHP_CodeSniffer/PHP_CodeSniffer-3.6.1/src/Standards/Generic/Sniffs/Debug/
H A DCSSLintSniff.php49 public function process(File $phpcsFile, $stackPtr)
H A DClosureLinterSniff.php66 public function process(File $phpcsFile, $stackPtr)
/dports/devel/pear-PHP_CodeSniffer/PHP_CodeSniffer-3.6.1/src/Standards/PEAR/Sniffs/WhiteSpace/
H A DObjectOperatorIndentSniff.php64 public function process(File $phpcsFile, $stackPtr)
/dports/devel/pear-PHP_CodeSniffer/PHP_CodeSniffer-3.6.1/src/Standards/Squiz/Sniffs/CSS/
H A DIndentationSniff.php55 public function process(File $phpcsFile, $stackPtr)
/dports/devel/pear-PHP_CodeSniffer/PHP_CodeSniffer-3.6.1/src/Standards/Generic/Sniffs/WhiteSpace/
H A DSpreadOperatorSpacingAfterSniff.php55 public function process(File $phpcsFile, $stackPtr)
H A DArbitraryParenthesesSpacingSniff.php55 $this->ignoreTokens[T_CLOSE_PARENTHESIS] = T_CLOSE_PARENTHESIS;
H A DDisallowSpaceIndentSniff.php83 $eolLen = strlen($phpcsFile->eolChar);
/dports/devel/pear-PHP_CodeSniffer/PHP_CodeSniffer-3.6.1/src/Standards/MySource/Sniffs/Channels/
H A DUnusedSystemSniff.php64 } else if ($methodName === 'includewidget') {
/dports/devel/pear-PHP_CodeSniffer/PHP_CodeSniffer-3.6.1/src/Standards/PEAR/Sniffs/Files/
H A DIncludingFileSniff.php61 $phpcsFile->fixer->replaceToken($nextToken, ' ');
/dports/devel/pear-PHP_CodeSniffer/PHP_CodeSniffer-3.6.1/src/Standards/PSR12/Sniffs/ControlStructures/
H A DControlStructureSpacingSniff.php59 public function process(File $phpcsFile, $stackPtr)
/dports/devel/pear-PHP_CodeSniffer/PHP_CodeSniffer-3.6.1/src/Standards/Squiz/Sniffs/Commenting/
H A DPostStatementCommentSniff.php84 }
85
86 if ($tokens[$lastContent]['code'] === T_CLOSE_CURLY_BRACKET) {
/dports/graphics/p5-Cairo/Cairo-1.109/examples/png/
H A Doutline.pl57 $cr->set_source ($gradient);
58 draw_flat ($cr, $width, $height);
/dports/devel/pear-PHP_CodeSniffer/PHP_CodeSniffer-3.6.1/src/Standards/Generic/Sniffs/Strings/
H A DUnnecessaryStringConcatSniff.php71 public function process(File $phpcsFile, $stackPtr)
/dports/devel/pear-PHP_CodeSniffer/PHP_CodeSniffer-3.6.1/src/Standards/Squiz/Sniffs/Debug/
H A DJavaScriptLintSniff.php51 public function process(File $phpcsFile, $stackPtr)
/dports/devel/pear-PHP_CodeSniffer/PHP_CodeSniffer-3.6.1/src/Standards/Squiz/Sniffs/Operators/
H A DComparisonOperatorUsageSniff.php89 public function process(File $phpcsFile, $stackPtr)
/dports/devel/pear-PHP_CodeSniffer/PHP_CodeSniffer-3.6.1/src/Standards/Generic/Sniffs/Formatting/
H A DSpaceAfterNotSniff.php65 public function process(File $phpcsFile, $stackPtr)
/dports/devel/pear-PHP_CodeSniffer/PHP_CodeSniffer-3.6.1/src/Standards/Squiz/Sniffs/PHP/
H A DCommentedOutCodeSniff.php60 public function process(File $phpcsFile, $stackPtr)
/dports/devel/pear-PHP_CodeSniffer/PHP_CodeSniffer-3.6.1/src/Standards/Squiz/Sniffs/WhiteSpace/
H A DFunctionSpacingSniff.php69 public function process(File $phpcsFile, $stackPtr)
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/lang/
H A DCompare.java73 int a = (int) x, b = (int) y; in process()
/dports/devel/pear-PHP_CodeSniffer/PHP_CodeSniffer-3.6.1/src/Standards/Generic/Sniffs/PHP/
H A DDisallowShortOpenTagSniff.php51 public function process(File $phpcsFile, $stackPtr)
/dports/devel/pear-PHP_CodeSniffer/PHP_CodeSniffer-3.6.1/src/Standards/PEAR/Sniffs/Functions/
H A DValidDefaultValueSniff.php65 continue;
/dports/devel/pear-PHP_CodeSniffer/PHP_CodeSniffer-3.6.1/src/Standards/PEAR/Sniffs/NamingConventions/
H A DValidVariableNameSniff.php73 * @param int $stackPtr The position where the token was found.
/dports/devel/pear-PHP_CodeSniffer/PHP_CodeSniffer-3.6.1/tests/Core/
H A DAbstractMethodUnitTest.php35 protected static $phpcsFile; variable in PHP_CodeSniffer\\Tests\\Core\\AbstractMethodUnitTest
/dports/devel/pear-PHP_CodeSniffer/PHP_CodeSniffer-3.6.1/src/Reports/
H A DDiff.php32 public function generateFileReport($report, File $phpcsFile, $showSources=false, $width=80)
H A DEmacs.php32 public function generateFileReport($report, File $phpcsFile, $showSources=false, $width=80)

1234567891011