Lines Matching refs:forEach
159 this.keys().forEach((k)=>$storage.removeItem(/*w/o prefix*/k));
267 type.forEach((t)=>this.addMsgHandler(t, callback));
284 list.forEach((f)=>f(msg));
321 Object.keys(SF.config).forEach(function(k){
402 EAll('.initially-hidden').forEach((e)=>e.classList.remove('initially-hidden'));
487 .forEach(function(e){
501 .forEach(function(e){
517 EAll('button[data-cmd]').forEach(
546 f._elems.forEach( enable
610 EAll('fieldset.collapsible').forEach(function(fs){
615 content.forEach((d)=>d.classList.toggle('hidden'));
641 Array.prototype.forEach.call(e.children,(e)=>callee(e,depth+1)); method in Array
703 elemsToCount.forEach((e)=>e ? extra += effectiveHeight(e) : false);
705 appViews.forEach(function(e){
774 examples.forEach((o)=>newOpt(o.name, o.sql));
799 EAll('.app-view').forEach(e=>e.classList.toggle('hidden'));