Searched refs:chomping (Results 1 – 4 of 4) sorted by relevance
/plugin/findologicxmlexport/vendor/symfony/yaml/ |
D | Parser.php | 738 …* @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/ |
D | Parser.php | 828 …* @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): str… argument 926 if ('' === $chomping) { 928 } elseif ('-' === $chomping) {
|
/plugin/sketchcanvas/script/ |
D | js-yaml.mjs | 1911 chomping = CHOMPING_CLIP, 1937 if (CHOMPING_CLIP === chomping) { 1938 chomping = (ch === 0x2B/* + */) ? CHOMPING_KEEP : CHOMPING_STRIP; 1940 throwError(state, 'repeat of a chomping mode identifier'); 1992 // Perform the chomping. 1993 if (chomping === CHOMPING_KEEP) { 1995 } else if (chomping === CHOMPING_CLIP) { 3213 // • No ending newline => unaffected; already using strip "-" chomping.
|
/plugin/sketchcanvas/bundle/ |
D | SketchCanvas.js.map | 4 …chomping = CHOMPING_CLIP,\r\n didReadContent = false,\r\n detectedIndent = false,\… 6 …plicitPair", "isMapping", "composeNode", "readBlockScalar", "folding", "chomping", "didReadContent…
|