rem stringlengths 0 126k | add stringlengths 0 441k | context stringlengths 15 136k |
|---|---|---|
Ext.Msg.alert("Diff. Analysis failed", error); | Ext.Msg.alert("Differential exp. Analysis failed", error); | var customize = function(analysisInfo) { var factors = analysisInfo.factors; var proposedAnalysis = analysisInfo.type; var canDoInteractions = (proposedAnalysis == 'TWIA') || factors.length > 2; /* * DifferentialExpressionAnalysisSetupWindow - to be refactored. */ var deasw = new Ext.Window({ mod... |
tooltip : f.name | tooltip : f.name, checked : onlyOne | var customize = function(analysisInfo) { var factors = analysisInfo.factors; var proposedAnalysis = analysisInfo.type; var canDoInteractions = (proposedAnalysis == 'TWIA') || factors.length > 2; /* * DifferentialExpressionAnalysisSetupWindow - to be refactored. */ var deasw = new Ext.Window({ mod... |
deasw.relayEvents(k, ['done']); | this.relayEvents(k, ['done']); | var customize = function(analysisInfo) { var factors = analysisInfo.factors; var proposedAnalysis = analysisInfo.type; var canDoInteractions = (proposedAnalysis == 'TWIA') || factors.length > 2; /* * DifferentialExpressionAnalysisSetupWindow - to be refactored. */ var deasw = new Ext.Window({ mod... |
var canDoInteractions = (proposedAnalysis == 'TWIA') || factors.length > 2; | var customize = function(analysisInfo) { var factors = analysisInfo.factors; var proposedAnalysis = analysisInfo.type; var canDoInteractions = (proposedAnalysis == 'TWIA') || factors.length > 2; /* * DifferentialExpressionAnalysisSetupWindow - to be refactored. */ var deasw = new Ext.Window({ mod... | |
* DifferentialExpressionAnalysisSetupWindow - to be refactored. | * Set up buttons for the subset form. */ var subsetRadios = []; subsetRadios.push(new Ext.form.Radio({ boxLabel : 'None', name : 'diff-ex-analyze-subset', id : 'no-factor-subset-radio', checked : true, listeners : { check : validateFactorsChosen.createDelegate(this, [factors]) } })); for (var i = 0; i < factors.length... | var customize = function(analysisInfo) { var factors = analysisInfo.factors; var proposedAnalysis = analysisInfo.type; var canDoInteractions = (proposedAnalysis == 'TWIA') || factors.length > 2; /* * DifferentialExpressionAnalysisSetupWindow - to be refactored. */ var deasw = new Ext.Window({ mod... |
modal : true, stateful : false, resizable : false, autoHeight : true, width : 300, plain : true, title : "Differential analysis settings", items : [{ xtype : 'form', autoHeight : true, items : [{ xtype : 'fieldset', title : "Select factor(s) to use", autoHeight : true, labelWidth : 200, id : 'diff-ex-analysis-customize... | name : 'diff-customization-window', modal : true, stateful : false, resizable : false, autoHeight : true, width : 300, plain : true, title : "Differential analysis settings", items : [{ xtype : 'form', bodyBorder : false, autoHeight : true, items : [{ xtype : 'fieldset', title : "Select factor(s) to use", autoHeight : ... | var customize = function(analysisInfo) { var factors = analysisInfo.factors; var proposedAnalysis = analysisInfo.type; var canDoInteractions = (proposedAnalysis == 'TWIA') || factors.length > 2; /* * DifferentialExpressionAnalysisSetupWindow - to be refactored. */ var deasw = new Ext.Window({ mod... |
* Create the checkboxes for user choice of factors. | * Create the checkboxes for user choice of factors. We assume there is more than one. | var customize = function(analysisInfo) { var factors = analysisInfo.factors; var proposedAnalysis = analysisInfo.type; var canDoInteractions = (proposedAnalysis == 'TWIA') || factors.length > 2; /* * DifferentialExpressionAnalysisSetupWindow - to be refactored. */ var deasw = new Ext.Window({ mod... |
var onlyOne = factors.length == 1; | var customize = function(analysisInfo) { var factors = analysisInfo.factors; var proposedAnalysis = analysisInfo.type; var canDoInteractions = (proposedAnalysis == 'TWIA') || factors.length > 2; /* * DifferentialExpressionAnalysisSetupWindow - to be refactored. */ var deasw = new Ext.Window({ mod... | |
checked : onlyOne | checked : false, listeners : { check : validateFactorsChosen.createDelegate(this, [factors]) } | var customize = function(analysisInfo) { var factors = analysisInfo.factors; var proposedAnalysis = analysisInfo.type; var canDoInteractions = (proposedAnalysis == 'TWIA') || factors.length > 2; /* * DifferentialExpressionAnalysisSetupWindow - to be refactored. */ var deasw = new Ext.Window({ mod... |
this.relayEvents(k, ['done']); | m.relayEvents(k, ['done', 'fail']); | var customize = function(analysisInfo) { var factors = analysisInfo.factors; var proposedAnalysis = analysisInfo.type; var canDoInteractions = (proposedAnalysis == 'TWIA') || factors.length > 2; /* * DifferentialExpressionAnalysisSetupWindow - to be refactored. */ var deasw = new Ext.Window({ mod... |
this.fireEvent('differential', payload) | m.fireEvent('differential', payload) | var customize = function(analysisInfo) { var factors = analysisInfo.factors; var proposedAnalysis = analysisInfo.type; var canDoInteractions = (proposedAnalysis == 'TWIA') || factors.length > 2; /* * DifferentialExpressionAnalysisSetupWindow - to be refactored. */ var deasw = new Ext.Window({ mod... |
}.createDelegate(this), | }.createDelegate(m), | var customize = function(analysisInfo) { var factors = analysisInfo.factors; var proposedAnalysis = analysisInfo.type; var canDoInteractions = (proposedAnalysis == 'TWIA') || factors.length > 2; /* * DifferentialExpressionAnalysisSetupWindow - to be refactored. */ var deasw = new Ext.Window({ mod... |
Ext.Msg.alert("Please pick 1 or 2 factors."); | Ext.Msg.alert("Invalid selection", "Please pick 1 or 2 factors."); | var customize = function(analysisInfo) { var factors = analysisInfo.factors; var proposedAnalysis = analysisInfo.type; var canDoInteractions = (proposedAnalysis == 'TWIA') || factors.length > 2; /* * DifferentialExpressionAnalysisSetupWindow - to be refactored. */ var deasw = new Ext.Window({ mod... |
name : "publik", type : 'boolean' }, { name : "shared", type : 'boolean' }, { | Gemma.DatasetGroupStore = function(config) { /* * Leave this here so copies of records can be constructed. */ this.record = Ext.data.Record.create([{ name : "id", type : "int" }, { name : "name", type : "string" }, { name : "description", type : "string" }, { name : "numExperiments", typ... | |
this.data.load(uri); | if (typeof this.data.onreadystatechange == "unknown") { var wrappedCallback = new ContextFixer(this._sarissaOnLoadCallback, this); this.data.onreadystatechange = wrappedCallback.execute; this.data.load(uri); } else { var thisObject = this; YUI().use("io-base", function(Y) { Y.on('io:complete', thisObject._YUIOnLoadC... | function dbforms2_listview() { this.transport = new dbforms2_transport(); this.onChooseAction = null; this.onDeleteAction = null; this.disabled = false; // set this to the data uri this.dataURI = ''; this.init = function(resultsDOMNode) { this.results = new dbforms2_listview_results(... |
this.loadEntriesFromXML = function() { var entry = this.data.documentElement.firstChild.firstChild; | this.loadEntriesFromXML = function(isYui) { if (!isYui) { this.data = Sarissa.fixFirefox3Permissions(this.data); } var entry = this.data.documentElement.firstChild.firstChild; | function dbforms2_listview() { this.transport = new dbforms2_transport(); this.onChooseAction = null; this.onDeleteAction = null; this.disabled = false; // set this to the data uri this.dataURI = ''; this.init = function(resultsDOMNode) { this.results = new dbforms2_listview_results(... |
title = 'Parse Error'; | function dbforms2_listview() { this.transport = new dbforms2_transport(); this.onChooseAction = null; this.onDeleteAction = null; this.disabled = false; // set this to the data uri this.dataURI = ''; this.init = function(resultsDOMNode) { this.results = new dbforms2_listview_results(... | |
if(titleNS.length > 0 && titleNS.item(0).childNodes[0]) | if(idNS.length > 0 && idNS.item(0).childNodes[0]) { id = idNS.item(0).childNodes[0].data; } title = '#Empty Field# ('+ id +')'; if(titleNS.length > 0 && titleNS.item(0).childNodes[0]) { | function dbforms2_listview() { this.transport = new dbforms2_transport(); this.onChooseAction = null; this.onDeleteAction = null; this.disabled = false; // set this to the data uri this.dataURI = ''; this.init = function(resultsDOMNode) { this.results = new dbforms2_listview_results(... |
if(idNS.length > 0 && idNS.item(0).childNodes[0]) id = idNS.item(0).childNodes[0].data; | function dbforms2_listview() { this.transport = new dbforms2_transport(); this.onChooseAction = null; this.onDeleteAction = null; this.disabled = false; // set this to the data uri this.dataURI = ''; this.init = function(resultsDOMNode) { this.results = new dbforms2_listview_results(... | |
this._sarissaOnLoadCallback = function() { if(this.data.readyState == 4 && !this.dataLoaded && this.data.documentElement) { this.dataLoaded = true; this.loadEntriesFromXML(); } } | function dbforms2_listview() { this.transport = new dbforms2_transport(); this.onChooseAction = null; this.onDeleteAction = null; this.disabled = false; // set this to the data uri this.dataURI = ''; this.init = function(resultsDOMNode) { this.results = new dbforms2_listview_results(... | |
var wrappedCallback = new ContextFixer(this._sarissaOnLoadCallback, this); this.data.onreadystatechange = wrappedCallback.execute; | var thisObject = this; | function dbforms2_transport() { this.data = null; this.dataLoaded = false; this.dataSaved = false; this.onLoadCallback = null; this.onSaveCallback = null; this.loadXML = function(dataURI) { this.data = Sarissa.getDomDocument(); var wrappedCallback = new ContextFixer(this._sarissa... |
this.data.load(dataURI); | YUI().use("io-base", function(Y) { Y.on('io:complete', thisObject._YUIOnLoadCallback , thisObject, []); var request = Y.io(dataURI); } ); | function dbforms2_transport() { this.data = null; this.dataLoaded = false; this.dataSaved = false; this.onLoadCallback = null; this.onSaveCallback = null; this.loadXML = function(dataURI) { this.data = Sarissa.getDomDocument(); var wrappedCallback = new ContextFixer(this._sarissa... |
this._sarissaOnLoadCallback = function() { if(this.data.readyState == 4 && !this.dataLoaded && this.data.documentElement) { | this._YUIOnLoadCallback = function(a,xhr,options) { if(xhr.readyState == 4 && !this.dataLoaded && xhr.responseXML && xhr.responseXML.documentElement) { | function dbforms2_transport() { this.data = null; this.dataLoaded = false; this.dataSaved = false; this.onLoadCallback = null; this.onSaveCallback = null; this.loadXML = function(dataURI) { this.data = Sarissa.getDomDocument(); var wrappedCallback = new ContextFixer(this._sarissa... |
this.data = xhr.responseXML; | function dbforms2_transport() { this.data = null; this.dataLoaded = false; this.dataSaved = false; this.onLoadCallback = null; this.onSaveCallback = null; this.loadXML = function(dataURI) { this.data = Sarissa.getDomDocument(); var wrappedCallback = new ContextFixer(this._sarissa... | |
clearTimeout(this.activeCell.timeoutId); | deactivate: function(save) { if(this.activeCell.field !== null) { save = $defined(save) ? save : true; var newValue = {data : null, error : false}; clearTimeout(this.activeCell.timeoutId); // update the value in the model if(save && this.activeCell.field.getValue().toString()... | |
this.activeCell.timeoutId = this.activeCell.field.field.blur.delay(50, this.activeCell.field.field); | deactivate: function(save) { if(this.activeCell.field !== null) { save = $defined(save) ? save : true; var newValue = {data : null, error : false}; clearTimeout(this.activeCell.timeoutId); // update the value in the model if(save && this.activeCell.field.getValue().toString()... | |
if(newValue.data != null && newValue.error == false) { | if(save && newValue.data != null && newValue.error == false) { | deactivate: function(save) { if(this.activeCell.field !== null) { save = $defined(save) ? save : true; var newValue = {data : null, error : false}; clearTimeout(this.activeCell.timeoutId); // update the value in the model if(save && this.activeCell.field.getValue().toString()... |
this.activeCell.cell = this.grid.gridTableBody.rows[this.activeCell.coords.row].cells[this.activeCell.coords.index-1]; | var colIndex = this.grid.options.row.useHeaders ? this.activeCell.coords.index-1 : this.activeCell.coords.index; this.activeCell.cell = this.grid.gridTableBody.rows[this.activeCell.coords.row].cells[colIndex]; | deactivate: function(save) { if(this.activeCell.field !== null) { save = $defined(save) ? save : true; var newValue = {data : null, error : false}; clearTimeout(this.activeCell.timeoutId); // update the value in the model if(save && this.activeCell.field.getValue().toString()... |
this.createResizeHandles(); | this.createHandles(); | deactivate: function(option) { if ($defined(this.options[option])) { this.options[option] = false; } this.createResizeHandles(); }, |
this.selectedRow.removeClass('jxGridRowSelected'); this.selectedRow = null; this.selectedRowHead.removeClass('jxGridRowHeaderSelected'); this.selectedRowHead = null; | this.selected.get('rows').each(function(row){ row.removeClass('jxGridRowSelected'); },this); this.selected.set('rows',[]); this.selected.get('rowHeads').each(function(rowHead){ rowHead.removeClass('jxGridRowHeaderSelected'); },this); this.selected.set('rowHeads',[]); | deactivate: function (opt) { this.options[opt] = false; if (opt === 'cell') { this.grid.selection.selected().each(function(cell){ this.grid.selection.unselect(cell); },this); this.grid.selection.options.selectClass = this.oldSelectionClass; ... |
if ($defined(this.selectedCol)) { | this.selected.get('columns').each(function(column){ | deactivate: function (opt) { this.options[opt] = false; if (opt === 'cell') { this.grid.selection.selected().each(function(cell){ this.grid.selection.unselect(cell); },this); this.grid.selection.options.selectClass = this.oldSelectionClass; ... |
this.grid.gridTable.rows[i].cells[this.selectedCol].removeClass('jxGridColumnSelected'); | this.grid.gridTable.rows[i].cells[column].removeClass('jxGridColumnSelected'); | deactivate: function (opt) { this.options[opt] = false; if (opt === 'cell') { this.grid.selection.selected().each(function(cell){ this.grid.selection.unselect(cell); },this); this.grid.selection.options.selectClass = this.oldSelectionClass; ... |
} this.selectedColHead.removeClass('jxGridColumnHeaderSelected'); this.selectedColHead = null; this.selectedCol = null; | },this); this.selected.set('columns',[]); this.selected.get('columnHeads').each(function(rowHead){ rowHead.removeClass('jxGridColumnHeaderSelected'); },this); this.selected.set('columnHeads',[]); | deactivate: function (opt) { this.options[opt] = false; if (opt === 'cell') { this.grid.selection.selected().each(function(cell){ this.grid.selection.unselect(cell); },this); this.grid.selection.options.selectClass = this.oldSelectionClass; ... |
var gridTableRows = this.grid.gridTable.rows, | var gridTableRows = this.grid.gridTableBody.rows, | deactivate: function (opt) { var gridTableRows = this.grid.gridTable.rows, selected = this.selected, i; this.options[opt] = false; if (opt === 'cell') { selected.get('cells').each(function(cell) { cell.removeClass('jxGridCellSelected'); }... |
this.activeCell.cell.highlight(this.options.cellChangeFx.success); | highlighter.start('background-color',this.options.cellChangeFx.success, currentCellBg); | deactivate: function(save) { clearTimeout(this.activeCell.timeoutId); if(this.activeCell.field !== null) { save = $defined(save) ? save : true; var newValue = {data : null, error : false}; // update the value in the model if(save && this.activeCell.field.getValue().toStri... |
this.activeCell.cell.highlight(this.options.cellChangeFx.error); | highlighter.start('background-color',this.options.cellChangeFx.error, currentCellBg); | deactivate: function(save) { clearTimeout(this.activeCell.timeoutId); if(this.activeCell.field !== null) { save = $defined(save) ? save : true; var newValue = {data : null, error : false}; // update the value in the model if(save && this.activeCell.field.getValue().toStri... |
var valueNew = {data : null, error : false}; | var newValue = {data : null, error : false}; | deactivate: function(save) { if(this.activeCell.field != null) { save = $defined(save) ? save : true; var valueNew = {data : null, error : false}; clearTimeout(this.activeCell.timeoutId); // update the value in the model if(save && this.activeCell.field.getValue().toString() ... |
valueNew.data = document.id(this.activeCell.field.field.options[index]).get('value'); | newValue.data = document.id(this.activeCell.field.field.options[index]).get('value'); | deactivate: function(save) { if(this.activeCell.field != null) { save = $defined(save) ? save : true; var valueNew = {data : null, error : false}; clearTimeout(this.activeCell.timeoutId); // update the value in the model if(save && this.activeCell.field.getValue().toString() ... |
valueNew.data = this.activeCell.field.getValue().replace(/\n/gi, '<br />'); | newValue.data = this.activeCell.field.getValue().replace(/\n/gi, '<br />'); | deactivate: function(save) { if(this.activeCell.field != null) { save = $defined(save) ? save : true; var valueNew = {data : null, error : false}; clearTimeout(this.activeCell.timeoutId); // update the value in the model if(save && this.activeCell.field.getValue().toString() ... |
valueNew.data = this.activeCell.field.getValue(); | newValue.data = this.activeCell.field.getValue(); | deactivate: function(save) { if(this.activeCell.field != null) { save = $defined(save) ? save : true; var valueNew = {data : null, error : false}; clearTimeout(this.activeCell.timeoutId); // update the value in the model if(save && this.activeCell.field.getValue().toString() ... |
valueNew = this.checkValue(valueNew); if(valueNew.data != null && valueNew.error == false) { this.grid.model.set(this.activeCell.coords.index, valueNew.data); this.addFormatterUriClickListener(); }else if(valueNew.error == true) { this.activeCell.span.show(); | if(save) { this.activeCell.newValue.data = newValue.data; this.activeCell.timeoutId = this.activeCell.field.field.blur.delay(50, this.activeCell.field.field); | deactivate: function(save) { if(this.activeCell.field != null) { save = $defined(save) ? save : true; var valueNew = {data : null, error : false}; clearTimeout(this.activeCell.timeoutId); // update the value in the model if(save && this.activeCell.field.getValue().toString() ... |
this.activeCell.cell = this.grid.gridTableBody.rows[this.activeCell.coords.row].cells[this.activeCell.coords.index-1]; | deactivate: function(save) { if(this.activeCell.field != null) { save = $defined(save) ? save : true; var valueNew = {data : null, error : false}; clearTimeout(this.activeCell.timeoutId); // update the value in the model if(save && this.activeCell.field.getValue().toString() ... | |
} if(this.options.useKeyboard) { this.activeCell.field.removeEvent('keypress', this.setKeyboard); } if(this.options.cellChangeFx.use) { if(valueNew.data != null && valueNew.error == false) { this.activeCell.cell.highlight(this.options.cellChangeFx.success); }else if(valueNew.error){ this.activeCell.cell.highlight(thi... | deactivate: function(save) { if(this.activeCell.field != null) { save = $defined(save) ? save : true; var valueNew = {data : null, error : false}; clearTimeout(this.activeCell.timeoutId); // update the value in the model if(save && this.activeCell.field.getValue().toString() ... | |
return true; | deactivate: function(save) { if(this.activeCell.field != null) { save = $defined(save) ? save : true; var valueNew = {data : null, error : false}; clearTimeout(this.activeCell.timeoutId); // update the value in the model if(save && this.activeCell.field.getValue().toString() ... | |
citethis.$('txtDebug').value = timestamp + ': ' + msg + '\n' + citethis.$('txtDebug').value; } else { return; } | debug: function ( msg ){ //return; var n = new Date(), timestamp = [ n.getFullYear(), n.getMonth(), n.getDate (), n.getHours(), n.getMinutes(), n.getSeconds() ].join (""); citethis.$('txtDebug').value = timestamp + ': ' + msg + '\n' + citethis.$('txtDebug').value; }, | |
var n = new Date(), timestamp = [ n.getFullYear(), n.getMonth(), n.getDate (), n.getHours(), n.getMinutes(), n.getSeconds() ].join (""); citethis.$('txtDebug').value = timestamp + ': ' + msg + '\n' + citethis.$('txtDebug').value; | debug: function ( msg ){ //return; var n = new Date(), timestamp = [ n.getFullYear(), n.getMonth(), n.getDate (), n.getHours(), n.getMinutes(), n.getSeconds() ].join (""); citethis.$('txtDebug').value = timestamp + ': ' + msg + '\n' + citethis.$('txtDebug').value; }, | |
return; | debug: function ( msg ){ //return; var n = new Date(), timestamp = [ n.getFullYear(), n.getMonth(), n.getDate (), n.getHours(), n.getMinutes(), n.getSeconds() ].join (""); citethis.$('txtDebug').value = timestamp + ': ' + msg + '\n' + citethis.$('txtDebug').value; }, | |
output = Base64._utf8_decode(output); | output = info_webtoolkit_Base64._utf8_decode(output); | decode : function (input) { var output = ""; var chr1, chr2, chr3; var enc1, enc2, enc3, enc4; var i = 0; input = input.replace(/[^A-Za-z0-9\+\/\=]/g, ""); while (i < input.length) { enc1 = this._keyStr.indexOf(input.charAt(i++)); enc2 = this._keyStr.indexOf(input.charAt(i++)); enc3 = this._keyStr.index... |
if (onSuccessFn) onSuccessFn(r.getResult().Value); | if (onSuccessFn) onSuccessFn(r.Value); | decrementValue: function(key, decrementBy, onSuccessFn, onErrorFn) { this.gateway.getFromService('DecrementValue', { Key: key || null, DecrementBy: decrementBy || '0' }, function(r) { if (onSuccessFn) onSuccessFn(r.getResult().Value); }, onErrorFn || RedisClient.errorFn); }, |
this.relayEvents(k, ['done']); | this.relayEvents(k, ['done', 'fail']); | deleteExperiment : function(id) { Ext.Msg.show({ title : 'Really delete?', msg : 'Are you sure you want to delete the experiment? This cannot be undone.', buttons : Ext.Msg.YESNO, fn : function(btn, text) { if (btn == 'yes') { var callParams = []; callParams.push(id); Ext.getBod... |
ExperimentalDesignController.deleteExperimentalFactors = function(p1, callback) { | ExperimentalDesignController.deleteExperimentalFactors = function(pO, p1, callback) { | ExperimentalDesignController.deleteExperimentalFactors = function(p1, callback) { dwr.engine._execute(ExperimentalDesignController._path, 'ExperimentalDesignController', 'deleteExperimentalFactors', p1, callback);} |
'deleteExperimentalFactors', p1, callback); | 'deleteExperimentalFactors', pO, p1, callback); | ExperimentalDesignController.deleteExperimentalFactors = function(p1, callback) { dwr.engine._execute(ExperimentalDesignController._path, 'ExperimentalDesignController', 'deleteExperimentalFactors', p1, callback);} |
SecurityController.deleteGeneGroup = function(p0, callback) { dwr.engine._execute(SecurityController._path, 'SecurityController', 'deleteGeneGroup', p0, callback); | GeneSetController.deleteGeneGroup = function(p0, callback) { dwr.engine._execute(GeneSetController._path, 'GeneSetController', 'deleteGeneGroup', p0, callback); | SecurityController.deleteGeneGroup = function(p0, callback) { dwr.engine._execute(SecurityController._path, 'SecurityController', 'deleteGeneGroup', p0, callback);} |
this.data[index] = null; | this.data.splice(index,1); | deleteRecord: function(index) { if (!$defined(index)) { index = this.index; } var record = this.data[index]; record.state = Jx.Record.DELETE; // Set to Null or slice it out and compact the array??? this.data[index] = null; if (!$defined(this.deleted)) { ... |
} | }; | var deleteTagLocally = function(){ from_target[tagname].remove(); delete from_target[tagname]; } |
if (onSuccessFn) onSuccessFn(r.getResult().Item); | if (onSuccessFn) onSuccessFn(r.Item); | dequeueItemFromList: function(id, onSuccessFn, onErrorFn) { this.gateway.getFromService('DequeueItemFromList', { Id: id || null }, function(r) { if (onSuccessFn) onSuccessFn(r.getResult().Item); }, onErrorFn || RedisClient.errorFn); }, |
jq('.hidden_items').remove() | jq('.hidden_items').remove(); | deselect_all :function(){ jq('.hidden_items').remove() jq('.tabbedview_select').children('a').each(function(){ if(jq(this).attr('href').indexOf('tabbedview.select_all()') != -1){ jq(this).removeClass('selected'); } }); }, |
this.log("called destroy"); | destroy: function() { this.log("called destroy"); $.widget.prototype.destroy.apply(this, arguments); // default destroy if(this.selectIsWrapped) { //unwrap this.wrapper.before(this.selectbox); } this.selectbox.unbind("change." + widgetName); $(document).unbind("click." + widgetName, this._myDocClickHandler);... | |
this._moveAttrs(this.input, this.selectbox, this.options.moveAttrs); | destroy: function() { // this.log("called destroy"); if(this.selectIsWrapped) { //unwrap this.wrapper.before(this.selectbox); } this.labels.attr("for", this.selectbox.attr("id")); //revert label 'for' attributes. this.labels = null; this.selectbox.unbind("change." + widgetName); $(document).unbind("click.... | |
if (Jx.Styles.isStyleSheetDefined(this.styleSheet)) { Jx.Styles.removeStyleSheet(this.styleSheet); } | destroyGrid : function () { var n = this.colTableBody.cloneNode(false); this.colTable.replaceChild(n, this.colTableBody); this.colTableBody = n; n = this.rowTableHead.cloneNode(false); this.rowTable.replaceChild(n, this.rowTableHead); this.rowTableHead = n; n = this.... | |
this.store.removeEvent('storeDataLoaded', this.fill); | detach: function () { }, | |
this.grid.removeEvent('doneCreateGrid', this.bound.createResizeHandles); this.grid.removeEvent('beginCreateGrid', this.bound.removeResizeHandles); | this.grid.removeEvent('doneCreateGrid', this.createHandles); this.grid.removeEvent('beginCreateGrid', this.removeHandles); | detach: function() { if (this.grid) { this.grid.removeEvent('doneCreateGrid', this.bound.createResizeHandles); this.grid.removeEvent('beginCreateGrid', this.bound.removeResizeHandles); } this.grid = null; }, |
}, | } | detach: function () { this.parent(); }, |
} | }, | detach: function(obj){ obj.deregisterPlugin(this); } |
this.grid.removeEvent('gridCellSelect', this.bound.select); | this.grid.removeEvent('gridCellSelect', this.select); | detach: function() { if (this.grid) { this.grid.removeEvent('gridCellSelect', this.bound.select); if (this.options.cell) { this.grid.selection.options.selectedClass = this.oldSelectionClass; } } this.grid = null; }, |
if (this.options.useCheckColumn) { var col = this.grid.columns.getByName('selection'); this.grid.columns.columns.erase(col); if (this.options.checkAsHeader) { this.grid.row.options.headerColumn = this.oldHeaderColumn; } } | detach: function() { if (this.grid) { this.grid.removeEvent('gridCellSelect', this.bound.select); if (this.options.cell) { this.grid.selection.options.selectedClass = this.oldSelectionClass; } } this.grid = null; }, | |
var runurl = '<a href="#" onClick="return Ext.getCmp(\'eemanager\').doDifferential(' + | var runurl = '<span style="cursor:pointer" onClick="return Ext.getCmp(\'eemanager\').doDifferential(' + | differentialAnalysisRenderer : function(ee) { var id = ee.id; var runurl = '<a href="#" onClick="return Ext.getCmp(\'eemanager\').doDifferential(' + id + ')"><img src="/Gemma/images/icons/control_play_blue.png" alt="differential expression analysis" title="differential expression analysis"/></a>'; if (ee.numP... |
')"><img src="/Gemma/images/icons/control_play_blue.png" alt="differential expression analysis" title="differential expression analysis"/></a>'; | ')"><img src="/Gemma/images/icons/control_play_blue.png" alt="differential expression analysis" title="differential expression analysis"/></span>'; | differentialAnalysisRenderer : function(ee) { var id = ee.id; var runurl = '<a href="#" onClick="return Ext.getCmp(\'eemanager\').doDifferential(' + id + ')"><img src="/Gemma/images/icons/control_play_blue.png" alt="differential expression analysis" title="differential expression analysis"/></a>'; if (ee.numP... |
var runurl = '<a href="#" onClick="return Ext.getCmp(\'eemanager\').doDifferential(' + id + ')"><img src="/Gemma/images/icons/control_play_blue.png" alt="differential expression analysis" ext:qtip="Run differential expression analysis"/></a>'; | var runurl = ""; if (record.get("currentUserHasWritePermission")) { runurl = '<a href="#" onClick="return Ext.getCmp(\'eemanager\').doDifferential(' + id + ')"><img src="/Gemma/images/icons/control_play_blue.png" alt="differential expression analysis" ext:qtip="Run differential expression analysis"/></a>'; } | var differentialAnalysisRenderer = function(value, metadata, record, rowIndex, colIndex, store) { var id = record.get('id'); var runurl = '<a href="#" onClick="return Ext.getCmp(\'eemanager\').doDifferential(' + id + ')"><img src="/Gemma/images/icons/control_play_blue.png" alt="differential expression analysis... |
return record.get("numPopulatedFactors") > 0; | return record.get("numPopulatedFactors") > 0 && record.get("currentUserHasWritePermission"); | var diffIsPossible = function(record) { return record.get("numPopulatedFactors") > 0; }; |
setTimeout(function(){$('#bsignin').click()},1000); | setTimeout(function(){$('#bsignin').click();},1000); | var direct = function() { var $li = $(this); $('#openid_form .providers li').removeClass('highlight'); $li.addClass('highlight'); $usrfs.fadeOut('slow'); $localfs.fadeOut('slow'); $idfs.fadeOut('slow'); $id.val($this.find("li.highlight span").text()); setTimeout(function(){$('#bsignin').click(... |
this.log("disable"); | disable: function() { this.log("disable"); this.hideList(); this.isDisabled = true; this.button.addClass(this.css.buttonDisabled); this.input.addClass(this.css.inputDisabled); this.input.attr("disabled", "disabled"); }, | |
this.selectbox.attr("disabled", "disabled"); | disable: function() { // this.log("disable"); this.hideList(); this.isDisabled = true; this.button.addClass(this.css.buttonDisabled); this.input.addClass(this.css.inputDisabled); this.input.attr("disabled", "disabled"); }, | |
disable : function(close) { | disable : function(close, save) { | disable : function(close) { close = $defined(close) ? close : true; if(close && this.activeCell.cell != null) { this.deactivate(false); } this.options.enabled = false; }, |
this.deactivate(false); | this.deactivate(save); | disable : function(close) { close = $defined(close) ? close : true; if(close && this.activeCell.cell != null) { this.deactivate(false); } this.options.enabled = false; }, |
} | }, | disableStyleSheet: function (name) { this.getDynamicStyleSheet(name).disabled = true; } |
runHook("disp", FBEFORE); | runHook("disp", FBEFORE, statustext); | function disp(statustext) { runHook("disp", FBEFORE); if (o3_allowmove == 0) { runHook("placeLayer", FREPLACE); (olNs6&&olShowId<0) ? olShowId=setTimeout("runHook('showObject', FREPLACE, over)", 1) : runHook("showObject", FREPLACE, over); o3_allowmove = (o3_sticky || o3_followmouse==0) ? 0 : 1; } runHook("disp", FAF... |
runHook("disp", FAFTER); | runHook("disp", FAFTER, statustext); | function disp(statustext) { runHook("disp", FBEFORE); if (o3_allowmove == 0) { runHook("placeLayer", FREPLACE); (olNs6&&olShowId<0) ? olShowId=setTimeout("runHook('showObject', FREPLACE, over)", 1) : runHook("showObject", FREPLACE, over); o3_allowmove = (o3_sticky || o3_followmouse==0) ? 0 : 1; } runHook("disp", FAF... |
setVisibility('search',false); | function displayAlbum() { setVisibility('gallery',false); setVisibility('album',true);} | |
setVisibility('search',false); | function displayGallery() { setVisibility('gallery',true); setVisibility('album',false);} | |
Ext.ux.Lightbox.openUrl({'href': url, 'title': headerText}, 600, 400); | height = TYPO3.configuration.feeditadvanced.editWindow.height ? TYPO3.configuration.feeditadvanced.editWindow.height : 600; width = TYPO3.configuration.feeditadvanced.editWindow.width ? TYPO3.configuration.feeditadvanced.editWindow.width : 800; Ext.ux.Lightbox.openUrl({'href': url, 'title': headerText}, width, height)... | displayIframe: function(headerText, url) { Ext.ux.Lightbox.openUrl({'href': url, 'title': headerText}, 600, 400); }, |
height = TYPO3.configuration.feeditadvanced.editWindow.height ? TYPO3.configuration.feeditadvanced.editWindow.height : 600; width = TYPO3.configuration.feeditadvanced.editWindow.width ? TYPO3.configuration.feeditadvanced.editWindow.width : 800; | height = TYPO3.configuration.feeditadvanced.editWindow.height ? parseInt(TYPO3.configuration.feeditadvanced.editWindow.height) : 600; width = TYPO3.configuration.feeditadvanced.editWindow.width ? parseInt(TYPO3.configuration.feeditadvanced.editWindow.width) : 800; | displayIframe: function(headerText, url) { height = TYPO3.configuration.feeditadvanced.editWindow.height ? TYPO3.configuration.feeditadvanced.editWindow.height : 600; width = TYPO3.configuration.feeditadvanced.editWindow.width ? TYPO3.configuration.feeditadvanced.editWindow.width : 800; Ext.ux.Lightbox.openUrl({'hr... |
if(response!=null&&response.user.userId!="null"){ | if(response!=null&&response.user.userId!="null"&&response.user.userId!="UnRegisteredUser"){ | function displayLoginLinks (response) { if(response!=null&&response.user.userId!="null"){ var displayName = response.user.userInfo.displayName; document.getElementById("loginLinks").innerHTML="Welcome <b>"+displayName+"</b> : <span><a href=\"./admin/upload.html\"><u>Admin page</u></a></span> &nbs... |
if(response!=null&&response.user.userId!="null"&&response.user.userId!="UnRegisteredUser"){ | if(response!=null&&response.user.userId!="null"&&response.user.userId!="Guest"){ | function displayLoginLinks (response) { if(response!=null&&response.user.userId!="null"&&response.user.userId!="UnRegisteredUser"){ var displayName = response.user.userInfo.displayName; document.getElementById("loginLinks").innerHTML="Welcome <b>"+displayName+"</b> : <span><a href=\"./admin/upload.htm... |
tr.append($(this).addClass('pagination-data')); | tr.append($(this).clone().addClass('pagination-data')); | function displayPage(data) { target.empty(); navbar(target, Number($('tr:first > td:first', data).text())); var table = $('<table class="pagination"></table>'); target.append(table); $('> tr', data).each(function (i) { var current = $('> td:f... |
verReplot(); | function displayVersions() { //Fill in metric selectors $.each(state.metrics['PROJECT_VERSION'], function(i, obj){ $("<option/>").attr("value", obj.metric.id).text(obj.metric.mnemonic + " | " + obj.metric.description).appendTo("#verplot2metr"); $("<option/>").attr("value", obj.metric.id).text(obj.metric... | |
slide: function(event, ui) { | stop: function(event, ui) { | function displayVersions() { //Fill in metric selectors $.each(state.metrics['PROJECT_VERSION'], function(i, obj){ $("<option/>").attr("value", obj.metric.id).text(obj.metric.mnemonic + " | " + obj.metric.description).appendTo("#verplot2metr"); $("<option/>").attr("value", obj.metric.id).text(obj.metric... |
values: [32], slide: function(event, ui) { | values: [25], stop: function(event, ui) { | function displayVersions() { //Fill in metric selectors $.each(state.metrics['PROJECT_VERSION'], function(i, obj){ $("<option/>").attr("value", obj.metric.id).text(obj.metric.mnemonic + " | " + obj.metric.description).appendTo("#verplot2metr"); $("<option/>").attr("value", obj.metric.id).text(obj.metric... |
if (a.cells[0].innerHTML.toLowerCase().trim() < b.cells[0].innerHTML.toLowerCase().trim() ) | if (a.cells[0].id.toLowerCase().trim() < b.cells[0].innerHTML.toLowerCase().trim() ) | function distTableSort_catorder(a,b){//alert (a.cells[0].innerHTML.toLowerCase().trim() + b.cells[0].innerHTML.toLowerCase().trim() + "=="); if (a.cells[0].innerHTML.toLowerCase().trim() < b.cells[0].innerHTML.toLowerCase().trim() ) { return -1; } if (a.cells[0].innerHTML.toLowerCase().trim() > b.cells[0].innerHTML.t... |
if (a.cells[0].innerHTML.toLowerCase().trim() > b.cells[0].innerHTML.toLowerCase().trim() ) | if (a.cells[0].id.toLowerCase().trim() > b.cells[0].innerHTML.toLowerCase().trim() ) | function distTableSort_catorder(a,b){//alert (a.cells[0].innerHTML.toLowerCase().trim() + b.cells[0].innerHTML.toLowerCase().trim() + "=="); if (a.cells[0].innerHTML.toLowerCase().trim() < b.cells[0].innerHTML.toLowerCase().trim() ) { return -1; } if (a.cells[0].innerHTML.toLowerCase().trim() > b.cells[0].innerHTML.t... |
this.document_add_all_events = function (e) { | function document_add_all_events (e) { | this.document_add_all_events = function (e) { // Toggle the LBCode editor on or off depending on the markup setting. var inputmode = document.getElementById('input_mode'); lnblog.addEvent(inputmode, 'change', toggle_lbcode_editor); toggle_lbcode_editor(); // Toggle the extended settings fields on or off. var ... |
} if (document.getElementById('articlepath')) { lnblog.addEvent(document.getElementById('subject'), 'blur', set_article_path); | this.document_add_all_events = function (e) { // Toggle the LBCode editor on or off depending on the markup setting. var inputmode = document.getElementById('input_mode'); lnblog.addEvent(inputmode, 'change', toggle_lbcode_editor); toggle_lbcode_editor(); // Toggle the extended settings fields on or off. var ... | |
lnblog.addEvent(uploads[i], 'change', upload_add_link); | lnblog.addEvent(uploads[i], 'change', self.upload_add_link); | function document_add_all_events (e) { // Toggle the LBCode editor on or off depending on the markup setting. var inputmode = document.getElementById('input_mode'); lnblog.addEvent(inputmode, 'change', toggle_lbcode_editor); toggle_lbcode_editor(); // Toggle the extended settings fields on or off. var setfld... |
title : "Select the factor(s) to use", | title : "Select up to 2 factor(s) to use", | doDifferential : function(id) { /* * Do an analysis interactively. */ var customize = function(analysisInfo) { var factors = analysisInfo.factors; var proposedAnalysis = analysisInfo.type; var canDoInteractions = (proposedAnalysis == 'TWIA') || factors.length > 2; /* * DifferentialExpressionAnalysisSe... |
fieldLabel : 'Include interactions' | fieldLabel : 'Include interactions if possible' | doDifferential : function(id) { /* * Do an analysis interactively. */ var customize = function(analysisInfo) { var factors = analysisInfo.factors; var proposedAnalysis = analysisInfo.type; var canDoInteractions = (proposedAnalysis == 'TWIA') || factors.length > 2; /* * DifferentialExpressionAnalysisSe... |
} if (factorsToUseIds.length < 1 || factorsToUseIds.length > 2) { Ext.Msg.alert("Please pick 1 or 2 factors."); return; | doDifferential : function(id) { /* * Do an analysis interactively. */ var customize = function(analysisInfo) { var factors = analysisInfo.factors; var proposedAnalysis = analysisInfo.type; var canDoInteractions = (proposedAnalysis == 'TWIA') || factors.length > 2; /* * DifferentialExpressionAnalysisSe... | |
Ext.Msg.alert("Diff. Analysis failed", error); | Ext.Msg.alert("Differential exp. Analysis failed", error); | doDifferential : function(id) { /* * Do an analysis interactively. */ var customize = function(analysisInfo) { var factors = analysisInfo.factors; var proposedAnalysis = analysisInfo.type; var canDoInteractions = (proposedAnalysis == 'TWIA') || factors.length > 2; /* * DifferentialExpressionAnalysisSe... |
tooltip : f.name | tooltip : f.name, checked : onlyOne | doDifferential : function(id) { /* * Do an analysis interactively. */ var customize = function(analysisInfo) { var factors = analysisInfo.factors; var proposedAnalysis = analysisInfo.type; var canDoInteractions = (proposedAnalysis == 'TWIA') || factors.length > 2; /* * DifferentialExpressionAnalysisSe... |
var customizable = true; | var customizable = false; | doDifferential : function(id) { /* * Do an analysis interactively. */ var customize = function(analysisInfo) { var factors = analysisInfo.factors; var proposedAnalysis = analysisInfo.type; var canDoInteractions = (proposedAnalysis == 'TWIA') || factors.length > 2; /* * DifferentialExpressionAnalysisSe... |
height : 100, | height : 130, | doDifferential : function(id) { /* * Do an analysis interactively. */ var customize = function(analysisInfo) { var factors = analysisInfo.factors; var proposedAnalysis = analysisInfo.type; var canDoInteractions = (proposedAnalysis == 'TWIA') || factors.length > 2; /* * DifferentialExpressionAnalysisSe... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.