Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocLexer.php42 const T_AT = 101; define in Doctrine\\Common\\Annotations\\DocLexer
60 '@' => self::T_AT,
H A DDocParser.php642 if (DocLexer::T_AT !== $this->lexer->lookahead['type']) {
684 $this->match(DocLexer::T_AT);
1041 if ($this->lexer->isNextToken(DocLexer::T_AT)) {
/plugin/ifauthex/lib/
H A Dgrammar.php109 $T_AT = new TokenDefinition('@', 'AT');
110 parent::__construct('InGroup', Fixing::Prefix, $T_AT, 2);