Home
last modified time | relevance | path

Searched refs:T_MINUS (Results 1 – 7 of 7) sorted by relevance

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Operators/
H A DIncrementDecrementUsageSniff.php146 … $phpcsFile->findNext(array(T_LNUMBER, T_VARIABLE, T_WHITESPACE, T_PLUS, T_MINUS, T_OPEN_PARENTHES…
197 … $opToken = $phpcsFile->findNext(array(T_PLUS, T_MINUS), ($nextVar + 1), $statementEnd);
213 $negative = $phpcsFile->findPrevious(T_MINUS, ($nextNumber - 1), $stackPtr);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DTokens.php229 T_MINUS => 5,
392 T_MINUS => 1,
481 T_MINUS => T_MINUS,
586 T_MINUS => T_MINUS,
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocLexer.php54 const T_MINUS = 113; define in Doctrine\\Common\\Annotations\\DocLexer
68 '-' => self::T_MINUS,
H A DDocParser.php689 if ($this->lexer->isNextToken(DocLexer::T_MINUS)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/
H A DOperatorSpacingSniff.php89 || $tokens[$stackPtr]['code'] === T_MINUS
192 if ($tokens[$stackPtr]['code'] === T_MINUS || $tokens[$stackPtr]['code'] === T_PLUS) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Formatting/
H A DOperatorBracketSniff.php83 if ($tokens[$stackPtr]['code'] === T_MINUS) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/
H A DCSS.php326 case T_MINUS: