Home
last modified time | relevance | path

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

/plugin/eventline/
H A Dscript.js5 function setupFilterHighlightControls(div, timeline, bandIndices, theme) { argument
16 onKeyPress(timeline, bandIndices, table);
48 clearAll(timeline, bandIndices, table);
56 function onKeyPress(timeline, bandIndices, table) { argument
61 performFiltering(timeline, bandIndices, table);
67 function performFiltering(timeline, bandIndices, table) { argument
105 for (var i = 0; i < bandIndices.length; i++) {
106 var bandIndex = bandIndices[i];
112 function clearAll(timeline, bandIndices, table) { argument
118 for (var i = 0; i < bandIndices.length; i++) {
[all …]