Searched refs:HTML (Results 1 – 25 of 34) sorted by relevance
12
38 private static final HashMap<String,HTML.Element> elements = Maps.newHashMap();41 private static final HashMap<String,HTML.Attribute> attributes = Maps.newHashMap();48 public HTML.Element lookupElement(String name) {55 public HTML.Attribute lookupAttribute(String name) {66 public static HTML.Element lookupElement(String name) { in lookupElement()71 public static HTML.Attribute lookupAttribute(String name) { in lookupAttribute()79 public static Map<String, HTML.Element> getAllElements() { in getAllElements()87 public static Map<String, HTML.Attribute> getAllAttributes() { in getAllAttributes()92 private static HTML.Element addElement(String tag, String flags) { in addElement()93 return addElement(tag, flags, HTML.Element.Flow.NONE); in addElement()[all …]
39 private final List<HTML.Element> stack = new ArrayList<HTML.Element>();72 HTML.Element element = t.getElement(); in visitTag()98 HTML.Element element = t.getElement(); in visitEndTag()129 private int findStartTag(HTML.Element element) { in findStartTag()131 HTML.Element e = stack.get(i); in findStartTag()144 HTML.Element element = pop(); in addMissingEndTag()152 private void push(HTML.Element element) { in push()157 private HTML.Element pop() { in pop()196 HTML.Element element = tag.getElement(); in seeTag()197 if (element.getType() == HTML.Element.TABLE_TYPE) { in seeTag()[all …]
100 public static Tag createTag(HTML.Element element, List<TagAttribute> attributes) { in createTag()108 public static Tag createTag(HTML.Element element, in createTag()119 public static Tag createSelfTerminatingTag(HTML.Element element, in createSelfTerminatingTag()128 public static Tag createSelfTerminatingTag(HTML.Element element, in createSelfTerminatingTag()138 public static EndTag createEndTag(HTML.Element element) { in createEndTag()145 public static EndTag createEndTag(HTML.Element element, String originalHtml) { in createEndTag()152 public static TagAttribute createTagAttribute(HTML.Attribute attr, String value) { in createTagAttribute()159 public static TagAttribute createTagAttribute(HTML.Attribute attr, in createTagAttribute()505 private final HTML.Element element;535 private Tag(HTML.Element element, List<TagAttribute> attributes, in Tag()[all …]
593 private final HashMap<String,HTML.Element> unknownElements = Maps.newHashMap();599 private final HashMap<String,HTML.Attribute> unknownAttributes = Maps.newHashMap();606 private HTML.Element lookupUnknownElement(String name) { in lookupUnknownElement()608 HTML.Element result = unknownElements.get(name); in lookupUnknownElement()610 result = new HTML.Element(name, in lookupUnknownElement()611 HTML.Element.NO_TYPE, in lookupUnknownElement()615 HTML.Element.Flow.NONE); in lookupUnknownElement()626 private HTML.Attribute lookupUnknownAttribute(String name) { in lookupUnknownAttribute()628 HTML.Attribute result = unknownAttributes.get(name); in lookupUnknownAttribute()630 result = new HTML.Attribute(name, HTML.Attribute.NO_TYPE); in lookupUnknownAttribute()[all …]
28 public final class HTML { class134 if (o instanceof HTML.Element) { in equals()135 HTML.Element that = (HTML.Element) o; in equals()226 if (o instanceof HTML.Attribute) { in equals()227 HTML.Attribute that = (HTML.Attribute) o; in equals()
34 HTML.Element lookupElement(String name); in lookupElement()44 HTML.Attribute lookupAttribute(String name); in lookupAttribute()
880 private static final Set<HTML.Element> BLANK_LINE_ELEMENTS =911 HTML.Element element = tag.getElement();943 HTML.Element element = endTag.getElement();
300 # mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in367 # instead of on a separate page (for HTML and Man pages) or section (for LaTeX380 # to NO, structs, classes, and unions are shown on a separate page (for HTML and975 # will make the HTML file larger and loading of large files a bit slower, you983 # point to the HTML generated by the htags(1) tool instead of doxygen built-in1058 # Configuration options related to the HTML output1061 # If the GENERATE_HTML tag is set to YES doxygen will generate HTML output1066 # The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a1075 # generated HTML page (for example: .htm, .php, .asp).1081 # The HTML_HEADER tag can be used to specify a user-defined HTML header file for[all …]
45 …* Similar to [DOM](http://en.wikipedia.org/wiki/Document_Object_Model) for HTML/XML, RapidJSON can…
763 # will point to the HTML generated by the htags(1) tool instead of doxygen800 # configuration options related to the HTML output804 # generate HTML output.808 # The HTML_OUTPUT tag is used to specify where the HTML docs will be put.815 # each generated HTML page (for example: .htm,.php,.asp). If it is left blank820 # The HTML_HEADER tag can be used to specify a personal HTML header for821 # each generated HTML page. If it is left blank doxygen will generate a826 # The HTML_FOOTER tag can be used to specify a personal HTML footer for827 # each generated HTML page. If it is left blank doxygen will generate a833 # style sheet that is used by each HTML page. It can be used to[all …]
22 private static final String HTML = "<html>" field in WebViewAnimationTestActivity84 mWebView.loadDataWithBaseURL("http://foo.bar", HTML, "text/html", null, "http://foo.bar"); in onCreate()
33 import com.google.android.mail.common.html.parser.HTML;124 HTML.Element element = tag.getElement(); in handleEnd()
66 import com.google.android.mail.common.html.parser.HTML;1949 private static final HTML.Attribute ELIDED_TEXT_ATTRIBUTE =1950 new HTML.Attribute(ELIDED_TEXT_ELEMENT_ATTRIBUTE_NAME, HTML.Attribute.NO_TYPE);1971 final HTML.Element htmlElement = htmlTag.getElement(); in addNode()
24 REPORT_TYPE=${1:-HTML}
1dictionary=main:sl,locale=sl,description=Slovenščina,date=1393228152, ...
1dictionary=main:hr,locale=hr,description=Hrvatski,date=1393228135, ...
1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ...
1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ...
1dictionary=main:cs,locale=cs,description=Čeština,date=1393228134, ...