Home
last modified time | relevance | path

Searched refs:EndTag (Results 1 – 25 of 754) sorted by relevance

12345678910>>...31

/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/doclets/formats/html/markup/
H A DHtmlTag.java41 A(BlockType.INLINE, EndTag.END),
43 BODY(BlockType.OTHER, EndTag.END),
44 BR(BlockType.INLINE, EndTag.NOEND),
53 EM(BlockType.INLINE, EndTag.END),
63 HEAD(BlockType.OTHER, EndTag.END),
64 HR(BlockType.BLOCK, EndTag.NOEND),
65 HTML(BlockType.OTHER, EndTag.END),
66 I(BlockType.INLINE, EndTag.END),
89 TT(BlockType.INLINE, EndTag.END),
93 public final EndTag endTag;
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/doclets/formats/html/markup/
H A DHtmlTag.java41 A(BlockType.INLINE, EndTag.END),
43 BODY(BlockType.OTHER, EndTag.END),
44 BR(BlockType.INLINE, EndTag.NOEND),
53 EM(BlockType.INLINE, EndTag.END),
63 HEAD(BlockType.OTHER, EndTag.END),
64 HR(BlockType.BLOCK, EndTag.NOEND),
65 HTML(BlockType.OTHER, EndTag.END),
66 I(BlockType.INLINE, EndTag.END),
89 TT(BlockType.INLINE, EndTag.END),
93 public final EndTag endTag;
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/markup/
H A DHtmlTag.java41 A(BlockType.INLINE, EndTag.END),
44 BODY(BlockType.OTHER, EndTag.END),
45 BR(BlockType.INLINE, EndTag.NOEND),
52 EM(BlockType.INLINE, EndTag.END),
60 HEAD(BlockType.OTHER, EndTag.END),
62 HR(BlockType.BLOCK, EndTag.NOEND),
63 HTML(BlockType.OTHER, EndTag.END),
64 I(BlockType.INLINE, EndTag.END),
85 SUB(BlockType.INLINE, EndTag.END),
96 public final EndTag endTag;
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/markup/
H A DHtmlTag.java39 A(BlockType.INLINE, EndTag.END),
42 BODY(BlockType.OTHER, EndTag.END),
43 BR(BlockType.INLINE, EndTag.NOEND),
50 EM(BlockType.INLINE, EndTag.END),
58 HEAD(BlockType.OTHER, EndTag.END),
60 HR(BlockType.BLOCK, EndTag.NOEND),
61 HTML(BlockType.OTHER, EndTag.END),
62 I(BlockType.INLINE, EndTag.END),
83 SUB(BlockType.INLINE, EndTag.END),
94 public final EndTag endTag;
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/markup/
H A DHtmlTag.java41 A(BlockType.INLINE, EndTag.END),
44 BODY(BlockType.OTHER, EndTag.END),
45 BR(BlockType.INLINE, EndTag.NOEND),
48 CODE(BlockType.INLINE, EndTag.END),
54 EM(BlockType.INLINE, EndTag.END),
63 HEAD(BlockType.OTHER, EndTag.END),
65 HR(BlockType.BLOCK, EndTag.NOEND),
66 HTML(BlockType.OTHER, EndTag.END),
67 I(BlockType.INLINE, EndTag.END),
99 public final EndTag endTag;
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/markup/
H A DHtmlTag.java41 A(BlockType.INLINE, EndTag.END),
43 BODY(BlockType.OTHER, EndTag.END),
44 BR(BlockType.INLINE, EndTag.NOEND),
47 CODE(BlockType.INLINE, EndTag.END),
53 EM(BlockType.INLINE, EndTag.END),
62 HEAD(BlockType.OTHER, EndTag.END),
64 HR(BlockType.BLOCK, EndTag.NOEND),
65 HTML(BlockType.OTHER, EndTag.END),
66 I(BlockType.INLINE, EndTag.END),
98 public final EndTag endTag;
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/markup/
H A DHtmlTag.java41 A(BlockType.INLINE, EndTag.END),
43 BODY(BlockType.OTHER, EndTag.END),
44 BR(BlockType.INLINE, EndTag.NOEND),
47 CODE(BlockType.INLINE, EndTag.END),
53 EM(BlockType.INLINE, EndTag.END),
62 HEAD(BlockType.OTHER, EndTag.END),
64 HR(BlockType.BLOCK, EndTag.NOEND),
65 HTML(BlockType.OTHER, EndTag.END),
66 I(BlockType.INLINE, EndTag.END),
98 public final EndTag endTag;
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/xml/
H A DXMLReaderComposite.java131 case EndTag: return false; in hasNext()
181 case EndTag: in getNamespaceURI()
193 case EndTag: return false; in isStartElement()
204 case EndTag: return true; in isEndElement()
215 case EndTag: return false; in isCharacters()
226 case EndTag: return false; in isWhiteSpace()
404 case EndTag: return null; in getText()
415 case EndTag: return null; in getTextCharacters()
426 case EndTag: return -1; in getTextCharacters()
437 case EndTag: return 0; in getTextStart()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/xml/
H A DXMLReaderComposite.java131 case EndTag: return false; in hasNext()
181 case EndTag: in getNamespaceURI()
193 case EndTag: return false; in isStartElement()
204 case EndTag: return true; in isEndElement()
215 case EndTag: return false; in isCharacters()
226 case EndTag: return false; in isWhiteSpace()
404 case EndTag: return null; in getText()
415 case EndTag: return null; in getTextCharacters()
426 case EndTag: return -1; in getTextCharacters()
437 case EndTag: return 0; in getTextStart()
[all …]
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/html5lib/tests/serializer-testdata/
H A Doptionaltags.test113 "EndTag",
140 "EndTag",
157 "EndTag",
174 "EndTag",
191 "EndTag",
210 "EndTag",
215 "EndTag",
228 "EndTag",
322 "EndTag",
341 "EndTag",
[all …]
/dports/net-im/fractal/fractal-4.4.0/vendor/html5ever/html5lib-tests/serializer/
H A Doptionaltags.test63 …"input": [["EndTag", "http://www.w3.org/1999/xhtml", "html"], ["EndTag", "http://www.w3.org/1999/x…
138 …"input": [["EndTag", "http://www.w3.org/1999/xhtml", "head"], ["EndTag", "http://www.w3.org/1999/x…
203 …"input": [["EndTag", "http://www.w3.org/1999/xhtml", "body"], ["EndTag", "http://www.w3.org/1999/x…
241 …"input": [["EndTag", "http://www.w3.org/1999/xhtml", "li"], ["EndTag", "http://www.w3.org/1999/xht…
284 …"input": [["EndTag", "http://www.w3.org/1999/xhtml", "dt"], ["EndTag", "http://www.w3.org/1999/xht…
327 …"input": [["EndTag", "http://www.w3.org/1999/xhtml", "dd"], ["EndTag", "http://www.w3.org/1999/xht…
500 …"input": [["EndTag", "http://www.w3.org/1999/xhtml", "p"], ["EndTag", "http://www.w3.org/1999/xhtm…
699 …"input": [["EndTag", "http://www.w3.org/1999/xhtml", "thead"], ["EndTag", "http://www.w3.org/1999/…
870 …"input": [["EndTag", "http://www.w3.org/1999/xhtml", "tr"], ["EndTag", "http://www.w3.org/1999/xht…
913 …"input": [["EndTag", "http://www.w3.org/1999/xhtml", "td"], ["EndTag", "http://www.w3.org/1999/xht…
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/html5lib/html5lib/tests/serializer-testdata/
H A Doptionaltags.test113 "EndTag",
140 "EndTag",
157 "EndTag",
174 "EndTag",
191 "EndTag",
210 "EndTag",
215 "EndTag",
228 "EndTag",
322 "EndTag",
341 "EndTag",
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/tools/html5lib/html5lib/tests/testdata/serializer/
H A Doptionaltags.test63 …"input": [["EndTag", "http://www.w3.org/1999/xhtml", "html"], ["EndTag", "http://www.w3.org/1999/x…
138 …"input": [["EndTag", "http://www.w3.org/1999/xhtml", "head"], ["EndTag", "http://www.w3.org/1999/x…
203 …"input": [["EndTag", "http://www.w3.org/1999/xhtml", "body"], ["EndTag", "http://www.w3.org/1999/x…
241 …"input": [["EndTag", "http://www.w3.org/1999/xhtml", "li"], ["EndTag", "http://www.w3.org/1999/xht…
284 …"input": [["EndTag", "http://www.w3.org/1999/xhtml", "dt"], ["EndTag", "http://www.w3.org/1999/xht…
327 …"input": [["EndTag", "http://www.w3.org/1999/xhtml", "dd"], ["EndTag", "http://www.w3.org/1999/xht…
500 …"input": [["EndTag", "http://www.w3.org/1999/xhtml", "p"], ["EndTag", "http://www.w3.org/1999/xhtm…
699 …"input": [["EndTag", "http://www.w3.org/1999/xhtml", "thead"], ["EndTag", "http://www.w3.org/1999/…
870 …"input": [["EndTag", "http://www.w3.org/1999/xhtml", "tr"], ["EndTag", "http://www.w3.org/1999/xht…
913 …"input": [["EndTag", "http://www.w3.org/1999/xhtml", "td"], ["EndTag", "http://www.w3.org/1999/xht…
[all …]
/dports/www/py-html5lib/html5lib-1.0.1/html5lib/tests/testdata/serializer/
H A Doptionaltags.test63 …"input": [["EndTag", "http://www.w3.org/1999/xhtml", "html"], ["EndTag", "http://www.w3.org/1999/x…
138 …"input": [["EndTag", "http://www.w3.org/1999/xhtml", "head"], ["EndTag", "http://www.w3.org/1999/x…
203 …"input": [["EndTag", "http://www.w3.org/1999/xhtml", "body"], ["EndTag", "http://www.w3.org/1999/x…
241 …"input": [["EndTag", "http://www.w3.org/1999/xhtml", "li"], ["EndTag", "http://www.w3.org/1999/xht…
284 …"input": [["EndTag", "http://www.w3.org/1999/xhtml", "dt"], ["EndTag", "http://www.w3.org/1999/xht…
327 …"input": [["EndTag", "http://www.w3.org/1999/xhtml", "dd"], ["EndTag", "http://www.w3.org/1999/xht…
500 …"input": [["EndTag", "http://www.w3.org/1999/xhtml", "p"], ["EndTag", "http://www.w3.org/1999/xhtm…
699 …"input": [["EndTag", "http://www.w3.org/1999/xhtml", "thead"], ["EndTag", "http://www.w3.org/1999/…
870 …"input": [["EndTag", "http://www.w3.org/1999/xhtml", "tr"], ["EndTag", "http://www.w3.org/1999/xht…
913 …"input": [["EndTag", "http://www.w3.org/1999/xhtml", "td"], ["EndTag", "http://www.w3.org/1999/xht…
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/tests/tools/html5lib/html5lib/tests/testdata/serializer/
H A Doptionaltags.test63 …"input": [["EndTag", "http://www.w3.org/1999/xhtml", "html"], ["EndTag", "http://www.w3.org/1999/x…
138 …"input": [["EndTag", "http://www.w3.org/1999/xhtml", "head"], ["EndTag", "http://www.w3.org/1999/x…
203 …"input": [["EndTag", "http://www.w3.org/1999/xhtml", "body"], ["EndTag", "http://www.w3.org/1999/x…
241 …"input": [["EndTag", "http://www.w3.org/1999/xhtml", "li"], ["EndTag", "http://www.w3.org/1999/xht…
284 …"input": [["EndTag", "http://www.w3.org/1999/xhtml", "dt"], ["EndTag", "http://www.w3.org/1999/xht…
327 …"input": [["EndTag", "http://www.w3.org/1999/xhtml", "dd"], ["EndTag", "http://www.w3.org/1999/xht…
500 …"input": [["EndTag", "http://www.w3.org/1999/xhtml", "p"], ["EndTag", "http://www.w3.org/1999/xhtm…
699 …"input": [["EndTag", "http://www.w3.org/1999/xhtml", "thead"], ["EndTag", "http://www.w3.org/1999/…
870 …"input": [["EndTag", "http://www.w3.org/1999/xhtml", "tr"], ["EndTag", "http://www.w3.org/1999/xht…
913 …"input": [["EndTag", "http://www.w3.org/1999/xhtml", "td"], ["EndTag", "http://www.w3.org/1999/xht…
[all …]
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/html5lib/html5lib/tests/serializer-testdata/
H A Doptionaltags.test113 "EndTag",
140 "EndTag",
157 "EndTag",
174 "EndTag",
191 "EndTag",
210 "EndTag",
215 "EndTag",
228 "EndTag",
322 "EndTag",
341 "EndTag",
[all …]
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/html5ever-0.13.1/html5lib-tests/serializer/
H A Doptionaltags.test63 …"input": [["EndTag", "http://www.w3.org/1999/xhtml", "html"], ["EndTag", "http://www.w3.org/1999/x…
138 …"input": [["EndTag", "http://www.w3.org/1999/xhtml", "head"], ["EndTag", "http://www.w3.org/1999/x…
203 …"input": [["EndTag", "http://www.w3.org/1999/xhtml", "body"], ["EndTag", "http://www.w3.org/1999/x…
241 …"input": [["EndTag", "http://www.w3.org/1999/xhtml", "li"], ["EndTag", "http://www.w3.org/1999/xht…
284 …"input": [["EndTag", "http://www.w3.org/1999/xhtml", "dt"], ["EndTag", "http://www.w3.org/1999/xht…
327 …"input": [["EndTag", "http://www.w3.org/1999/xhtml", "dd"], ["EndTag", "http://www.w3.org/1999/xht…
500 …"input": [["EndTag", "http://www.w3.org/1999/xhtml", "p"], ["EndTag", "http://www.w3.org/1999/xhtm…
699 …"input": [["EndTag", "http://www.w3.org/1999/xhtml", "thead"], ["EndTag", "http://www.w3.org/1999/…
870 …"input": [["EndTag", "http://www.w3.org/1999/xhtml", "tr"], ["EndTag", "http://www.w3.org/1999/xht…
913 …"input": [["EndTag", "http://www.w3.org/1999/xhtml", "td"], ["EndTag", "http://www.w3.org/1999/xht…
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/html5lib/html5lib/tests/serializer-testdata/
H A Doptionaltags.test113 "EndTag",
140 "EndTag",
157 "EndTag",
174 "EndTag",
191 "EndTag",
210 "EndTag",
215 "EndTag",
228 "EndTag",
322 "EndTag",
341 "EndTag",
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/html5lib/html5lib/tests/testdata/serializer/
H A Doptionaltags.test63 …"input": [["EndTag", "http://www.w3.org/1999/xhtml", "html"], ["EndTag", "http://www.w3.org/1999/x…
138 …"input": [["EndTag", "http://www.w3.org/1999/xhtml", "head"], ["EndTag", "http://www.w3.org/1999/x…
203 …"input": [["EndTag", "http://www.w3.org/1999/xhtml", "body"], ["EndTag", "http://www.w3.org/1999/x…
241 …"input": [["EndTag", "http://www.w3.org/1999/xhtml", "li"], ["EndTag", "http://www.w3.org/1999/xht…
284 …"input": [["EndTag", "http://www.w3.org/1999/xhtml", "dt"], ["EndTag", "http://www.w3.org/1999/xht…
327 …"input": [["EndTag", "http://www.w3.org/1999/xhtml", "dd"], ["EndTag", "http://www.w3.org/1999/xht…
500 …"input": [["EndTag", "http://www.w3.org/1999/xhtml", "p"], ["EndTag", "http://www.w3.org/1999/xhtm…
699 …"input": [["EndTag", "http://www.w3.org/1999/xhtml", "thead"], ["EndTag", "http://www.w3.org/1999/…
870 …"input": [["EndTag", "http://www.w3.org/1999/xhtml", "tr"], ["EndTag", "http://www.w3.org/1999/xht…
913 …"input": [["EndTag", "http://www.w3.org/1999/xhtml", "td"], ["EndTag", "http://www.w3.org/1999/xht…
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/third_party/html5lib/html5lib/tests/serializer-testdata/
H A Doptionaltags.test113 "EndTag",
140 "EndTag",
157 "EndTag",
174 "EndTag",
191 "EndTag",
210 "EndTag",
215 "EndTag",
228 "EndTag",
322 "EndTag",
341 "EndTag",
[all …]
/dports/www/monolith/monolith-2.6.1/cargo-crates/html5ever-0.24.1/html5lib-tests/serializer/
H A Doptionaltags.test63 …"input": [["EndTag", "http://www.w3.org/1999/xhtml", "html"], ["EndTag", "http://www.w3.org/1999/x…
138 …"input": [["EndTag", "http://www.w3.org/1999/xhtml", "head"], ["EndTag", "http://www.w3.org/1999/x…
203 …"input": [["EndTag", "http://www.w3.org/1999/xhtml", "body"], ["EndTag", "http://www.w3.org/1999/x…
241 …"input": [["EndTag", "http://www.w3.org/1999/xhtml", "li"], ["EndTag", "http://www.w3.org/1999/xht…
284 …"input": [["EndTag", "http://www.w3.org/1999/xhtml", "dt"], ["EndTag", "http://www.w3.org/1999/xht…
327 …"input": [["EndTag", "http://www.w3.org/1999/xhtml", "dd"], ["EndTag", "http://www.w3.org/1999/xht…
500 …"input": [["EndTag", "http://www.w3.org/1999/xhtml", "p"], ["EndTag", "http://www.w3.org/1999/xhtm…
699 …"input": [["EndTag", "http://www.w3.org/1999/xhtml", "thead"], ["EndTag", "http://www.w3.org/1999/…
870 …"input": [["EndTag", "http://www.w3.org/1999/xhtml", "tr"], ["EndTag", "http://www.w3.org/1999/xht…
913 …"input": [["EndTag", "http://www.w3.org/1999/xhtml", "td"], ["EndTag", "http://www.w3.org/1999/xht…
[all …]
/dports/lang/oo2c/oo2c_64-2.1.11/src/OOC/IR/
H A DXML.Mod66 v. w. EndTag; (* const *)
73 v. w. EndTag; (* var *)
112 v. w. EndTag; (* adr *)
129 v. w. EndTag; (* len *)
220 v. w. EndTag; (* not *)
227 v. w. EndTag; (* abs *)
318 v. w. EndTag;
326 v. w. EndTag;
334 v. w. EndTag;
341 v. w. EndTag;
[all …]
/dports/www/jericho-html/jericho-html-3.2/src/java/net/htmlparser/jericho/
H A DEndTag.java61 public final class EndTag extends Tag { class
73EndTag(final Source source, final int begin, final int end, final EndTagType endTagType, final Str… in EndTag() method in EndTag
186 if (name==null) return (EndTag)Tag.getPreviousTag(source,pos,endTagType); in getPrevious()
195 final EndTag endTag=(EndTag)source.getTagAt(begin); in getPrevious()
216 …static EndTag getNext(final Source source, final int pos, final String name, final EndTagType endT… in getNext()
217 if (name==null) return (EndTag)Tag.getNextTag(source,pos,endTagType); in getNext()
226 final EndTag endTag=(EndTag)source.getTagAt(begin); in getNext()
236 static EndTag getPrevious(final Source source, int pos) { in getPrevious()
240 if (tag instanceof EndTag) return (EndTag)tag; in getPrevious()
245 static EndTag getNext(final Source source, int pos) { in getNext()
[all …]
/dports/lang/oo2c/oo2c_64-2.1.11/src/OOC/AST/
H A DXML.Mod76 w. EndTag
82 w. EndTag
89 w. EndTag
95 w. EndTag
104 w. EndTag
111 w. EndTag
122 w. EndTag
130 w. EndTag
138 w. EndTag
150 w. EndTag
[all …]
/dports/lang/oo2c/oo2c_64-2.1.11/lib/src/XML/Builder/
H A DParserProtocol.Mod44 w. EndTag
55 w. EndTag
66 w. EndTag
74 w. EndTag
87 b. w. EndTag
105 w. EndTag
126 w. EndTag;
137 w. EndTag
143 w. EndTag
153 w. EndTag
[all …]

12345678910>>...31