Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DInline.php199 case Parser::preg_match(self::getTimestampRegex(), $value):
642 case Parser::preg_match(self::getTimestampRegex(), $scalar):
719 private static function getTimestampRegex(): string function in Symfony\\Component\\Yaml\\Inline
/plugin/combo/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