Home
last modified time | relevance | path

Searched refs:REGEX_TAGNAME (Results 1 – 2 of 2) sorted by relevance

/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DStandardTagFactory.php41 const REGEX_TAGNAME = '[\w\-\_\\\\]+'; define in phpDocumentor\\Reflection\\DocBlock\\StandardTagFactory
170 … if (! preg_match('/^@(' . self::REGEX_TAGNAME . ')(?:\s*([^\s].*)|$)/us', $tagLine, $matches)) {
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DGeneric.php84 if (! preg_match('/^' . StandardTagFactory::REGEX_TAGNAME . '$/u', $name)) {