rem stringlengths 0 126k | add stringlengths 0 441k | context stringlengths 15 136k |
|---|---|---|
if(!$j(rows[i]).is(':visible')) continue; | if(!jQuery(rows[i]).is(':visible')) continue; | function colorVisibleTableRows(tableId, oddColorClass, evenColorClass, includeHeader) { var rows = $j('#' + tableId + ' tr'); var odd = true; for(var i=(includeHeader ? 0 : 1); i < rows.length; i++) { if(!$j(rows[i]).is(':visible')) continue; $j(rows[i]).css("backgroundColor", (odd ? oddColorClass : evenColor... |
$j(rows[i]).css("backgroundColor", (odd ? oddColorClass : evenColorClass)); | jQuery(rows[i]).css("backgroundColor", (odd ? oddColorClass : evenColorClass)); | function colorVisibleTableRows(tableId, oddColorClass, evenColorClass, includeHeader) { var rows = $j('#' + tableId + ' tr'); var odd = true; for(var i=(includeHeader ? 0 : 1); i < rows.length; i++) { if(!$j(rows[i]).is(':visible')) continue; $j(rows[i]).css("backgroundColor", (odd ? oddColorClass : evenColor... |
this.comments.prefetchChildren(); | this.prefetchChildren(); | Story.prototype.comments_macro = function(param, mode) { var story = this.story || this; if (story.site.commentMode === Site.DISABLED || story.commentMode === Site.CLOSED) { return; } else if (mode) { var n = this.comments.size() || 0; var text = ngettext("{0} comment", "{0} comments", n);... |
var key = item.context_type + "#" + item.context_id + ":" + | var key = item.context._prototype + "-" + item.context._id + ":" + | Admin.commitEntries = function() { var entries = app.data.entries; app.data.entries = []; var history = []; for each (var item in entries) { var referrer = helma.Http.evalUrl(item.referrer); if (!referrer) { continue; } // Only log unique combinations of context, ip and referrer ... |
document.location.href = diffUri + '/' + compSha1 + (path ? '/' + escape(path) : ''); | document.location.href = diffUri + '/' + compSha1 + (path ? '/' + encodeURIComponent(path) : ''); | function compareDiffs(){ var path = jQuery('#compare-path').text(), baseSha1 = jQuery('#compare-form input[name=sha1_a]:checked').val(), compSha1 = jQuery('#compare-form input[name=sha1_b]:checked').val(), diffUri = uriFor('diff', baseSha1); document.location.href = diffUri + '/' + compS... |
contents = contents.replace(/\s+$/, '').split(/((\r\n)|(\r)|(\n))+/); | contents = contents.replace(/\s+$/, '').split(/[\r\n]+/); | compileMacro = function compileMacro(contents, language) { var _a, _b, code, templateFile, templatePath; templatePath = '/content/library/command/quickMacro.js'; templateFile = $toolkit.io.getRelativeURI(templatePath, true); language === 'coffeescript' ? (contents = CoffeeScript.compile(contents)) : (contents = ("(... |
var _a, _b, code, templateFile, templatePath; templatePath = '/content/library/command/quickMacro.js'; templateFile = $toolkit.io.getRelativeURI(templatePath, true); language === 'coffeescript' ? (contents = CoffeeScript.compile(contents)) : (contents = ("(function() {\n" + contents + "\n})();")); contents = contents.r... | var _a, _b, code, templateFile, templatePath; templatePath = '/content/library/command/quickMacro.js'; templateFile = $toolkit.io.getRelativeURI(templatePath, true); language === 'coffeescript' ? (contents = CoffeeScript.compile(contents)) : (contents = ("(function() {\n" + contents + "\n})();")); contents = contents.r... | compileMacro = function compileMacro(contents, language) { var _a, _b, code, templateFile, templatePath; templatePath = '/content/library/command/quickMacro.js'; templateFile = $toolkit.io.getRelativeURI(templatePath, true); language === 'coffeescript' ? (contents = CoffeeScript.compile(contents)) : (cont... |
var jobs = resources.getDirectoryListing(); | var jobs = getRecursiveDirectoryListing(resources); | PackageProject.compileResources = function(dir, progress_callback, progress_complete){ var resources = Titanium.Filesystem.getFile(dir); var jobs = resources.getDirectoryListing(); // reset pending jobs PackageProject.pending_jobs = 0; PackageProject.progress_callback = progress_callback; PackageProject.progress_comple... |
$t.experimentList = $('#experimentList').compile({ | $tpl.experimentList = $('#experimentList').compile({ | function compileTemplates() { $t.experimentList = $('#experimentList').compile({ '.exprow': { 'experiment <- experiments' : { '.accession': 'experiment.accession', '.stage': 'experiment.stage', '.selector@checked': function (r) { return selectedExperimen... |
'.expnone@style': function (r) { return r.context.experiments.length ? 'display:none' : ''; } | '.expnone@style': function (r) { return r.context.experiments.length ? 'display:none' : ''; }, '.rebuildIndex@style': function (r) { return r.context.indexStage == 'DONE' ? 'display:none' : ''; } | function compileTemplates() { $t.experimentList = $('#experimentList').compile({ '.exprow': { 'experiment <- experiments' : { '.accession': 'experiment.accession', '.stage': 'experiment.stage', '.selector@checked': function (r) { return selectedExperimen... |
$t.taskList = $('#taskList').compile({ 'tr': { | $tpl.taskList = $('#taskList').compile({ 'tr.task': { | function compileTemplates() { $t.experimentList = $('#experimentList').compile({ '.exprow': { 'experiment <- experiments' : { '.accession': 'experiment.accession', '.stage': 'experiment.stage', '.selector@checked': function (r) { return selectedExperimen... |
'input@onclick': 'cancelTask(#{task.id})' | 'input@class+': 'task.id' | function compileTemplates() { $t.experimentList = $('#experimentList').compile({ '.exprow': { 'experiment <- experiments' : { '.accession': 'experiment.accession', '.stage': 'experiment.stage', '.selector@checked': function (r) { return selectedExperimen... |
} | }, '.cancelAllButton@style': function (r) { return r.context.tasks.length ? '' : 'display:none'; } | function compileTemplates() { $t.experimentList = $('#experimentList').compile({ '.exprow': { 'experiment <- experiments' : { '.accession': 'experiment.accession', '.stage': 'experiment.stage', '.selector@checked': function (r) { return selectedExperimen... |
unit:j[2]||"px"}});a.toShow.css({height:0,overflow:"hidden"}).show();a.toHide.filter(":hidden").each(a.complete).end().filter(":visible").animate(h,{step:function(j,i){if(i.prop=="height")f=i.end-i.start===0?0:(i.now-i.start)/(i.end-i.start);a.toShow[0].style[i.prop]=f*g[i.prop].value+g[i.prop].unit},duration:a.duratio... | el.animate(animation, { queue: false, duration: o.duration, easing: o.options.easing, complete: function() { if(mode == 'hide') el.hide(); $.effects.restore(el, props); $.effects.removeWrapper(el); if(o.callback) o.callback.apply(this, arguments); el.dequeue(); }}); | unit:j[2]||"px"}});a.toShow.css({height:0,overflow:"hidden"}).show();a.toHide.filter(":hidden").each(a.complete).end().filter(":visible").animate(h,{step:function(j,i){if(i.prop=="height")f=i.end-i.start===0?0:(i.now-i.start)/(i.end-i.start);a.toShow[0].style[i.prop]=f*g[i.prop].value+g[i.prop].unit},duration:a.duratio... |
jQuery.bt={version:"0.9.5-rc1"};(function($){jQuery.fn.bt=function(content,options){if(typeof content!="string"){var contentSelect=true;options=content;content=false;}else{var contentSelect=false;}if(jQuery.fn.hoverIntent&&jQuery.bt.defaults.trigger=="hover"){jQuery.bt.defaults.trigger="hoverIntent";}return this.each(f... | else{var target=this;var ajaxOpts=jQuery.extend(false,{type:opts.ajaxType,data:opts.ajaxData,cache:opts.ajaxCache,url:url,complete:function(XMLHttpRequest,textStatus){if(textStatus=='success'||textStatus=='notmodified'){if(opts.ajaxCache){$(document.body).data('btCache-'+url.replace(/\./g,''),XMLHttpRequest.responseTex... | jQuery.bt={version:"0.9.5-rc1"};(function($){jQuery.fn.bt=function(content,options){if(typeof content!="string"){var contentSelect=true;options=content;content=false;}else{var contentSelect=false;}if(jQuery.fn.hoverIntent&&jQuery.bt.defaults.trigger=="hover"){jQuery.bt.defaults.trigger="hoverIntent";}return this.each(f... |
if (this.getAddressSettings().publicAddress == null) delete this.getAddressSettings().publicAddress; if (this.getAddressSettings().publicIPaddr == null) delete this.getAddressSettings().publicIPaddr; | completeCommitSettings : function(callback) { if (this.validate()) { this.saveSemaphore = 5; Ext.MessageBox.wait(i18n._("Saving..."), i18n._("Please wait")); var listAdministration=this.gridAdminAccounts.getFullSaveList(); var setAdmi... | |
Ext.getCmp("openvpn_advanced_dns1").setValue( this.rpc.dns1 ); Ext.getCmp("openvpn_advanced_dns2").setValue( this.rpc.dns2 ); | Ext.getCmp("openvpn_advanced_dns1").setValue( this.rpc.vpnSettings.dns1 ); Ext.getCmp("openvpn_advanced_dns2").setValue( this.rpc.vpnSettings.dns2 ); | completeReloadSettings : function( result, exception ) { if(Ung.Util.handleException(exception)) { return; } this.rpc.vpnSettings = result; this.initialVpnSettings = Ung.Util.clone(this.rpc.vpnSettings); /* Assume the confi... |
this.initialVpnSettings = this.rpc.vpnSettings; | this.initialVpnSettings = Ung.Util.clone(this.rpc.vpnSettings); | completeReloadSettings : function( result, exception ) { if(Ung.Util.handleException(exception)) { return; } this.rpc.vpnSettings = result; this.initialVpnSettings = this.rpc.vpnSettings; /* Assume the config state hasn't c... |
return { decorators: [ { type: "attrs", attributes: { src: row.iconUrl } } ] }; | return { decorators: [ { type: "attrs", attributes: { style: 'background: url(' + row.iconUrl + ') top left no-repeat;' } } ] }; | components: function (row) { return { decorators: [ { type: "attrs", attributes: { src: row.iconUrl } } ] }; } |
DWRConceptService.findConcepts(q, false, includeClasses, excludeClasses, includeDatatypes, excludeDatatypes, false, null, null, thisObject.makeRows(q, response, thisObject.searchCounter + 1)); | DWRConceptService.findConcepts(q, false, includeClasses, excludeClasses, includeDatatypes, excludeDatatypes, false, thisObject.makeRows(q, response, thisObject.searchCounter + 1)); | function ConceptSearchCallback(options) { if (options == null) options = {}; // this will be the unique incrementing number assigned to the most recent query this.searchCounter = 0; this.callback = function() { var thisObject = this; return function(q, response) { if (q.trim().length == 0) return response(false);... |
config_checkbox_onclick : function() { var form = document.getElementById('configshowform'); | YAHOO.ajax_marking_block.config_checkbox_onclick = function() { | config_checkbox_onclick : function() { var form = document.getElementById('configshowform'); window.YAHOO.ajax_marking_block.disable_config_radio_buttons(); // hacky IE6 compatible fix for (c=0;c<form.childNodes.length;c++) { switch (form.childNodes[c].name) { ... |
window.YAHOO.ajax_marking_block.disable_config_radio_buttons(); | var form = document.getElementById('configshowform'); | config_checkbox_onclick : function() { var form = document.getElementById('configshowform'); window.YAHOO.ajax_marking_block.disable_config_radio_buttons(); // hacky IE6 compatible fix for (c=0;c<form.childNodes.length;c++) { switch (form.childNodes[c].name) { ... |
for (c=0;c<form.childNodes.length;c++) { switch (form.childNodes[c].name) { case 'course': var course = form.childNodes[c].value; break; case 'assessmenttype': var assessmentType = form.childNodes[c].value; break; case 'assessment': var assessment = form.childNodes[c].value; break; } | window.YAHOO.ajax_marking_block.disable_config_radio_buttons(); for (var c=0;c<form.childNodes.length;c++) { switch (form.childNodes[c].name) { case 'course': var course = form.childNodes[c].value; break; case 'assessmenttype': var assessmentType = form.childNodes[c].value; break; case 'assessment': var assessment = ... | config_checkbox_onclick : function() { var form = document.getElementById('configshowform'); window.YAHOO.ajax_marking_block.disable_config_radio_buttons(); // hacky IE6 compatible fix for (c=0;c<form.childNodes.length;c++) { switch (form.childNodes[c].name) { ... |
for (var a=0;a<groupsLength;a++) { if (groups[a].checked === true) { groupIds += groups[a].value+' '; } | for (var a=0;a<groupsLength;a++) { if (groups[a].checked === true) { groupIds += groups[a].value+' '; | config_checkbox_onclick : function() { var form = document.getElementById('configshowform'); window.YAHOO.ajax_marking_block.disable_config_radio_buttons(); // hacky IE6 compatible fix for (c=0;c<form.childNodes.length;c++) { switch (form.childNodes[c].name) { ... |
if (groupIds === '') { groupIds = 'none'; } | } if (groupIds === '') { groupIds = 'none'; } | config_checkbox_onclick : function() { var form = document.getElementById('configshowform'); window.YAHOO.ajax_marking_block.disable_config_radio_buttons(); // hacky IE6 compatible fix for (c=0;c<form.childNodes.length;c++) { switch (form.childNodes[c].name) { ... |
var reqUrl = amVariables.wwwroot+'/blocks/ajax_marking/ajax.php'; var postData = 'id='+course+'&assessmenttype='+assessmentType+'&assessmentid='+assessment+'&type=config_group_save&userid='+amVariables.userid+'&showhide=2&groups='+groupIds; var request = YAHOO.util.Connect.asyncRequest('POST', reqUrl, ajax_marking_blo... | var reqUrl = amVariables.wwwroot+'/blocks/ajax_marking/ajax.php'; var postData = 'id='+course+'&assessmenttype='+assessmentType+'&assessmentid='+assessment; postData += '&type=config_group_save&userid='+amVariables.userid+'&showhide=2&groups='+groupIds; var request = YAHOO.util.Connect.asyncRequest('POST', reqUrl, aja... | config_checkbox_onclick : function() { var form = document.getElementById('configshowform'); window.YAHOO.ajax_marking_block.disable_config_radio_buttons(); // hacky IE6 compatible fix for (c=0;c<form.childNodes.length;c++) { switch (form.childNodes[c].name) { ... |
var useIframe = args[0]; if (!this.parent) { if (Dom.inDocument(this.oDomContainer)) { if (useIframe) { var pos = Dom.getStyle(this.oDomContainer, "position"); if (pos == "absolute" || pos == "relative") { if (!Dom.inDocument(this.iframe)) { this.iframe = document.createElement("iframe"); this.iframe.src = "javascri... | var useIframe = args[0]; if (!this.parent) { if (Dom.inDocument(this.oDomContainer)) { if (useIframe) { var pos = Dom.getStyle(this.oDomContainer, "position"); if (pos == "absolute" || pos == "relative") { if (!Dom.inDocument(this.iframe)) { this.iframe = document.createElement("iframe"); this.iframe.src = "javascri... | configIframe : function(type, args, obj) { var useIframe = args[0]; if (!this.parent) { if (Dom.inDocument(this.oDomContainer)) { if (useIframe) { var pos = Dom.getStyle(this.oDomContainer, "position"); if (pos == "absolute" || pos == "relative") { if (!Dom.inDocument(this.iframe)) { ... |
for(b=0; b<len; b++) { | for (var b=0; b<len; b++) { | var configSet = function (showHide) { var form = document.getElementById('configshowform'); var len = form.childNodes.length; // silly hack to fix the way IE6 will not retrieve data from an input added using appendChild using form.assessment.value for(b=0; b<len; b++)... |
} | var configSet = function (showHide) { var form = document.getElementById('configshowform'); var len = form.childNodes.length; // silly hack to fix the way IE6 will not retrieve data from an input added using appendChild using form.assessment.value for(b=0; b<len; b++)... | |
var url = amVariables.wwwroot+'/blocks/ajax_marking/ajax.php'; var postData = 'id='+assessmentValue; postData += '&type=config_set'; postData += '&userid='+amVariables.userid; postData += '&assessmenttype='+assessmentType; postData += '&assessmentid='+assessmentValue postData += '&showhide='+showHide; var reques... | var configSet = function (showHide) { var form = document.getElementById('configshowform'); var len = form.childNodes.length; // silly hack to fix the way IE6 will not retrieve data from an input added using appendChild using form.assessment.value for(b=0; b<len; b++)... | |
var url = amVariables.wwwroot+'/blocks/ajax_marking/ajax.php'; var postData = 'id='+assessmentValue; postData += '&type=config_set'; postData += '&userid='+amVariables.userid; postData += '&assessmenttype='+assessmentType; postData += '&assessmentid='+assessmentValue postData += '&showhide='+showHide; var reques... | var configSet = function (showHide) { var form = document.getElementById('configshowform'); var len = form.childNodes.length; // silly hack to fix the way IE6 will not retrieve data from an input added using appendChild using form.assessment.value for(b=0; b<len; b++)... | |
count: nop, | count: nop | console = function() { function nop() { return; } return { log: nop, debug: nop, info: nop, warn: nop, error: nop, assert: nop, dir: nop, dirxml: nop, trace: nop, group: nop, groupCollapsed: nop, groupEnd: nop, time: nop, timeEnd: nop, profile: nop, pr... |
this.notify(req.action, this.creator.email, gettext('Message from user {0} of {1}', session.user.name, root.title)); | this.notify(req.action, this.creator.email, session.user ? gettext('[{0}] Message from user {1}', root.title, session.user.name) : gettext('[{0}] Message from anonymous user', root.title)); | Membership.prototype.contact_action = function() { if (req.postParams.send) { try { if (!req.postParams.text) { throw Error(gettext("Please enter the message text.")); } this.notify(req.action, this.creator.email, gettext('Message from user {0} of {1}', ... |
res.redirect(this._parent.href()); | res.redirect(this._parent.getPermission() ? this._parent.href() : this.site.href()); | Membership.prototype.contact_action = function() { if (req.postParams.send) { try { if (!req.postParams.text) { throw Error(gettext("Please enter the message text.")); } this.notify(req.action, this.creator.email, gettext('Message from user {0} of {1}', ... |
},contains:function(a,i,m){return(a.textContent||a.innerText||jQuery(a).text()||"").indexOf(m[3])>=0; },visible:function(a){return"hidden"!=a.type&&jQuery.css(a,"display")!="none"&&jQuery.css(a,"visibility")!="hidden"; | SimileAjax.Set.prototype.contains=function(A){return(A in this._hash); }; | },contains:function(a,i,m){return(a.textContent||a.innerText||jQuery(a).text()||"").indexOf(m[3])>=0;},visible:function(a){return"hidden"!=a.type&&jQuery.css(a,"display")!="none"&&jQuery.css(a,"visibility")!="hidden"; |
},_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... | 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... | },_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... |
$('.tiui-tree .body').css('display','none'); | $('#tiui_content_left_body').css('display','none'); | TiUI.ContentLeft = function(){ // clear content $('#tiui_content_left_body').empty(); // // Set content // this.setContent = function(content) { var html = '<div class="tiui-tree"><div class="body">' + content + '</div></div>'; $('#tiui_content_left_body').html(html); }; // // Hide Tree // this.hide = function(anima... |
$('.tiui-tree .body').css('display','block'); | $('#tiui_content_left_body').css('display','block'); | TiUI.ContentLeft = function(){ // clear content $('#tiui_content_left_body').empty(); // // Set content // this.setContent = function(content) { var html = '<div class="tiui-tree"><div class="body">' + content + '</div></div>'; $('#tiui_content_left_body').html(html); }; // // Hide Tree // this.hide = function(anima... |
$toolkit.command.undo.undoable = false; | $toolkit.command.undo.undoable = 0; | $self.controller = function() { // Call parent's constructor var command, triggerKeys, supportedLanguages, canChangeTriggerKeys; $toolkit.command.language.controller.apply(this, [command = 'newLine', triggerKeys = ['Shift+Enter', 'Shift+Return'], supportedLanguages = 'HTML', ca... |
$toolkit.command.undo.undoable = true; | $toolkit.command.undo.undoable = 1; | $self.controller = function() { // Call parent's constructor var command, triggerKeys, supportedLanguages, canChangeTriggerKeys; $toolkit.command.language.controller.apply(this, [command = 'newLine', triggerKeys = ['Shift+Enter', 'Shift+Return'], supportedLanguages = 'HTML', ca... |
if ( ! e || ! e.preventUndo) { editorEndUndo = true; scimoz.beginUndoAction(); } | $self.controller = function() { // Call parent's constructor var command, triggerKeys, supportedLanguages, canChangeTriggerKeys; $toolkit.command.language.controller.apply(this, [command = 'tagComplete', triggerKeys = '>', supportedLanguages = ['HTML', 'XML', 'XBL', 'PHP', '_PHPDoc'], ... | |
$toolkit.command.undo.undoable = false; | $toolkit.command.undo.undoable = 0; | $self.controller = function() { // Call parent's constructor var command, triggerKeys, supportedLanguages, canChangeTriggerKeys; $toolkit.command.language.controller.apply(this, [command = 'tagComplete', triggerKeys = '>', supportedLanguages = ['HTML', 'XML', 'XBL', 'PHP', '_PHPDoc'], ... |
$toolkit.command.undo.undoable = true; | $toolkit.command.undo.undoable = 2; | $self.controller = function() { // Call parent's constructor var command, triggerKeys, supportedLanguages, canChangeTriggerKeys; $toolkit.command.language.controller.apply(this, [command = 'tagComplete', triggerKeys = '>', supportedLanguages = ['HTML', 'XML', 'XBL', 'PHP', '_PHPDoc'], ... |
$self.undoable = false; | var levels = $self.undoable; $self.undoable = 0; | $self.controller = function() { // Call parent's constructor var command, triggerKeys, canChangeTriggerKeys; $toolkit.command.controller.apply(this, [command = 'undo', triggerKeys = 'Backspace', canChangeTriggerKeys = false]); this.canExecuteBase = this.canExecute; this.canExecute = function(e) { ... |
scimoz.undo(); scimoz.anchor = scimoz.currentPos = $self.anchor; | while (levels --) scimoz.undo(); scimoz.anchor = scimoz.currentPos = $self.anchor; | $self.controller = function() { // Call parent's constructor var command, triggerKeys, canChangeTriggerKeys; $toolkit.command.controller.apply(this, [command = 'undo', triggerKeys = 'Backspace', canChangeTriggerKeys = false]); this.canExecuteBase = this.canExecute; this.canExecute = function(e) { ... |
scimoz.focus = true; | try { scimoz.focus = true; } catch (e) { scimoz.isFocused = true; } | $self.controller = function() { // Call parent's constructor var command, triggerKeys, supportedLanguages, canChangeTriggerKeys; $toolkit.command.language.controller.apply(this, [command = 'googleLink', triggerKeys = 'Ctrl+Alt+Shift+L', supportedLanguages = ['HTML'], canChangeT... |
var editorPosition = Math.min(scimoz.anchor, scimoz.currentPos), positionStyle = scimoz.getStyleAt(editorPosition); if (scimoz.anchor !== scimoz.currentPos && [scimoz.SCE_UDL_M_ATTRNAME, scimoz.SCE_UDL_M_STRING, scimoz.SCE_UDL_M_OPERATOR].indexOf(positionStyle) >= 0) return false; | $self.controller = function() { // Call parent's constructor var command, triggerKeys, supportedLanguages, canChangeTriggerKeys, commandOrdering; $toolkit.command.language.controller.apply(this, [command = 'abbreviation', triggerKeys = 'Tab', supportedLanguages = '*', canChange... | |
$toolkit.command.undo.undoable) | $toolkit.command.undo.undoable) { $toolkit.command.undo.undoable = 1; | $self.controller = function() { // Call parent's constructor var command, triggerKeys, supportedLanguages, canChangeTriggerKeys; $toolkit.command.language.controller.apply(this, [command = 'tagWord', triggerKeys = 'Ctrl+.', supportedLanguages = ['HTML', 'XML', 'XBL', '_PHPDoc'], ... |
} | $self.controller = function() { // Call parent's constructor var command, triggerKeys, supportedLanguages, canChangeTriggerKeys; $toolkit.command.language.controller.apply(this, [command = 'tagWord', triggerKeys = 'Ctrl+.', supportedLanguages = ['HTML', 'XML', 'XBL', '_PHPDoc'], ... | |
/[^&]&$/.test(lineRange) ? scimoz.autoCShow(1, (function() { | /[^&]*&$/.test(lineRange) ? scimoz.autoCShow(1, (function() { | $self.controller = function() { var canChangeTriggerKeys, command, supportedLanguages, triggerKeys; root.command.language.controller.apply(this, [(command = 'entities'), (triggerKeys = '&'), (supportedLanguages = ['HTML', 'HTML5']), (canChangeTriggerKeys = false)]); this.trigger = function(e) { this.onKeyEvent('u... |
var menuEl, menuAccessKeys = []; | var menuEl; | $self.controller = function() { // Call parent's constructor var command, triggerKeys, supportedLanguages, canChangeTriggerKeys, commandOrdering; $toolkit.command.language.controller.apply(this, [command = 'abbreviation', triggerKeys = 'Tab', supportedLanguages = '*', canChange... |
itemAccessKey = (i + 1); for (var j = 0; j < availableSnippets[i].name.length; j ++) { var currentKey = availableSnippets[i].name.charAt(j); if (menuAccessKeys.indexOf(currentKey) < 0) { itemAccessKey = currentKey.toUpperCase(); menuAccessKeys.push(currentKey); break; } } itemEl.setAttribute('label', itemAccessKey ... | itemAccessKey; if (i < 9) itemAccessKey = i + 1; else if (i === 9) itemAccessKey = 0; else itemAccessKey = String.fromCharCode('A'.charCodeAt(0) + (i - 9)); itemEl.setAttribute('class', 'menuitem-iconic'); itemEl.setAttribute('image', 'chrome: itemEl.setAttribute('label', availableSnippets[i].name); itemEl.setAttribu... | $self.controller = function() { // Call parent's constructor var command, triggerKeys, supportedLanguages, canChangeTriggerKeys, commandOrdering; $toolkit.command.language.controller.apply(this, [command = 'abbreviation', triggerKeys = 'Tab', supportedLanguages = '*', canChange... |
var menuPosition = Math.max(scimoz.anchor, scimoz.currentPos), isContextMenu, attributesOverride; menuEl.openPopup(view.scintilla, 'before_start', view.boxObject.x + scimoz.pointXFromPosition(menuPosition), view.boxObject.y + scimoz.pointYFromPosition(menuPosition) + scimoz.textHeight(scimoz.lineFromPosition(menuPosit... | var menuAnchor = Math.min(scimoz.anchor, scimoz.currentPos), menuPosition = Math.max(scimoz.anchor, scimoz.currentPos), isContextMenu; menuEl.openPopupAtScreen(view.boxObject.screenX + scimoz.pointXFromPosition(menuAnchor) - 1, view.boxObject.screenY + scimoz.pointYFromPosition(menuPosition) + scimoz.textHeight(scimoz... | $self.controller = function() { // Call parent's constructor var command, triggerKeys, supportedLanguages, canChangeTriggerKeys, commandOrdering; $toolkit.command.language.controller.apply(this, [command = 'abbreviation', triggerKeys = 'Tab', supportedLanguages = '*', canChange... |
$toolkit.command.undo.undoable = false; | $toolkit.command.undo.undoable = 0; | $self.controller = function() { // Call parent's constructor var command, triggerKeys, supportedLanguages, canChangeTriggerKeys; $toolkit.command.language.controller.apply(this, [command = 'googleLink', triggerKeys = 'Ctrl+Alt+Shift+L', supportedLanguages = ['HTML'], canChangeT... |
$toolkit.command.undo.undoable = true; | $toolkit.command.undo.undoable = 1; | $self.controller = function() { // Call parent's constructor var command, triggerKeys, supportedLanguages, canChangeTriggerKeys; $toolkit.command.language.controller.apply(this, [command = 'googleLink', triggerKeys = 'Ctrl+Alt+Shift+L', supportedLanguages = ['HTML'], canChangeT... |
scimoz = ko.views.manager.currentView.scimoz; if (scimoz.autoCActive()) { return scimoz.autoCCancel(); | if (root.pref('cssFillUpStopper.enabled') === 'true') { scimoz = ko.views.manager.currentView.scimoz; if (scimoz.autoCActive()) { return scimoz.autoCCancel(); } | $self.controller = function controller() { var canChangeTriggerKeys, command, supportedLanguages, triggerKeys; // Call parent's constructor root.command.language.controller.apply(this, [(command = 'cssFillUpStopper'), (triggerKeys = 'Space'), (supportedLanguages = ['CSS']), (canChangeTriggerKeys = false)]); ... |
if ( rec.javaClass == "com.untangle.uvm.addrbook.UserEntry" ) { var displayName = ( rec.firstName == null ) ? "" : rec.firstName; displayName = displayName + " " + (( rec.lastName == null ) ? "" : rec.lastName); return displayName; } else if ( rec.javaClass == "com.untangle.uvm.addrbook.GroupEntry" ) { return rec.CN;... | return this.generatedId++; }.createDelegate(this) | convert : function(val, rec) { if ( rec.javaClass == "com.untangle.uvm.addrbook.UserEntry" ) { var displayName = ( rec.firstName == null ) ? "" : rec.firstName; displayName = displayName + " " + ... |
console.log(testName); | function convertData(testid,branchid,platformid,data) { var testName = manifest.testMap[testid].name; console.log(testName); var branchName = manifest.branchMap[branchid].name; var platformName = manifest.platformMap[platformid].name; var gdata = { "branch": b... | |
"branch": branchName, "maxT": undefined, "minT": undefined, "maxV": undefined, "minV": undefined, "mean": [], "platform": platformName, "runs":[], "test": testName, "mean": [] | 'branch': branchName, 'maxT': undefined, 'minT': undefined, 'maxV': undefined, 'minV': undefined, 'mean': [], 'platform': platformName, 'runs': [], 'test': testName, 'mean': [] | function convertData(testid,branchid,platformid,data) { var testName = manifest.testMap[testid].name; var branchName = manifest.branchMap[branchid].name; var platformName = manifest.platformMap[platformid].name; var gdata = { "branch": branchName, "maxT": ... |
if (data["stat"] != "ok") return false; | if (data['stat'] != 'ok') return false; | function convertData(testid,branchid,platformid,data) { var testName = manifest.testMap[testid].name; var branchName = manifest.branchMap[branchid].name; var platformName = manifest.platformMap[platformid].name; var gdata = { "branch": branchName, "maxT": ... |
var test_runs = data["test_runs"]; var averages = data["averages"]; | var test_runs = data['test_runs']; var averages = data['averages']; | function convertData(testid,branchid,platformid,data) { var testName = manifest.testMap[testid].name; var branchName = manifest.branchMap[branchid].name; var platformName = manifest.platformMap[platformid].name; var gdata = { "branch": branchName, "maxT": ... |
gdata.minV = data["min"]; gdata.maxV = data["max"]; | gdata.minV = data['min']; gdata.maxV = data['max']; | function convertData(testid,branchid,platformid,data) { var testName = manifest.testMap[testid].name; var branchName = manifest.branchMap[branchid].name; var platformName = manifest.platformMap[platformid].name; var gdata = { "branch": branchName, "maxT": ... |
"changeset": changeset, "t": t, "v": v | 'changeset': changeset, 't': t, 'v': v | function convertData(testid,branchid,platformid,data) { var testName = manifest.testMap[testid].name; var branchName = manifest.branchMap[branchid].name; var platformName = manifest.platformMap[platformid].name; var gdata = { "branch": branchName, "maxT": ... |
"machine": machineName, "data": machine_runs[machineid] | 'machine': machineName, 'data': machine_runs[machineid] | function convertData(testid,branchid,platformid,data) { var testName = manifest.testMap[testid].name; var branchName = manifest.branchMap[branchid].name; var platformName = manifest.platformMap[platformid].name; var gdata = { "branch": branchName, "maxT": ... |
$(targets).get(0).focus(); | var active = $(targets).get(0); active.focus(); | copy_original: function() { var sources = $(".translation-text", $(this).parent().parent().parent()); var clean_sources = []; $.each(sources, function(i) { clean_sources[i] = $(this).text() .replace("\n", "\\n\n", "g") .replace("\t", "\\t", "... |
PTL.editor.cp_re.exec($(active).val()); var i = PTL.editor.cp_re.lastIndex; $(active).caret(i, i); PTL.editor.cp_re.lastIndex = 0; | copy_original: function() { var sources = $(".translation-text", $(this).parent().parent().parent()); var clean_sources = []; $.each(sources, function(i) { clean_sources[i] = $(this).text() .replace("\n", "\\n\n", "g") .replace("\t", "\\t", "... | |
this.goFuzzy(); | PTL.editor.goFuzzy(); | copy_original: function() { var sources = $(".translation-text", $(this).parent().parent().parent()); var clean_sources = []; $.each(sources, function(i) { clean_sources[i] = $(this).text() .replace("\n", "\\n\n", "g") .replace("\t", "\\t", "... |
var t = e.createTextRange(); t.execCommand("Copy"); | if(e && e.createTextRange) { var t = e.createTextRange(); t.execCommand("Copy"); } | atlas.copyText = function(e) { e.focus(); e.select(); var t = e.createTextRange(); t.execCommand("Copy"); }; |
var clone = false, key; for (key in options) { if (theme.hasOwnProperty(key)) { clone = {}; break; | if (options) { var clone = false, key; for (key in options) { if (theme.hasOwnProperty(key)) { clone = {}; break; } } if (clone) { for (key in theme) { if (theme.hasOwnProperty(key)) { clone[key] = options[key] || theme[key]; } } clone.eventIcon = options.eventIcon || clone.eventIconPath + clone.eventIconImage; retu... | TimeMapTheme.create = function(theme, options) { // test for string matches and missing themes if (theme) { theme = TimeMap.util.lookup(theme, TimeMap.themes); } else { return new TimeMapTheme(options); } // see if we need to clone - guessing fewer keys in options var clone = false, ... |
if (clone) { for (key in theme) { if (theme.hasOwnProperty(key)) { clone[key] = options[key] || theme[key]; } } clone.eventIcon = options.eventIcon || clone.eventIconPath + clone.eventIconImage; return clone; } else { return theme; } | return theme; | TimeMapTheme.create = function(theme, options) { // test for string matches and missing themes if (theme) { theme = TimeMap.util.lookup(theme, TimeMap.themes); } else { return new TimeMapTheme(options); } // see if we need to clone - guessing fewer keys in options var clone = false, ... |
select.value = ''; | function create_channel(select) { if (!select.value) return; window.location = '/channel/new/' + select.value;} | |
width: 60 | width: 85 | createBuilderTypeCombo: function() { var types = this.allowedBuilderTypes || [ Styler.FilterBuilder.ANY_OF, Styler.FilterBuilder.ALL_OF, Styler.FilterBuilder.NONE_OF ]; var numTypes = types.length; var data = new Array(numTypes); var type; for(var i=0;... |
defaults: {border: false} | layout: 'column', bufferResize: true, defaults: { border: false, columnWidth: 1 } | createChildFiltersPanel: function() { this.childFiltersPanel = new Ext.Panel({ border: false, defaults: {border: false} }); var grandchildren = this.filter.filters[0].filters; var grandchild; for(var i=0, len=grandchildren.length; i<len; ++i) { gra... |
change: function() { | "change": function() { | createChildFiltersPanel: function() { this.childFiltersPanel = new Ext.Panel({ border: false, defaults: {border: false} }); var grandchildren = this.filter.filters[0].filters; var grandchild; for(var i=0, len=grandchildren.length; i<len; ++i) { gra... |
}, "loading": function() { this.fireEvent("loading"); }, "loaded": function() { this.fireEvent("loaded"); | createChildFiltersPanel: function() { this.childFiltersPanel = new Ext.Panel({ border: false, defaults: {border: false} }); var grandchildren = this.filter.filters[0].filters; var grandchild; for(var i=0, len=grandchildren.length; i<len; ++i) { gra... | |
var cssClose = YAHOO.widget.CalendarGroup.CSS_2UPCLOSE, DEPR_CLOSE_PATH = "us/my/bn/x_d.gif", lnk = Dom.getElementsByClassName("link-close", "a", this.oDomContainer)[0], strings = this.cfg.getProperty(DEF_CFG.STRINGS.key), closeStr = (strings && strings.close) ? strings.close : ""; | var cssClose = YAHOO.widget.CalendarGroup.CSS_2UPCLOSE, cssLinkClose = this.Style.CSS_LINK_CLOSE, DEPR_CLOSE_PATH = "us/my/bn/x_d.gif", lnk = Dom.getElementsByClassName(cssLinkClose, "a", this.oDomContainer)[0], strings = this.cfg.getProperty(DEF_CFG.STRINGS.key), closeStr = (strings && strings.close) ? strings.close ... | createCloseButton : function() { var cssClose = YAHOO.widget.CalendarGroup.CSS_2UPCLOSE, DEPR_CLOSE_PATH = "us/my/bn/x_d.gif", lnk = Dom.getElementsByClassName("link-close", "a", this.oDomContainer)[0], strings = this.cfg.getProperty(DEF_CFG.STRINGS.key), closeStr = (strings && strings.close) ? strings.close ... |
lnk.href = "#"; lnk.className = "link-close"; | lnk.href = "#"; lnk.className = cssLinkClose; | createCloseButton : function() { var cssClose = YAHOO.widget.CalendarGroup.CSS_2UPCLOSE, DEPR_CLOSE_PATH = "us/my/bn/x_d.gif", lnk = Dom.getElementsByClassName("link-close", "a", this.oDomContainer)[0], strings = this.cfg.getProperty(DEF_CFG.STRINGS.key), closeStr = (strings && strings.close) ? strings.close ... |
Projects.setupView({showEditTab:true}); | Projects.setupView({showEditProjectTab:true}); | function createDBRecord() { // add name to dir if new project if (createProjectFiles == true) { record['dir'] = Titanium.Filesystem.getFile(options.dir,options.name).toString(); } var result = {}; // create project record try { // insert record and push into cache TiDev.db.execute("INSERT INTO PROJECT... |
Projects.selectedProjectIdx = record.id TiDev.db.execute('update PROJECT_VIEW set ACTIVE = ?',Projects.selectedProjectIdx); | Projects.setActiveProject(record.id); | function createDBRecord() { // add name to dir if new project if (createProjectFiles == true) { record['dir'] = Titanium.Filesystem.getFile(options.dir,options.name).toString(); } var result = {}; // create project record try { // insert record and push into cache TiDev.db.execute("INSERT INTO PROJECT... |
value: this.feature.geometry | value: this.feature.geometry, projection: this.map.getProjection() | createDefaultFilter: function() { return new OpenLayers.Filter.Spatial({ value: this.feature.geometry }); }, |
projection: this.map.getProjection(), | createDefaultFilter: function(feature) { if(feature instanceof OpenLayers.Feature.Vector) { return new OpenLayers.Filter.Spatial({ value: feature.geometry, type: OpenLayers.Filter.Spatial.INTERSECTS }); } else { return new OpenLayers.Filte... | |
var control = new OpenLayers.Control.DrawFeature(layer, handler) | var control = new OpenLayers.Control.DrawFeature(layer, handler); | var createDrawControl = function(handler, controls) { var control = new OpenLayers.Control.DrawFeature(layer, handler) controls.push(control); return control; }; |
cell.css('overflow', 'hidden'); | cell.css('overflow', 'visible'); | createDynFilter : function(filter, id, property) { if (dynFilter) { return; } dynFilter = new classes.DynFilter(filter, id, property); var cell = $(filter); var width = cell.width(); var originalValue = cell.text(); /* E... |
cell.text(''); cell.css('overflow', 'hidden'); | createDynFilter : function(filter, id, property) { if (dynFilter) { return; } dynFilter = new classes.DynFilter(filter, id, property); var cell = $(filter); var width = cell.width(); var originalValue = cell.text(); /* E... | |
}else{this.__yui_subscribers=this.__yui_subscribers||{};var B=this.__yui_subscribers;if(!B[A]){B[A]=[];}B[A].push({fn:C,obj:F,overrideContext:E});}},unsubscribe:function(C,E,G){this.__yui_events=this.__yui_events||{};var A=this.__yui_events;if(C){var F=A[C];if(F){return F.unsubscribe(E,G);}}else{var B=true;for(var D in... | },createEvent:function(B,G){this.__yui_events=this.__yui_events||{};var E=G||{},D=this.__yui_events,F;if(D[B]){}else{F=new YAHOO.util.CustomEvent(B,E.scope||this,E.silent,YAHOO.util.CustomEvent.FLAT,E.fireOnce);D[B]=F;if(E.onSubscribeCallback){F.subscribeEvent.subscribe(E.onSubscribeCallback);}this.__yui_subscribers=th... | }else{this.__yui_subscribers=this.__yui_subscribers||{};var B=this.__yui_subscribers;if(!B[A]){B[A]=[];}B[A].push({fn:C,obj:F,overrideContext:E});}},unsubscribe:function(C,E,G){this.__yui_events=this.__yui_events||{};var A=this.__yui_events;if(C){var F=A[C];if(F){return F.unsubscribe(E,G);}}else{var B=true;for(var D in... |
}else{this.__yui_subscribers=this.__yui_subscribers||{};var B=this.__yui_subscribers;if(!B[A]){B[A]=[];}B[A].push({fn:C,obj:F,overrideContext:E});}},unsubscribe:function(C,E,G){this.__yui_events=this.__yui_events||{};var A=this.__yui_events;if(C){var F=A[C];if(F){return F.unsubscribe(E,G);}}else{var B=true;for(var D in... | },createEvent:function(B,G){this.__yui_events=this.__yui_events||{};var E=G||{},D=this.__yui_events,F;if(D[B]){}else{F=new YAHOO.util.CustomEvent(B,E.scope||this,E.silent,YAHOO.util.CustomEvent.FLAT,E.fireOnce);D[B]=F;if(E.onSubscribeCallback){F.subscribeEvent.subscribe(E.onSubscribeCallback);}this.__yui_subscribers=th... | }else{this.__yui_subscribers=this.__yui_subscribers||{};var B=this.__yui_subscribers;if(!B[A]){B[A]=[];}B[A].push({fn:C,obj:F,overrideContext:E});}},unsubscribe:function(C,E,G){this.__yui_events=this.__yui_events||{};var A=this.__yui_events;if(C){var F=A[C];if(F){return F.unsubscribe(E,G);}}else{var B=true;for(var D in... |
TimeMapItem.prototype.createEvent = function(s, e) { | TimeMapItem.prototype.createEvent = function(start, end) { | TimeMapItem.prototype.createEvent = function(s, e) { var item = this, theme = item.opts.theme, instant = (e === undefined), title = item.getTitle(); // create event var event = new Timeline.DefaultEventSource.Event(s, e, null, null, instant, title, null, null, null, theme.eventIcon... |
instant = (e === undefined), | instant = (end === undefined), | TimeMapItem.prototype.createEvent = function(s, e) { var item = this, theme = item.opts.theme, instant = (e === undefined), title = item.getTitle(); // create event var event = new Timeline.DefaultEventSource.Event(s, e, null, null, instant, title, null, null, null, theme.eventIcon... |
var event = new Timeline.DefaultEventSource.Event(s, e, null, null, instant, title, | var event = new Timeline.DefaultEventSource.Event(start, end, null, null, instant, title, | TimeMapItem.prototype.createEvent = function(s, e) { var item = this, theme = item.opts.theme, instant = (e === undefined), title = item.getTitle(); // create event var event = new Timeline.DefaultEventSource.Event(s, e, null, null, instant, title, null, null, null, theme.eventIcon... |
item.timeline.layout(); | TimeMapItem.prototype.createEvent = function(s, e) { var item = this, theme = item.opts.theme, instant = (e === undefined), title = item.getTitle(); // create event var event = new Timeline.DefaultEventSource.Event(s, e, null, null, instant, title, null, null, null, theme.eventIcon... | |
var opts = p_config || {}; var events = this.__yui_events; | var opts = p_config || {}, events = this.__yui_events, ce; | createEvent: function(p_type, p_config) { this.__yui_events = this.__yui_events || {}; var opts = p_config || {}; var events = this.__yui_events; if (events[p_type]) { } else { var scope = opts.scope || this; var silent = (opts.silent); var ce = ... |
var scope = opts.scope || this; var silent = (opts.silent); | ce = new YAHOO.util.CustomEvent(p_type, opts.scope || this, opts.silent, YAHOO.util.CustomEvent.FLAT, opts.fireOnce); | createEvent: function(p_type, p_config) { this.__yui_events = this.__yui_events || {}; var opts = p_config || {}; var events = this.__yui_events; if (events[p_type]) { } else { var scope = opts.scope || this; var silent = (opts.silent); var ce = ... |
var ce = new YAHOO.util.CustomEvent(p_type, scope, silent, YAHOO.util.CustomEvent.FLAT); | createEvent: function(p_type, p_config) { this.__yui_events = this.__yui_events || {}; var opts = p_config || {}; var events = this.__yui_events; if (events[p_type]) { } else { var scope = opts.scope || this; var silent = (opts.silent); var ce = ... | |
this.valueContainer = new Ext.Panel({ columnWidth: 0.5, items: [{ xtype: "textfield", value: this.filter.value, allowBlank: false, blankText: "Ce champ est nécessaire", listeners: { change: function(el, value) { this.filter.value = value; this.fireEvent("change", this.filter); }, scope: this } }], listeners: { 'resize'... | createFilterItems: function() { return [{ layout: "column", border: false, defaults: {border: false}, items: [{ width: this.attributesComboConfig.width, items: [this.attributesComboConfig] }, { items:... | |
width: this.attributesComboConfig.width, items: [this.attributesComboConfig] | items: [this.attributesComboConfig], columnWidth: 0.5, listeners: { 'resize': function(p, newWidth) { p.findByType("combo")[0].setWidth(newWidth); } } | createFilterItems: function() { return [{ layout: "column", border: false, defaults: {border: false}, items: [{ width: this.attributesComboConfig.width, items: [this.attributesComboConfig] }, { items:... |
items: [{ xtype: "gx_comparisoncombo", value: this.filter.type, blankText: "Ce champ est nécessaire", listeners: { select: function(combo, record) { this.filter.type = record.get("value"); this.fireEvent("change", this.filter); }, scope: this } }] }, { items: [{ xtype: "textfield", width: 120, value: this.filter.value,... | width: 56, style: "padding: 0 3px;", items: [this.comparisonCombo] }, this.valueContainer] | createFilterItems: function() { return [{ layout: "column", border: false, defaults: {border: false}, items: [{ width: this.attributesComboConfig.width, items: [this.attributesComboConfig] }, { items:... |
div = document.createElement("div"); div.id = this.dragElId; var s = div.style; s.position = "absolute"; s.visibility = "hidden"; s.cursor = "move"; s.border = "2px solid #aaa"; s.zIndex = 999; var size = this.terminalProxySize+"px"; s.height = size; s.width = size; var _data = document.creat... | div = WireIt.cn('div', {id: this.dragElId}, { position: "absolute", visibility: "hidden", cursor: "move", border: "2px solid #aaa", zIndex: 999, height: this.terminalProxySize+"px", width: this.terminalProxySize+"px" }); var _data = WireIt.cn('div',{},{ height: '100%', width: '100%', backgroundColor: '#ccc', opacity: '... | createFrame: function() { var self=this, body=document.body; if (!body || !body.firstChild) { window.setTimeout( function() { self.createFrame(); }, 50 ); return; } var div=this.getDragEl(), Dom=YAHOO.util.Dom; if (!div) { div = document.createElement("div"); div... |
var exists = $(form).find(':hidden[@name=' + limit.id + '_p_]').val(); | var exists = $(form).find(':hidden[name=' + limit.id + '_p_]').val(); | createHiddenInputFields : function(form) { var limit = this.limit; var exists = $(form).find(':hidden[@name=' + limit.id + '_p_]').val(); if (exists) { return false; } if (this.worksheet.save) { $(form).append('<input type="hid... |
$(form).append('<input type="hidden" name="' + limit.id + '_f_' + filter.property + '" value="' + encodeURIComponent(filter.value) + '"/>'); | $(form).append('<input type="hidden" name="' + limit.id + '_f_' + filter.property + '" value="' + filter.value + '"/>'); | createHiddenInputFields : function(form) { var limit = this.limit; var exists = $(form).find(':hidden[@name=' + limit.id + '_p_]').val(); if (exists) { return false; } if (this.worksheet.save) { $(form).append('<input type="hid... |
event.stop(); | createImages: function() { this.images = []; // loop through anchors and create images out of their href this.anchors.each(function(anchor) { var image = $(new Image()); image.src = anchor.href; image.id = anchor.id + "__image"; th... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.