Searched refs:document (Results 1 - 17 of 17) sorted by relevance

/freebsd-10.3-release/contrib/libyaml/tests/
H A Drun-loader.c25 yaml_document_t document; local
42 if (!yaml_parser_load(&parser, &document)) {
47 done = (!yaml_document_get_root_node(&document));
49 yaml_document_delete(&document);
H A Dexample-reformatter-alt.c18 yaml_document_t document; local
24 memset(&document, 0, sizeof(document));
91 if (!yaml_parser_load(&parser, &document))
96 if (!yaml_document_get_root_node(&document)) {
102 if (!yaml_emitter_dump(&emitter, &document))
H A Drun-dumper.c169 printf("FAILED (at the document #%d)\nSOURCE:\n", count+1);
228 yaml_document_t document; local
260 if (!yaml_parser_load(&parser, &document)) {
265 done = (!yaml_document_get_root_node(&document));
268 assert(copy_document(&(documents[document_number++]), &document));
269 assert(yaml_emitter_dump(&emitter, &document) ||
274 yaml_document_delete(&document);
291 assert(yaml_parser_load(&parser, &document) || print_output(argv[number], buffer, written, count));
292 done = (!yaml_document_get_root_node(&document));
294 assert(compare_documents(documents+count, &document) || print_outpu
[all...]
/freebsd-10.3-release/contrib/libyaml/src/
H A Ddumper.c15 yaml_emitter_dump(yaml_emitter_t *emitter, yaml_document_t *document);
108 * Dump a YAML document.
112 yaml_emitter_dump(yaml_emitter_t *emitter, yaml_document_t *document) argument
118 assert(document); /* Non-NULL emitter object is expected. */
120 emitter->document = document;
126 if (STACK_EMPTY(emitter, document->nodes)) {
135 * (document->nodes.top - document->nodes.start));
138 * (document
[all...]
H A Dloader.c9 yaml_parser_load(yaml_parser_t *parser, yaml_document_t *document);
63 * Load the next document of the stream.
67 yaml_parser_load(yaml_parser_t *parser, yaml_document_t *document) argument
72 assert(document); /* Non-NULL document object is expected. */
74 memset(document, 0, sizeof(yaml_document_t));
75 if (!STACK_INIT(parser, document->nodes, INITIAL_STACK_SIZE))
96 parser->document = document;
101 parser->document
[all...]
H A Dapi.c1026 * Create a document object.
1030 yaml_document_initialize(yaml_document_t *document, argument
1053 assert(document); /* Non-NULL document object is expected. */
1091 DOCUMENT_INIT(*document, nodes.start, nodes.end, version_directive_copy,
1113 * Destroy a document object.
1117 yaml_document_delete(yaml_document_t *document) argument
1126 assert(document); /* Non-NULL document object is expected. */
1128 while (!STACK_EMPTY(&context, document
1164 yaml_document_get_node(yaml_document_t *document, int index) argument
1179 yaml_document_get_root_node(yaml_document_t *document) argument
1194 yaml_document_add_scalar(yaml_document_t *document, yaml_char_t *tag, yaml_char_t *value, int length, yaml_scalar_style_t style) argument
1244 yaml_document_add_sequence(yaml_document_t *document, yaml_char_t *tag, yaml_sequence_style_t style) argument
1289 yaml_document_add_mapping(yaml_document_t *document, yaml_char_t *tag, yaml_mapping_style_t style) argument
1334 yaml_document_append_sequence_item(yaml_document_t *document, int sequence, int item) argument
1362 yaml_document_append_mapping_pair(yaml_document_t *document, int mapping, int key, int value) argument
[all...]
H A Dyaml_private.h591 #define DOCUMENT_INIT(document,document_nodes_start,document_nodes_end, \
595 (memset(&(document), 0, sizeof(yaml_document_t)), \
596 (document).nodes.start = (document_nodes_start), \
597 (document).nodes.end = (document_nodes_end), \
598 (document).nodes.top = (document_nodes_start), \
599 (document).version_directive = (document_version_directive), \
600 (document).tag_directives.start = (document_tag_directives_start), \
601 (document).tag_directives.end = (document_tag_directives_end), \
602 (document).start_implicit = (document_start_implicit), \
603 (document)
[all...]
/freebsd-10.3-release/contrib/libyaml/include/
H A Dyaml.h135 /** Cannot compose a YAML document. */
394 /** The document encoding. */
398 /** The document parameters (for @c YAML_DOCUMENT_START_EVENT). */
411 /** Is the document indicator implicit? */
415 /** The document end parameters (for @c YAML_DOCUMENT_END_EVENT). */
417 /** Is the document end indicator implicit? */
515 * @param[in] implicit If the document start indicator is
535 * @param[in] implicit If the document end indicator is implicit.
702 /** The forward definition of a document node structure. */
777 /** The document structur
845 yaml_document_delete(yaml_document_t *document); variable
879 yaml_document_get_root_node(yaml_document_t *document); variable
1297 yaml_document_t *document; member in struct:yaml_parser_s
1756 yaml_document_t *document; member in struct:yaml_emitter_s
[all...]
/freebsd-10.3-release/contrib/groff/contrib/pdfmark/
H A Dpdfroff.sh140 # to discriminate table of contents and document body formatting passes.
196 PDF document formatting process.
205 document stream to produce only a reference dictionary.
209 for the PDF document. Normally '$CMD' will create a
210 reference dictionary, at the start of document processing;
215 Save the document reference dictionary in file 'name'.
221 document processing.
225 the appearance of the document's front cover section. If
232 start of a PDF document.
411 document, th
[all...]
/freebsd-10.3-release/contrib/ncurses/misc/
H A Drun_tic.in110 document, and install the terminfo without the -x option.
129 document, and install the terminfo without the -x option.
/freebsd-10.3-release/share/mk/
H A Dbsd.doc.mk16 # EXTRA Extra files (not SRCS) that make up the document. [not set]
20 # MACROS Macro packages used to build the document. [not set]
44 # VOLUME Volume the document belongs to. [not set]
183 document=${DOC} ${SRCS}
186 document=${DOC} ${SRCS}
/freebsd-10.3-release/release/doc/share/mk/
H A Ddoc.relnotes.mk22 # Find the RELNOTESng document catalogs
/freebsd-10.3-release/contrib/expat/
H A DMakefile.in180 wget --output-document=tests/xmlts.zip \
/freebsd-10.3-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex37 \begin{document}
597 \end{document}
/freebsd-10.3-release/contrib/gcc/doc/include/
H A Dtexinfo.tex28 % a Texinfo source document, you may use the result without
40 % complete document in each bug report with which we can reproduce the
796 % document, then we can reconsider our strategy.
1129 % If working on a large document in chapters, it is convenient to
1174 % adobe `portable' document format
1387 % document fonts. Therefore we cannot use special characters,
2320 % By default, they are off at the start of a document,
2331 % chapter name on inside top of right hand pages, document
2390 % @settitle line... specifies the title of the document, for headings.
2560 % If the document ha
[all...]
/freebsd-10.3-release/contrib/amd/doc/
H A Dtexinfo.tex28 % a Texinfo source document, you may use the result without
40 % complete document in each bug report with which we can reproduce the
772 % document, then we can reconsider our strategy.
1105 % If working on a large document in chapters, it is convenient to
1150 % adobe `portable' document format
1291 % document fonts. Therefore we cannot use special characters,
2157 % By default, they are off at the start of a document,
2168 % chapter name on inside top of right hand pages, document
2227 % @settitle line... specifies the title of the document, for headings.
2386 % If the document ha
[all...]
/freebsd-10.3-release/contrib/groff/doc/
H A Dtexinfo.tex28 % a Texinfo source document, you may use the result without
40 % complete document in each bug report with which we can reproduce the
773 % document, then we can reconsider our strategy.
1106 % If working on a large document in chapters, it is convenient to
1151 % adobe `portable' document format
1292 % document fonts. Therefore we cannot use special characters,
2219 % By default, they are off at the start of a document,
2230 % chapter name on inside top of right hand pages, document
2289 % @settitle line... specifies the title of the document, for headings.
2459 % If the document ha
[all...]

Completed in 145 milliseconds