Home
last modified time | relevance | path

Searched defs:querySelectorAll (Results 1 – 4 of 4) sorted by relevance

/plugin/findologicxmlexport/vendor/hoa/stream/IStream/
H A DStructural.php117 public function querySelectorAll($query); function
/plugin/combo/ComboStrap/Xml/
H A DXmlDocument.php716 public function querySelectorAll(string $selector): array function in ComboStrap\\Xml\\XmlDocument
H A DXmlElement.php102 public function querySelectorAll(string $selector): array function in ComboStrap\\Xml\\XmlElement
/plugin/diagramsnet/lib/math/extensions/a11y/
H A Dmathjax-sre.js139 sre.DomUtil.querySelectorAll=function(a,b){return a.querySelectorAll?sre.DomUtil.toArray(a.querySel… function
228 sre.SemanticNode.prototype.querySelectorAll=function(a){for(var b=[],c=0,d;d=this.childNodes[c];c++… method in sre.SemanticNode