Home
last modified time | relevance | path

Searched refs:collect (Results 1 – 11 of 11) sorted by path

/template/a_new_day/js/
H A Deffects.js31 return $A($(element).childNodes).collect( function(node) {
38 return $A($(element).childNodes).collect( function(node) {
H A Dprototype.js364 collect: function(iterator) { method in Enumerable
515 map: Enumerable.collect,
H A Dslider.js22 this.handles = handle.collect( function(e) { return $(e) });
/template/battlehorse/js/
H A Deffects.js31 return $A($(element).childNodes).collect( function(node) {
38 return $A($(element).childNodes).collect( function(node) {
H A Dprototype.js364 collect: function(iterator) { method in Enumerable
515 map: Enumerable.collect,
H A Dslider.js22 this.handles = handle.collect( function(e) { return $(e) });
/template/darkblue/
H A DLICENSE548 to collect a royalty for further conveying from those to whom you convey
/template/khum1/
H A DLICENSE.md544 terms that obligate you to collect a royalty for further conveying
/template/templar/
H A DCOPYING548 to collect a royalty for further conveying from those to whom you convey
H A DLICENSE548 to collect a royalty for further conveying from those to whom you convey
/template/twigstarter/vendor/twig/twig/src/Util/
H A DDeprecationCollector.php46 return $this->collect(new TemplateDirIterator($iterator));
56 public function collect(\Traversable $iterator) function in Twig\\Util\\DeprecationCollector