Home
last modified time | relevance | path

Searched refs:matchSet (Results 1 – 3 of 3) sorted by relevance

/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
Dfirebug-lite-debug.js22594 if (this.matchSet)
22596 for (var i in this.matchSet)
22597 removeClass(this.matchSet[i], "matched");
22600 this.matchSet = []; property
22614 this.matchSet.push(logRow);
22616 dispatch([Firebug.A11yModel], 'onConsoleSearchMatchFound', [this, text, this.matchSet]);
22655 this.matchSet.push(logRow);
/plugin/webcode/vendor/
Dfirebug-lite-1.4.js5835 }if(this.matchSet){for(var i in this.matchSet){removeClass(this.matchSet[i],"matched")
5836 }}this.matchSet=[]; property
5845 this.matchSet.push(logRow)
5846 }dispatch([Firebug.A11yModel],"onConsoleSearchMatchFound",[this,text,this.matchSet]);
5856 setTimeout(bindFixed(function(){if(this.searchFilter(this.searchText,logRow)){this.matchSet.push(lo…
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js5846 }if(this.matchSet){for(var i in this.matchSet){removeClass(this.matchSet[i],"matched")
5847 }}this.matchSet=[]; property
5856 this.matchSet.push(logRow)
5857 }dispatch([Firebug.A11yModel],"onConsoleSearchMatchFound",[this,text,this.matchSet]);
5867 setTimeout(bindFixed(function(){if(this.searchFilter(this.searchText,logRow)){this.matchSet.push(lo…