Home
last modified time | relevance | path

Searched refs:commentLines (Results 1 – 3 of 3) sorted by relevance

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DBlockCommentSniff.php129 $commentLines = array($stackPtr);
147 $commentLines[] = $nextComment;
162 $lastToken = array_pop($commentLines);
173 if (count($commentLines) === 1) {
213 if (trim($tokens[$commentLines[1]]['content']) === '') {
221 $content = $tokens[$commentLines[1]]['content'];
258 foreach ($commentLines as $line) {
261 if ($line === $commentLines[(count($commentLines) - 1)] || $line === $commentLines[0]) {
266 if ($line === $commentLines[1]) {
304 $lastIndex = (count($commentLines) - 1);
[all …]
H A DFunctionCommentSniff.php282 $commentLines = array();
307 $commentLines[] = array(
328 $commentLines[] = array(
338 $commentLines[] = array('comment' => '');
354 'commentLines' => $commentLines,
/plugin/captcha/
H A Dfiglet.php51 public $commentLines; variable in phpFiglet
74 $this->commentLines = $hp[5] + 1;
96 $start = $this->commentLines + ($asciValue - 32) * $this->height;