Home
last modified time | relevance | path

Searched refs:findChildren (Results 1 – 2 of 2) sorted by relevance

/plugin/s5reloaded/ui/effects_support/
H A Ddragdrop.js743 return Element.findChildren(
748 return Element.findChildren(
954 Element.findChildren = function(element, only, recursive, tagName) { function
964 var grandchildren = Element.findChildren(e, only, recursive, tagName);
/plugin/diagramsnet/lib/math/extensions/a11y/
H A Dmathjax-sre.js634 …re.TrieNode.prototype.getChildren=function(){};sre.TrieNode.prototype.findChildren=function(a){};s… method in sre.TrieNode
635 …n_)a.push(this.children_[b]);return a};sre.AbstractTrieNode.prototype.findChildren=function(a){var… method in sre.AbstractTrieNode
644 …}for(;c.length;)g=c.shift(),g.getRule&&(b=g.getRule())&&d.push(b),g=g.findChildren(a),c=c.concat(g…