Searched refs:COREATTRS (Results 1 – 2 of 2) sorted by relevance
/third_party/libxml2/ |
D | HTMLparser.c | 680 #define COREATTRS "id", "class", "style", "title" macro 686 #define ATTRS COREATTRS,I18N,EVENTS 694 static const char* const core_i18n_attrs[] = { COREATTRS, I18N, NULL } ; 695 static const char* const core_attrs[] = { COREATTRS, NULL } ; 712 static const char* const applet_attrs[] = { COREATTRS , "codebase", 736 static const char* const font_attrs[] = { COREATTRS, I18N, "size", "color", "face" , NULL } ; 739 static const char* const frame_attrs[] = { COREATTRS, "longdesc", "name", "src", "frameborder", "ma… 740 static const char* const frameset_attrs[] = { COREATTRS, "rows", "cols", "onload", "onunload", NULL… 747 static const char* const iframe_attrs[] = { COREATTRS, "longdesc", "name", "src", "frameborder", "m… 749 static const char* const embed_attrs[] = { COREATTRS, "align", "alt", "border", "code", "codebase",… [all …]
|
/third_party/gettext/gnulib-local/lib/libxml/ |
D | HTMLparser.c | 683 #define COREATTRS "id", "class", "style", "title" macro 689 #define ATTRS COREATTRS,I18N,EVENTS 697 static const char* const core_i18n_attrs[] = { COREATTRS, I18N, NULL } ; 698 static const char* const core_attrs[] = { COREATTRS, NULL } ; 715 static const char* const applet_attrs[] = { COREATTRS , "codebase", 739 static const char* const font_attrs[] = { COREATTRS, I18N, "size", "color", "face" , NULL } ; 742 static const char* const frame_attrs[] = { COREATTRS, "longdesc", "name", "src", "frameborder", "ma… 743 static const char* const frameset_attrs[] = { COREATTRS, "rows", "cols", "onload", "onunload", NULL… 750 static const char* const iframe_attrs[] = { COREATTRS, "longdesc", "name", "src", "frameborder", "m… 752 static const char* const embed_attrs[] = { COREATTRS, "align", "alt", "border", "code", "codebase",… [all …]
|