Searched refs:matchSet (Results 1 – 3 of 3) sorted by relevance
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/ |
D | firebug-lite-debug.js | 22594 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/ |
D | firebug-lite-1.4.js | 5835 }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 D | firebug-lite-1.4.js | 5846 }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…
|