Home
last modified time | relevance | path

Searched refs:doc_element (Results 1 – 18 of 18) sorted by relevance

/dports/deskutils/egroupware/egroupware/vendor/pear/xml_feed_parser/XML/Feed/Parser/
H A DFactory.php66 $doc_element = $model->documentElement;
110 case (($doc_element->hasChildNodes() && $doc_element->childNodes->length > 1
118 case ($doc_element->tagName == 'rss' and
119 $doc_element->hasAttribute('version') &&
120 $doc_element->getAttribute('version') == 0.91):
126 case ($doc_element->tagName == 'rss' and
127 $doc_element->hasAttribute('version') &&
128 $doc_element->getAttribute('version') == 0.92):
135 || $doc_element->tagName == 'rss'):
136 if (! $doc_element->hasAttribute('version') ||
[all …]
/dports/textproc/pear-XML_Feed_Parser/XML_Feed_Parser-1.0.5/XML/Feed/Parser/
H A DFactory.php66 $doc_element = $model->documentElement;
110 case (($doc_element->hasChildNodes() && $doc_element->childNodes->length > 1
118 case ($doc_element->tagName == 'rss' and
119 $doc_element->hasAttribute('version') &&
120 $doc_element->getAttribute('version') == 0.91):
126 case ($doc_element->tagName == 'rss' and
127 $doc_element->hasAttribute('version') &&
128 $doc_element->getAttribute('version') == 0.92):
135 || $doc_element->tagName == 'rss'):
136 if (! $doc_element->hasAttribute('version') ||
[all …]
/dports/math/rkward-kde/rkward-0.7.1/rkward/plugin/
H A Drkstandardcomponent.cpp99 QDomElement doc_element = xml->openXMLFile (DL_ERROR); in RKStandardComponent() local
100 if (doc_element.isNull ()) { in RKStandardComponent()
126 element = xml->getChildElement (doc_element, "help", DL_WARNING); in RKStandardComponent()
134 if (!createTopLevel (doc_element)) { in RKStandardComponent()
142 if (!createTopLevel (doc_element, force_mode, true)) { in RKStandardComponent()
152 gui_element = xml->getChildElement (doc_element, "wizard", DL_WARNING); in RKStandardComponent()
163 gui_element = xml->getChildElement (doc_element, "dialog", DL_WARNING); in RKStandardComponent()
246 dialog_element = xml->getChildElement (doc_element, "dialog", DL_INFO); in createTopLevel()
247 wizard_element = xml->getChildElement (doc_element, "wizard", DL_INFO); in createTopLevel()
297 QDomElement doc_element = xml->openXMLFile (DL_ERROR); in switchInterface() local
[all …]
H A Drkstandardcomponent.h121 bool createTopLevel (const QDomElement &doc_element, int force_mode=0, bool enslaved=false);
122 …void buildAndInitialize (const QDomElement &doc_element, const QDomElement &gui_element, QWidget *…
/dports/audio/picard/picard-release-2.6.2/picard/script/
H A D__init__.py88 doc_element = script_function_documentation(name, fmt,
91 if doc_element:
92 doc_elements.append(pre + doc_element + post)
/dports/textproc/p5-XML-SAXDriver-CSV/XML-SAXDriver-CSV-0.07/
H A DCSV.pm59 my $doc_element = {
64 $self->start_element($doc_element);
101 $self->end_element($doc_element);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/frame/
H A Dad_tracker_test.cc545 Element* doc_element = GetDocument().documentElement(); in TEST_F() local
546 Element* body_element = Traversal<Element>::LastChild(*doc_element); in TEST_F()
599 Element* doc_element = GetDocument().documentElement(); in TEST_F() local
600 Element* body_element = Traversal<Element>::LastChild(*doc_element); in TEST_F()
640 Element* doc_element = GetDocument().documentElement(); in TEST_F() local
641 Element* body_element = Traversal<Element>::LastChild(*doc_element); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/frame/
H A Dad_tracker_test.cc679 Element* doc_element = GetDocument().documentElement(); in TEST_F() local
680 Element* body_element = Traversal<Element>::LastChild(*doc_element); in TEST_F()
733 Element* doc_element = GetDocument().documentElement(); in TEST_F() local
734 Element* body_element = Traversal<Element>::LastChild(*doc_element); in TEST_F()
774 Element* doc_element = GetDocument().documentElement(); in TEST_F() local
775 Element* body_element = Traversal<Element>::LastChild(*doc_element); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/paint/
H A Dpaint_layer_scrollable_area.cc1451 Element* doc_element = doc.documentElement(); in ScrollbarStyleSource() local
1452 if (doc_element && doc_element->GetLayoutObject() && in ScrollbarStyleSource()
1453 doc_element->GetLayoutObject()->StyleRef().HasPseudoElementStyle( in ScrollbarStyleSource()
1455 return *doc_element->GetLayoutObject(); in ScrollbarStyleSource()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/paint/
H A Dpaint_layer_scrollable_area.cc1475 Element* doc_element = doc.documentElement(); in ScrollbarStyleSource() local
1476 if (doc_element && doc_element->GetLayoutObject() && in ScrollbarStyleSource()
1477 doc_element->GetLayoutObject()->StyleRef().HasPseudoElementStyle( in ScrollbarStyleSource()
1479 return *doc_element->GetLayoutObject(); in ScrollbarStyleSource()
/dports/math/rkward-kde/rkward-0.7.1/rkward/windows/
H A Drkhtmlwindow.cpp967 QDomElement doc_element = xml.openXMLFile (DL_WARNING); in prepareHelpLink() local
968 QDomElement title_element = xml.getChildElement (doc_element, "title", DL_WARNING); in prepareHelpLink()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/ports/geckolib/
H A Dglue.rs1356 doc_element: RawGeckoElementBorrowedOrNull, in Servo_StyleSet_FlushStyleSheets()
1362 let doc_element = doc_element.map(GeckoElement); in Servo_StyleSet_FlushStyleSheets() localVariable
1365 data.flush_stylesheets(&guard, doc_element, snapshots.as_ref()); in Servo_StyleSet_FlushStyleSheets()
1367 if have_invalidations && doc_element.is_some() { in Servo_StyleSet_FlushStyleSheets()
1370 bindings::Gecko_NoteDirtySubtreeForInvalidation(doc_element.unwrap().0); in Servo_StyleSet_FlushStyleSheets()
/dports/lang/spidermonkey78/firefox-78.9.0/servo/ports/geckolib/
H A Dglue.rs1911 doc_element: Option<&RawGeckoElement>, in Servo_StyleSet_FlushStyleSheets()
1917 let doc_element = doc_element.map(GeckoElement); in Servo_StyleSet_FlushStyleSheets() localVariable
1919 let have_invalidations = data.flush_stylesheets(&guard, doc_element, snapshots.as_ref()); in Servo_StyleSet_FlushStyleSheets()
1921 if have_invalidations && doc_element.is_some() { in Servo_StyleSet_FlushStyleSheets()
1924 bindings::Gecko_NoteDirtySubtreeForInvalidation(doc_element.unwrap().0); in Servo_StyleSet_FlushStyleSheets()
/dports/www/firefox-esr/firefox-91.8.0/servo/ports/geckolib/
H A Dglue.rs1930 doc_element: Option<&RawGeckoElement>, in Servo_StyleSet_FlushStyleSheets()
1936 let doc_element = doc_element.map(GeckoElement); in Servo_StyleSet_FlushStyleSheets() localVariable
1938 let have_invalidations = data.flush_stylesheets(&guard, doc_element, snapshots.as_ref()); in Servo_StyleSet_FlushStyleSheets()
1940 if have_invalidations && doc_element.is_some() { in Servo_StyleSet_FlushStyleSheets()
1943 bindings::Gecko_NoteDirtySubtreeForInvalidation(doc_element.unwrap().0); in Servo_StyleSet_FlushStyleSheets()
/dports/www/firefox/firefox-99.0/servo/ports/geckolib/
H A Dglue.rs1935 doc_element: Option<&RawGeckoElement>, in Servo_StyleSet_FlushStyleSheets()
1941 let doc_element = doc_element.map(GeckoElement); in Servo_StyleSet_FlushStyleSheets() localVariable
1943 let have_invalidations = data.flush_stylesheets(&guard, doc_element, snapshots.as_ref()); in Servo_StyleSet_FlushStyleSheets()
1945 if have_invalidations && doc_element.is_some() { in Servo_StyleSet_FlushStyleSheets()
1948 bindings::Gecko_NoteDirtySubtreeForInvalidation(doc_element.unwrap().0); in Servo_StyleSet_FlushStyleSheets()
/dports/mail/thunderbird/thunderbird-91.8.0/servo/ports/geckolib/
H A Dglue.rs1930 doc_element: Option<&RawGeckoElement>, in Servo_StyleSet_FlushStyleSheets()
1936 let doc_element = doc_element.map(GeckoElement); in Servo_StyleSet_FlushStyleSheets() localVariable
1938 let have_invalidations = data.flush_stylesheets(&guard, doc_element, snapshots.as_ref()); in Servo_StyleSet_FlushStyleSheets()
1940 if have_invalidations && doc_element.is_some() { in Servo_StyleSet_FlushStyleSheets()
1943 bindings::Gecko_NoteDirtySubtreeForInvalidation(doc_element.unwrap().0); in Servo_StyleSet_FlushStyleSheets()
/dports/lang/elixir-devel/elixir-1.13.1/lib/elixir/lib/
H A Dcode.ex1620 docs :: [doc_element]}
1625 doc_element:
/dports/lang/elixir/elixir-1.12.3/lib/elixir/lib/
H A Dcode.ex1694 docs :: [doc_element]}
1699 doc_element: