Home
last modified time | relevance | path

Searched refs:eolChar (Results 26 – 39 of 39) sorted by relevance

12

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A DColonSpacingSniff.php96 if (strpos($content, $phpcsFile->eolChar) === false) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/ControlStructures/
H A DInlineControlStructureSniff.php261 $addedContent = $phpcsFile->eolChar;
296 $addedContent .= $phpcsFile->eolChar;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Files/
H A DEndFileNewlineSniff.php106 $phpcsFile->fixer->replaceToken($lastToken, $phpcsFile->eolChar);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DFixer.php177 $lines = explode($this->_currentFile->eolChar, $contents);
689 return $this->replaceToken($stackPtr, $current.$this->_currentFile->eolChar);
704 return $this->replaceToken($stackPtr, $this->_currentFile->eolChar.$current);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Functions/
H A DFunctionCallSignatureSniff.php372 $phpcsFile->eolChar.str_repeat(' ', ($functionIndent + $this->indent))
385 $phpcsFile->eolChar.str_repeat(' ', ($functionIndent + $this->indent))
545 … $phpcsFile->eolChar.str_repeat(' ', ($functionIndent + $this->indent))
H A DFunctionDeclarationSniff.php79 if ($tokens[($stackPtr + 1)]['content'] === $phpcsFile->eolChar) {
104 if ($tokens[($openBracket - 1)]['content'] === $phpcsFile->eolChar) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Files/
H A DLineLengthSniff.php112 && $tokens[$stackPtr]['content'] === $phpcsFile->eolChar
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/
H A DAbstractPatternSniff.php405 if ($tokens[$stackPtr]['content'] !== $phpcsFile->eolChar) {
411 if (($tokens[($stackPtr - 1)]['content'] !== $phpcsFile->eolChar)
654 if (strpos($tokens[$j]['content'], $phpcsFile->eolChar) !== false) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Commenting/
H A DFunctionCommentSniff.php339 $phpcsFile->eolChar.$padding
411 $phpcsFile->eolChar.$padding
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/
H A DFunctionClosingBraceSpaceSniff.php165 $phpcsFile->fixer->replaceToken($i, $phpcsFile->eolChar);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/ControlStructures/
H A DSwitchDeclarationSniff.php140 … $phpcsFile->fixer->addContentBefore($next, $phpcsFile->eolChar.$padding);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/ControlStructures/
H A DMultiLineConditionSniff.php85 if (strpos($tokens[($openBracket + 1)]['content'], $phpcsFile->eolChar) !== false) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/
H A DEmbeddedPhpSniff.php201 … $phpcsFile->fixer->addContentBefore($stackPtr, $phpcsFile->eolChar.str_repeat(' ', $padding));
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Arrays/
H A DArrayDeclarationSniff.php437 if ($tokens[($nextToken - 1)]['content'] === $phpcsFile->eolChar) {

12