Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/symfony/yaml/
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/
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): str… argument
926 if ('' === $chomping) {
928 } elseif ('-' === $chomping) {
/plugin/sketchcanvas/script/
Djs-yaml.mjs1911 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/
DSketchCanvas.js.map4chomping = CHOMPING_CLIP,\r\n didReadContent = false,\r\n detectedIndent = false,\…
6 …plicitPair", "isMapping", "composeNode", "readBlockScalar", "folding", "chomping", "didReadContent…