Home
last modified time | relevance | path

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

/dports/science/py-avogadrolibs/avogadrolibs-1.94.0/avogadro/core/
H A Delements.cpp27 using Avogadro::Core::isCustomElement;
47 if (isCustomElement(atomicNumber)) { in encodeCustomElement()
229 else if (isCustomElement(atomicNumber)) in name()
239 else if (isCustomElement(atomicNumber)) in symbol()
257 else if (isCustomElement(atomicNumber)) in radiusVDW()
267 else if (isCustomElement(atomicNumber)) in radiusCovalent()
277 else if (isCustomElement(atomicNumber)) in color()
H A Davogadrocore.h75 inline bool isCustomElement(unsigned char atomicNumber) in isCustomElement() function
H A Dmolecule.cpp329 if (Core::isCustomElement(*it)) in hasCustomElements()
/dports/science/avogadrolibs/avogadrolibs-1.94.0/avogadro/core/
H A Delements.cpp27 using Avogadro::Core::isCustomElement;
47 if (isCustomElement(atomicNumber)) { in encodeCustomElement()
229 else if (isCustomElement(atomicNumber)) in name()
239 else if (isCustomElement(atomicNumber)) in symbol()
257 else if (isCustomElement(atomicNumber)) in radiusVDW()
267 else if (isCustomElement(atomicNumber)) in radiusCovalent()
277 else if (isCustomElement(atomicNumber)) in color()
H A Davogadrocore.h75 inline bool isCustomElement(unsigned char atomicNumber) in isCustomElement() function
H A Dmolecule.cpp329 if (Core::isCustomElement(*it)) in hasCustomElements()
/dports/www/typo3-11/typo3_src-11.5.7/vendor/typo3/html-sanitizer/src/Visitor/
H A DCommonVisitor.php64 if ($this->behavior->shallAllowCustomElements() && $this->isCustomElement($node)) {
97 if ($this->behavior->shallAllowCustomElements() && $this->isCustomElement($node)) {
210 protected function isCustomElement(DOMNode $node): bool function in TYPO3\\HtmlSanitizer\\Visitor\\CommonVisitor
/dports/www/typo3-9/typo3_src-9.5.31/vendor/typo3/html-sanitizer/src/Visitor/
H A DCommonVisitor.php64 if ($this->behavior->shallAllowCustomElements() && $this->isCustomElement($node)) {
97 if ($this->behavior->shallAllowCustomElements() && $this->isCustomElement($node)) {
210 protected function isCustomElement(DOMNode $node): bool function in TYPO3\\HtmlSanitizer\\Visitor\\CommonVisitor
/dports/www/typo3-10/typo3_src-10.4.25/vendor/typo3/html-sanitizer/src/Visitor/
H A DCommonVisitor.php64 if ($this->behavior->shallAllowCustomElements() && $this->isCustomElement($node)) {
97 if ($this->behavior->shallAllowCustomElements() && $this->isCustomElement($node)) {
210 protected function isCustomElement(DOMNode $node): bool function in TYPO3\\HtmlSanitizer\\Visitor\\CommonVisitor
/dports/science/py-avogadrolibs/avogadrolibs-1.94.0/avogadro/qtgui/
H A Dcustomelementdialog.cpp66 if (Core::isCustomElement(old)) { in operator ()()
123 if (Core::isCustomElement(atomicNumber)) in operator ()()
/dports/science/avogadrolibs/avogadrolibs-1.94.0/avogadro/qtgui/
H A Dcustomelementdialog.cpp66 if (Core::isCustomElement(old)) { in operator ()()
123 if (Core::isCustomElement(atomicNumber)) in operator ()()
/dports/science/py-avogadrolibs/avogadrolibs-1.94.0/tests/core/
H A Delementtest.cpp107 EXPECT_TRUE(Avogadro::Core::isCustomElement(i)); in TEST()
/dports/science/avogadrolibs/avogadrolibs-1.94.0/tests/core/
H A Delementtest.cpp107 EXPECT_TRUE(Avogadro::Core::isCustomElement(i)); in TEST()
/dports/www/firefox-esr/firefox-91.8.0/parser/html/
H A DnsHtml5TreeOperation.cpp445 bool isCustomElement = false; in CreateHTMLElement() local
458 isCustomElement = (aCreator == NS_NewCustomElement || isAtom); in CreateHTMLElement()
459 if (isCustomElement && aFromParser != dom::FROM_PARSER_FRAGMENT) { in CreateHTMLElement()
504 if (isCustomElement) { in CreateHTMLElement()
/dports/www/firefox/firefox-99.0/parser/html/
H A DnsHtml5TreeOperation.cpp445 bool isCustomElement = false; in CreateHTMLElement() local
458 isCustomElement = (aCreator == NS_NewCustomElement || isAtom); in CreateHTMLElement()
459 if (isCustomElement && aFromParser != dom::FROM_PARSER_FRAGMENT) { in CreateHTMLElement()
504 if (isCustomElement) { in CreateHTMLElement()
/dports/lang/spidermonkey60/firefox-60.9.0/parser/html/
H A DnsHtml5TreeOperation.cpp336 bool isCustomElement = false; in CreateHTMLElement() local
351 isCustomElement = (aCreator == NS_NewCustomElement || isAtom); in CreateHTMLElement()
352 if (isCustomElement && aFromParser != dom::FROM_PARSER_FRAGMENT) { in CreateHTMLElement()
400 if (isCustomElement) { in CreateHTMLElement()
/dports/mail/thunderbird/thunderbird-91.8.0/parser/html/
H A DnsHtml5TreeOperation.cpp445 bool isCustomElement = false; in CreateHTMLElement() local
458 isCustomElement = (aCreator == NS_NewCustomElement || isAtom); in CreateHTMLElement()
459 if (isCustomElement && aFromParser != dom::FROM_PARSER_FRAGMENT) { in CreateHTMLElement()
504 if (isCustomElement) { in CreateHTMLElement()
/dports/lang/spidermonkey78/firefox-78.9.0/parser/html/
H A DnsHtml5TreeOperation.cpp414 bool isCustomElement = false; in CreateHTMLElement() local
427 isCustomElement = (aCreator == NS_NewCustomElement || isAtom); in CreateHTMLElement()
428 if (isCustomElement && aFromParser != dom::FROM_PARSER_FRAGMENT) { in CreateHTMLElement()
473 if (isCustomElement) { in CreateHTMLElement()
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DnsContentUtils.cpp9430 bool isCustomElement = isCustomElementName || aIsAtom; local
9431 if (isCustomElement) {
9435 MOZ_ASSERT_IF(aDefinition, isCustomElement);
9442 if (isCustomElement && !definition) {
9567 if (isCustomElement) {
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DnsContentUtils.cpp9162 bool isCustomElement = isCustomElementName || aIsAtom; local
9163 if (isCustomElement) {
9167 MOZ_ASSERT_IF(aDefinition, isCustomElement);
9174 if (isCustomElement && !definition) {
9298 if (isCustomElement) {
/dports/www/firefox/firefox-99.0/dom/base/
H A DnsContentUtils.cpp9339 bool isCustomElement = isCustomElementName || aIsAtom; local
9340 if (isCustomElement) {
9344 MOZ_ASSERT_IF(aDefinition, isCustomElement);
9351 if (isCustomElement && !definition) {
9477 if (isCustomElement) {
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DnsContentUtils.cpp9430 bool isCustomElement = isCustomElementName || aIsAtom; local
9431 if (isCustomElement) {
9435 MOZ_ASSERT_IF(aDefinition, isCustomElement);
9442 if (isCustomElement && !definition) {
9567 if (isCustomElement) {
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsContentUtils.cpp9283 bool isCustomElement = isCustomElementName || aIsAtom; local
9284 if (isCustomElement) {
9288 MOZ_ASSERT_IF(aDefinition, isCustomElement);
9295 if (CustomElementRegistry::IsCustomElementEnabled() && isCustomElement &&
9404 if (CustomElementRegistry::IsCustomElementEnabled() && isCustomElement) {
/dports/accessibility/orca/orca-41.1/src/orca/scripts/web/
H A Dscript_utilities.py2470 def isCustomElement(self, obj): member in Utilities
3976 if self.isCustomElement(obj) and self.hasExplicitName(obj) \
/dports/www/grafana8/grafana-8.3.6/public/build/
H A D2201.0e38943fa459e872fe93.js.map1isCustomElement = typeof tagName === 'string' && tagName.includes('-') || typeof val.hasAttribute …