/dports/devel/texlab/texlab-3.3.0/cargo-crates/bibutils-sys-0.1.1/vendor/lib/ |
H A D | modsout.c | 82 #define TAG_OPENCLOSE (2) macro 115 if ( mode==TAG_OPENCLOSE ) { in output_tag_core() 580 output_tag( outptr, lvl2indent(level), "tableOfContents", val, TAG_OPENCLOSE, TAG_NEWLINE, NULL ); in output_toc() 616 …output_tag( outptr, lvl2indent(incr_level(level,2)), "start", val, TAG_OPENCLOSE, TAG_NEWLINE, NUL… in mods_output_extents() 815 … output_fil( outptr, lvl2indent(level), "typeOfResource", f, n, TAG_OPENCLOSE, TAG_NEWLINE, NULL ); in output_resource() 845 output_fil( outptr, lvl2indent(level), "abstract", f, n, TAG_OPENCLOSE, TAG_NEWLINE, NULL ); in output_abs() 859 output_fil( outptr, lvl2indent(level), "note", f, i, TAG_OPENCLOSE, TAG_NEWLINE, NULL ); in output_notes() 863 output_fil( outptr, lvl2indent(level), "bibtex-annote", f, i, TAG_OPENCLOSE, TAG_NEWLINE, NULL ); in output_notes() 932 output_fil( outptr, lvl2indent(level), "classification", f, n, TAG_OPENCLOSE, TAG_NEWLINE, NULL ); in output_sn() 977 …output_fil( outptr, lvl2indent(incr_level(level,1)), "url", f, i, TAG_OPENCLOSE, TAG_NEWLINE, NULL… in output_url() [all …]
|
/dports/textproc/R-cran-rbibutils/rbibutils/src/ |
H A D | modsout.c | 83 #define TAG_OPENCLOSE (2) macro 116 if ( mode==TAG_OPENCLOSE ) { in output_tag_core() 584 output_tag( outptr, lvl2indent(level), "tableOfContents", val, TAG_OPENCLOSE, TAG_NEWLINE, NULL ); in output_toc() 620 …output_tag( outptr, lvl2indent(incr_level(level,2)), "start", val, TAG_OPENCLOSE, TAG_NEWLINE, NUL… in mods_output_extents() 819 … output_fil( outptr, lvl2indent(level), "typeOfResource", f, n, TAG_OPENCLOSE, TAG_NEWLINE, NULL ); in output_resource() 849 output_fil( outptr, lvl2indent(level), "abstract", f, n, TAG_OPENCLOSE, TAG_NEWLINE, NULL ); in output_abs() 863 output_fil( outptr, lvl2indent(level), "note", f, i, TAG_OPENCLOSE, TAG_NEWLINE, NULL ); in output_notes() 867 output_fil( outptr, lvl2indent(level), "bibtex-annote", f, i, TAG_OPENCLOSE, TAG_NEWLINE, NULL ); in output_notes() 936 output_fil( outptr, lvl2indent(level), "classification", f, n, TAG_OPENCLOSE, TAG_NEWLINE, NULL ); in output_sn() 981 …output_fil( outptr, lvl2indent(incr_level(level,1)), "url", f, i, TAG_OPENCLOSE, TAG_NEWLINE, NULL… in output_url() [all …]
|
/dports/textproc/bibutils/bibutils_7.2/lib/ |
H A D | modsout.c | 82 #define TAG_OPENCLOSE (4) macro 106 if ( mode & TAG_OPENCLOSE ) fprintf( outptr, "%s</%s>", data, tag ); in output_tag_core() 232 output_tag( outptr, indent2, "title", val, TAG_OPENCLOSE | TAG_NEWLINE, NULL ); in output_title() 657 output_fil( outptr, 0, "number", f, n, TAG_OPENCLOSE, NULL ); in output_detail() 680 output_tag( outptr, indent2, "start", val, TAG_OPENCLOSE | TAG_NEWLINE, NULL ); in output_extents() 684 output_tag( outptr, indent2, "end", val, TAG_OPENCLOSE | TAG_NEWLINE, NULL ); in output_extents() 688 output_tag( outptr, indent2, "total", val, TAG_OPENCLOSE | TAG_NEWLINE, NULL ); in output_extents() 1023 output_tag( outptr, indent2, "topic", value, TAG_OPENCLOSE | TAG_NEWLINE, in output_key() 1076 output_vpl( outptr, indent, "identifier", &serialno, TAG_OPENCLOSE | TAG_NEWLINE, in output_sn() 1130 output_vpl( outptr, indent2, "url", &url, TAG_OPENCLOSE | TAG_NEWLINE, NULL ); in output_url() [all …]
|