rem stringlengths 0 126k | add stringlengths 0 441k | context stringlengths 15 136k |
|---|---|---|
console.log(wkt); | readWKT: function() { // Read WKT from the text field. We assume that the WKT uses the // projection given in "displayProjection", and ignore any initial // SRID. var wkt = this.textarea.value; if (this.features) { this.removeFeatures(this.features); } if... | |
$(".focusthis").focus(); | $(".focusthis").get(0).focus(); | pootle.editor.ready = function() { pootle.editor.make_zebra("table.translate-table tr[id]"); var maxheight = $(window).height() * 0.3; $('textarea.expanding').TextAreaExpander('10', maxheight); $(".focusthis").focus(); } |
trNode.remove(); | if (removeEntries) trNode.remove(); | function real_delete_items(count, data, removeEntries) { var removeEntries = typeof removeEntries == 'boolean' ? removeEntries : true; s_cart.deleteItems(data.toObject(), function(deleted) { data.each(function(p) { var trs = $$("tr[id^='" + p.key + "']"); var table = trs[0].up('table.shoppingCart'); p.value.each... |
document.fire('processingCart:itemRemoved', deleted); | if (removeEntries) document.fire('processingCart:itemRemoved', deleted); | function real_delete_items(count, data, removeEntries) { var removeEntries = typeof removeEntries == 'boolean' ? removeEntries : true; s_cart.deleteItems(data.toObject(), function(deleted) { data.each(function(p) { var trs = $$("tr[id^='" + p.key + "']"); var table = trs[0].up('table.shoppingCart'); p.value.each... |
var jobid = '100'; var success = true; | function real_run_items(data) { var opts = new Hash(); var key = data.keys()[youpi_pc_meta.action_cur_key_idx]; var trid = key + '_' + data.get(key)[youpi_pc_meta.action_cur_value_idx]; var trNode = $(trid); var runopts = get_runtime_options(); // Sets metadata opts.set('Plugin', key); opts.set('Method', 'process'); op... | |
real_delete_items(youpi_pc_meta.action_pb_total, data); | var pluginName = trid.sub(/_\d+$/, ''); var jdata = new Hash(); $$('.job_sent_success').each(function(tr) { var idx = tr.previousSiblings().length-1; if (!jdata.get(pluginName)) jdata.set(pluginName, new Array()); jdata.get(pluginName).push(idx); }); if (jdata.keys().length) real_delete_items(youpi_pc_meta.action_pb_t... | function real_run_items(data) { var opts = new Hash(); var key = data.keys()[youpi_pc_meta.action_cur_key_idx]; var trid = key + '_' + data.get(key)[youpi_pc_meta.action_cur_value_idx]; var trNode = $(trid); var runopts = get_runtime_options(); // Sets metadata opts.set('Plugin', key); opts.set('Method', 'process'); op... |
this.closedPos = { top: (32 - $sc.height()) + "px", left: (20 - $sc.width()) + "px" }; | this.closedPos = { top: (30 - $sc.height()) + "px", left: (20 - $sc.width()) + "px" }; | recalculate: function() { var $sc = $(this.selector) this.closedPos = { top: (32 - $sc.height()) + "px", left: (20 - $sc.width()) + "px" }; if (!this.isOpen()) $sc.css(this.closedPos); }, |
var arg_for_protocol = (this.parent_cd ? this._make_n() | var arg_for_protocol = (this.parent_cd ? this._make_n([], this.rtd) | record_constructor: function(){ var arg_for_protocol = (this.parent_cd ? this._make_n() : this._make_p()).bind(this); return new BiwaScheme.Call(this.protocol, [arg_for_protocol], function(ar){ assert_procedure(ar[0], "record_constructor"); return ar[0]; })... |
assert_procedure(ar[0], "record_constructor"); return ar[0]; | var ctor = ar[0]; assert_procedure(ctor, "record_constructor"); return ctor; | record_constructor: function(){ var arg_for_protocol = (this.parent_cd ? this._make_n() : this._make_p()).bind(this); return new BiwaScheme.Call(this.protocol, [arg_for_protocol], function(ar){ assert_procedure(ar[0], "record_constructor"); return ar[0]; })... |
return new BiwaScheme.Call(this.protocol, arg_for_protocol, function(ar){ assert_procedure(ar[0]); | return new BiwaScheme.Call(this.protocol, [arg_for_protocol], function(ar){ assert_procedure(ar[0], "record_constructor"); | record_constructor: function(){ var arg_for_protocol = (this.parent_cd ? this._make_n() : this._make_p()); return new BiwaScheme.Call(this.protocol, arg_for_protocol, function(ar){ assert_procedure(ar[0]); return ar[0]; }); }, |
var arg_for_protocol = (this.parent_cd ? this._make_n() : this._make_p()); | var arg_for_protocol = (this.parent_cd ? this._make_n() : this._make_p()).bind(this); | record_constructor: function(){ var arg_for_protocol = (this.parent_cd ? this._make_n() : this._make_p()); return new BiwaScheme.Call(this.protocol, [arg_for_protocol], function(ar){ assert_procedure(ar[0], "record_constructor"); return ar[0]; }); }, |
if (this.editableLayers.length == 0) { | if (this.editableLayers.length == 1) { | redraw: function() { this.clearLayersArray(); this.layersDiv.innerHTML = ""; this.editingControls.innerHTML = ""; if (this.panel && this.panel.div) { this.editingControls.appendChild(this.panel.div); var clr = document.createElement("div"); clr.style.clea... |
$(".translate-table [title]").tipsy({gravity: $.fn.tipsy.autoNSedge, html: true, fade: true, delayIn: 750}); | redraw: function(newtbody) { var ttable = $("table.translate-table"); var where = $("tbody", ttable); var oldrows = $("tr", where); oldrows.remove(); where.append(newtbody); $(ttable).trigger("editor_ready"); }, | |
$('.tipsy').remove(); | redraw: function(newtbody) { var ttable = $("table.translate-table"); var where = $("tbody", ttable); var oldrows = $("tr", where); oldrows.remove(); where.append(newtbody); $(ttable).trigger("editor_ready"); }, | |
if (contents.className === 'autoPadDiv') break; | if (contents.className.indexOf('autoPadDiv') !== -1) break; | curvyCorners.redraw = function() { if (curvyBrowser.supportsCorners) return; if (!curvyCorners.redrawList) throw curvyCorners.newError('curvyCorners.redraw() has nothing to redraw.'); var old_block_value = curvyCorners.block_redraw; curvyCorners.block_redraw = true; for (var i in curvyCorners.redrawList) { if (... |
if (layer.editable) { | if (layer.opts && layer.opts.editable) { | redraw: function() { this.clearLayersArray(); this.layersDiv.innerHTML = ""; this.editingControls.innerHTML = ""; if (this.panel && this.panel.div) { this.editingControls.appendChild(this.panel.div); var clr = document.createElement("div"); clr.style.clea... |
clearTimeout($time.search); | function redrawCurrentState() { if(currentState['exp-s'] != null) $('#experimentSearch').val(currentState['exp-s']); if(currentState['exp-df'] != null) $('#dateFrom').val(currentState['exp-df']); if(currentState['exp-dt'] != null) $('#dateTo').val(currentState['exp-dt']); if(currentStat... | |
if(currentState['tlog-ar'] != null) { if(currentState['tlog-ar'] > 0) $('#taskLogRefresh').attr('checked','checked'); else $('#taskLogRefresh').removeAttr('checked'); } | function redrawCurrentState() { for(var timeout in $time) { clearTimeout($time[timeout]); delete $time[timeout]; } if(currentState['exp-s'] != null) $('#experimentSearch').val(currentState['exp-s']); if(currentState['exp-df'] != null) $('#dateFrom').val(currentState['exp-df']); ... | |
clearTimeout($time.queue); | function redrawCurrentState() { if(currentState['exp-s'] != null) $('#experimentSearch').val(currentState['exp-s']); if(currentState['exp-df'] != null) $('#dateFrom').val(currentState['exp-df']); if(currentState['exp-dt'] != null) $('#dateTo').val(currentState['exp-dt']); if(currentStat... | |
clearTimeout($time.search); | function redrawCurrentState() { if(currentState['exp-s'] != null) $('#experimentSearch').val(currentState['exp-s']); if(currentState['exp-df'] != null) $('#dateFrom').val(currentState['exp-df']); if(currentState['exp-dt'] != null) $('#dateTo').val(currentState['exp-dt']); if(currentStat... | |
function refinePlotWidthAndSelection(width, plotData, canZoom, selection) { | function refinePlotWidthAndSelection(width, plotData, selection) { | function refinePlotWidthAndSelection(width, plotData, canZoom, selection) { var xRange = selection ? selection.xaxis : null; var numberOfPoints = xRange ? Math.abs(xRange.from - xRange.to) : plotType.getMaxX(plotData); ... |
if (pxPerPoint < minPx && !canZoom) { | if (pxPerPoint < minPx) { | function refinePlotWidthAndSelection(width, plotData, canZoom, selection) { var xRange = selection ? selection.xaxis : null; var numberOfPoints = xRange ? Math.abs(xRange.from - xRange.to) : plotType.getMaxX(plotData); ... |
function refinePlotWidthAndSelection(target, plotData, selection) { | function refinePlotWidthAndSelection(width, plotData, canZoom, selection) { | function refinePlotWidthAndSelection(target, plotData, selection) { var xRange = selection ? selection.xaxis : null; var numberOfPoints = xRange ? Math.abs(xRange.from - xRange.to) : plotData.series.length * plotData.series[0].data.... |
plotData.series.length * plotData.series[0].data.length; | plotType.getMaxX(plotData); | function refinePlotWidthAndSelection(target, plotData, selection) { var xRange = selection ? selection.xaxis : null; var numberOfPoints = xRange ? Math.abs(xRange.from - xRange.to) : plotData.series.length * plotData.series[0].data.... |
xRange = xRange == null ? {from:0, to:numberOfPoints} : xRange; | xRange = xRange == null ? {from:plotType.getMinX(plotData), to:numberOfPoints} : xRange; | function refinePlotWidthAndSelection(target, plotData, selection) { var xRange = selection ? selection.xaxis : null; var numberOfPoints = xRange ? Math.abs(xRange.from - xRange.to) : plotData.series.length * plotData.series[0].data.... |
var width = $(target).width(); | function refinePlotWidthAndSelection(target, plotData, selection) { var xRange = selection ? selection.xaxis : null; var numberOfPoints = xRange ? Math.abs(xRange.from - xRange.to) : plotData.series.length * plotData.series[0].data.... | |
if (pxPerPoint < minPx) { | if (pxPerPoint < minPx && !canZoom) { | function refinePlotWidthAndSelection(target, plotData, selection) { var xRange = selection ? selection.xaxis : null; var numberOfPoints = xRange ? Math.abs(xRange.from - xRange.to) : plotData.series.length * plotData.series[0].data.... |
label, input, checkbox, li; | label, input, li; | refresh: function( init ){ var el = this.element, o = this.options, menu = this.menu, button = this.button, checkboxContainer = this.checkboxContainer, optgroups = [], id = el.attr('id') || multiselectID++; // unique ID for the label & option tags checkboxContainer.empty(); // build items this.elem... |
checkbox = $('<input type="'+(o.multiple ? 'checkbox' : 'radio')+'" '+($this.is(':selected') ? 'checked="checked"' : '')+ '" name="multiselect_'+id + '" />') .attr({ id:inputID, title:title, disabled:isDisabled, 'aria-disabled':isDisabled }) | $('<input type="'+(o.multiple ? 'checkbox' : 'radio')+'" '+(this.selected ? 'checked="checked"' : '')+ ' name="multiselect_'+id + '" />') .attr({ id:inputID, checked:this.selected, title:title, disabled:isDisabled, 'aria-disabled':isDisabled, 'aria-selected':this.selected }) | refresh: function( init ){ var el = this.element, o = this.options, menu = this.menu, button = this.button, checkboxContainer = this.checkboxContainer, optgroups = [], id = el.attr('id') || multiselectID++; // unique ID for the label & option tags checkboxContainer.empty(); // build items this.elem... |
options = jQuery.extend({ previewUrl: null, navigationUrl: null, force: true }, options); | options = jQuery.extend({ previewUrl: null, navigationUrl: null, force: true, showPreview: function() { var previewFrame = w.document.getElementById("previewFrame"); previewFrame.src = this.previewUrl; }, showNavigation: function(ctx) { var navigationFrame = w.document.getElementById("navigationFrame"); navigationFrame... | refresh: function(options) { options = jQuery.extend({ previewUrl: null, navigationUrl: null, force: true }, options); if (this.hasTop()) { if (options.previewUrl) { var previewFrame = w.document.getElementById("previewFrame"); previewFrame.src = options.previewUrl; } if (options.navigationUrl) {... |
var previewFrame = w.document.getElementById("previewFrame"); previewFrame.src = options.previewUrl; | if (w.frames.preview && w.frames.preview.onPreviewing) w.frames.preview.onPreviewing(options); options.showPreview(); | refresh: function(options) { options = jQuery.extend({ previewUrl: null, navigationUrl: null, force: true }, options); if (this.hasTop()) { if (options.previewUrl) { var previewFrame = w.document.getElementById("previewFrame"); previewFrame.src = options.previewUrl; } if (options.navigationUrl) {... |
var navigationFrame = w.document.getElementById("navigationFrame"); navigationFrame.src = this.append(options.navigationUrl, { location: this.location }); | if (w.frames.navigation && w.frames.navigation.onNavigating) w.frames.navigation.onNavigating(options); options.showNavigation(this); | refresh: function(options) { options = jQuery.extend({ previewUrl: null, navigationUrl: null, force: true }, options); if (this.hasTop()) { if (options.previewUrl) { var previewFrame = w.document.getElementById("previewFrame"); previewFrame.src = options.previewUrl; } if (options.navigationUrl) {... |
refresh: function(){ | refresh: function( init ){ | refresh: function(){ var el = this.element, o = this.options, menu = this.menu, button = this.button, checkboxContainer = this.checkboxContainer, optgroups = [], id = el.attr('id') || multiselectID++; // unique ID for the label & option tags checkboxContainer.empty(); // build items this.element.fi... |
if( !init ){ this._trigger('refresh'); } | refresh: function(){ var el = this.element, o = this.options, menu = this.menu, button = this.button, checkboxContainer = this.checkboxContainer, optgroups = [], id = el.attr('id') || multiselectID++; // unique ID for the label & option tags checkboxContainer.empty(); // build items this.element.fi... | |
refresh_tree : function(treeObj) { | YAHOO.ajax_marking_block.refresh_tree = function(tree_object) { | refresh_tree : function(treeObj) { treeObj.loadCounter = 0; if (treeObj.root.children.length >0) { treeObj.tree.removeChildren(treeObj.root); treeObj.root.refresh(); } YAHOO.ajax_marking_block.remove_all_child_nodes(document.getElementById('conf_right')); YAH... |
treeObj.loadCounter = 0; | tree_object.removeChildren(tree_object.root); tree_object.root.refresh(); } | refresh_tree : function(treeObj) { treeObj.loadCounter = 0; if (treeObj.root.children.length >0) { treeObj.tree.removeChildren(treeObj.root); treeObj.root.refresh(); } YAHOO.ajax_marking_block.remove_all_child_nodes(document.getElementById('conf_right')); YAH... |
if (treeObj.root.children.length >0) { treeObj.tree.removeChildren(treeObj.root); treeObj.root.refresh(); } YAHOO.ajax_marking_block.remove_all_child_nodes(document.getElementById('conf_right')); YAHOO.ajax_marking_block.remove_all_child_nodes(document.getElementById('conf_left')); YAHOO.ajax_marking_block.remove_all_... | YAHOO.ajax_marking_block.remove_all_child_nodes(document.getElementById('conf_right')); YAHOO.ajax_marking_block.remove_all_child_nodes(document.getElementById('conf_left')); YAHOO.ajax_marking_block.remove_all_child_nodes(tree_object.div); tree_object.build_ajax_tree(); }; | refresh_tree : function(treeObj) { treeObj.loadCounter = 0; if (treeObj.root.children.length >0) { treeObj.tree.removeChildren(treeObj.root); treeObj.root.refresh(); } YAHOO.ajax_marking_block.remove_all_child_nodes(document.getElementById('conf_right')); YAH... |
refresh_tree_after_changes : function(tree, frames) { tree.root.refresh(); | YAHOO.ajax_marking_block.refresh_tree_after_changes = function(tree_object, frames) { tree_object.root.refresh(); | refresh_tree_after_changes : function(tree, frames) { tree.root.refresh(); // If there are no nodes left, we need to remove the tree altogether if (tree.root.children.length === 0) { YAHOO.ajax_marking_block.remove_all_child_nodes(document.getElementById("totalmessage")); ... |
if (tree.root.children.length === 0) { YAHOO.ajax_marking_block.remove_all_child_nodes(document.getElementById("totalmessage")); YAHOO.ajax_marking_block.remove_all_child_nodes(document.getElementById("count")); if(frames) { YAHOO.ajax_marking_block.remove_all_child_nodes(tree.div); } tree.div.appendChild(document.crea... | if (tree_object.root.children.length === 0) { YAHOO.ajax_marking_block.remove_all_child_nodes(document.getElementById("totalmessage")); YAHOO.ajax_marking_block.remove_all_child_nodes(document.getElementById("count")); if(frames) { YAHOO.ajax_marking_block.remove_all_child_nodes(tree_object.div); | refresh_tree_after_changes : function(tree, frames) { tree.root.refresh(); // If there are no nodes left, we need to remove the tree altogether if (tree.root.children.length === 0) { YAHOO.ajax_marking_block.remove_all_child_nodes(document.getElementById("totalmessage")); ... |
}, | tree_object.div.appendChild(document.createTextNode(amVariables.nothingString)); } }; | refresh_tree_after_changes : function(tree, frames) { tree.root.refresh(); // If there are no nodes left, we need to remove the tree altogether if (tree.root.children.length === 0) { YAHOO.ajax_marking_block.remove_all_child_nodes(document.getElementById("totalmessage")); ... |
var announcementBody = $("announcementbox-body"); announcementBody.insert({ top: transport.responseText }); | if(transport.responseText.match(/\S/)!=null) { var announcementBody = $("announcementbox-body"); announcementBody.insert({ top: transport.responseText }); var announcementBoxes = $$(".announcementbox"); if(announcementBoxes.length!=0) announcementBoxes[0].show(); } | refreshAnnouncement: function() { var url = '/main/announcements'; new Ajax.Request(url, { method: 'get', parameters: { recent: Announcement.mostRecentId }, onSuccess: function(transport) { var announcementBody = $("announcementbox-body"); announcementBody.insert({ top: transport.responseText }); ... |
var url = '/main/announcements'; | var url = Announcement.refreshUrl; | refreshAnnouncement: function() { var url = '/main/announcements'; new Ajax.Request(url, { method: 'get', parameters: { recent: Announcement.mostRecentId }, onSuccess: function(transport) { if(transport.responseText.match(/\S/)!=null) { var announcementBody = $("announcementbox-body"); annou... |
captionClassName: 'swarp_caption' | captionClassName: 'cart_caption' | refreshCartMode: function(root) { if(this.curMode == null) throw "Cart current running mode not set"; var root = $(root); //FIXME swarp_mode var d = new Element('div').addClassName('cart_mode').update('Cart mode: '); var m, a; var caption = ' (change to '; if (this.curMode == this.mode.MANUAL) { m = new Ele... |
window.open('http: | window.open('/graph.html#tests=[['+testid+','+branchid+','+platformid+']]&sel=1290815772238,1291420572238&displayrange=90'); | function refreshGraphs() { $.each(ids, function(index, id) { var testid = id[0][0]; var branchid = id[0][1]; var platformid = id[0][2]; var testName = id[1][0]; var branchName = id[1][1]; var platformName = id[1][2]; $.getJSON('... |
updatePlot(cache[id], $plot); | var data = convertData(testid, branchid, platformid, cache[id]); updatePlot(data, $plot); | function refreshGraphs() { $.each(ids, function(index, id) { var testid = id[0][0]; var branchid = id[0][1]; var platformid = id[0][2]; var testName = id[1][0]; var branchName = id[1][1]; var platformName = id[1][2]; var $plot =... |
cache[id] = data; | function refreshGraphs() { $.each(ids, function(index, id) { var testid = id[0][0]; var branchid = id[0][1]; var platformid = id[0][2]; var testName = id[1][0]; var branchName = id[1][1]; var platformName = id[1][2]; var $plot =... | |
if (rowspan > 1 || colspan > 1) | if (rowspan > 1 || colspan > 1) { | this.refreshVisibility = function() { for (r = 0;r<this.rows;r++) { for (c = 0;c<this.cols;c++) { this.matrix[r].cells[c].visible = true; } } for (r = 0;r<this.rows;r++) { for (c = 0;c<this.cols;c++) { var rowspan = this.matrix[r].cells[c].rowspan; var colspan = this.matrix[r].cells[c].colspan; if... |
} | this.refreshVisibility = function() { for (r = 0;r<this.rows;r++) { for (c = 0;c<this.cols;c++) { this.matrix[r].cells[c].visible = true; } } for (r = 0;r<this.rows;r++) { for (c = 0;c<this.cols;c++) { var rowspan = this.matrix[r].cells[c].rowspan; var colspan = this.matrix[r].cells[c].colspan; if... | |
},_replaceClass:function(y,x){var Y,AB,AA,G=false,z;if(y&&x){AB=x.from;AA=x.to;if(!AA){G=false;}else{if(!AB){G=E.Dom._addClass(y,x.to);}else{if(AB!==AA){z=E.Dom.getAttribute(y,F)||J;Y=(B+z.replace(E.Dom._getClassRegex(AB),B+AA)).split(E.Dom._getClassRegex(AA));Y.splice(1,0,B+AA);E.Dom.setAttribute(y,F,A(Y.join(J)));G=t... | y.removeAttribute(G);}}}else{}return Y;},replaceClass:function(x,Y,G){return E.Dom.batch(x,E.Dom._replaceClass,{from:Y,to:G});},_replaceClass:function(y,x){var Y,AB,AA,G=false,z;if(y&&x){AB=x.from;AA=x.to;if(!AA){G=false;}else{if(!AB){G=E.Dom._addClass(y,x.to);}else{if(AB!==AA){z=E.Dom._getAttribute(y,F)||J;Y=(B+z.repl... | },_replaceClass:function(y,x){var Y,AB,AA,G=false,z;if(y&&x){AB=x.from;AA=x.to;if(!AA){G=false;}else{if(!AB){G=E.Dom._addClass(y,x.to);}else{if(AB!==AA){z=E.Dom.getAttribute(y,F)||J;Y=(B+z.replace(E.Dom._getClassRegex(AB),B+AA)).split(E.Dom._getClassRegex(AA));Y.splice(1,0,B+AA);E.Dom.setAttribute(y,F,A(Y.join(J)));G=t... |
},_replaceClass:function(y,x){var Y,AB,AA,G=false,z;if(y&&x){AB=x.from;AA=x.to;if(!AA){G=false;}else{if(!AB){G=E.Dom._addClass(y,x.to);}else{if(AB!==AA){z=E.Dom.getAttribute(y,F)||J;Y=(B+z.replace(E.Dom._getClassRegex(AB),B+AA)).split(E.Dom._getClassRegex(AA));Y.splice(1,0,B+AA);E.Dom.setAttribute(y,F,A(Y.join(J)));G=t... | y.removeAttribute(G);}}}else{}return Y;},replaceClass:function(x,Y,G){return E.Dom.batch(x,E.Dom._replaceClass,{from:Y,to:G});},_replaceClass:function(y,x){var Y,AB,AA,G=false,z;if(y&&x){AB=x.from;AA=x.to;if(!AA){G=false;}else{if(!AB){G=E.Dom._addClass(y,x.to);}else{if(AB!==AA){z=E.Dom._getAttribute(y,F)||J;Y=(B+z.repl... | },_replaceClass:function(y,x){var Y,AB,AA,G=false,z;if(y&&x){AB=x.from;AA=x.to;if(!AA){G=false;}else{if(!AB){G=E.Dom._addClass(y,x.to);}else{if(AB!==AA){z=E.Dom.getAttribute(y,F)||J;Y=(B+z.replace(E.Dom._getClassRegex(AB),B+AA)).split(E.Dom._getClassRegex(AA));Y.splice(1,0,B+AA);E.Dom.setAttribute(y,F,A(Y.join(J)));G=t... |
if (!data.email) { throw Error(gettext("Please enter your e-mail address.")); | if (!validateEmail(data.email)) { throw Error(gettext("Please enter a valid e-mail address")); | User.register = function(data) { var name = stripTags(data.name); if (!data.name) { throw Error(gettext("Please enter a username.")); } else if (data.name.length > 30) { throw Error(gettext("Sorry, the username you entered is too long. Please choose a shorter one.")); } else if (data.name !== name || ... |
validateEmail(data.email); | User.register = function(data) { var name = stripTags(data.name); if (!data.name) { throw Error(gettext("Please enter a username.")); } else if (data.name.length > 30) { throw Error(gettext("Sorry, the username you entered is too long. Please choose a shorter one.")); } else if (data.name !== name || ... | |
gettext('Welcome to {0}!', title)); | gettext('[{0}] Welcome to {1}!', root.title, title)); | Members.prototype.register_action = function() { if (req.postParams.register) { if (req.postParams.activation) { app.log("Detected form submit with completed honeypot field: " + req.data); res.redirect(root.href()); } try { var title = res.handlers.site.title; var user =... |
location = parts[0] + ((parts[0].indexOf('#') === -1) ? '?' : '&') + '_dc='+ (new Date()).getTime() + ((this.editable) ? '&editId='+ this.editId : '') + '&context=adminframe'; | location = parts[0] + ((parts[0].indexOf('#') === -1) ? '?' : '&') + '_dc='+ (new Date()).getTime() + ((this.editable) ? '&editId='+ this.editId : '') + '&atm-context=adminframe'; | reload: function (force) { this.forceReload = force || this.forceReload; if (this.loadFrameDocument()) { if (this.frameDocument) { if (!this.frameURL) { pr('Reload '+ this.id +' tab queried but no URL founded for frame => skip.'); return false; } pr('Reload '+ this.id +' tab => Get : '+this.frameU... |
location = this.frameURL + ((this.frameURL.indexOf('?') === -1) ? '?' : '&') + '_dc='+ (new Date()).getTime() + ((this.editable) ? '&editId='+ this.editId : '') + '&context=adminframe'; | location = this.frameURL + ((this.frameURL.indexOf('?') === -1) ? '?' : '&') + '_dc='+ (new Date()).getTime() + ((this.editable) ? '&editId='+ this.editId : '') + '&atm-context=adminframe'; | reload: function (force) { this.forceReload = force || this.forceReload; if (this.loadFrameDocument()) { if (this.frameDocument) { if (!this.frameURL) { pr('Reload '+ this.id +' tab queried but no URL founded for frame => skip.'); return false; } pr('Reload '+ this.id +' tab => Get : '+this.frameU... |
function reload() { | function reload(completely) { if (completely) { plotLegend = {}; } | function reload() { $(target).html(''); $(targetThm).html(''); $(targetLgd).html(''); load(); } |
this.getRpcNode().getVpnSettings(this.completeReloadSettings.createDelegate( this )); | var settings = this.getVpnSettings( true ); this.initialVpnSettings = Ung.Util.clone(settings); if (this.configState == "SERVER_ROUTE") { var groupStore = this.getGroupsStore(true); var defaultGroup = groupStore.getCount()>0 ?groupStore.getAt(0).data:null; this.gridSites.emptyRow.groupName = defaultGroup== null ? n... | reloadSettings : function() { this.getRpcNode().getVpnSettings(this.completeReloadSettings.createDelegate( this )); }, |
remove: function( elem, classNames ) { if (elem.nodeType == 1) elem.className = classNames !== undefined ? jQuery.grep(elem.className.split(/\s+/), function(className){ return !jQuery.className.has( classNames, className ); }).join(" ") : ""; }, | SimileAjax.SortedArray.prototype.remove=function(C){var A=this; var B=this.find(function(D){return A._compare(D,C); }); while(B<this._a.length&&this._compare(this._a[B],C)==0){if(this._a[B]==C){this._a.splice(B,1); return true; }else{B++; }}return false; }; | remove: function( elem, classNames ) { if (elem.nodeType == 1) elem.className = classNames !== undefined ? jQuery.grep(elem.className.split(/\s+/), function(className){ return !jQuery.className.has( classNames, className ); }).join(" ") : ""; }, |
gettext("Notification of membership cancellation")); | gettext("[{0}] Notification of membership cancellation", root.title)); | Membership.remove = function(options) { options || (options = {}); if (this.constructor !== Membership) { return; } if (!options.force && !this.getPermission("delete")) { throw Error(gettext("Sorry, an owner of a site cannot be removed.")); } var recipient = this.creator.email; this.remove(); ... |
ESP.Utilities.EventManager.fire("property-changed", { | ESP.Utilities.evm.fire("property-changed", { | remove: function(key, value){ if (!this.__remove__(key, value)) return; ESP.Utilities.EventManager.fire("property-changed", { target: this, name: key, action: "append", array: this.get(key), new_value: value }); }, |
remove:function(uid) { if (!this.items[uid]) { return false; } this.items[uid].remove(); delete this.items[uid]; this.count--; this.fire('dock:itemremoved', uid); if (this.count===0) { this.fire('dock:toberemoved'); this.items = []; this.node.remove(); this.node = null; this.Y.one(document.body).removeClass(M.core_dock... | remove : function (e) { this.hide(e); this.Y.one('#dock_item_'+this.id).remove(); this.panel.destroy(); this.fire('dockitem:itemremoved'); }, | remove:function(uid) { if (!this.items[uid]) { return false; } this.items[uid].remove(); delete this.items[uid]; this.count--; this.fire('dock:itemremoved', uid); if (this.count===0) { this.fire('dock:toberemoved'); this.items = []; ... |
if (!options.force && !this.getPermission("delete") && !User.require(User.PRIVILEGED)) { | if (!options.force && !this.getPermission("delete")) { | Membership.remove = function(options) { if (this.constructor !== Membership) { return; } if (!options.force && !this.getPermission("delete") && !User.require(User.PRIVILEGED)) { throw Error(gettext("Sorry, an owner of a site cannot be removed.")); } var recipient = this.creator.email; thi... |
Y.one(document.body).removeClass(M.blocks.dock.cfg.css.body); | this.Y.one(document.body).removeClass(M.core_dock.cfg.css.body); | remove:function(uid) { if (!this.items[uid]) { return false; } this.items[uid].remove(); delete this.items[uid]; this.count--; this.fire('dock:itemremoved', uid); if (this.count===0) { this.fire('dock:toberemoved'); this.items = []; ... |
remove_all_child_nodes: function (el) { if (el.hasChildNodes()) { while (el.hasChildNodes()) { el.removeChild(el.firstChild); } | YAHOO.ajax_marking_block.remove_all_child_nodes = function (el) { if (el.hasChildNodes()) { while (el.hasChildNodes()) { el.removeChild(el.firstChild); | remove_all_child_nodes: function (el) { if (el.hasChildNodes()) { while (el.hasChildNodes()) { el.removeChild(el.firstChild); } } }, |
}, | } }; | remove_all_child_nodes: function (el) { if (el.hasChildNodes()) { while (el.hasChildNodes()) { el.removeChild(el.firstChild); } } }, |
remove_config_groups : function() { | YAHOO.ajax_marking_block.remove_config_groups = function() { | remove_config_groups : function() { YAHOO.ajax_marking_block.remove_all_child_nodes(document.getElementById('configshowform')); YAHOO.ajax_marking_block.remove_all_child_nodes(document.getElementById('configInstructions')); YAHOO.ajax_marking_block.remove_all_child_nodes(document.getElementById... |
YAHOO.ajax_marking_block.remove_all_child_nodes(document.getElementById('configshowform')); YAHOO.ajax_marking_block.remove_all_child_nodes(document.getElementById('configInstructions')); YAHOO.ajax_marking_block.remove_all_child_nodes(document.getElementById('configGroups')); return true; }, | YAHOO.ajax_marking_block.remove_all_child_nodes(document.getElementById('configshowform')); YAHOO.ajax_marking_block.remove_all_child_nodes(document.getElementById('configInstructions')); YAHOO.ajax_marking_block.remove_all_child_nodes(document.getElementById('configGroups')); return true; }; | remove_config_groups : function() { YAHOO.ajax_marking_block.remove_all_child_nodes(document.getElementById('configshowform')); YAHOO.ajax_marking_block.remove_all_child_nodes(document.getElementById('configInstructions')); YAHOO.ajax_marking_block.remove_all_child_nodes(document.getElementById... |
remove_node_from_tree : function(windowUrl, AJAXtree, nodeUniqueId, frames) { | YAHOO.ajax_marking_block.tree_base.prototype.remove_node_from_tree = function(window_url, node_unique_id, frames) { | remove_node_from_tree : function(windowUrl, AJAXtree, nodeUniqueId, frames) { // TODO - store depth info in the nodes so this isn't necessary var nodeToRemove = ""; var parentNode = ""; var grandParentNode = null; var greatGrandParentNode = null; var greatGreatGrandParentNod... |
var nodeToRemove = ""; var parentNode = ""; var grandParentNode = null; var greatGrandParentNode = null; var greatGreatGrandParentNode = null; var frames = (frames == null) ? false : true; nodeToRemove = AJAXtree.tree.getNodeByProperty("uniqueid", nodeUniqueId); | var node_to_remove = this.getNodeByProperty("uniqueid", node_unique_id); | remove_node_from_tree : function(windowUrl, AJAXtree, nodeUniqueId, frames) { // TODO - store depth info in the nodes so this isn't necessary var nodeToRemove = ""; var parentNode = ""; var grandParentNode = null; var greatGrandParentNode = null; var greatGreatGrandParentNod... |
parentNode = AJAXtree.tree.getNodeByIndex(nodeToRemove.parent.index); | var parent_node = node_to_remove.parent; this.removeNode(node_to_remove, true); | remove_node_from_tree : function(windowUrl, AJAXtree, nodeUniqueId, frames) { // TODO - store depth info in the nodes so this isn't necessary var nodeToRemove = ""; var parentNode = ""; var grandParentNode = null; var greatGrandParentNode = null; var greatGreatGrandParentNod... |
grandParentNode = AJAXtree.tree.getNodeByIndex(parentNode.parent.index); if ((grandParentNode != null) && (!grandParentNode.parent.isRoot())) { greatGrandParentNode = AJAXtree.tree.getNodeByIndex(grandParentNode.parent.index); if ((greatGrandParentNode != null) && (!greatGrandParentNode.parent.isRoot())) { greatGre... | this.update_parent_node(parent_node); YAHOO.ajax_marking_block.refresh_tree_after_changes(AJAXtree, frames); | remove_node_from_tree : function(windowUrl, AJAXtree, nodeUniqueId, frames) { // TODO - store depth info in the nodes so this isn't necessary var nodeToRemove = ""; var parentNode = ""; var grandParentNode = null; var greatGrandParentNode = null; var greatGreatGrandParentNod... |
AJAXtree.tree.removeNode(nodeToRemove, true); | this.update_total_count(); | remove_node_from_tree : function(windowUrl, AJAXtree, nodeUniqueId, frames) { // TODO - store depth info in the nodes so this isn't necessary var nodeToRemove = ""; var parentNode = ""; var grandParentNode = null; var greatGrandParentNode = null; var greatGreatGrandParentNod... |
YAHOO.ajax_marking_block.update_parent_node(AJAXtree, parentNode); if (grandParentNode) { YAHOO.ajax_marking_block.update_parent_node(AJAXtree, grandParentNode); } if (greatGrandParentNode) { YAHOO.ajax_marking_block.update_parent_node(AJAXtree, greatGrandParentNode); } if (greatGreatGrandParentNode) { YAHOO.ajax_mark... | if (window_url != -1) { window_closer = "YAHOO.ajax_marking_block.popup_closing_timer('"+window_url+"')"; setTimeout(window_closer, 500); } }; | remove_node_from_tree : function(windowUrl, AJAXtree, nodeUniqueId, frames) { // TODO - store depth info in the nodes so this isn't necessary var nodeToRemove = ""; var parentNode = ""; var grandParentNode = null; var greatGrandParentNode = null; var greatGreatGrandParentNod... |
return this.removeListener(el, _BLUR, fn); | return this.removeListener(el, FOCUSOUT, fn); | removeBlurListener: function (el, fn) { return this.removeListener(el, _BLUR, fn); }, |
var btn = Dom.getElementsByClassName("link-close", "a", this.oDomContainer)[0] || null; if (btn) { Event.purgeElement(btn); this.oDomContainer.removeChild(btn); } }, | var btn = Dom.getElementsByClassName(this.Style.CSS_LINK_CLOSE, "a", this.oDomContainer)[0] || null; if (btn) { Event.purgeElement(btn); this.oDomContainer.removeChild(btn); } }, | removeCloseButton : function() { var btn = Dom.getElementsByClassName("link-close", "a", this.oDomContainer)[0] || null; if (btn) { Event.purgeElement(btn); this.oDomContainer.removeChild(btn); } }, |
if(parent.length > 1) { | if(parent.length >= 1) { | removeCondition: function(panel, filter) { var parent = this.filter.filters[0].filters; if(parent.length > 1) { parent.remove(filter); panel.getComponent(1).getComponent(0).tearDown(); this.childFiltersPanel.remove(panel); } this.fireEvent("change", this)... |
if (!lang.isValue(index)) index = this.containers.indexOf(container) | if (!lang.isValue(index)) { index = this.containers.indexOf(container); } | removeContainer: function(container, index) { if (!lang.isValue(index)) index = this.containers.indexOf(container) if (index != -1) { this.containers.splice(index, 1) //this.group.removeContainer(container); container.removedFromGroup(); } /*else alert("not here");*/ }, |
if (index != -1) { this.containers.splice(index, 1) container.removedFromGroup(); } | if (index != -1) { this.containers.splice(index, 1); container.removedFromGroup(); } | removeContainer: function(container, index) { if (!lang.isValue(index)) index = this.containers.indexOf(container) if (index != -1) { this.containers.splice(index, 1) //this.group.removeContainer(container); container.removedFromGroup(); } /*else alert("not here");*/ }, |
null, | cont, | this.removeCurrentPolicy = function() { var sel = document.getElementById(_savedPolicySelectId); var opt = sel.options[sel.selectedIndex]; name = opt.text; var c = confirm("Are you sure you want to delete the '" + name + "' policy?"); if (!c) return; var r = new HttpRequest( null, null, function(resp) { ... |
var log = new Logger(document.getElementById(_instance_name + '_policy_log_div')); | cont.update(); var log = new Logger(cont); | this.removeCurrentPolicy = function() { var sel = document.getElementById(_savedPolicySelectId); var opt = sel.options[sel.selectedIndex]; name = opt.text; var c = confirm("Are you sure you want to delete the '" + name + "' policy?"); if (!c) return; var r = new HttpRequest( null, null, function(resp) { ... |
r.setBusyMsg('Deleting policy'); | this.removeCurrentPolicy = function() { var sel = document.getElementById(_savedPolicySelectId); var opt = sel.options[sel.selectedIndex]; name = opt.text; var c = confirm("Are you sure you want to delete the '" + name + "' policy?"); if (!c) return; var r = new HttpRequest( null, null, function(resp) { ... | |
null, | cont, | this.removeCurrentSelection = function() { var sel = document.getElementById(_savedSelectionSelectId); var opt = sel.options[sel.selectedIndex]; name = opt.text; var c = confirm("Are you sure you want to delete the '" + name + "' selection?"); if (!c) return; var r = new HttpRequest( null, null, function(... |
var log = new Logger(document.getElementById(_instance_name + '_selection_log_div')); | cont.update(); var log = new Logger(cont); | this.removeCurrentSelection = function() { var sel = document.getElementById(_savedSelectionSelectId); var opt = sel.options[sel.selectedIndex]; name = opt.text; var c = confirm("Are you sure you want to delete the '" + name + "' selection?"); if (!c) return; var r = new HttpRequest( null, null, function(... |
r.setBusyMsg('Deleting selection'); | this.removeCurrentSelection = function() { var sel = document.getElementById(_savedSelectionSelectId); var opt = sel.options[sel.selectedIndex]; name = opt.text; var c = confirm("Are you sure you want to delete the '" + name + "' selection?"); if (!c) return; var r = new HttpRequest( null, null, function(... | |
return this.removeListener(el, _FOCUS, fn); | return this.removeListener(el, FOCUSIN, fn); | removeFocusListener: function (el, fn) { return this.removeListener(el, _FOCUS, fn); }, |
removeGroup: function(group, index) { if (!lang.isValue(index)) index = this.groups.indexOf(group) | removeGroup: function(group, index) { if (!lang.isValue(index)) { index = this.groups.indexOf(group); } | removeGroup: function(group, index) { if (!lang.isValue(index)) index = this.groups.indexOf(group) if (index != -1) { this.groups.splice(index, 1); var containers = []; WireIt.GroupUtils.addAllContainers(group, containers); for (var cI in containers) containers[cI].removedFromGroup(); ... |
for (var cI in containers) containers[cI].removedFromGroup(); } }, | for (var cI in containers) { containers[cI].removedFromGroup(); } } }, | removeGroup: function(group, index) { if (!lang.isValue(index)) index = this.groups.indexOf(group) if (index != -1) { this.groups.splice(index, 1); var containers = []; WireIt.GroupUtils.addAllContainers(group, containers); for (var cI in containers) containers[cI].removedFromGroup(); ... |
YAHOO.util.CustomEvent=function(D,C,B,A){this.type=D;this.scope=C||window;this.silent=B;this.signature=A||YAHOO.util.CustomEvent.LIST;this.subscribers=[];if(!this.silent){}var E="_YUICEOnSubscribe";if(D!==E){this.subscribeEvent=new YAHOO.util.CustomEvent(E,this,true);}this.lastError=null;};YAHOO.util.CustomEvent.LIST=0... | YAHOO.util.CustomEvent=function(D,C,B,A,E){this.type=D;this.scope=C||window;this.silent=B;this.fireOnce=E;this.fired=false;this.firedWith=null;this.signature=A||YAHOO.util.CustomEvent.LIST;this.subscribers=[];if(!this.silent){}var F="_YUICEOnSubscribe";if(D!==F){this.subscribeEvent=new YAHOO.util.CustomEvent(F,this,tru... | YAHOO.util.CustomEvent=function(D,C,B,A){this.type=D;this.scope=C||window;this.silent=B;this.signature=A||YAHOO.util.CustomEvent.LIST;this.subscribers=[];if(!this.silent){}var E="_YUICEOnSubscribe";if(D!==E){this.subscribeEvent=new YAHOO.util.CustomEvent(E,this,true);}this.lastError=null;};YAHOO.util.CustomEvent.LIST=0... |
}else{return null;}};YAHOO.util.Region.prototype.union=function(E){var C=Math.min(this.top,E.top),D=Math.max(this.right,E.right),A=Math.max(this.bottom,E.bottom),B=Math.min(this.left,E.left);return new YAHOO.util.Region(C,D,A,B);};YAHOO.util.Region.prototype.toString=function(){return("Region {"+"top: "+this.top+", rig... | this.width=this.right-this.left;this.height=this.bottom-this.top;};YAHOO.util.Region.prototype.contains=function(A){return(A.left>=this.left&&A.right<=this.right&&A.top>=this.top&&A.bottom<=this.bottom);};YAHOO.util.Region.prototype.getArea=function(){return((this.bottom-this.top)*(this.right-this.left));};YAHOO.util.R... | }else{return null;}};YAHOO.util.Region.prototype.union=function(E){var C=Math.min(this.top,E.top),D=Math.max(this.right,E.right),A=Math.max(this.bottom,E.bottom),B=Math.min(this.left,E.left);return new YAHOO.util.Region(C,D,A,B);};YAHOO.util.Region.prototype.toString=function(){return("Region {"+"top: "+this.top+", rig... |
var tDiv = Dom.getElementsByClassName(YAHOO.widget.CalendarGroup.CSS_2UPTITLE, "div", this.oDomContainer)[0] || null; if (tDiv) { Event.purgeElement(tDiv); this.oDomContainer.removeChild(tDiv); } Dom.removeClass(this.oDomContainer, "withtitle"); }, | var tDiv = Dom.getElementsByClassName(YAHOO.widget.CalendarGroup.CSS_2UPTITLE, "div", this.oDomContainer)[0] || null; if (tDiv) { Event.purgeElement(tDiv); this.oDomContainer.removeChild(tDiv); } Dom.removeClass(this.oDomContainer, this.Style.CSS_WITH_TITLE); }, | removeTitleBar : function() { var tDiv = Dom.getElementsByClassName(YAHOO.widget.CalendarGroup.CSS_2UPTITLE, "div", this.oDomContainer)[0] || null; if (tDiv) { Event.purgeElement(tDiv); this.oDomContainer.removeChild(tDiv); } Dom.removeClass(this.oDomContainer, "withtitle"); }, |
if(this.options.title) { this.ddHandle.appendChild( WireIt.cn('span', {className: 'floatleft'}, null, this.options.title) ); } | render: function() { // Create the element this.el = WireIt.cn('div', {className: this.options.className}); if(this.options.width) { this.el.style.width = this.options.width+"px"; } if(this.options.height) { this.el.style.height = this.options.height+"px"; } ... | |
if(this.options.title) { this.ddHandle.appendChild( WireIt.cn('span', {className: 'floatleft'}, null, this.options.title) ); } | render: function() { // Create the element this.el = WireIt.cn('div', {className: this.options.className}); if(this.options.width) { this.el.style.width = this.options.width+"px"; } if(this.options.height) { this.el.style.height = this.options.height+"px"; } ... | |
function render(){ | function render(adjustScroll){ | function render(){ var menu=getAutocompleteMenu(); var height=0; var node=menu.firstChild.childNodes[0]; var re = /\bselected\b/gi; for(var i=0;i<elementCount;i++) { var origClassNames = node.className; var classNames = origClassNames.replace(re, ""); if(selected==i){ class... |
adjustScrollOffset(menu.parentNode, node); | if (adjustScroll) adjustScrollOffset(menu.parentNode, node); | function render(){ var menu=getAutocompleteMenu(); var height=0; var node=menu.firstChild.childNodes[0]; var re = /\bselected\b/gi; for(var i=0;i<elementCount;i++) { var origClassNames = node.className; var classNames = origClassNames.replace(re, ""); if(selected==i){ class... |
if (classNames != origClassNames) | if (classNames != origClassNames) { | function render(){ var menu=getAutocompleteMenu(); var height=0; var node=menu.firstChild.childNodes[0]; var re = /\bselected\b/gi; for(var i=0;i<elementCount;i++) { var origClassNames = node.className; var classNames = origClassNames.replace(re, ""); if(selected==i){ class... |
if (height<cfg.maxHeight) { menu.parentNode.style.height="auto"; } else { menu.parentNode.style.height=cfg.maxHeight+"px"; | if (initialDelta == -1) { initialDelta = menu.parentNode.offsetHeight - height; } if (height + initialDelta > cfg.maxHeight) { var newH = cfg.maxHeight - containerBorderWidths[1]; menu.parentNode.style.height = (newH >= 0 ? newH : cfg.maxHeight) + "px"; sizeAffected = true; } else if (menu.parentNode.style.height != "... | function render(){ var menu=getAutocompleteMenu(); var height=0; var node=menu.firstChild.childNodes[0]; var re = /\bselected\b/gi; for(var i=0;i<elementCount;i++) { var origClassNames = node.className; var classNames = origClassNames.replace(re, ""); if(selected==i){ class... |
if (cfg.useSmartPositioning && !cfg.adjustInputWidth && menu.parentNode.style.width != "auto" && selChSinceLastRender) { selChSinceLastRender = false; menu.parentNode.style.width = "auto"; sizeAffected = true; } if (sizeAffected) calculateAndSetPopupBounds(wicketGet(elementId), menu.parentNode); | function render(){ var menu=getAutocompleteMenu(); var height=0; var node=menu.firstChild.childNodes[0]; var re = /\bselected\b/gi; for(var i=0;i<elementCount;i++) { var origClassNames = node.className; var classNames = origClassNames.replace(re, ""); if(selected==i){ class... | |
var startDay = this.cfg.getProperty(DEF_CFG.START_WEEKDAY.key); this.preMonthDays = workingDate.getDay(); if (startDay > 0) { this.preMonthDays -= startDay; } if (this.preMonthDays < 0) { this.preMonthDays += 7; } this.monthDays = DateMath.findMonthEnd(workingDate).getDate(); this.postMonthDays = Calendar.DISPLAY_DAY... | var startDay = this.cfg.getProperty(DEF_CFG.START_WEEKDAY.key); this.preMonthDays = workingDate.getDay(); if (startDay > 0) { this.preMonthDays -= startDay; } if (this.preMonthDays < 0) { this.preMonthDays += 7; } this.monthDays = DateMath.findMonthEnd(workingDate).getDate(); this.postMonthDays = Calendar.DISPLAY_DAY... | renderBody : function(workingDate, html) { var startDay = this.cfg.getProperty(DEF_CFG.START_WEEKDAY.key); this.preMonthDays = workingDate.getDay(); if (startDay > 0) { this.preMonthDays -= startDay; } if (this.preMonthDays < 0) { this.preMonthDays += 7; } this.monthDays = DateMath.findMonthEnd(workingDate)... |
if(this.Locale.MY_LABEL_MONTH_POSITION==2||this.Locale.MY_LABEL_YEAR_POSITION==1){return H+I;}else{return I+H;}},buildDayLabel:function(G){return G.getDate();},createTitleBar:function(G){var H=C.getElementsByClassName(YAHOO.widget.CalendarGroup.CSS_2UPTITLE,"div",this.oDomContainer)[0]||document.createElement("div");H.... | },buildMonthLabel:function(){return this._buildMonthLabel(this.cfg.getProperty(B.PAGEDATE.key));},_buildMonthLabel:function(G){var I=this.Locale.LOCALE_MONTHS[G.getMonth()]+this.Locale.MY_LABEL_MONTH_SUFFIX,H=(G.getFullYear()+this.Locale.YEAR_OFFSET)+this.Locale.MY_LABEL_YEAR_SUFFIX;if(this.Locale.MY_LABEL_MONTH_POSITI... | if(this.Locale.MY_LABEL_MONTH_POSITION==2||this.Locale.MY_LABEL_YEAR_POSITION==1){return H+I;}else{return I+H;}},buildDayLabel:function(G){return G.getDate();},createTitleBar:function(G){var H=C.getElementsByClassName(YAHOO.widget.CalendarGroup.CSS_2UPTITLE,"div",this.oDomContainer)[0]||document.createElement("div");H.... |
that.locate("spinner").hide(); | var renderDownloadTypeControls = function (that) { var typeValues = extractArray(that.options.model.typeInfo, "typeValue"); var typeNames = extractArray(that.options.model.typeInfo, "typeName"); var formControlsSelectorMap = [ {selector: that.options.selectors.selectionModifi... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.