Home
last modified time | relevance | path

Searched refs:ATTR_PROFILE (Results 1 – 19 of 19) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/
H A DIApiXmlConstants.java197 public static final String ATTR_PROFILE = "profile"; //$NON-NLS-1$ field
/dports/www/kf5-khtml/khtml-5.89.0/src/dom/
H A Dhtml_base.cpp577 return ((ElementImpl *)impl)->getAttribute(ATTR_PROFILE); in profile()
583 ((ElementImpl *)impl)->setAttribute(ATTR_PROFILE, value); in setProfile()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthUtil/
H A DTMS.cpp136 #define ATTR_PROFILE "profile" macro
543 std::string profile = tileSetsConf->value(ATTR_PROFILE); in read()
666 e_tile_sets->getAttrs()[ ATTR_PROFILE ] = profileString; in tileMapToXmlDocument()
/dports/www/firefox-esr/firefox-91.8.0/parser/html/
H A DnsHtml5AttributeName.h362 static nsHtml5AttributeName* ATTR_PROFILE; variable
H A DnsHtml5AttributeName.cpp321 nsHtml5AttributeName* nsHtml5AttributeName::ATTR_PROFILE = nullptr; member in nsHtml5AttributeName
1153 ATTR_PROFILE = new nsHtml5AttributeName( in initializeStatics()
2212 ATTRIBUTE_NAMES[346] = ATTR_PROFILE; in initializeStatics()
2558 delete ATTR_PROFILE; in releaseStatics()
/dports/www/firefox/firefox-99.0/parser/html/
H A DnsHtml5AttributeName.h361 static nsHtml5AttributeName* ATTR_PROFILE; variable
H A DnsHtml5AttributeName.cpp320 nsHtml5AttributeName* nsHtml5AttributeName::ATTR_PROFILE = nullptr; member in nsHtml5AttributeName
1152 ATTR_PROFILE = new nsHtml5AttributeName( in initializeStatics()
2211 ATTRIBUTE_NAMES[346] = ATTR_PROFILE; in initializeStatics()
2557 delete ATTR_PROFILE; in releaseStatics()
/dports/lang/spidermonkey60/firefox-60.9.0/parser/html/
H A DnsHtml5AttributeName.h360 static nsHtml5AttributeName* ATTR_PROFILE; variable
H A DnsHtml5AttributeName.cpp315 nsHtml5AttributeName* nsHtml5AttributeName::ATTR_PROFILE = nullptr; member in nsHtml5AttributeName
1140 ATTR_PROFILE = new nsHtml5AttributeName( in initializeStatics()
2015 ATTRIBUTE_NAMES[172] = ATTR_PROFILE; in initializeStatics()
2528 delete ATTR_PROFILE; in releaseStatics()
/dports/mail/thunderbird/thunderbird-91.8.0/parser/html/
H A DnsHtml5AttributeName.h362 static nsHtml5AttributeName* ATTR_PROFILE; variable
H A DnsHtml5AttributeName.cpp321 nsHtml5AttributeName* nsHtml5AttributeName::ATTR_PROFILE = nullptr; member in nsHtml5AttributeName
1153 ATTR_PROFILE = new nsHtml5AttributeName( in initializeStatics()
2212 ATTRIBUTE_NAMES[346] = ATTR_PROFILE; in initializeStatics()
2558 delete ATTR_PROFILE; in releaseStatics()
/dports/lang/spidermonkey78/firefox-78.9.0/parser/html/
H A DnsHtml5AttributeName.h361 static nsHtml5AttributeName* ATTR_PROFILE; variable
H A DnsHtml5AttributeName.cpp320 nsHtml5AttributeName* nsHtml5AttributeName::ATTR_PROFILE = nullptr; member in nsHtml5AttributeName
1148 ATTR_PROFILE = new nsHtml5AttributeName( in initializeStatics()
2031 ATTRIBUTE_NAMES[172] = ATTR_PROFILE; in initializeStatics()
2548 delete ATTR_PROFILE; in releaseStatics()
/dports/www/firefox-legacy/firefox-52.8.0esr/parser/html/
H A DnsHtml5AttributeName.h318 static nsHtml5AttributeName* ATTR_PROFILE; variable
H A DnsHtml5AttributeName.cpp421 nsHtml5AttributeName* nsHtml5AttributeName::ATTR_PROFILE = nullptr; member in nsHtml5AttributeName
1042ATTR_PROFILE = new nsHtml5AttributeName(ALL_NO_NS, SAME_LOCAL(nsHtml5Atoms::profile), ALL_NO_PREFI… in initializeStatics()
1626 ATTRIBUTE_NAMES[223] = ATTR_PROFILE; in initializeStatics()
2222 delete ATTR_PROFILE; in releaseStatics()
/dports/www/kf5-khtml/khtml-5.89.0/src/misc/
H A Dhtmlnames.h314 #define ATTR_PROFILE ((DOM::emptyNamespace << 16) | 249) macro
H A Dhtmlnames.cpp281 s_idTable->addStaticMapping(localNamePart(ATTR_PROFILE), "profile"); in initIdTable()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.generator/src/org/eclipse/pde/api/tools/generator/
H A DEEGenerator.java125 element.setAttribute(IApiXmlConstants.ATTR_PROFILE, Integer.toString(value)); in persistAnnotations()
/dports/www/kf5-khtml/khtml-5.89.0/src/ecma/
H A Dkjs_html.cpp1365 {ID_HEAD, HeadProfile, T_String, ATTR_PROFILE},