Home
last modified time | relevance | path

Searched refs:HTML (Results 1 – 25 of 33) sorted by relevance

12

/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
DHTML4.java38 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 …]
DHtmlDocument.java100 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 …]
DHtmlTreeBuilder.java39 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 …]
DHtmlParser.java593 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 …]
DHTML.java28 public final class HTML { class
134 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()
DHtmlWhitelist.java34 HTML.Element lookupElement(String name); in lookupElement()
44 HTML.Attribute lookupAttribute(String name); in lookupAttribute()
DHtmlTree.java880 private static final Set<HTML.Element> BLANK_LINE_ELEMENTS =
911 HTML.Element element = tag.getElement();
943 HTML.Element element = endTag.getElement();
/packages/apps/Camera/jni/feature_stab/doc/
Ddbreg_API_doxyfile763 # will point to the HTML generated by the htags(1) tool instead of doxygen
800 # configuration options related to the HTML output
804 # 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 blank
820 # The HTML_HEADER tag can be used to specify a personal HTML header for
821 # each generated HTML page. If it is left blank doxygen will generate a
826 # The HTML_FOOTER tag can be used to specify a personal HTML footer for
827 # each generated HTML page. If it is left blank doxygen will generate a
833 # style sheet that is used by each HTML page. It can be used to
[all …]
/packages/apps/LegacyCamera/jni/feature_stab/doc/
Ddbreg_API_doxyfile763 # will point to the HTML generated by the htags(1) tool instead of doxygen
800 # configuration options related to the HTML output
804 # 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 blank
820 # The HTML_HEADER tag can be used to specify a personal HTML header for
821 # each generated HTML page. If it is left blank doxygen will generate a
826 # The HTML_FOOTER tag can be used to specify a personal HTML footer for
827 # each generated HTML page. If it is left blank doxygen will generate a
833 # style sheet that is used by each HTML page. It can be used to
[all …]
/packages/apps/Camera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile763 # will point to the HTML generated by the htags(1) tool instead of doxygen
800 # configuration options related to the HTML output
804 # 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 blank
820 # The HTML_HEADER tag can be used to specify a personal HTML header for
821 # each generated HTML page. If it is left blank doxygen will generate a
826 # The HTML_FOOTER tag can be used to specify a personal HTML footer for
827 # each generated HTML page. If it is left blank doxygen will generate a
833 # style sheet that is used by each HTML page. It can be used to
[all …]
/packages/apps/LegacyCamera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile763 # will point to the HTML generated by the htags(1) tool instead of doxygen
800 # configuration options related to the HTML output
804 # 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 blank
820 # The HTML_HEADER tag can be used to specify a personal HTML header for
821 # each generated HTML page. If it is left blank doxygen will generate a
826 # The HTML_FOOTER tag can be used to specify a personal HTML footer for
827 # each generated HTML page. If it is left blank doxygen will generate a
833 # style sheet that is used by each HTML page. It can be used to
[all …]
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DHtmlUtils.java33 import com.google.android.mail.common.html.parser.HTML;
124 HTML.Element element = tag.getElement(); in handleEnd()
DNotificationUtils.java66 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()
/packages/inputmethods/OpenWnn/
DREADME.txt23 . Java docs of the IME (HTML)
/packages/inputmethods/LatinIME/dictionaries/
Dsl_wordlist.combined.gz1dictionary=main:sl,locale=sl,description=Slovenščina,date=1393228152, ...
Dhr_wordlist.combined.gz1dictionary=main:hr,locale=hr,description=Hrvatski,date=1393228135, ...
Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
Dnl_wordlist.combined.gz1dictionary=main:nl,locale=nl,description=Nederlands,date=1393228136, ...
Dpt_BR_wordlist.combined.gz1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ...
Dit_wordlist.combined.gz1dictionary=main:it,locale=it,description=Italiano,date=1393228135, ...
Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1402373178, ...
Dda_wordlist.combined.gz1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ...
Dcs_wordlist.combined.gz
Dpl_wordlist.combined.gz1dictionary=main:pl,locale=pl,description=Polski,date=1393228143, ...

12