Searched defs:REGEX_CHARACTER_TO_ESCAPE (Results 1 – 2 of 2) sorted by relevance
/plugin/findologicxmlexport/vendor/symfony/yaml/ | ||
H A D | Escaper.php | 25 const REGEX_CHARACTER_TO_ESCAPE = "[\\x00-\\x1f]|\xc2\x85|\xc2\xa0|\xe2\x80\xa8|\xe2\x80\xa9"; define in Symfony\\Component\\Yaml\\Escaper |
/plugin/combo/vendor/symfony/yaml/ | ||
H A D | Escaper.php | 25 public const REGEX_CHARACTER_TO_ESCAPE = "[\\x00-\\x1f]|\x7f|\xc2\x85|\xc2\xa0|\xe2\x80\xa8|\xe2\x80\xa9"; define in Symfony\\Component\\Yaml\\Escaper |