Home
last modified time | relevance | path

Searched defs:allowedElements (Results 1 – 6 of 6) sorted by relevance

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/structure/cd_utils/
H A DcuBookRefUtils.cpp192 … const CEnumeratedTypeValues* allowedElements = CCdd_book_ref::GetTypeInfo_enum_ETextelement(); in CCddBookRefToBvString() local
259 … const CEnumeratedTypeValues* allowedElements = CCdd_book_ref::GetTypeInfo_enum_ETextelement(); in CCddBookRefToBrString() local
301 const CEnumeratedTypeValues* allowedElements = CCdd_book_ref::GetTypeInfo_enum_ETextelement(); in CCddBookRefToPortalString() local
343 const CEnumeratedTypeValues* allowedElements = CCdd_book_ref::GetTypeInfo_enum_ETextelement(); in BrBookURLToCCddBookRef() local
475 … const CEnumeratedTypeValues* allowedElements = CCdd_book_ref::GetTypeInfo_enum_ETextelement(); in PortalBookURLToCCddBookRef() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/builders/
H A DExtensionsErrorReporter.java226 HashSet<String> allowedElements = new HashSet<>(); in validateElement() local
227 computeAllowedElements(parentSchema.getType(), allowedElements); in validateElement() local
391 HashSet<String> allowedElements = new HashSet<>(); in validateExistingExtensionAttributes() local
392 computeAllowedElements(schemaElement.getType(), allowedElements); in validateExistingExtensionAttributes() local
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DnsTreeSanitizer.cpp1181 auto allowedElements = mAllowedAttributes->Lookup(attrLocal); in SanitizeAttributes() local
1613 const Sequence<nsString>& allowedElements = aOptions.mAllowElements.Value(); in WithWebSanitizerOptions() local
/dports/www/firefox/firefox-99.0/dom/base/
H A DnsTreeSanitizer.cpp1181 auto allowedElements = mAllowedAttributes->Lookup(attrLocal); in SanitizeAttributes() local
1616 const Sequence<nsString>& allowedElements = aOptions.mAllowElements.Value(); in WithWebSanitizerOptions() local
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DnsTreeSanitizer.cpp1181 auto allowedElements = mAllowedAttributes->Lookup(attrLocal); in SanitizeAttributes() local
1613 const Sequence<nsString>& allowedElements = aOptions.mAllowElements.Value(); in WithWebSanitizerOptions() local
/dports/editors/kate/kate-21.12.3/addons/xmltools/
H A Dpseudo_dtd.cpp196 QStringList PseudoDTD::allowedElements(const QString &parentElement) in allowedElements() function in PseudoDTD