Home
last modified time | relevance | path

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

12345678910>>...24

/dports/www/mod_php81/php-8.1.1/ext/dom/tests/
H A Dbug69846.phpt44 ["nextElementSibling"]=>
94 ["nextElementSibling"]=>
148 ["nextElementSibling"]=>
H A DDOM4_DOMNode_ElementSiblings.phpt13 print_node($element->firstElementChild->nextElementSibling);
/dports/lang/php80/php-8.0.15/ext/dom/tests/
H A Dbug69846.phpt44 ["nextElementSibling"]=>
94 ["nextElementSibling"]=>
148 ["nextElementSibling"]=>
H A DDOM4_DOMNode_ElementSiblings.phpt13 print_node($element->firstElementChild->nextElementSibling);
/dports/lang/php81/php-8.1.1/ext/dom/tests/
H A Dbug69846.phpt44 ["nextElementSibling"]=>
94 ["nextElementSibling"]=>
148 ["nextElementSibling"]=>
H A DDOM4_DOMNode_ElementSiblings.phpt13 print_node($element->firstElementChild->nextElementSibling);
/dports/textproc/php81-dom/php-8.1.1/ext/dom/tests/
H A Dbug69846.phpt44 ["nextElementSibling"]=>
94 ["nextElementSibling"]=>
148 ["nextElementSibling"]=>
H A DDOM4_DOMNode_ElementSiblings.phpt13 print_node($element->firstElementChild->nextElementSibling);
/dports/textproc/php80-dom/php-8.0.15/ext/dom/tests/
H A Dbug69846.phpt44 ["nextElementSibling"]=>
94 ["nextElementSibling"]=>
148 ["nextElementSibling"]=>
H A DDOM4_DOMNode_ElementSiblings.phpt13 print_node($element->firstElementChild->nextElementSibling);
/dports/www/mod_php80/php-8.0.15/ext/dom/tests/
H A Dbug69846.phpt44 ["nextElementSibling"]=>
94 ["nextElementSibling"]=>
148 ["nextElementSibling"]=>
H A DDOM4_DOMNode_ElementSiblings.phpt13 print_node($element->firstElementChild->nextElementSibling);
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/wikimedia/idle-dom/src/
H A DNonDocumentTypeChildNode.php14 * @property Element|null $nextElementSibling
H A DComment.php28 * @property Element|null $nextElementSibling
H A DCDATASection.php28 * @property Element|null $nextElementSibling
H A DProcessingInstruction.php28 * @property Element|null $nextElementSibling
H A DText.php28 * @property Element|null $nextElementSibling
/dports/www/mitmproxy/mitmproxy-7.0.4/web/src/js/components/common/
H A DSplitter.jsx50 node.nextElementSibling.style.flex = '1 1 auto'
81 node.nextElementSibling.style.flex = ''
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/dom/
H A Dnon_document_type_child_node.h22 static Element* nextElementSibling(Node& node) { in nextElementSibling() function
H A Dnon_document_type_child_node.idl11 [PerWorldBindings] readonly attribute Element? nextElementSibling;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/dom/
H A Dnon_document_type_child_node.h22 static Element* nextElementSibling(Node& node) { in nextElementSibling() function
H A Dnon_document_type_child_node.idl11 [PerWorldBindings] readonly attribute Element? nextElementSibling;
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/reportsDashboards/node_modules/domutils/lib/
H A Dtraversal.d.ts13 export declare function nextElementSibling(elem: Node): Node | null;
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/domutils/lib/
H A Dtraversal.d.ts51 export declare function nextElementSibling(elem: Node): Element | null;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/editing/
H A DInsertListCommand.cpp72 if (!list || !list->nextElementSibling() || !list->nextElementSibling()->isHTMLElement()) in mergeWithNeighboringLists()
75 RefPtr<HTMLElement> nextList = toHTMLElement(list->nextElementSibling()); in mergeWithNeighboringLists()

12345678910>>...24