Lines Matching refs:style

113     /** Use CR for line breaks (Mac style). */
115 /** Use LN for line breaks (Unix style). */
117 /** Use CR LN for line breaks (DOS style). */
165 /** Let the emitter choose the style. */
168 /** The plain scalar style. */
171 /** The single-quoted scalar style. */
173 /** The double-quoted scalar style. */
176 /** The literal scalar style. */
178 /** The folded scalar style. */
184 /** Let the emitter choose the style. */
187 /** The block sequence style. */
189 /** The flow sequence style. */
195 /** Let the emitter choose the style. */
198 /** The block mapping style. */
200 /** The flow mapping style. */
307 /** The scalar style. */
308 yaml_scalar_style_t style;
437 /** Is the tag optional for the plain style? */
439 /** Is the tag optional for any non-plain style? */
441 /** The scalar style. */
442 yaml_scalar_style_t style;
453 /** The sequence style. */
454 yaml_sequence_style_t style;
465 /** The mapping style. */
466 yaml_mapping_style_t style;
558 * The @a style argument may be ignored by the emitter.
569 * style.
571 * non-plain style.
572 * @param[in] style The scalar style.
582 yaml_scalar_style_t style);
587 * The @a style argument may be ignored by the emitter.
595 * @param[in] style The sequence style.
603 yaml_sequence_style_t style);
619 * The @a style argument may be ignored by the emitter.
627 * @param[in] style The mapping style.
635 yaml_mapping_style_t style);
734 /** The scalar style. */
735 yaml_scalar_style_t style;
749 /** The sequence style. */
750 yaml_sequence_style_t style;
764 /** The mapping style. */
765 yaml_mapping_style_t style;
884 * The @a style argument may be ignored by the emitter.
890 * @param[in] style The scalar style.
898 yaml_scalar_style_t style);
903 * The @a style argument may be ignored by the emitter.
907 * @param[in] style The sequence style.
914 yaml_char_t *tag, yaml_sequence_style_t style);
919 * The @a style argument may be ignored by the emitter.
923 * @param[in] style The sequence style.
930 yaml_char_t *tag, yaml_mapping_style_t style);
1604 /** If the output is in the canonical style? */
1716 /** Can the scalar be expessed in the flow plain style? */
1718 /** Can the scalar be expressed in the block plain style? */
1720 /** Can the scalar be expressed in the single quoted style? */
1724 /** The output style. */
1725 yaml_scalar_style_t style;