Home
last modified time | relevance | path

Searched refs:ATTR_FROM (Results 1 – 17 of 17) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/parser/html/
H A DnsHtml5AttributeName.h451 static nsHtml5AttributeName* ATTR_FROM; variable
H A DnsHtml5AttributeName.cpp410 nsHtml5AttributeName* nsHtml5AttributeName::ATTR_FROM = nullptr; member in nsHtml5AttributeName
1350 ATTR_FROM = new nsHtml5AttributeName(ALL_NO_NS, SAME_LOCAL(nsGkAtoms::from), in initializeStatics()
1889 ATTRIBUTE_NAMES[23] = ATTR_FROM; in initializeStatics()
2647 delete ATTR_FROM; in releaseStatics()
/dports/www/firefox/firefox-99.0/parser/html/
H A DnsHtml5AttributeName.h450 static nsHtml5AttributeName* ATTR_FROM; variable
H A DnsHtml5AttributeName.cpp409 nsHtml5AttributeName* nsHtml5AttributeName::ATTR_FROM = nullptr; member in nsHtml5AttributeName
1349 ATTR_FROM = new nsHtml5AttributeName(ALL_NO_NS, SAME_LOCAL(nsGkAtoms::from), in initializeStatics()
1888 ATTRIBUTE_NAMES[23] = ATTR_FROM; in initializeStatics()
2646 delete ATTR_FROM; in releaseStatics()
/dports/lang/spidermonkey60/firefox-60.9.0/parser/html/
H A DnsHtml5AttributeName.h447 static nsHtml5AttributeName* ATTR_FROM; variable
H A DnsHtml5AttributeName.cpp402 nsHtml5AttributeName* nsHtml5AttributeName::ATTR_FROM = nullptr; member in nsHtml5AttributeName
1333 ATTR_FROM = new nsHtml5AttributeName(ALL_NO_NS, SAME_LOCAL(nsGkAtoms::from), in initializeStatics()
2232 ATTRIBUTE_NAMES[389] = ATTR_FROM; in initializeStatics()
2615 delete ATTR_FROM; in releaseStatics()
/dports/mail/thunderbird/thunderbird-91.8.0/parser/html/
H A DnsHtml5AttributeName.h451 static nsHtml5AttributeName* ATTR_FROM; variable
H A DnsHtml5AttributeName.cpp410 nsHtml5AttributeName* nsHtml5AttributeName::ATTR_FROM = nullptr; member in nsHtml5AttributeName
1350 ATTR_FROM = new nsHtml5AttributeName(ALL_NO_NS, SAME_LOCAL(nsGkAtoms::from), in initializeStatics()
1889 ATTRIBUTE_NAMES[23] = ATTR_FROM; in initializeStatics()
2647 delete ATTR_FROM; in releaseStatics()
/dports/lang/spidermonkey78/firefox-78.9.0/parser/html/
H A DnsHtml5AttributeName.h450 static nsHtml5AttributeName* ATTR_FROM; variable
H A DnsHtml5AttributeName.cpp409 nsHtml5AttributeName* nsHtml5AttributeName::ATTR_FROM = nullptr; member in nsHtml5AttributeName
1345 ATTR_FROM = new nsHtml5AttributeName(ALL_NO_NS, SAME_LOCAL(nsGkAtoms::from), in initializeStatics()
2249 ATTRIBUTE_NAMES[390] = ATTR_FROM; in initializeStatics()
2637 delete ATTR_FROM; in releaseStatics()
/dports/net/kamailio/kamailio-5.4.5/src/core/
H A Dcfg.lex274 ATTR_FROM "f"
1047 <ATTR>{ATTR_FROM} { count(); return ATTR_FROM; }
H A Dcfg.y516 %token ATTR_FROM
2698 ATTR_FROM { s_attr->type |= AVP_TRACK_FROM; }
/dports/www/firefox-legacy/firefox-52.8.0esr/parser/html/
H A DnsHtml5AttributeName.h151 static nsHtml5AttributeName* ATTR_FROM; variable
H A DnsHtml5AttributeName.cpp254 nsHtml5AttributeName* nsHtml5AttributeName::ATTR_FROM = nullptr; member in nsHtml5AttributeName
875 ATTR_FROM = new nsHtml5AttributeName(ALL_NO_NS, SAME_LOCAL(nsHtml5Atoms::from), ALL_NO_PREFIX); in initializeStatics()
1459 ATTRIBUTE_NAMES[56] = ATTR_FROM; in initializeStatics()
2055 delete ATTR_FROM; in releaseStatics()
/dports/www/kf5-khtml/khtml-5.89.0/src/misc/
H A Dhtmlnames.h470 #define ATTR_FROM ((DOM::emptyNamespace << 16) | 394) macro
H A Dhtmlnames.cpp426 s_idTable->addStaticMapping(localNamePart(ATTR_FROM), "from"); in initIdTable()
/dports/www/kf5-khtml/khtml-5.89.0/src/svg/
H A DSVGNames.cpp509 fromAttr = DOM::QualifiedName(ATTR_FROM, DOM::emptyPrefixName); in init()