Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DParser.php738 …* @param string $chomping The chomping indicator that was used to begin this block scalar (+ or…
743 …private function parseBlockScalar(string $style, string $chomping = '', int $indentation = 0): str… argument
838 if ('' === $chomping) {
840 } elseif ('-' === $chomping) {
/plugin/combo/vendor/symfony/yaml/
H A DParser.php828 * @param string $chomping The chomping indicator that was used to begin this block scalar (+ or -)
831 private function parseBlockScalar(string $style, string $chomping = '', int $indentation = 0): string argument
926 if ('' === $chomping) {
928 } elseif ('-' === $chomping) {