/dports/textproc/htmltolatex/htmltolatex/ |
H A D | h2l.y | 66 %token TAG_CLOSE 101 html_block_start: html_block_init TAG_CLOSE 102 | html_block_init attribute_list TAG_CLOSE 141 head_block_start: head_block_init TAG_CLOSE { gIgnoreNonTagChars = true; } 142 | head_block_init attribute_list TAG_CLOSE { gIgnoreNonTagChars = true; } 150 title_block_start: TAG_TITLE_START { gIgnoreNonTagChars = false; } TAG_CLOSE 151 | TAG_TITLE_START { gIgnoreNonTagChars = false; } attribute_list TAG_CLOSE variable 174 single_tag: single_tag_init TAG_CLOSE { $$ = $1; gH2L.tag_make($1->mTagString); $1 = 0;} 175 | single_tag_init attribute_list TAG_CLOSE { $$ = $1; gH2L.tag_make($1->mTagString); $1 = 0;} 191 tag_block_start: tag_block_init TAG_CLOSE { $$ = $1; gH2L.tag_start($1->mTagString); $1 = 0;} [all …]
|
/dports/textproc/py-mwparserfromhell/mwparserfromhell-0.6.3/src/mwparserfromhell/parser/ |
H A D | contexts.py | 154 TAG_CLOSE = 1 << 18 variable 155 TAG = TAG_OPEN + TAG_ATTR + TAG_BODY + TAG_CLOSE 213 + TAG_CLOSE 215 DOUBLE = TEMPLATE_PARAM_KEY + TAG_CLOSE + TABLE_ROW_OPEN
|
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.build/org.eclipse.pde.build/src/org/eclipse/pde/internal/build/fetch/ |
H A D | GETFetchFactory.java | 61 private static final String TAG_CLOSE = "/>"; //$NON-NLS-1$ field in GETFetchFactory 121 script.print(TAG_CLOSE); in printGetTask() 154 script.print(TAG_CLOSE); in printGetTask() 166 script.print(TAG_CLOSE); in printGetTask() 172 script.print(TAG_CLOSE); in printGetTask() 177 script.print(TAG_CLOSE); in printGetTask()
|
/dports/textproc/bibutils/bibutils_7.2/lib/ |
H A D | modsout.c | 81 #define TAG_CLOSE (2) macro 94 if ( mode & TAG_CLOSE ) fprintf( outptr, "</%s", tag ); in output_tag_core() 233 output_tag( outptr, indent1, "titleInfo", NULL, TAG_CLOSE | TAG_NEWLINE, NULL ); in output_title() 476 output_tag( outptr, 0, "dateIssued", NULL, TAG_CLOSE | TAG_NEWLINE, NULL ); in output_dateissued() 533 output_tag( outptr, indent0, "originInfo", NULL, TAG_CLOSE | TAG_NEWLINE, NULL ); in output_origin() 574 output_tag( outptr, indent1, tag, NULL, TAG_CLOSE | TAG_NEWLINE, NULL ); in output_language_core() 658 output_tag( outptr, 0, "detail", NULL, TAG_CLOSE | TAG_NEWLINE, NULL ); in output_detail() 690 output_tag( outptr, indent1, "extent", NULL, TAG_CLOSE | TAG_NEWLINE, NULL ); in output_extents() 846 output_tag( outptr, indent, "recordInfo", NULL, TAG_CLOSE | TAG_NEWLINE, NULL ); in output_recordInfo() 1010 output_tag( outptr, indent1, "subject", NULL, TAG_CLOSE | TAG_NEWLINE, NULL ); in output_key() [all …]
|
/dports/devel/texlab/texlab-3.3.0/cargo-crates/bibutils-sys-0.1.1/vendor/lib/ |
H A D | modsout.c | 81 #define TAG_CLOSE (1) macro 96 if ( mode!=TAG_CLOSE ) in output_tag_core() 365 … output_tag( outptr, lvl2indent(incr_level(level,1)), "role", NULL, TAG_CLOSE, TAG_NEWLINE, NULL ); in output_names() 366 … output_tag( outptr, lvl2indent(level), "name", NULL, TAG_CLOSE, TAG_NEWLINE, NULL ); in output_names() 513 output_tag( outptr, lvl2indent(level), "originInfo", NULL, TAG_CLOSE, TAG_NEWLINE, NULL ); in output_origin() 626 …output_tag( outptr, lvl2indent(incr_level(level,1)), "extent", NULL, TAG_CLOSE, TAG_NEWLINE, N… in mods_output_extents() 640 output_tag( outptr, lvl2indent(level), "part", NULL, TAG_CLOSE, TAG_NEWLINE, NULL ); in try_output_partfooter() 769 output_tag( outptr, lvl2indent(level), "recordInfo", NULL, TAG_CLOSE, TAG_NEWLINE, NULL ); in output_recordInfo() 993 output_tag( outptr, lvl2indent(level), "location", NULL, TAG_CLOSE, TAG_NEWLINE, NULL ); in output_url() 1059 output_tag( outptr, lvl2indent(level), "relatedItem", NULL, TAG_CLOSE, TAG_NEWLINE, NULL ); in output_citeparts() [all …]
|
/dports/textproc/R-cran-rbibutils/rbibutils/src/ |
H A D | modsout.c | 82 #define TAG_CLOSE (1) macro 97 if ( mode!=TAG_CLOSE ) in output_tag_core() 369 … output_tag( outptr, lvl2indent(incr_level(level,1)), "role", NULL, TAG_CLOSE, TAG_NEWLINE, NULL ); in output_names() 370 … output_tag( outptr, lvl2indent(level), "name", NULL, TAG_CLOSE, TAG_NEWLINE, NULL ); in output_names() 517 output_tag( outptr, lvl2indent(level), "originInfo", NULL, TAG_CLOSE, TAG_NEWLINE, NULL ); in output_origin() 630 …output_tag( outptr, lvl2indent(incr_level(level,1)), "extent", NULL, TAG_CLOSE, TAG_NEWLINE, N… in mods_output_extents() 644 output_tag( outptr, lvl2indent(level), "part", NULL, TAG_CLOSE, TAG_NEWLINE, NULL ); in try_output_partfooter() 773 output_tag( outptr, lvl2indent(level), "recordInfo", NULL, TAG_CLOSE, TAG_NEWLINE, NULL ); in output_recordInfo() 997 output_tag( outptr, lvl2indent(level), "location", NULL, TAG_CLOSE, TAG_NEWLINE, NULL ); in output_url() 1063 output_tag( outptr, lvl2indent(level), "relatedItem", NULL, TAG_CLOSE, TAG_NEWLINE, NULL ); in output_citeparts() [all …]
|
/dports/net/ndpi/nDPI-92a1be2/src/lib/third_party/include/ |
H A D | libinjection_html5.h | 18 , TAG_CLOSE enumerator
|
/dports/security/modsecurity3/modsecurity-v3.0.5/others/libinjection/src/ |
H A D | libinjection_html5.h | 18 , TAG_CLOSE enumerator
|
H A D | html5_cli.c | 93 case TAG_CLOSE: return "TAG_CLOSE"; in h5_type_to_string()
|
/dports/www/nginx-naxsi/naxsi-1.3/naxsi_src/ext/libinjection/ |
H A D | libinjection_html5.h | 18 , TAG_CLOSE enumerator
|
H A D | html5_cli.c | 93 case TAG_CLOSE: return "TAG_CLOSE"; in h5_type_to_string()
|
/dports/www/nginx-full/naxsi-1.3/naxsi_src/ext/libinjection/ |
H A D | libinjection_html5.h | 18 , TAG_CLOSE enumerator
|
H A D | html5_cli.c | 93 case TAG_CLOSE: return "TAG_CLOSE"; in h5_type_to_string()
|
/dports/www/mod_security/modsecurity-2.9.3/apache2/libinjection/ |
H A D | libinjection_html5.h | 18 , TAG_CLOSE enumerator
|
/dports/net/p5-XML-Fast/XML-Fast-0.17/ |
H A D | xmlfast.c | 28 #define TAG_CLOSE 7 macro 410 context->state = TAG_CLOSE; in parse() 619 case TAG_CLOSE: in parse()
|
/dports/devel/ossp-xds/xds-0.9.3/ |
H A D | xds_engine_xml.c | 541 static const char TAG_CLOSE[] = "</string>"; variable 543 static const size_t TAG_CLOSE_LEN = sizeof (TAG_CLOSE) - 1; 654 memmove(dst, TAG_CLOSE, TAG_CLOSE_LEN); in xml_encode_string() 746 if (strncasecmp(src + src_len, TAG_CLOSE, TAG_CLOSE_LEN) != 0) in xml_decode_string()
|
/dports/lang/gcc48/gcc-4.8.5/libjava/gnu/javax/swing/text/html/parser/support/low/ |
H A D | Constants.h | 70 static ::gnu::javax::swing::text::html::parser::support::low::pattern * TAG_CLOSE;
|
/dports/lang/gnat_util/gcc-6-20180516/libjava/gnu/javax/swing/text/html/parser/support/low/ |
H A D | Constants.h | 70 static ::gnu::javax::swing::text::html::parser::support::low::pattern * TAG_CLOSE;
|
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/gnu/javax/swing/text/html/parser/support/low/ |
H A D | Constants.h | 70 static ::gnu::javax::swing::text::html::parser::support::low::pattern * TAG_CLOSE;
|
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/gnu/javax/swing/text/html/parser/support/low/ |
H A D | Constants.h | 70 static ::gnu::javax::swing::text::html::parser::support::low::pattern * TAG_CLOSE;
|
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/gnu/javax/swing/text/html/parser/support/low/ |
H A D | Constants.h | 70 static ::gnu::javax::swing::text::html::parser::support::low::pattern * TAG_CLOSE;
|
/dports/emulators/nestopia/nestopia-1.51.1/source/core/ |
H A D | NstXml.cpp | 514 NST_ASSERT( node == NULL && tag != TAG_CLOSE ); in ReadNode() 526 if (tag == TAG_CLOSE) in ReadNode() 799 return TAG_CLOSE; in CheckTag()
|
H A D | NstXml.hpp | 280 TAG_CLOSE enumerator
|
/dports/games/libretro-nestopia/nestopia-2b0315c/source/core/ |
H A D | NstXml.cpp | 514 NST_ASSERT( node == NULL && tag != TAG_CLOSE ); in ReadNode() 526 if (tag == TAG_CLOSE) in ReadNode() 799 return TAG_CLOSE; in CheckTag()
|
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/javax/swing/text/html/parser/support/low/ |
H A D | Constants.java | 215 public static final pattern TAG_CLOSE = field in Constants
|