Lines Matching refs:tag

110                 NULL, "tag:yaml.org,2002:seq", 1,
134 NULL, "tag:yaml.org,2002:map", 1,
149 NULL, "tag:yaml.org,2002:str", "type", -1,
158 NULL, "tag:yaml.org,2002:str", "STREAM-START", -1,
174 NULL, "tag:yaml.org,2002:str", "encoding", -1,
183 NULL, "tag:yaml.org,2002:str",
201 NULL, "tag:yaml.org,2002:str", "type", -1,
210 NULL, "tag:yaml.org,2002:str", "STREAM-END", -1,
223 NULL, "tag:yaml.org,2002:str", "type", -1,
232 NULL, "tag:yaml.org,2002:str", "DOCUMENT-START", -1,
249 NULL, "tag:yaml.org,2002:str", "version", -1,
258 NULL, "tag:yaml.org,2002:map", 1,
267 NULL, "tag:yaml.org,2002:str", "major", -1,
277 NULL, "tag:yaml.org,2002:int", number, -1,
286 NULL, "tag:yaml.org,2002:str", "minor", -1,
296 NULL, "tag:yaml.org,2002:int", number, -1,
310 /* Display the document tag directives. */
315 yaml_tag_directive_t *tag;
320 NULL, "tag:yaml.org,2002:str", "tags", -1,
329 NULL, "tag:yaml.org,2002:seq", 1,
335 for (tag = input_event.data.document_start.tag_directives.start;
336 tag != input_event.data.document_start.tag_directives.end;
337 tag ++)
342 NULL, "tag:yaml.org,2002:map", 1,
351 NULL, "tag:yaml.org,2002:str", "handle", -1,
357 /* Write the tag directive handle. */
360 NULL, "tag:yaml.org,2002:str",
361 tag->handle, -1,
370 NULL, "tag:yaml.org,2002:str", "prefix", -1,
376 /* Write the tag directive prefix. */
379 NULL, "tag:yaml.org,2002:str",
380 tag->prefix, -1,
405 NULL, "tag:yaml.org,2002:str", "implicit", -1,
414 NULL, "tag:yaml.org,2002:bool",
429 NULL, "tag:yaml.org,2002:str", "type", -1,
438 NULL, "tag:yaml.org,2002:str", "DOCUMENT-END", -1,
447 NULL, "tag:yaml.org,2002:str", "implicit", -1,
456 NULL, "tag:yaml.org,2002:bool",
471 NULL, "tag:yaml.org,2002:str", "type", -1,
480 NULL, "tag:yaml.org,2002:str", "ALIAS", -1,
489 NULL, "tag:yaml.org,2002:str", "anchor", -1,
498 NULL, "tag:yaml.org,2002:str",
512 NULL, "tag:yaml.org,2002:str", "type", -1,
521 NULL, "tag:yaml.org,2002:str", "SCALAR", -1,
534 NULL, "tag:yaml.org,2002:str", "anchor", -1,
543 NULL, "tag:yaml.org,2002:str",
551 /* Display the scalar tag. */
553 if (input_event.data.scalar.tag)
555 /* Write 'tag'. */
558 NULL, "tag:yaml.org,2002:str", "tag", -1,
564 /* Write the scalar tag. */
567 NULL, "tag:yaml.org,2002:str",
568 input_event.data.scalar.tag, -1,
580 NULL, "tag:yaml.org,2002:str", "value", -1,
589 NULL, "tag:yaml.org,2002:str",
597 /* Display if the scalar tag is implicit. */
602 NULL, "tag:yaml.org,2002:str", "implicit", -1,
611 NULL, "tag:yaml.org,2002:map", 1,
620 NULL, "tag:yaml.org,2002:str", "plain", -1,
629 NULL, "tag:yaml.org,2002:bool",
640 NULL, "tag:yaml.org,2002:str", "non-plain", -1,
649 NULL, "tag:yaml.org,2002:bool",
673 NULL, "tag:yaml.org,2002:str", "style", -1,
682 NULL, "tag:yaml.org,2002:str",
704 NULL, "tag:yaml.org,2002:str", "type", -1,
713 NULL, "tag:yaml.org,2002:str", "SEQUENCE-START", -1,
726 NULL, "tag:yaml.org,2002:str", "anchor", -1,
735 NULL, "tag:yaml.org,2002:str",
743 /* Display the sequence tag. */
745 if (input_event.data.sequence_start.tag)
747 /* Write 'tag'. */
750 NULL, "tag:yaml.org,2002:str", "tag", -1,
756 /* Write the sequence tag. */
759 NULL, "tag:yaml.org,2002:str",
760 input_event.data.sequence_start.tag, -1,
770 NULL, "tag:yaml.org,2002:str", "implicit", -1,
776 /* Write if the sequence tag is implicit. */
779 NULL, "tag:yaml.org,2002:bool",
797 NULL, "tag:yaml.org,2002:str", "style", -1,
806 NULL, "tag:yaml.org,2002:str",
823 NULL, "tag:yaml.org,2002:str", "type", -1,
832 NULL, "tag:yaml.org,2002:str", "SEQUENCE-END", -1,
845 NULL, "tag:yaml.org,2002:str", "type", -1,
854 NULL, "tag:yaml.org,2002:str", "MAPPING-START", -1,
867 NULL, "tag:yaml.org,2002:str", "anchor", -1,
876 NULL, "tag:yaml.org,2002:str",
884 /* Display the mapping tag. */
886 if (input_event.data.mapping_start.tag)
888 /* Write 'tag'. */
891 NULL, "tag:yaml.org,2002:str", "tag", -1,
897 /* Write the mapping tag. */
900 NULL, "tag:yaml.org,2002:str",
901 input_event.data.mapping_start.tag, -1,
911 NULL, "tag:yaml.org,2002:str", "implicit", -1,
917 /* Write if the mapping tag is implicit. */
920 NULL, "tag:yaml.org,2002:bool",
938 NULL, "tag:yaml.org,2002:str", "style", -1,
947 NULL, "tag:yaml.org,2002:str",
964 NULL, "tag:yaml.org,2002:str", "type", -1,
973 NULL, "tag:yaml.org,2002:str", "MAPPING-END", -1,