Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DInline.php33 private static $objectSupport = false; variable in Symfony\\Component\\Yaml\\Inline
45 self::$objectSupport = (bool) (Yaml::PARSE_OBJECT & $flags);
581 if (self::$objectSupport) {
/plugin/combo/vendor/symfony/yaml/
H A DInline.php33 private static $objectSupport = false; variable in Symfony\\Component\\Yaml\\Inline
40 self::$objectSupport = (bool) (Yaml::PARSE_OBJECT & $flags);
610 if (self::$objectSupport) {