Home
last modified time | relevance | path

Searched refs:REGEX_VECTOR (Results 1 – 3 of 3) sorted by path

/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DDeprecated.php31 const REGEX_VECTOR = '(?: define in phpDocumentor\\Reflection\\DocBlock\\Tags\\Deprecated
65 if (!preg_match('/^(' . self::REGEX_VECTOR . ')\s*(.+)?$/sux', $body, $matches)) {
H A DSince.php31 const REGEX_VECTOR = '(?: define in phpDocumentor\\Reflection\\DocBlock\\Tags\\Since
65 if (! preg_match('/^(' . self::REGEX_VECTOR . ')\s*(.+)?$/sux', $body, $matches)) {
H A DVersion.php31 const REGEX_VECTOR = '(?: define in phpDocumentor\\Reflection\\DocBlock\\Tags\\Version
65 if (!preg_match('/^(' . self::REGEX_VECTOR . ')\s*(.+)?$/sux', $body, $matches)) {