Home
last modified time | relevance | path

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

/template/strap/vendor/symfony/yaml/
H A DInline.php196 case Parser::preg_match(self::getTimestampRegex(), $value):
698 case Parser::preg_match(self::getTimestampRegex(), $scalar):
786 private static function getTimestampRegex(): string function in Symfony\\Component\\Yaml\\Inline