Lines Matching refs:scalar
233 'scalar',
312 scalar: {}, property
317 scalar: [], property
372 if (type$1.loadKind && type$1.loadKind !== 'scalar') {
373 …throw new exception('There is a non-scalar type in the implicit list of a schema. Implicit resolvi…
403 kind: 'scalar',
443 kind: 'scalar',
477 kind: 'scalar',
621 kind: 'scalar',
726 kind: 'scalar',
823 kind: 'scalar',
835 kind: 'scalar',
956 kind: 'scalar',
1603 state.kind = 'scalar';
1682 state.kind = 'scalar';
1706 throwError(state, 'unexpected end of the document within a single quoted scalar');
1714 throwError(state, 'unexpected end of the stream within a single quoted scalar');
1731 state.kind = 'scalar';
1785 throwError(state, 'unexpected end of the document within a double quoted scalar');
1793 throwError(state, 'unexpected end of the stream within a double quoted scalar');
1930 state.kind = 'scalar';
1945 … throwError(state, 'bad explicit indentation width of a block scalar; it cannot be less than one');
1989 // End of the scalar.
1996 if (didReadContent) { // i.e. only if the scalar is not empty.
2021 if (didReadContent) { // i.e. only if we have already read some scalar content.
2061 // it can still be flow sequence/mapping or a scalar
2140 // it can still be flow sequence/mapping or a scalar
2572 // Implicit resolving is not allowed for non-scalar types, and '?'
2578 if (state.result !== null && state.kind !== 'scalar') {
2579 …throwError(state, 'unacceptable node kind for !<?> tag; it should be "scalar", not "' + state.kind…
3131 // Determines which scalar styles are possible and returns the preferred style.
3211 // NB. We drop the last trailing newline (if any) of a returned block scalar
3262 throw new exception('impossible error: invalid scalar style');
3267 // Pre-conditions: string is valid for a block scalar, 1 <= indentPerLevel <= 9.