Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DEscaper.php22 class Escaper class
H A DInline.php194 case Escaper::requiresDoubleQuoting($value):
195 return Escaper::escapeWithDoubleQuotes($value);
196 case Escaper::requiresSingleQuoting($value):
200 return Escaper::escapeWithSingleQuotes($value);
/plugin/combo/vendor/symfony/yaml/
H A DEscaper.php15 * Escaper encapsulates escaping rules for single and double-quoted
22 class Escaper class
H A DInline.php191 case Escaper::requiresDoubleQuoting($value):
192 return Escaper::escapeWithDoubleQuotes($value);
193 case Escaper::requiresSingleQuoting($value):
197 return Escaper::escapeWithSingleQuotes($value);
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG824 * The Escaper extension is enabled by default, which means that all displayed
849 * made the Escaper extension enabled by default
912 * fixed trans tag when used with the Escaper extension
992 …luded the default filter function definitions in the extension class files directly (Core, Escaper)
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dapi.rst372 Escaper Extension