Home
last modified time | relevance | path

Searched defs:HTMLElement (Results 1 – 25 of 291) sorted by relevance

12345678910>>...12

/dports/www/colly/colly-2.1.0/
H A Dhtmlelement.go25 type HTMLElement struct { struct
27 Name string
28 Text string
29 attributes []html.Attribute
31 Request *Request
33 Response *Response
36 DOM *goquery.Selection
38 Index int
56 func (h *HTMLElement) Attr(k string) string {
67 func (h *HTMLElement) ChildText(goquerySelector string) string {
[all …]
/dports/security/keybase/client-v5.7.1/go/vendor/github.com/keybase/colly/
H A Dhtmlelement.go25 type HTMLElement struct { struct
27 Name string
28 Text string
29 attributes []html.Attribute
31 Request *Request
33 Response *Response
36 DOM *goquery.Selection
38 Index int
56 func (h *HTMLElement) Attr(k string) string {
67 func (h *HTMLElement) ChildText(goquerySelector string) string {
[all …]
/dports/security/keybase/client-v5.7.1/go/chat/unfurl/
H A Dscrape_generic_scoring.go34 func getOpenGraphScore(domain string, e *colly.HTMLElement) int {
39 func getTwitterScore(domain string, e *colly.HTMLElement) int {
44 func getArticleScore(domain string, e *colly.HTMLElement) int {
49 func getDefaultScore(domain string, e *colly.HTMLElement) int {
53 func getFaviconMultiplier(e *colly.HTMLElement) int {
69 func getAppleTouchFaviconScore(domain string, e *colly.HTMLElement) int {
85 func getHrefAttr(e *colly.HTMLElement) []string {
89 func getContentAttr(e *colly.HTMLElement) []string {
93 func getHrefAndContentAttr(e *colly.HTMLElement) []string {
97 func getOpenGraphVideo(e *colly.HTMLElement) []string {
/dports/www/firefox-esr/firefox-91.8.0/parser/htmlparser/
H A DnsElementTable.cpp9 struct HTMLElement { struct
11 nsHTMLTag mTagID;
35 static const HTMLElement gHTMLElements[] = { argument
/dports/www/firefox/firefox-99.0/parser/htmlparser/
H A DnsElementTable.cpp9 struct HTMLElement { struct
11 nsHTMLTag mTagID;
35 static const HTMLElement gHTMLElements[] = { argument
/dports/lang/spidermonkey60/firefox-60.9.0/parser/htmlparser/
H A DnsElementTable.cpp9 struct HTMLElement { struct
11 nsHTMLTag mTagID;
35 static const HTMLElement gHTMLElements[] = { argument
/dports/mail/thunderbird/thunderbird-91.8.0/parser/htmlparser/
H A DnsElementTable.cpp9 struct HTMLElement { struct
11 nsHTMLTag mTagID;
35 static const HTMLElement gHTMLElements[] = { argument
/dports/lang/spidermonkey78/firefox-78.9.0/parser/htmlparser/
H A DnsElementTable.cpp9 struct HTMLElement { struct
11 nsHTMLTag mTagID;
35 static const HTMLElement gHTMLElements[] = { argument
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/html/
H A DHTMLElement.cpp14 class HTMLElement final : public nsGenericHTMLElement class
27 HTMLElement::HTMLElement(already_AddRefed<mozilla::dom::NodeInfo>& aNodeInfo) in HTMLElement() function in mozilla::dom::HTMLElement
36 NS_IMPL_ELEMENT_CLONE(HTMLElement) in NS_IMPL_ELEMENT_CLONE() argument
/dports/lang/spidermonkey60/firefox-60.9.0/dom/html/
H A DHTMLElement.cpp14 class HTMLElement final : public nsGenericHTMLElement { class
27 HTMLElement::HTMLElement(already_AddRefed<mozilla::dom::NodeInfo>& aNodeInfo) in HTMLElement() function in mozilla::dom::HTMLElement
32 NS_IMPL_ELEMENT_CLONE(HTMLElement) in NS_IMPL_ELEMENT_CLONE() argument
/dports/www/firefox-esr/firefox-91.8.0/dom/html/
H A DHTMLElement.cpp13 class HTMLElement final : public nsGenericHTMLElement { class
25 HTMLElement::HTMLElement(already_AddRefed<mozilla::dom::NodeInfo>&& aNodeInfo) in HTMLElement() function in mozilla::dom::HTMLElement
34 NS_IMPL_ELEMENT_CLONE(HTMLElement) in NS_IMPL_ELEMENT_CLONE() argument
/dports/mail/thunderbird/thunderbird-91.8.0/dom/html/
H A DHTMLElement.cpp13 class HTMLElement final : public nsGenericHTMLElement { class
25 HTMLElement::HTMLElement(already_AddRefed<mozilla::dom::NodeInfo>&& aNodeInfo) in HTMLElement() function in mozilla::dom::HTMLElement
34 NS_IMPL_ELEMENT_CLONE(HTMLElement) in NS_IMPL_ELEMENT_CLONE() argument
/dports/lang/spidermonkey78/firefox-78.9.0/dom/html/
H A DHTMLElement.cpp14 class HTMLElement final : public nsGenericHTMLElement { class
26 HTMLElement::HTMLElement(already_AddRefed<mozilla::dom::NodeInfo>&& aNodeInfo) in HTMLElement() function in mozilla::dom::HTMLElement
35 NS_IMPL_ELEMENT_CLONE(HTMLElement) in NS_IMPL_ELEMENT_CLONE() argument
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/
H A Dhtmlelement.rs46 pub struct HTMLElement { struct
52 impl HTMLElement { argument
54 document: &Document) -> HTMLElement { in new_inherited()
60 -> HTMLElement { in new_inherited_with_state()
70 …fn new(local_name: LocalName, prefix: Option<Prefix>, document: &Document) -> DomRoot<HTMLElement> in new()
118 impl HTMLElementMethods for HTMLElement { implementation
548 impl HTMLElement { impl
664 impl VirtualMethods for HTMLElement { implementation
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/html/
H A DHTMLElement.java25 public class HTMLElement { class
37 public HTMLElement(String name) { in HTMLElement() method in HTMLElement
43 public HTMLElement(String name, Map<String, String> attributes, Vector<Object> content) { in HTMLElement() method in HTMLElement
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.WebBrowser/Mono.Mozilla/DOM/
H A DHTMLElement.cs35 internal class HTMLElement : Element, IElement class
42 …public HTMLElement (WebBrowser control, nsIDOMHTMLElement domHtmlElement) : base (control, domHtml… in HTMLElement() method in Mono.Mozilla.DOM.HTMLElement
/dports/www/kf5-khtml/khtml-5.89.0/src/dom/
H A Dhtml_table.h433 class HTMLElement; variable
725 class HTMLElement; variable
898 class HTMLElement; variable
H A Dhtml_element.cpp29 HTMLElement::HTMLElement() : Element() in HTMLElement() function in HTMLElement
33 HTMLElement::HTMLElement(const HTMLElement &other) : Element(other) in HTMLElement() function in HTMLElement
37 HTMLElement::HTMLElement(HTMLElementImpl *impl) : Element(impl) in HTMLElement() function in HTMLElement
/dports/www/cgicc/cgicc-3.2.19/cgicc/
H A DHTMLElement.cpp36 cgicc::HTMLElement::HTMLElement(const HTMLElement& element) in HTMLElement() function in cgicc::HTMLElement
44 cgicc::HTMLElement::HTMLElement(const HTMLAttributeList *attributes, in HTMLElement() function in cgicc::HTMLElement
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/
H A DRenderWordBreak.h34 class HTMLElement; variable
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/bindings/gobject/
H A DWebKitHTMLElementWrapperFactory.h36 class HTMLElement; variable
/dports/science/jmol/jmol-14.32.7/src/org/jmol/awtjs/swing/
H A DHTMLElement.java3 public interface HTMLElement { interface
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/
H A Dlayout_word_break.h34 class HTMLElement; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/editing/testing/
H A Dselection_sample.h17 class HTMLElement; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/
H A Dlayout_word_break.h34 class HTMLElement; variable

12345678910>>...12