rem stringlengths 0 126k | add stringlengths 0 441k | context stringlengths 15 136k |
|---|---|---|
function (count) { buffer.scrollLines(Math.max(count, 1)); }, | function () { window.goDoCommand("cmd_forwardInline"); }); | function (count) { buffer.scrollLines(Math.max(count, 1)); }, |
var request = new ServerReq('client/room.php',function(response) { response.room.rid = response.room.rid.toInt(); room.set(response.room); var soundEnabled = $('soundEnabled').checked; $('soundEnabled').checked = false; response.messages.each(function(item) { | response.messages.each(function(item) { | var request = new ServerReq('client/room.php',function(response) { response.room.rid = response.room.rid.toInt(); room.set(response.room); var soundEnabled = $('soundEnabled').checked; $('soundEnabled').checked = false; //remember if sound was enabled but turn it off response.message... |
$('soundEnabled').checked = soundEnabled; if(response.listid)lastId = response.lastid.toInt(); var el = new Element('h1') .set('text', room.name ) .inject('roomNameContainer'); if (room.type == 'M' && (me.is('M') || me.is('S') )) { var whisperBoxes = $$('.whisperBox'); whisperBoxes.each ( function (whisperBox) { var p... | var request = new ServerReq('client/room.php',function(response) { response.room.rid = response.room.rid.toInt(); room.set(response.room); var soundEnabled = $('soundEnabled').checked; $('soundEnabled').checked = false; //remember if sound was enabled but turn it off response.message... | |
var request = new ServerReq('room.php',function(response) { response.room.rid = response.room.rid.toInt(); room.set(response.room); var soundEnabled = $('soundEnabled').checked; $('soundEnabled').checked = false; response.messages.each(function(item) { item.lid = item.lid.toInt(); item.rid = item.rid.toInt(); item.user... | if (fellowWhisperers.some(function(item){ return this.get('id').substr(1) == item.get('id').substr(whisperBox.get('id').length+1); },user)) { | var request = new ServerReq('room.php',function(response) { response.room.rid = response.room.rid.toInt(); room.set(response.room); var soundEnabled = $('soundEnabled').checked; $('soundEnabled').checked = false; //remember if sound was enabled but turn it off response.messages.each(... |
substrings = substrings.map(function (str) quote[0] + quote[1](str)); | function (res, item) res.filter(function (str) compare(fixCase(item.unquoted || item.text), str)), | substrings = substrings.map(function (str) quote[0] + quote[1](str)); |
$('.deleteButton-' + id).live('click', function(evt) | $('#addButton-' + id).bind('click', function(evt) | $('.deleteButton-' + id).live('click', function(evt) { // dont submit evt.preventDefault(); evt.stopPropagation(); // remove element remove($(this).attr('rel')); }); |
remove($(this).attr('rel')); | add(); | $('.deleteButton-' + id).live('click', function(evt) { // dont submit evt.preventDefault(); evt.stopPropagation(); // remove element remove($(this).attr('rel')); }); |
function (count) { if (mappings.repeat) { for (let i in util.interruptibleRange(0, Math.max(count, 1), 100)) mappings.repeat(); | function () { if (Editor.windowIsEditable()) { if (options["insertmode"]) modes.set(modes.INSERT); else if (win.getSelection().toString() != "") modes.set(modes.VISUAL, modes.TEXTAREA); else modes.main = modes.TEXTAREA; } else { options.setPref("accessibility.browsewithcaret", true); | function (count) { if (mappings.repeat) { for (let i in util.interruptibleRange(0, Math.max(count, 1), 100)) mappings.repeat(); } }, |
}, | }); | function (count) { if (mappings.repeat) { for (let i in util.interruptibleRange(0, Math.max(count, 1), 100)) mappings.repeat(); } }, |
_datastore.load(this.callback("beforedata",[obj,this]),this,this.settings.data.opts,function(data){ data = _this.callback("ondata", [data, _this]); if(!data || data.length == 0) { obj.removeClass("closed").removeClass("open").addClass("leaf").children("ul").remove(); if(callback) callback.call(); return; } _datastore.p... | obj.find("li.open").each( function () { _this.close_branch(this, true); }); | _datastore.load(this.callback("beforedata",[obj,this]),this,this.settings.data.opts,function(data){ data = _this.callback("ondata", [data, _this]); if(!data || data.length == 0) { obj.removeClass("closed").removeClass("open").addClass("leaf").children("ul").remove(); if(callback) callback.cal... |
function (count) { buffer.scrollPages(Math.max(count, 1)); }, | function (count) { buffer.scrollLines(Math.max(count, 1)); }, | function (count) { buffer.scrollPages(Math.max(count, 1)); }, |
response.messages.each(function(item) { | var request = new ServerReq('room.php',function(response) { response.room.rid = response.room.rid.toInt(); room.set(response.room); var soundEnabled = $('soundEnabled').checked; $('soundEnabled').checked = false; response.messages.each(function(item) { | response.messages.each(function(item) { item.lid = item.lid.toInt(); item.rid = item.rid.toInt(); item.user.uid = item.user.uid.toInt(); if(!lastId) lastId = item.lid - 1; MBchat.updateables.processMessage(item); }); |
$('soundEnabled').checked = soundEnabled; if(response.listid)lastId = response.lastid.toInt(); MBchat.updateables.poller.setLastId(lastId); var el = new Element('h1') .set('text', room.name ) .inject('roomNameContainer'); if (room.type == 'M' && (me.mod == 'M' || me.role == 'H' || me.role == 'G' || me.role == 'S' )) ... | response.messages.each(function(item) { item.lid = item.lid.toInt(); item.rid = item.rid.toInt(); item.user.uid = item.user.uid.toInt(); if(!lastId) lastId = item.lid - 1; MBchat.updateables.processMessage(item); }); | |
$('.inputField-' + id).live('blur', function(evt) | $('.deleteButton-' + id).live('click', function(evt) | $('.inputField-' + id).live('blur', function(evt) { // clear elements elements = []; // loop $('.inputField-' + id).each(function() { // cleanup var value = $(this).val().replace(/^\s+|\s+$/g, ''); // empty elements shouldn't be added if(value == '') { $(this).parent().paren... |
elements = []; | evt.preventDefault(); evt.stopPropagation(); | $('.inputField-' + id).live('blur', function(evt) { // clear elements elements = []; // loop $('.inputField-' + id).each(function() { // cleanup var value = $(this).val().replace(/^\s+|\s+$/g, ''); // empty elements shouldn't be added if(value == '') { $(this).parent().paren... |
$('.inputField-' + id).each(function() { var value = $(this).val().replace(/^\s+|\s+$/g, ''); if(value == '') { $(this).parent().parent().remove(); } else elements.push(value); }); $('#' + id).val(elements.join(options.splitChar)); | remove($(this).attr('rel')); | $('.inputField-' + id).live('blur', function(evt) { // clear elements elements = []; // loop $('.inputField-' + id).each(function() { // cleanup var value = $(this).val().replace(/^\s+|\s+$/g, ''); // empty elements shouldn't be added if(value == '') { $(this).parent().paren... |
function () { if (Editor.windowIsEditable()) { if (options["insertmode"]) modes.set(modes.INSERT); else if (win.getSelection().toString() != "") modes.set(modes.VISUAL, modes.TEXTAREA); else modes.main = modes.TEXTAREA; } else { options.setPref("accessibility.browsewithcaret", true); } }); | function () { tabs.stop(config.browser.mCurrentTab); }); | function () { if (Editor.windowIsEditable()) { if (options["insertmode"]) modes.set(modes.INSERT); else if (win.getSelection().toString() != "") modes.set(modes.VISUAL, modes.TEXTAREA); else... |
_datastore.parse(data,_this,_this.settings.data.opts,function(str){ str = _this.callback("onparse", [str, _this]); obj.children("ul").remove(); obj.append($("<ul>").html(str)); obj.find("li:last-child").addClass("last").end().find("li:has(ul)").not(".open").addClass("closed"); obj.find("li").not(".open").not(".closed"... | return this.open_branch(ref_node, true, function () { _this.create.apply(_this, [obj, ref_node, position]); } ); | _datastore.parse(data,_this,_this.settings.data.opts,function(str){ str = _this.callback("onparse", [str, _this]); // if(obj.children('ul:eq(0)').children('li').size() > 1) obj.children("ul").find('.loaading').parent().replaceWith(str); else obj.children("ul").remove(); obj.append($("<ul>... |
append:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.appendChild(a)})},prepend:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,... | unwrap:function(){return this.parent().each(function(){c.nodeName(this,"body")||c(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.appendChild(a)})},prepend:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&... | append:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.appendChild(a)})},prepend:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,... |
function (count) { buffer.scrollLines(-Math.max(count, 1)); }, | function (count) { buffer.scrollPages(Math.max(count, 1)); }, | function (count) { buffer.scrollLines(-Math.max(count, 1)); }, |
whisperBoxes.each ( function (whisperBox) { var privateBox = whisperBox.getElement('.private'); privateBox.removeClass('private'); privateBox.addClass('nonprivate'); privateBox.removeEvent('click',goPrivate); }); | whisperers.each(function(whisperer) { var uid = whisperer.get('id').substr(whisperIdStr.length+1).toInt(); if (uid != msg.user.uid) { if(othersAdded) { whisper.appendText(', '); }else { whisper.appendText(' '); othersAdded = true; } var newWhisperer = whisperer.clone(); newWhisperer.inject(whisper); }; }); | whisperBoxes.each ( function (whisperBox) { var privateBox = whisperBox.getElement('.private'); privateBox.removeClass('private'); privateBox.addClass('nonprivate'); privateBox.removeEvent('click',goPrivate); }); |
$('.inputField-' + id).each(function() | $('.inputField-' + id).live('keyup', function(evt) { elements = []; $('.inputField-' + id).each(function() | $('.inputField-' + id).each(function() { // cleanup var value = $(this).val().replace(/^\s+|\s+$/g, ''); // empty elements shouldn't be added if(value == '') { $(this).parent().parent().remove(); } // add else elements.push(value); }); |
$('#' + id).val(elements.join(options.splitChar)); }); | $('.inputField-' + id).each(function() { // cleanup var value = $(this).val().replace(/^\s+|\s+$/g, ''); // empty elements shouldn't be added if(value == '') { $(this).parent().parent().remove(); } // add else elements.push(value); }); | |
function () { tabs.stop(config.browser.mCurrentTab); }); | function (count) { buffer.scrollLines(Math.max(count, 1)); }, | function () { tabs.stop(config.browser.mCurrentTab); }); |
return this._load_branch(ref_node, function () { _this._create.apply(_this, [obj, ref_node, position, supress_callback]); } ); | obj.parents("li.closed").each(function () { _this.open_branch(this) }); | return this._load_branch(ref_node, function () { _this._create.apply(_this, [obj, ref_node, position, supress_callback]); } ); |
i.appendChild(j.$.cloneNode(true));return i.innerHTML;},setHtml:function(i){return this.$.innerHTML=i;},setText:function(i){h.prototype.setText=this.$.innerText!=undefined?function(j){return this.$.innerText=j;}:function(j){return this.$.textContent=j;};return this.setText(i);},getAttribute:(function(){var i=function(j... | };d.nodeList.prototype={count:function(){return this.$.length;},getItem:function(h){var i=this.$[h];return i?new d.node(i):null;}};d.element=function(h,i){if(typeof h=='string')h=(i?i.$:document).createElement(h);d.domObject.call(this,h);};var h=d.element;h.get=function(i){return i&&(i.$?i:new h(i));};h.prototype=new d... | i.appendChild(j.$.cloneNode(true));return i.innerHTML;},setHtml:function(i){return this.$.innerHTML=i;},setText:function(i){h.prototype.setText=this.$.innerText!=undefined?function(j){return this.$.innerText=j;}:function(j){return this.$.textContent=j;};return this.setText(i);},getAttribute:(function(){var i=function(j... |
ajax_timeout = window.setTimeout(function () { ajax.abort(); if (retry) { send_query(message, timeout, retry); } }, timeout); | BF.include = (function () { function evaler(code) { return eval(code); } return (function () { var files = {}; return function (path, context, timeout, retry) { var ajax = BF.create_simple_ajax(); ajax.query("GET", path, "", function (response) { files[path] = evaler(response); if (typeof files[path] == "functio... | ajax_timeout = window.setTimeout(function () { ajax.abort(); if (retry) { send_query(message, timeout, retry); } }, timeout); |
(function(c){var d=[];c.tools=c.tools||{};c.tools.tooltip={version:"1.1.3",conf:{effect:"toggle",fadeOutSpeed:"fast",tip:null,predelay:0,delay:30,opacity:1,lazy:undefined,position:["top","center"],offset:[0,0],cancelDefault:true,relative:false,oneInstance:true,events:{def:"mouseover,mouseout",input:"focus,blur",widget:... | 0,m=a.attr("title"),q=a.attr("data-tooltip"),r=o[b.effect],l,s=a.is(":input"),v=s&&a.is(":checkbox, :radio, select, :button, :submit"),t=a.attr("type"),k=b.events[t]||b.events[s?v?"widget":"input":"def"];if(!r)throw'Nonexistent effect "'+b.effect+'"';k=k.split(/,\s*/);if(k.length!=2)throw"Tooltip: bad events configurat... | (function(c){var d=[];c.tools=c.tools||{};c.tools.tooltip={version:"1.1.3",conf:{effect:"toggle",fadeOutSpeed:"fast",tip:null,predelay:0,delay:30,opacity:1,lazy:undefined,position:["top","center"],offset:[0,0],cancelDefault:true,relative:false,oneInstance:true,events:{def:"mouseover,mouseout",input:"focus,blur",widget:... |
tokens.each(function(tok) { scratch += tok.token; }); | key.accidentals.each(function(acc) { acc.verticalPos -= 7; }); | tokens.each(function(tok) { scratch += tok.token; }); |
h,s,A;if(!C.contentWindow||!C.contentWindow.document)setTimeout(n,10);else{k=C.contentWindow.document;s=(h=k.getElementById("state"))?h.innerText:null;A=a();setInterval(function(){var H,E;k=C.contentWindow.document;H=(h=k.getElementById("state"))?h.innerText:null;E=a();if(H!==s){s=H;f(s);E=s?s:x;A=location.hash=E;b()}e... | !C.contentWindow.document)setTimeout(n,10);else{k=C.contentWindow.document;s=(h=k.getElementById("state"))?h.innerText:null;A=a();setInterval(function(){var H,E;k=C.contentWindow.document;H=(h=k.getElementById("state"))?h.innerText:null;E=a();if(H!==s){s=H;f(s);E=s?s:x;A=location.hash=E;b()}else if(E!==A){A=E;l(E)}},50... | h,s,A;if(!C.contentWindow||!C.contentWindow.document)setTimeout(n,10);else{k=C.contentWindow.document;s=(h=k.getElementById("state"))?h.innerText:null;A=a();setInterval(function(){var H,E;k=C.contentWindow.document;H=(h=k.getElementById("state"))?h.innerText:null;E=a();if(H!==s){s=H;f(s);E=s?s:x;A=location.hash=E;b()}e... |
$.post("/studydeck/my_decks/delete",{id:deckId},function(){$("#userDeckRow"+ deckId).hide("fast");}); | $.post("/my_decks/delete",{id:deckId},function(){$("#userDeckRow"+ deckId).hide("fast");}); | $.post("/studydeck/my_decks/delete",{id:deckId},function(){$("#userDeckRow"+ deckId).hide("fast");}); |
}).error(function(error, b) { console.error(img.data("src"), error, b); done.call(); | }).error(function(error, b) { done.call(null, error); | function(img, done) { var p = this.getProgress(); if (p) { img.before(p); } img.load(function() { if (p) { p.remove(); } done.call(); }).error(function(error, b) { // TODO, call with error console.error(img.data("src"), error, b); done.call(); }).attr("src", img.data("src"... |
if (g_IsIE) | if (g_IsIE) { | GDownloadUrl(sStationDataUrl, function(xmlData, pResponseCode) { var xmlDoc = GXml.parse(xmlData); if (g_IsIE) xmlDoc.setProperty("SelectionLanguage", "XPath"); var rootNode = xmlDoc.documentElement; if (!rootNode) { return; } var geodesyMarker = oGeodesyMarker; // The che... |
if (fullDate=="" || url=="") { | if (fullDate==="" || url==="") { | GDownloadUrl(sStationDataUrl, function(xmlData, pResponseCode) { var xmlDoc = GXml.parse(xmlData); if (g_IsIE) xmlDoc.setProperty("SelectionLanguage", "XPath"); var rootNode = xmlDoc.documentElement; if (!rootNode) { return; } var geodesyMarker = oGeodesyMarker; // The che... |
contents.each(function(i,node){ var text = getABCText(node); if (inabc) { if (node.nodeType==3 && !text.match(/^\s*$/)) { abctext += text.replace(/\n$/,"").replace(/^\n/,""); brcount=0; } else if($(node).is("br") && brcount==0) { abctext += "\n"; brcount++; } else { inabc = false; brcount=0; insertScoreBefore(node,abct... | var children = $(elem).children().filter(function() { var str = getABCText(this); return getABCText(this).match(/^\s*X:/m); }); | contents.each(function(i,node){ var text = getABCText(node); if (inabc) { if (node.nodeType==3 && !text.match(/^\s*$/)) { abctext += text.replace(/\n$/,"").replace(/^\n/,""); brcount=0; } else if($(node).is("br") && brcount==0) { abctext += "\n"; brcount++; } else { inabc = false; brcount=0; i... |
!C.contentWindow.document)setTimeout(n,10);else{k=C.contentWindow.document;s=(h=k.getElementById("state"))?h.innerText:null;A=a();setInterval(function(){var H,E;k=C.contentWindow.document;H=(h=k.getElementById("state"))?h.innerText:null;E=a();if(H!==s){s=H;f(s);E=s?s:x;A=location.hash=E;b()}else if(E!==A){A=E;l(E)}},50... | h.write(k);h.close();return true}catch(s){return false}}function n(){var k,h,s,A;if(!C.contentWindow||!C.contentWindow.document)setTimeout(n,10);else{k=C.contentWindow.document;s=(h=k.getElementById("state"))?h.innerText:null;A=a();setInterval(function(){var H,E;k=C.contentWindow.document;H=(h=k.getElementById("state")... | !C.contentWindow.document)setTimeout(n,10);else{k=C.contentWindow.document;s=(h=k.getElementById("state"))?h.innerText:null;A=a();setInterval(function(){var H,E;k=C.contentWindow.document;H=(h=k.getElementById("state"))?h.innerText:null;E=a();if(H!==s){s=H;f(s);E=s?s:x;A=location.hash=E;b()}else if(E!==A){A=E;l(E)}},50... |
if (addresses.some(function (recipient) !(/\S@\S+\.\S/.test(recipient)))) | function (args) { let mailargs = {}; mailargs.to = args.join(", "); mailargs.subject = args["-subject"]; mailargs.bcc = args["-bcc"]; mailargs.cc = args["-cc"]; mailargs.body = args["-text"]; mailargs.attachments = args["-attachment"] || []; let addresses = args; if (mailargs.bcc) ... | if (addresses.some(function (recipient) !(/\S@\S+\.\S/.test(recipient)))) |
trigger = $("<a/>").attr("href", "#").addClass(css.trigger).click(function(e) { self.show(); return e.preventDefault(); }).insertAfter(input); | $.each("name,readonly,disabled,value".split(","), function(i, attr) { tmp.attr(attr, input.attr(attr)); }); | trigger = $("<a/>").attr("href", "#").addClass(css.trigger).click(function(e) { self.show(); return e.preventDefault(); }).insertAfter(input); |
$('.contentBlock').each(function() | $('.linkedExtra input:hidden').each(function() | $('.contentBlock').each(function() { // hide if needed if(i >= current.num_blocks) $(this).hide(); // show the block and set the name else { $(this).show(); $('.blockName', this).html(current.data.names[i]); } // increment i++; }); |
if(i >= current.num_blocks) $(this).hide(); else { $(this).show(); $('.blockName', this).html(current.data.names[i]); } i++; | var id = $(this).val(); if(id != '' && typeof extrasById[id] != 'undefined' && extrasById[id].type == 'block') hasModules = true; | $('.contentBlock').each(function() { // hide if needed if(i >= current.num_blocks) $(this).hide(); // show the block and set the name else { $(this).show(); $('.blockName', this).html(current.data.names[i]); } // increment i++; }); |
MBchat.updateables.poller.init(pO); MBchat.updateables.whispers.init(response.lastid.toInt()); | MBchat.updateables.whispers.init(response.lastid); | var loginReq = new ServerReq('login.php',function(response) { logged_in = true; MBchat.updateables.poller.init(pO); MBchat.updateables.whispers.init(response.lastid.toInt()); MBchat.updateables.online.show(0); //Show online list for entrance hall }); |
MBchat.updateables.poller.init(response.lastid,pO); | var loginReq = new ServerReq('login.php',function(response) { logged_in = true; MBchat.updateables.poller.init(pO); MBchat.updateables.whispers.init(response.lastid.toInt()); MBchat.updateables.online.show(0); //Show online list for entrance hall }); | |
var val = (this.isGM ? GM_getValue : (function (name, def) { return localStorage.getItem(name) || def }))((store || this.storage), '{}'), | var val = (isGM ? GM_getValue : (function(name, def){ var s=localStorage.getItem(name); return s == null ? def : s }))((store||this.storage), ‘{}’), rval; | var val = (this.isGM ? GM_getValue : (function (name, def) { return localStorage.getItem(name) || def }))((store || this.storage), '{}'), |
el.pitches.each(function(p) { p.duration = p.duration * chordDuration; }); | tokens.each(function(tok) { if (tok.token === '-') scratch += ' '; else scratch += tok.token; }); | el.pitches.each(function(p) { p.duration = p.duration * chordDuration; }); |
WT_DECLARE_WT_MEMBER(2,"WSuggestionPopupStdMatcher",function(s,f,x,C,q,y){function t(c){var g=c.value;c=c.selectionStart?c.selectionStart:g.length;for(var d=x?g.lastIndexOf(x,c-1)+1:0;d<c&&C.indexOf(g.charAt(d))!=-1;)++d;return{start:d,end:c}}this.match=function(c){var g=t(c),d=c.value.substring(g.start,g.end),m="^";if... | WT_DECLARE_WT_MEMBER(2,"WSuggestionPopupStdMatcher",function(s,f,w,C,q,x){function y(c){var g=c.value;c=c.selectionStart?c.selectionStart:g.length;for(var d=w?g.lastIndexOf(w,c-1)+1:0;d<c&&C.indexOf(g.charAt(d))!=-1;)++d;return{start:d,end:c}}this.match=function(c){var g=y(c),d=c.value.substring(g.start,g.end),m="^";if... | WT_DECLARE_WT_MEMBER(2,"WSuggestionPopupStdMatcher",function(s,f,x,C,q,y){function t(c){var g=c.value;c=c.selectionStart?c.selectionStart:g.length;for(var d=x?g.lastIndexOf(x,c-1)+1:0;d<c&&C.indexOf(g.charAt(d))!=-1;)++d;return{start:d,end:c}}this.match=function(c){var g=t(c),d=c.value.substring(g.start,g.end),m="^";if... |
$("#importBt").click(function () { pleaseConfirm("formImport") | $("#lstNewTag").change(function () { checkValidity("lstNewTag", "valNewTag") | $("#importBt").click(function () { pleaseConfirm("formImport")}) ; |
$('#languageTypeSingle').bind('click', function() { if($('#languageTypeSingle').is(':checked')) { $('#languages').hide(); $('#language').show(); $('#defaultLanguageContainer').hide(); } }); | $('#languages input:checked').each(function() { $('#defaultLanguage option[value='+ $(this).val() +']').attr('disabled', ''); }); | $('#languageTypeSingle').bind('click', function() { if($('#languageTypeSingle').is(':checked')) { $('#languages').hide(); $('#language').show(); $('#defaultLanguageContainer').hide(); } }); |
$("#loading").ajaxStart(function() { $(this).show(); }); | $('#plugins ul li a').click(function(){ $('#plugins').data('selected_plugin', $(this).attr('rel')); }); | $("#loading").ajaxStart(function() { $(this).show(); }); |
$.each(labels.shortDays, function(i, el) { days.append($("<span>/").text(el)); }); | trigger = $("<a/>").attr("href", "#").addClass(css.trigger).click(function(e) { self.show(); return e.preventDefault(); }).insertAfter(input); | $.each(labels.shortDays, function(i, el) { days.append($("<span>/").text(el)); }); |
(function(){if(!window.CKEDITOR)window.CKEDITOR=(function(){var a={timestamp:'A39E',version:'3.2.1',revision:'5372',_:{},status:'unloaded',basePath:(function(){var d=window.CKEDITOR_BASEPATH||'';if(!d){var e=document.getElementsByTagName('script');for(var f=0;f<e.length;f++){var g=e[f].src.match(/(^|.*[\\\/])ckeditor(?... | (function(){if(!window.CKEDITOR)window.CKEDITOR=(function(){var a={timestamp:'A8LE4JO',version:'3.4.1',revision:'5892',_:{},status:'unloaded',basePath:(function(){var d=window.CKEDITOR_BASEPATH||'';if(!d){var e=document.getElementsByTagName('script');for(var f=0;f<e.length;f++){var g=e[f].src.match(/(^|.*[\\\/])ckedito... | (function(){if(!window.CKEDITOR)window.CKEDITOR=(function(){var a={timestamp:'A39E',version:'3.2.1',revision:'5372',_:{},status:'unloaded',basePath:(function(){var d=window.CKEDITOR_BASEPATH||'';if(!d){var e=document.getElementsByTagName('script');for(var f=0;f<e.length;f++){var g=e[f].src.match(/(^|.*[\\\/])ckeditor(?... |
abcdiv=$("<div class='"+this.text_classname+"'></div>"); | abcdiv=$("<div class='"+self.text_classname+"'></div>"); | contents.each(function(i,node){ if (node.nodeType==3 && !node.nodeValue.match(/^\s*$/)) { brcount=0; var text = node.nodeValue; if (text.match(/^\s*X:/m)) { inabc=true; abctext=""; abcdiv=$("<div class='"+this.text_classname+"'></div>"); $(node).before(abcdiv); if (self.hide_abc) { abcdiv.hide(); ... |
item.complete(); | item.abstractNote = abstractNote; item.complete(); | trans.setHandler("itemDone", function(obj, item) { item.url = newurl; item.attachments = [{url:item.url, title:item.title + " Snapshot", mimeType:"text/html"}]; item.tags = tags; item.complete(); }); |
"paddingTop"),w=a.pxself(t.rows[t.rows.length-1].childNodes[0],"paddingBottom");new a.SizeHandle(a,"h",u.offsetWidth,t.offsetHeight-v-w,n,r,"Wt-hsh",function(B){q(e,k,B)},u,l,m,0,-e.offsetTop+v-a.pxself(e,"paddingTop"))}function j(e,k,m){var n=e.parentNode.previousSibling;e=e.parentNode.nextSibling;var r=n.offsetHeight... | "paddingTop"),w=a.pxself(t.rows[t.rows.length-1].childNodes[0],"paddingBottom");new a.SizeHandle(a,"h",u.offsetWidth,t.offsetHeight-v-w,n,r,"Wt-hsh",function(B){q(e,k,B)},u,l,m,0,-e.offsetTop+v-a.pxself(e,"paddingTop"))}function j(e,k,m){var n=e.parentNode.previousSibling;e=e.parentNode.nextSibling;var r=n.offsetHeight... | "paddingTop"),w=a.pxself(t.rows[t.rows.length-1].childNodes[0],"paddingBottom");new a.SizeHandle(a,"h",u.offsetWidth,t.offsetHeight-v-w,n,r,"Wt-hsh",function(B){q(e,k,B)},u,l,m,0,-e.offsetTop+v-a.pxself(e,"paddingTop"))}function j(e,k,m){var n=e.parentNode.previousSibling;e=e.parentNode.nextSibling;var r=n.offsetHeight... |
} else if($(node).is("br")) { | brcount=0; } else if($(node).is("br") && brcount==0) { | contents.each(function(i,node){ var text = getABCText(node); if (inabc) { if (node.nodeType==3 && !text.match(/^\s*$/)) { abctext += text.replace(/\n$/,"").replace(/^\n/,""); } else if($(node).is("br")) { abctext += "\n"; } else { inabc = false; insertScoreBefore(node,abctext); } } else { if (t... |
brcount=0; | contents.each(function(i,node){ var text = getABCText(node); if (inabc) { if (node.nodeType==3 && !text.match(/^\s*$/)) { abctext += text.replace(/\n$/,"").replace(/^\n/,""); } else if($(node).is("br")) { abctext += "\n"; } else { inabc = false; insertScoreBefore(node,abctext); } } else { if (t... | |
$(editor.getContainer()).removeClass('tinyActive'); | editor.onDeactivate.add(function(editor, otherEditor) { // show click to edit $(editor.getContainer()).siblings('.clickToEdit').show(); // hide if($('#' + editor.id + '_external').is(':visible')) $('#' + editor.id + '_external').hide(); // check the content jsBackend.tinyMCE.checkContent(editor);... | |
"paddingTop"),w=a.pxself(t.rows[t.rows.length-1].childNodes[0],"paddingBottom");new a.SizeHandle(a,"h",u.offsetWidth,t.offsetHeight-v-w,n,r,"Wt-hsh",function(B){q(e,k,B)},u,l,m,0,-e.offsetTop+v-a.pxself(e,"paddingTop"))}function j(e,k,m){var n=e.parentNode.previousSibling;e=e.parentNode.nextSibling;var r=n.offsetHeight... | "paddingTop"),w=a.pxself(t.rows[t.rows.length-1].childNodes[0],"paddingBottom");new a.SizeHandle(a,"h",u.offsetWidth,t.offsetHeight-v-w,n,r,"Wt-hsh",function(B){q(e,k,B)},u,l,m,0,-e.offsetTop+v-a.pxself(e,"paddingTop"))}function j(e,k,m){var n=e.parentNode.previousSibling;e=e.parentNode.nextSibling;var r=n.offsetHeight... | "paddingTop"),w=a.pxself(t.rows[t.rows.length-1].childNodes[0],"paddingBottom");new a.SizeHandle(a,"h",u.offsetWidth,t.offsetHeight-v-w,n,r,"Wt-hsh",function(B){q(e,k,B)},u,l,m,0,-e.offsetTop+v-a.pxself(e,"paddingTop"))}function j(e,k,m){var n=e.parentNode.previousSibling;e=e.parentNode.nextSibling;var r=n.offsetHeight... |
panel.showArtifact(null); | panel.showArtifact(null, artifactContainer); | Sonatype.Events.addListener('artifactContainerUpdate', function(artifactContainer, payload) { var panel = artifactContainer.find('name', 'artifactInformationPanel')[0]; if (payload == null || !payload.leaf) { panel.showArtifact(null); } else { panel.showArtifact(payload); ... |
panel.showArtifact(payload); | panel.showArtifact(payload, artifactContainer); | Sonatype.Events.addListener('artifactContainerUpdate', function(artifactContainer, payload) { var panel = artifactContainer.find('name', 'artifactInformationPanel')[0]; if (payload == null || !payload.leaf) { panel.showArtifact(null); } else { panel.showArtifact(payload); ... |
MBchat.updateables.poller.init(pO); MBchat.updateables.whispers.init(response.lastid.toInt()); | MBchat.updateables.whispers.init(response.lastid); | var loginReq = new ServerReq('login.php',function(response) { logged_in = true; MBchat.updateables.poller.init(pO); //These haven't been initiated with normal init sequence, but await successful login MBchat.updateables.whispers.init(response.lastid.toInt()); MBchat.updateables.online.show(0); //Show online lis... |
MBchat.updateables.poller.init(response.lastid,pO); | var loginReq = new ServerReq('login.php',function(response) { logged_in = true; MBchat.updateables.poller.init(pO); //These haven't been initiated with normal init sequence, but await successful login MBchat.updateables.whispers.init(response.lastid.toInt()); MBchat.updateables.online.show(0); //Show online lis... | |
liberator.execute(command); | liberator.trapErrors(function () liberator.execute(command)); | this.registerCallback("submit", modes.EX, function (command) { commands.repeat = command; liberator.execute(command); }); |
$('#addValue-'+ id).bind('keyup', function(evt) { blockSubmit = true; var code = evt.which; if(code == 13 || String.fromCharCode(code) == options.splitChar) { evt.preventDefault(); evt.stopPropagation(); add(); } if($(this).val().replace(/^\s+|\s+$/g, '') == '') { blockSubmit = false; $('#addButton-'+ id).addC... | $('#navigationTitleOverwrite').change(function(evt) { if(!$(this).is(':checked')) { $('#navigationTitle').val(element.val()); } }); | $('#addValue-'+ id).bind('keyup', function(evt) { blockSubmit = true; // grab code var code = evt.which; // enter of splitchar should add an element if(code == 13 || String.fromCharCode(code) == options.splitChar) { // prevent default behaviour evt.preventDefault(); evt.stopPropaga... |
10);else{l=F.contentWindow.document;q=(p=l.getElementById("state"))?p.innerText:null;m=a();setInterval(function(){var N,J;l=F.contentWindow.document;N=(p=l.getElementById("state"))?p.innerText:null;J=a();if(N!==q){q=N;f(q);J=q?q:G;m=location.hash=J;b()}else if(J!==m){m=J;k(J)}},50);I=true;x!=null&&x()}}function o(){if(... | function h(){var l,q,r,m;if(!F.contentWindow||!F.contentWindow.document)setTimeout(h,10);else{l=F.contentWindow.document;r=(q=l.getElementById("state"))?q.innerText:null;m=a();setInterval(function(){var N,J;l=F.contentWindow.document;N=(q=l.getElementById("state"))?q.innerText:null;J=a();if(N!==r){r=N;f(r);J=r?r:G;m=lo... | 10);else{l=F.contentWindow.document;q=(p=l.getElementById("state"))?p.innerText:null;m=a();setInterval(function(){var N,J;l=F.contentWindow.document;N=(p=l.getElementById("state"))?p.innerText:null;J=a();if(N!==q){q=N;f(q);J=q?q:G;m=location.hash=J;b()}else if(J!==m){m=J;k(J)}},50);I=true;x!=null&&x()}}function o(){if(... |
uri = text.match(/&url=([^']+)'/) | uri = text.match(/url=([^']+)'/) | Zotero.Utilities.HTTP.doPost(uri, poststring, function(text) { uri = text.match(/&url=([^']+)'/) uri = decodeURIComponent(uri[1]); uri = uri.replace(/http:\/\/[^/]*\//, host+"/"); var uris = new Array(); uris.push(uri); Zotero.Utilities.processDocuments(uris, function(newDoc){ var elmts =newDoc.eva... |
z()}}function m(){if(!t){var j=a(),o=history.length;P&&clearInterval(P);P=setInterval(function(){var p,w;p=a();w=history.length;if(p!==j){j=p;o=w;f(j);b()}else if(w!==o&&r){j=p;o=w;p=E[o-1];f(p);b()}},50)}}function x(){var j;j=I.value.split("|");if(j.length>1){D=j[0];y=j[1]}if(j.length>2)E=j[2].split(",");if(t)k();else... | z()}}function m(){if(!t){var j=a(),o=history.length;Q&&clearInterval(Q);Q=setInterval(function(){var p,w;p=a();w=history.length;if(p!==j){j=p;o=w;f(j);b()}else if(w!==o&&r){j=p;o=w;p=E[o-1];f(p);b()}},50)}}function x(){var j;j=I.value.split("|");if(j.length>1){D=j[0];y=j[1]}if(j.length>2)E=j[2].split(",");if(t)k();else... | z()}}function m(){if(!t){var j=a(),o=history.length;P&&clearInterval(P);P=setInterval(function(){var p,w;p=a();w=history.length;if(p!==j){j=p;o=w;f(j);b()}else if(w!==o&&r){j=p;o=w;p=E[o-1];f(p);b()}},50)}}function x(){var j;j=I.value.split("|");if(j.length>1){D=j[0];y=j[1]}if(j.length>2)E=j[2].split(",");if(t)k();else... |
for (var i = 0; i < countryId.length; i++) { | $( VMConfig.get('dependentSelector') ).each(function(){ var params = VMConfig.get('dependentExpr').exec( this.className ), //parse parent id that = this; this.className = this.className || ''; if( params && params[1]){ $('#'+ params[1]).change(function(){ var countries = $... | |
}); return this; }, add: function(props){ if(props.constructor === Object){ for(var i in props){ this[i] = props[i]; } } return this; } | }); | $( VMConfig.get('dependentSelector') ).each(function(){ var params = VMConfig.get('dependentExpr').exec( this.className ), //parse parent id that = this; this.className = this.className || ''; if( params && params[1]){ $('#'+ params[1]).change(function(){ var countries = $... |
if ( result.prime == null || result.prime == NULL_CHECKER ) { | if ( result.checker == null || result.checker == NULL_CHECKER ) { | function(result) { BigInteger.log( "stepping_fromNumber1.2.1.2: returned stepping_isProbablePrime:" + result ); if ( result.prime == null || result.prime == NULL_CHECKER ) { BigInteger.err( "stepping_fromNumber1.2.1.2: returned stepping_isProbablePrime: subparam.result == WARNING NULL " + result.pr... |
if ( result.prime ) return DONE( result); | if ( result.checker ) return DONE(); | function(result) { BigInteger.log( "stepping_fromNumber1.2.1.2: returned stepping_isProbablePrime:" + result ); if ( result.prime == null || result.prime == NULL_CHECKER ) { BigInteger.err( "stepping_fromNumber1.2.1.2: returned stepping_isProbablePrime: subparam.result == WARNING NULL " + result.pr... |
"paddingTop"),w=a.pxself(q.rows[q.rows.length-1].childNodes[0],"paddingBottom");new a.SizeHandle(a,"h",u.offsetWidth,q.offsetHeight-v-w,n,r,"Wt-hsh",function(B){k(e,j,B)},u,l,m,0,-e.offsetTop+v-a.pxself(e,"paddingTop"))}function d(e,j,m){var n=e.parentNode.previousSibling;e=e.parentNode.nextSibling;var r=n.offsetHeight... | "paddingTop"),x=a.pxself(s.rows[s.rows.length-1].childNodes[0],"paddingBottom");new a.SizeHandle(a,"h",u.offsetWidth,s.offsetHeight-w-x,n,r,"Wt-hsh",function(B){k(e,j,B)},u,l,m,0,-e.offsetTop+w-a.pxself(e,"paddingTop"))}function i(e,j,m){var n=e.parentNode.previousSibling;e=e.parentNode.nextSibling;var r=n.offsetHeight... | "paddingTop"),w=a.pxself(q.rows[q.rows.length-1].childNodes[0],"paddingBottom");new a.SizeHandle(a,"h",u.offsetWidth,q.offsetHeight-v-w,n,r,"Wt-hsh",function(B){k(e,j,B)},u,l,m,0,-e.offsetTop+v-a.pxself(e,"paddingTop"))}function d(e,j,m){var n=e.parentNode.previousSibling;e=e.parentNode.nextSibling;var r=n.offsetHeight... |
c=r(c.el);d=r(a);k=a.parentNode.childNodes.length;g=a.childNodes.length;switch(b.keyCode){case 39:if(i.hasTag(h,"INPUT")&&h.type=="text"){e=i.getSelectionRange(h);if(e.start!=h.value.length)return}d++;break;case 38:c--;break;case 37:if(i.hasTag(h,"INPUT")&&h.type=="text"){e=i.getSelectionRange(h);if(e.start!=0)return}d... | switch(b.keyCode){case 39:if(i.hasTag(j,"INPUT")&&j.type=="text"){e=i.getSelectionRange(j);if(e.start!=j.value.length)return}d++;break;case 38:c--;break;case 37:if(i.hasTag(j,"INPUT")&&j.type=="text"){e=i.getSelectionRange(j);if(e.start!=0)return}d--;break;case 40:c++;break;default:return}i.cancelEvent(b);if(c>-1&&c<g&... | c=r(c.el);d=r(a);k=a.parentNode.childNodes.length;g=a.childNodes.length;switch(b.keyCode){case 39:if(i.hasTag(h,"INPUT")&&h.type=="text"){e=i.getSelectionRange(h);if(e.start!=h.value.length)return}d++;break;case 38:c--;break;case 37:if(i.hasTag(h,"INPUT")&&h.type=="text"){e=i.getSelectionRange(h);if(e.start!=0)return}d... |
.each(function() { html.push('<link type="text/css" rel="stylesheet" href="' + $(this).attr("href") + '" >'); }); | $(":checked", $element).each(function(){ this.setAttribute('checked', 'checked'); }); | .each(function() { html.push('<link type="text/css" rel="stylesheet" href="' + $(this).attr("href") + '" >'); }); |
var text = $(node).text(); | var text = getABCText(node); | contents.each(function(i,node){ var text = $(node).text(); if (inabc) { if (node.nodeType==3 && !text.match(/^\s*$/)) { abctext += text.replace(/\n$/,"").replace(/^\n/,""); } else if($(node).is("br")) { abctext += "\n"; } else { inabc = false; insertScoreBefore(node,abctext); } } else { if (tex... |
}).delay(100); | }).delay(200); | success.start("opacity", 1).chain(function(){ (function(){ success.start("opacity", 0); }).delay(100); }); |
$(":checked", $element).each(function(){ this.setAttribute('checked', 'checked'); }); | setTimeout(function () { _callPrint(element); }, 50); | $(":checked", $element).each(function(){ this.setAttribute('checked', 'checked'); }); |
$("div#middle").corner(); $("div#bottom").corner(); | $(document).ready( function() { // Toggle edit rating mode DeckInfoUI.init(); // Add card counts for each rating; // Disable checkboxes for ratings with no cards DeckInfoUI.refreshCheckboxCounts(); // Round corners $("div#middle").corner(); $("div#bottom").corner(); // Setup tabs $("#botto... | |
try{p=A.contentWindow.document;p.open();p.write(l);p.close();return true}catch(r){return false}}function i(){var l,p,r,y;if(!A.contentWindow||!A.contentWindow.document)setTimeout(i,10);else{l=A.contentWindow.document;r=(p=l.getElementById("state"))?p.innerText:null;y=a();setInterval(function(){var o,H;l=A.contentWindow... | l='<html><body><div id="state">'+l+"</div></body></html>";try{p=z.contentWindow.document;p.open();p.write(l);p.close();return true}catch(r){return false}}function i(){var l,p,r,x;if(!z.contentWindow||!z.contentWindow.document)setTimeout(i,10);else{l=z.contentWindow.document;r=(p=l.getElementById("state"))?p.innerText:n... | try{p=A.contentWindow.document;p.open();p.write(l);p.close();return true}catch(r){return false}}function i(){var l,p,r,y;if(!A.contentWindow||!A.contentWindow.document)setTimeout(i,10);else{l=A.contentWindow.document;r=(p=l.getElementById("state"))?p.innerText:null;y=a();setInterval(function(){var o,H;l=A.contentWindow... |
}, function() {}); | translator.setHandler("itemDone", function(obj, item) { if(item.notes && item.notes[0]) { item.extra = item.notes[0].note; delete item.notes; item.notes = undefined; } item.attachments.splice(0); item.attachments.push({document:doc, title:"Project MUSE Snapshot"}); if(getPDF) { item.attachments.push({title:"Project MUS... | }, function() {}); |
if ( result.checker == null || result.checker == NULL_CHECKER ) { BigInteger.err( "stepping_fromNumber1.2.1.2: returned stepping_isProbablePrime: subparam.result == WARNING NULL " + result.prime ); | if ( result == null || result == NULL_CHECKER ) { BigInteger.err( "stepping_fromNumber1.2.1.2: returned stepping_isProbablePrime: subparam.result == WARNING NULL " + result ); | function(result) { BigInteger.log( "stepping_fromNumber1.2.1.2: returned stepping_isProbablePrime:" + result ); if ( result.checker == null || result.checker == NULL_CHECKER ) { BigInteger.err( "stepping_fromNumber1.2.1.2: returned stepping_isProbablePrime: subparam.result == WARNING NULL " + resul... |
if ( result.checker ) return DONE(); | if ( result ) return DONE(); | function(result) { BigInteger.log( "stepping_fromNumber1.2.1.2: returned stepping_isProbablePrime:" + result ); if ( result.checker == null || result.checker == NULL_CHECKER ) { BigInteger.err( "stepping_fromNumber1.2.1.2: returned stepping_isProbablePrime: subparam.result == WARNING NULL " + resul... |
for (var i in data._source.fields) { var value = data._source.fields[i]; | for (var i in data._source["@fields"]) { var value = data._source["@fields"][i] | $("ul.results li.event").live("click", function() { var data = eval($(this).data("full")); /* Apply template to the dialog */ var query = $("#query").val().replace(/^\s+|\s+$/g, "") console.log(query) var sanitize = function(str) { if (!/^".*"$/.test(str)) { str = '"' + str ... |
if (i == "fields") { continue; | if (i == "@fields") continue; var value = data._source[i] if (i.charAt(0) == "@") { fields.push( { type: "metadata", field: i, value: value }); } else { if (/^[, ]*$/.test(value)) { continue; } fields.push( { type: "field", field: i, value: value }) | $("ul.results li.event").live("click", function() { var data = eval($(this).data("full")); /* Apply template to the dialog */ var query = $("#query").val().replace(/^\s+|\s+$/g, "") console.log(query) var sanitize = function(str) { if (!/^".*"$/.test(str)) { str = '"' + str ... |
fields.push( { type: "metadata", field: i, value: data._source[i] }) | $("ul.results li.event").live("click", function() { var data = eval($(this).data("full")); /* Apply template to the dialog */ var query = $("#query").val().replace(/^\s+|\s+$/g, "") console.log(query) var sanitize = function(str) { if (!/^".*"$/.test(str)) { str = '"' + str ... | |
l.offsetWidth,-c.parentNode.previousSibling.offsetHeight,c.parentNode.nextSibling.offsetHeight,"Wt-vsh",function(q){f(c,g,q)},l,n,j,0,0)}function m(c,g,j){var l=-c.previousSibling.offsetWidth,q=c.nextSibling.offsetWidth,s=c.firstChild,v=a.pxself(u.rows[0].childNodes[0],"paddingTop"),w=a.pxself(u.rows[u.rows.length-1].c... | "paddingTop"),w=a.pxself(t.rows[t.rows.length-1].childNodes[0],"paddingBottom");new a.SizeHandle(a,"h",u.offsetWidth,t.offsetHeight-v-w,n,r,"Wt-hsh",function(B){q(e,k,B)},u,l,m,0,-e.offsetTop+v-a.pxself(e,"paddingTop"))}function j(e,k,m){var n=e.parentNode.previousSibling;e=e.parentNode.nextSibling;var r=n.offsetHeight... | l.offsetWidth,-c.parentNode.previousSibling.offsetHeight,c.parentNode.nextSibling.offsetHeight,"Wt-vsh",function(q){f(c,g,q)},l,n,j,0,0)}function m(c,g,j){var l=-c.previousSibling.offsetWidth,q=c.nextSibling.offsetWidth,s=c.firstChild,v=a.pxself(u.rows[0].childNodes[0],"paddingTop"),w=a.pxself(u.rows[u.rows.length-1].c... |
C!==l){C=l||G;H(unescape(C))}}else{C=G;H(unescape(C))}}function h(l){var p;l='<html><body><div id="state">'+l+"</div></body></html>";try{p=F.contentWindow.document;p.open();p.write(l);p.close();return true}catch(q){return false}}function k(){var l,p,q,n;if(!F.contentWindow||!F.contentWindow.document)setTimeout(k,10);el... | 10);else{l=F.contentWindow.document;q=(p=l.getElementById("state"))?p.innerText:null;n=a();setInterval(function(){var N,J;l=F.contentWindow.document;N=(p=l.getElementById("state"))?p.innerText:null;J=a();if(N!==q){q=N;f(q);J=q?q:G;n=location.hash=J;b()}else if(J!==n){n=J;h(J)}},50);I=true;x!=null&&x()}}function o(){if(... | C!==l){C=l||G;H(unescape(C))}}else{C=G;H(unescape(C))}}function h(l){var p;l='<html><body><div id="state">'+l+"</div></body></html>";try{p=F.contentWindow.document;p.open();p.write(l);p.close();return true}catch(q){return false}}function k(){var l,p,q,n;if(!F.contentWindow||!F.contentWindow.document)setTimeout(k,10);el... |
t&&t.setup&&t.setup(r,true);}};var n={},o=[];return{title:d.lang.div.title,minWidth:400,minHeight:165,contents:[{id:'info',label:d.lang.common.generalTab,title:d.lang.common.generalTab,elements:[{type:'hbox',widths:['50%','50%'],children:[{id:'elementStyle',type:'select',style:'width: 100%;',label:d.lang.div.styleSelec... | t&&t.setup&&t.setup(r,true);}};var n={},o=[];return{title:d.lang.div.title,minWidth:400,minHeight:165,contents:[{id:'info',label:d.lang.common.generalTab,title:d.lang.common.generalTab,elements:[{type:'hbox',widths:['50%','50%'],children:[{id:'elementStyle',type:'select',style:'width: 100%;',label:d.lang.div.styleSelec... | t&&t.setup&&t.setup(r,true);}};var n={},o=[];return{title:d.lang.div.title,minWidth:400,minHeight:165,contents:[{id:'info',label:d.lang.common.generalTab,title:d.lang.common.generalTab,elements:[{type:'hbox',widths:['50%','50%'],children:[{id:'elementStyle',type:'select',style:'width: 100%;',label:d.lang.div.styleSelec... |
z!==g){z=g||I;Q(unescape(z))}}else{z=I;Q(unescape(z))}}function m(g){var p;g='<html><body><div id="state">'+g+"</div></body></html>";try{p=K.contentWindow.document;p.open();p.write(g);p.close();return true}catch(n){return false}}function l(){var g,p,n,y;if(!K.contentWindow||!K.contentWindow.document)setTimeout(l,10);el... | g+"</div></body></html>";try{o=F.contentWindow.document;o.open();o.write(g);o.close();return true}catch(p){return false}}function l(){var g,o,p,s;if(!F.contentWindow||!F.contentWindow.document)setTimeout(l,10);else{g=F.contentWindow.document;p=(o=g.getElementById("state"))?o.innerText:null;s=a();setInterval(function(){... | z!==g){z=g||I;Q(unescape(z))}}else{z=I;Q(unescape(z))}}function m(g){var p;g='<html><body><div id="state">'+g+"</div></body></html>";try{p=K.contentWindow.document;p.open();p.write(g);p.close();return true}catch(n){return false}}function l(){var g,p,n,y;if(!K.contentWindow||!K.contentWindow.document)setTimeout(l,10);el... |
if (val || val === 0) { | if (parseFloat(val)) { | $.each("min,max,step,value".split(","), function(i, key) { var val = input.attr(key); if (val || val === 0) { conf[key] = parseFloat(val, 10); } }); |
while(t1.length < 12) { | while(t1.length < 10) { | document.id('login').addEvent('submit', function(e) { e.stop(); var auth = {}; auth.U = document.id('login').username.value; auth.P = document.id('login').password.value; if(auth.U.contains('$')) { loginError(false... |
while(t2.length < 12) { | while(t2.length < 10) { | document.id('login').addEvent('submit', function(e) { e.stop(); var auth = {}; auth.U = document.id('login').username.value; auth.P = document.id('login').password.value; if(auth.U.contains('$')) { loginError(false... |
} | }; | return function() { UnTip(); } |
function(b,d){return a.call(b,d,b)}))},end:function(){return this.prevObject||c(null)},push:ba,sort:[].sort,splice:[].splice};c.fn.init.prototype=c.fn;c.extend=c.fn.extend=function(){var a=arguments[0]||{},b=1,d=arguments.length,f=false,e,j,i,o;if(typeof a==="boolean"){f=a;a=arguments[1]||{};b=2}if(typeof a!=="object"&... | isArray: Array.isArray || function( obj ) { return jQuery.type(obj) === "array"; }, | function(b,d){return a.call(b,d,b)}))},end:function(){return this.prevObject||c(null)},push:ba,sort:[].sort,splice:[].splice};c.fn.init.prototype=c.fn;c.extend=c.fn.extend=function(){var a=arguments[0]||{},b=1,d=arguments.length,f=false,e,j,i,o;if(typeof a==="boolean"){f=a;a=arguments[1]||{};b=2}if(typeof a!=="object"&... |
input.focus(function() { $.each(instances, function() { this.hide(); | $(document).bind("keydown.dp", function(e) { var key = e.keyCode; if (key == 27) { return self.hide(); } if ($([75, 76, 38, 39, 74, 72, 40, 37]).index(key) != -1) { var days = $("#" + css.weeks + " a"), el = $("." + css.focus), index = days.index(el); el.removeClass(css.focus); if (key == 74 || key == 40) { ind... | input.focus(function() { $.each(instances, function() { this.hide(); }); self.show(); }).keydown(function(e) { |
self.show(); }).keydown(function(e) { | input.focus(function() { $.each(instances, function() { this.hide(); }); self.show(); }).keydown(function(e) { | |
[0,"0"])[1];return b},browser:{}});G=d.uaMatch(G);if(G.browser){d.browser[G.browser]=true;d.browser.version=G.version}if(d.browser.webkit)d.browser.safari=true;if(O)d.inArray=function(a,b){return O.call(b,a)};N=d(r);if(r.addEventListener)E=function(){r.removeEventListener("DOMContentLoaded",E,false);d.ready()};else if(... | [0,"0"])[1];return b},browser:{}});G=c.uaMatch(G);if(G.browser){c.browser[G.browser]=true;c.browser.version=G.version}if(c.browser.webkit)c.browser.safari=true;if(O)c.inArray=function(a,b){return O.call(b,a)};N=c(r);if(r.addEventListener)E=function(){r.removeEventListener("DOMContentLoaded",E,false);c.ready()};else if(... | [0,"0"])[1];return b},browser:{}});G=d.uaMatch(G);if(G.browser){d.browser[G.browser]=true;d.browser.version=G.version}if(d.browser.webkit)d.browser.safari=true;if(O)d.inArray=function(a,b){return O.call(b,a)};N=d(r);if(r.addEventListener)E=function(){r.removeEventListener("DOMContentLoaded",E,false);d.ready()};else if(... |
flashembed(this,f,e)});return f.api===false?this:a}})();(function(A,o){function v(j,n){for(var t=[],w=0;w<j.length;w++)t.push(j[w]);for(w=0;w<t.length;w++)n(t[w])}function s(){v([x,f],function(j){v(o.getElementsByTagName(j),function(n){var t=true;if(n.canPlayType)if(n.src&&n.canPlayType(F(j,n.src)))t=false;else v(n.get... | flashembed(this,f,e)});return f.api===false?this:a}})();(function(A,o){function v(j,n){for(var t=[],w=0;w<j.length;w++)t.push(j[w]);for(w=0;w<t.length;w++)n(t[w])}function s(){v([x,f],function(j){v(o.getElementsByTagName(j),function(n){var t=true;if(n.canPlayType)if(n.src&&n.canPlayType(F(j,n.src)))t=false;else v(n.get... | [6,0];e.AllowScriptAccess="always"}catch(b){if(f[0]==6)return f}try{e=new ActiveXObject("ShockwaveFlash.ShockwaveFlash")}catch(c){}}if(typeof e=="object"){e=e.GetVariable("$version");if(typeof e!="undefined"){e=e.replace(/^\S+\s+(.*)$/,"$1").split(",");f=[parseInt(e[0],10),parseInt(e[2],10)]}}}return f},isSupported:fun... |
function (count) { buffer.scrollPages(-Math.max(count, 1)); }, | function (count) { buffer.scrollLines(-Math.max(count, 1)); }, | function (count) { buffer.scrollPages(-Math.max(count, 1)); }, |
var request = new ServerReq ('client/exit.php',function(response) { response.messages.each(function(item) { item.lid = item.lid.toInt(); item.rid = item.rid.toInt(); item.user.uid = item.user.uid.toInt(); if(!lastId) lastId = item.lid -1; MBchat.updateables.processMessage(item); }); if(response.lastid)lastId = response... | if( whisperers.every(function(whisperer) { if (whisperer.get('id').substr(widStr.length+1).toInt() == user.uid ) { return false; } return true; })) { | var request = new ServerReq ('client/exit.php',function(response) { response.messages.each(function(item) { item.lid = item.lid.toInt(); item.rid = item.rid.toInt(); item.user.uid = item.user.uid.toInt(); if(!lastId) lastId = item.lid -1; MBchat.updateables.processMessage(... |
return this.open_branch(ref_node, true, function () { _this.create.apply(_this, [obj, ref_node, position]); } ); | obj.contents().each(function () { if(this.nodeType == 3) { last_value = this.data; return false; } }); | return this.open_branch(ref_node, true, function () { _this.create.apply(_this, [obj, ref_node, position]); } ); |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.