rem stringlengths 0 126k | add stringlengths 0 441k | context stringlengths 15 136k |
|---|---|---|
if ( result.prime ) { | if ( result ) { | function (result) { RSA.log("RSAEngine:1.3.3 : returned stepping_isProbablePrime" + result ); if ( result.prime ) { RSA.log("RSAEngine:1.3.3=>EXIT"); return DONE(); } else { RSA.log("RSAEngine:1.3.3=>AGAIN"); return AGAIN(); } }, |
var img = new Image(); img.src = $(this).css('background-image').replace(/url\((.+)\)/, '$1'); }) | var img = new Image(); img.src = $(this).css('background-image').replace(/^url\(\"?/, "").replace(/\"?\)$/, ""); }); | $('#facybox').find('.n, .close , .s, .w, .e, .nw, ne, sw, se').each(function() { var img = new Image(); img.src = $(this).css('background-image').replace(/url\((.+)\)/, '$1'); }) |
if((e.control || e.shift) && (me.role == 'A' || me.role == 'L' || room.hasClass('committee'))) { | if((e.control || e.shift) && (me.role == 'A' || me.role == 'L' || door.hasClass('committee'))) { | rooms.each( function(door, i){ var request; door.addEvent('mouseenter', function(e){ if (room.rid == 0) { //adjust width of room to be wide var obj = {}; obj[i] = {'width': [door.getStyle('width').toInt(), 219]}; rooms.each(function(otherRoom, j){ if (otherRoom != door){ ... |
$("#slide-menu-container .ui-widget-header").click(function() { $("#slide-menu-container .ui-widget-content").slideToggle("slow"); $(this).toggleClass("active"); | $('#select-none').live('click', function(){ $('.selectable').removeClass('selected'); | $("#slide-menu-container .ui-widget-header").click(function() { $("#slide-menu-container .ui-widget-content").slideToggle("slow"); $(this).toggleClass("active"); return false; }); |
$("#btKill").click(function () { alert("Bye-bye"); $(this).val("Dead!").attr('disabled', 'disabled'); alert($(this).attr('rel')) ; | $("#lstParentTag").change(function () { checkValidity("lstParentTag", "valLinkTag") | $("#btKill").click(function () { alert("Bye-bye"); $(this).val("Dead!").attr('disabled', 'disabled'); alert($(this).attr('rel')) ;}) ; |
function(data) { for (i = 0; i < data.length; i++) { $("#hosts ul").append( '<li><a href="cgi-bin/collection.modified.cgi?action=show_host;host=' + data[i] + '">' + data[i] + '</a></li>'); } }); | $('#plugins a').each(function() { $(this).removeClass('selected'); }); | function(data) { for (i = 0; i < data.length; i++) { $("#hosts ul").append( '<li><a href="cgi-bin/collection.modified.cgi?action=show_host;host=' + data[i] + '">' + data[i] + '</a></li>'); } }); |
$(document).bind("keydown.dp", function(e) { var key = e.keyCode; if (key == 27) { return self.hide(e); } if ($([75, 76, 38, 39, 74, 72, 40, 37]).index(key) >= 0) { if (root.is(":hidden")) { self.show(e); return e.preventDefault(); } var days = $("#" + css.weeks + " a"), el = $("." + css.focus), index = days.ind... | $(window).bind("click.d", function(e) { var el = e.target; if (!$(el).parents("#" + css.root).length && el != input[0] && (!trigger || el != trigger[0])) { self.hide(e); | $(document).bind("keydown.dp", function(e) { var key = e.keyCode; // esc key if (key == 27) { return self.hide(e); } // h=72, j=74, k=75, l=76, down=40, left=37, up=38, right=39 if ($([75, 76, 38, 39, 74, 72, 40, 37]).index(key) >= 0) { if (root.is(":hidden")) {... |
if (key == 34) { return self.next(); } if (key == 33) { return self.prev(); } if (key == 36) { return self.today(); } if (key == 13) { if (!$(e.target).is("select")) { pick($("." + css.focus).data("date"), conf, e); } } return $([16, 17, 18, 9]).index(key) >= 0; | $(document).bind("keydown.dp", function(e) { var key = e.keyCode; // esc key if (key == 27) { return self.hide(e); } // h=72, j=74, k=75, l=76, down=40, left=37, up=38, right=39 if ($([75, 76, 38, 39, 74, 72, 40, 37]).index(key) >= 0) { if (root.is(":hidden")) {... | |
hide_cursor_timeout = setTimeout(function () | hide_cursor_timeout = window.setTimeout(function () | hide_cursor_timeout = setTimeout(function () { ///NOTE: Only works in Mozilla. /// IE is the only other major browser family that supports transparent cursors (.CUR files only), but it cannot be set via a timeout. /// WebKit (at least 532.9 (... |
CKEDITOR.loadTemplates(b.config.templates_files,function(){var i=b.config.templates.split(',');if(i.length){c(g,i);h.focus();}else g.setHtml('<div class="cke_tpl_empty"><span>'+b.lang.templates.emptyListMsg+'</span>'+'</div>');});this._.element.on('keydown',f);},onHide:function(){this._.element.removeListener('keydown'... | g=i.getElement();CKEDITOR.loadTemplates(b.config.templates_files,function(){var j=b.config.templates.split(',');if(j.length){c(g,j);i.focus();}else g.setHtml('<div class="cke_tpl_empty"><span>'+b.lang.templates.emptyListMsg+'</span>'+'</div>');});this._.element.on('keydown',f);},onHide:function(){this._.element.removeL... | CKEDITOR.loadTemplates(b.config.templates_files,function(){var i=b.config.templates.split(',');if(i.length){c(g,i);h.focus();}else g.setHtml('<div class="cke_tpl_empty"><span>'+b.lang.templates.emptyListMsg+'</span>'+'</div>');});this._.element.on('keydown',f);},onHide:function(){this._.element.removeListener('keydown'... |
select($("." + css.focus).data("date"), conf, e); | $("." + css.focus).click(); | $(document).bind("keydown.d", function(e) { var key = e.keyCode; // esc key if (key == 27) { return self.hide(e); } if ($(KEYS).index(key) >= 0) { if (!opened) { self.show(e); return e.preventDefault(); } var days = $("#" + css.weeks + " a"), ... |
hide_cursor_timeout = window.setTimeout(function () | (function () { var hide_cursor_timeout; if (window.chrome) { return; } function show_cursor() { clearTimeout(hide_cursor_timeout); page.style.cursor = "auto"; } function hide_cursor_delayed() { show_cursor(); hide_cursor_timeout = window.setTimeout(function () | hide_cursor_timeout = window.setTimeout(function () { ///NOTE: Only works in Mozilla. /// IE is the only other major browser family that supports transparent cursors (.CUR files only), but it cannot be set via a timeout. /// WebKit (at least ... |
} page.onmousedown = function (e) { if (e.button == 2) { show_cursor(); } else { hide_cursor_delayed(); } }; page.onmouseout = function (e) { var curTarget = e.currentTarget, relTarget = e.relatedTarget; while (curTarget != relTarget && relTarget !== null && relTarget.nodeName != 'BODY') { relTarget... | hide_cursor_timeout = window.setTimeout(function () { ///NOTE: Only works in Mozilla. /// IE is the only other major browser family that supports transparent cursors (.CUR files only), but it cannot be set via a timeout. /// WebKit (at least ... | |
this.registerCallback("change", modes.EX, function (command) { self._autocompleteTimer.tell(false); | this.registerCallback("complete", modes.EX, function (context) { context.fork("ex", 0, completion, "ex"); | this.registerCallback("change", modes.EX, function (command) { self._autocompleteTimer.tell(false); }); |
$('.deleteButton-'+ id).live('click', function(evt) { evt.preventDefault(); evt.stopPropagation(); remove($(this).attr('rel')); | $('#metaKeywordsOverwrite').change(function(evt) { if(!$(this).is(':checked')) { $('#metaKeywords').val(element.val()); } | $('.deleteButton-'+ id).live('click', function(evt) { // dont submit evt.preventDefault(); evt.stopPropagation(); // remove element remove($(this).attr('rel')); }); |
stores.forEach(function (store) { storage["history-" + store].truncate(0); }); | storage["history-" + store].mutate("filter", function (item) { let timestamp = item.timestamp * 1000; return timestamp < self.range[0] || timestamp > self.range[1]; }); | stores.forEach(function (store) { storage["history-" + store].truncate(0); }); |
function E(){var l;l=v.value.split("|");if(l.length>1){G=l[0];C=l[1]}if(l.length>2)M=l[2].split(",");if(s)h();else{o();I=true;x!=null&&x()}}var u=false,s=false,z=false,x=null,F=null,v=null,I=false,U=null,M=[],G,C,H=function(){};return{onReady:function(l){if(I)setTimeout(function(){l()},0);else x=l},_initialize:function... | if(r!==l){l=r;q=m;f(l);b()}else if(m!==q&&v){l=r;q=m;r=M[q-1];f(r);b()}},50)}}function E(){var l;l=w.value.split("|");if(l.length>1){G=l[0];C=l[1]}if(l.length>2)M=l[2].split(",");if(s)h();else{o();I=true;y!=null&&y()}}var v=false,s=false,z=false,y=null,F=null,w=null,I=false,V=null,M=[],G,C,H=function(){};return{onReady... | function E(){var l;l=v.value.split("|");if(l.length>1){G=l[0];C=l[1]}if(l.length>2)M=l[2].split(",");if(s)h();else{o();I=true;x!=null&&x()}}var u=false,s=false,z=false,x=null,F=null,v=null,I=false,U=null,M=[],G,C,H=function(){};return{onReady:function(l){if(I)setTimeout(function(){l()},0);else x=l},_initialize:function... |
$(document).ready(function() { jsBackend.pages.init(); }); | $('.tree li.open').each(function() { if($(this).find('ul').length == 0) $(this).removeClass('open').addClass('leaf'); }); | $(document).ready(function() { jsBackend.pages.init(); }); |
r;p=v;e(g);b()}else if(v!==p&&u){g=r;p=v;r=D[p-1];e(r);b()}},50)}}function H(){var g;g=J.value.split("|");if(g.length>1){L=g[0];C=g[1]}if(g.length>2)D=g[2].split(",");if(q)l();else{n();F=true;y!=null&&y()}}var u=false,q=self.isIElt9,s=false,y=null,I=null,J=null,F=false,Q=null,D=[],L,C,E=function(){};return{onReady:func... | r;p=v;e(g);b()}else if(v!==p&&u){g=r;p=v;r=D[p-1];e(r);b()}},50)}}function H(){var g;g=K.value.split("|");if(g.length>1){L=g[0];C=g[1]}if(g.length>2)D=g[2].split(",");if(q)l();else{n();F=true;y!=null&&y()}}var u=false,q=self.isIElt9,s=false,y=null,I=null,K=null,F=false,Q=null,D=[],L,C,E=function(){};return{onReady:func... | r;p=v;e(g);b()}else if(v!==p&&u){g=r;p=v;r=D[p-1];e(r);b()}},50)}}function H(){var g;g=J.value.split("|");if(g.length>1){L=g[0];C=g[1]}if(g.length>2)D=g[2].split(",");if(q)l();else{n();F=true;y!=null&&y()}}var u=false,q=self.isIElt9,s=false,y=null,I=null,J=null,F=false,Q=null,D=[],L,C,E=function(){};return{onReady:func... |
d.objectPrevStyle.position;d.object.style.display=d.objectPrevStyle.display;d.object.style.left=d.objectPrevStyle.left;d.object.style.top=d.objectPrevStyle.top;d.object.className=d.objectPrevStyle.className;d.object=null}}function r(c,d){var e,g,h;h=c.event;e=d>0?"&e"+d:"&";g=e+"signal="+c.signal;if(c.id){g+=e+"id="+c.... | d.objectPrevStyle.position;d.object.style.display=d.objectPrevStyle.display;d.object.style.left=d.objectPrevStyle.left;d.object.style.top=d.objectPrevStyle.top;d.object.className=d.objectPrevStyle.className;d.object=null}}function r(c,d){var e,g,h;h=c.event;e=d>0?"&e"+d:"&";g=e+"signal="+c.signal;if(c.id){g+=e+"id="+c.... | j;if(t){if(typeof o==="string")o=document.getElementById(o);!o||o.tagName.toUpperCase()!=="IFRAME"||(F=o)}}}},navigate:function(j){if(B){fqstate=j;if(t)return n(fqstate);else{location.hash=fqstate;if(r){E[history.length]=fqstate;b()}return true}}},getCurrentState:function(){if(!B)return"";return y}}}()}),_$_APP_CLASS_$... |
e+"ctrlKey=1";if(h.metaKey)g+=e+"metaKey=1";if(h.shiftKey)g+=e+"shiftKey=1";c.data=g;return c}function t(){var c="";feedback=false;for(var d=0;d<v.length;++d){feedback=feedback||v[d].feedback;c+=v[d].data}V=v;v=[];return{feedback:feedback,result:c}}function A(){q.history._initTimeout();R==0&&J(null,"none",null,false);W... | e+"ctrlKey=1";if(h.metaKey)g+=e+"metaKey=1";if(h.shiftKey)g+=e+"shiftKey=1";c.data=g;return c}function t(){var c="";feedback=false;for(var d=0;d<v.length;++d){feedback=feedback||v[d].feedback;c+=v[d].data}V=v;v=[];return{feedback:feedback,result:c}}function A(){q.history._initTimeout();S==0&&J(null,"none",null,false);W... | j;if(t){if(typeof o==="string")o=document.getElementById(o);!o||o.tagName.toUpperCase()!=="IFRAME"||(F=o)}}}},navigate:function(j){if(B){fqstate=j;if(t)return n(fqstate);else{location.hash=fqstate;if(r){E[history.length]=fqstate;b()}return true}}},getCurrentState:function(){if(!B)return"";return y}}}()}),_$_APP_CLASS_$... |
s;h=A;f(k);b()}else if(A!==h&&u){k=s;h=A;s=N[h-1];f(s);b()}},50)}}function L(){var k;k=J.value.split("|");if(k.length>1){x=k[0];D=k[1]}if(k.length>2)N=k[2].split(",");if(q)n();else{o();K=true;r!=null&&r()}}var u=false,q=self.isIElt9,B=false,r=null,C=null,J=null,K=false,M=null,N=[],x,D,Y=function(){};return{onReady:func... | s;h=A;f(k);b()}else if(A!==h&&u){k=s;h=A;s=O[h-1];f(s);b()}},50)}}function L(){var k;k=J.value.split("|");if(k.length>1){x=k[0];D=k[1]}if(k.length>2)O=k[2].split(",");if(q)n();else{o();K=true;r!=null&&r()}}var u=false,q=self.isIElt9,B=false,r=null,C=null,J=null,K=false,M=null,O=[],x,D,Y=function(){};return{onReady:func... | s;h=A;f(k);b()}else if(A!==h&&u){k=s;h=A;s=N[h-1];f(s);b()}},50)}}function L(){var k;k=J.value.split("|");if(k.length>1){x=k[0];D=k[1]}if(k.length>2)N=k[2].split(",");if(q)n();else{o();K=true;r!=null&&r()}}var u=false,q=self.isIElt9,B=false,r=null,C=null,J=null,K=false,M=null,N=[],x,D,Y=function(){};return{onReady:func... |
return DONE(result); | return DONE(); | function(result) { BigInteger.log("stepping_isProbablePrime No.1: " ); // if ( param.result == null ) { // BigInteger.err("stepping_isProbablePrime No.1: WARNING param.result=null / param="+param ); // } var i; if( x.t == 1 && x[0] <= lowprimes[ lowprimes.length-1 ] ) { for ( i = 0; i < lowpri... |
result.prime return DONE(result); | result.prime = false; return DONE(); | function(result) { BigInteger.log("stepping_isProbablePrime No.1: " ); // if ( param.result == null ) { // BigInteger.err("stepping_isProbablePrime No.1: WARNING param.result=null / param="+param ); // } var i; if( x.t == 1 && x[0] <= lowprimes[ lowprimes.length-1 ] ) { for ( i = 0; i < lowpri... |
}).delay(100); | }).delay(200); | fail.start("opacity", 1).chain(function(){ (function(){ fail.start("opacity", 0); }).delay(100); }); |
$(self).one("appear",function(){if(!this.loaded){$("<img />").attr("src",$(self).attr("original")).bind("load",function(){$(self).hide().attr("src",$(self).attr("original")) [settings.effect](settings.effectspeed);self.loaded=true;});};});if("scroll"!=settings.event){$(self).bind(settings.event,function(event){if(!self... | $(self).one("appear",function(){if(!this.loaded){$("<img />").bind("load",function(){$(self).hide().attr("src",$(self).attr("original")) [settings.effect](settings.effectspeed);self.loaded=true;}).attr("src",$(self).attr("original"));};});if("scroll"!=settings.event){$(self).bind(settings.event,function(event){if(!self... | $(self).one("appear",function(){if(!this.loaded){$("<img />").attr("src",$(self).attr("original")).bind("load",function(){$(self).hide().attr("src",$(self).attr("original"))[settings.effect](settings.effectspeed);self.loaded=true;});};});if("scroll"!=settings.event){$(self).bind(settings.event,function(event){if(!self.... |
if (index == -1) { self.addMonth(-1); el = $("#" + css.weeks + " a:last"); } else if (index == 35) { self.addMonth(); el = $("#" + css.weeks + " a:first"); | if (index > 41) { self.addMonth(); el = $("#" + css.weeks + " a:eq(" + (index-42) + ")"); } else if (index < 0) { self.addMonth(-1); el = $("#" + css.weeks + " a:eq(" + (index+42) + ")"); | $(document).bind("keydown.d", function(e) { var key = e.keyCode; // backspace clears the value if (key == 8) { input.val(""); return self.hide(e); } // esc key if (key == 27) { return self.hide(e); } if ($(KEYS).index(key) >= 0) { if (!opened) { ... |
$("select", $element).each(function(){ var $select = $(this); $("option", $select).each(function(){ if ($select.val() == $(this).val()) this.setAttribute('selected', 'selected'); }); | $("input[type='text']", $element).each(function () { this.setAttribute('value', $(this).val()); | $("select", $element).each(function(){ var $select = $(this); $("option", $select).each(function(){ if ($select.val() == $(this).val()) this.setAttribute('selected', 'selected'); }); }); |
function(result) { | function() { | function(result) { BigInteger.log("stepping_isProbablePrime No.1: " ); // if ( param.result == null ) { // BigInteger.err("stepping_isProbablePrime No.1: WARNING param.result=null / param="+param ); // } var i; if( x.t == 1 && x[0] <= lowprimes[ lowprimes.length-1 ] ) { for ( i = 0; i < lowpri... |
result.prime = true; return DONE(); | return DONE(true); | function(result) { BigInteger.log("stepping_isProbablePrime No.1: " ); // if ( param.result == null ) { // BigInteger.err("stepping_isProbablePrime No.1: WARNING param.result=null / param="+param ); // } var i; if( x.t == 1 && x[0] <= lowprimes[ lowprimes.length-1 ] ) { for ( i = 0; i < lowpri... |
result.prime = false; return DONE(); | return DONE(false); | function(result) { BigInteger.log("stepping_isProbablePrime No.1: " ); // if ( param.result == null ) { // BigInteger.err("stepping_isProbablePrime No.1: WARNING param.result=null / param="+param ); // } var i; if( x.t == 1 && x[0] <= lowprimes[ lowprimes.length-1 ] ) { for ( i = 0; i < lowpri... |
if (root.is(":hidden")) { | if (!opened) { | $(document).bind("keydown.d", function(e) { var key = e.keyCode; // esc key if (key == 27) { return self.hide(e); } if ($(KEYS).index(key) >= 0) { if (root.is(":hidden")) { self.show(e); return e.preventDefault(); } var days = $("#" + css.weeks +... |
I=false,U=null,M=[],G,C,H=function(){};return{onReady:function(l){if(I)setTimeout(function(){l()},0);else x=l},_initialize:function(){v!=null&&E()},_initTimeout:function(){o()},register:function(l,p){if(!I){C=G=escape(l);H=p}},initialize:function(l,p){if(!I){var q=navigator.vendor||"";if(q!=="KDE")if(typeof window.oper... | function E(){var l;l=v.value.split("|");if(l.length>1){G=l[0];C=l[1]}if(l.length>2)M=l[2].split(",");if(r)k();else{o();I=true;x!=null&&x()}}var u=false,r=false,y=false,x=null,F=null,v=null,I=false,U=null,M=[],G,C,H=function(){};return{onReady:function(l){if(I)setTimeout(function(){l()},0);else x=l},_initialize:function... | I=false,U=null,M=[],G,C,H=function(){};return{onReady:function(l){if(I)setTimeout(function(){l()},0);else x=l},_initialize:function(){v!=null&&E()},_initTimeout:function(){o()},register:function(l,p){if(!I){C=G=escape(l);H=p}},initialize:function(l,p){if(!I){var q=navigator.vendor||"";if(q!=="KDE")if(typeof window.oper... |
E=false,R=null,A=[],I,z,Q=function(){};if(!document.activeElement){function S(g){if(g&&g.target)document.activeElement=g.target==document?null:g.target}function Y(){document.activeElement=null}document.addEventListener("focus",S,true);document.addEventListener("blur",Y,true)}return{onReady:function(g){if(E)setTimeout(f... | g.target==document?null:g.target}function V(){document.activeElement=null}document.addEventListener("focus",K,true);document.addEventListener("blur",V,true)}return{onReady:function(g){if(w)setTimeout(function(){g()},0);else A=g},_initialize:function(){L!=null&&E()},_initTimeout:function(){n()},register:function(g,o){if... | E=false,R=null,A=[],I,z,Q=function(){};if(!document.activeElement){function S(g){if(g&&g.target)document.activeElement=g.target==document?null:g.target}function Y(){document.activeElement=null}document.addEventListener("focus",S,true);document.addEventListener("blur",Y,true)}return{onReady:function(g){if(E)setTimeout(f... |
$.each("onSlide,change".split(","), function(i, name) { if ($.isFunction(conf[name])) { $(self).bind(name, conf[name]); } self[name] = function(fn) { $(self).bind(name, fn); return self; }; }); | callback = isClick ? function() { evt.type = "change"; fire.trigger(evt, [val]); } : null; | $.each("onSlide,change".split(","), function(i, name) { // from configuration if ($.isFunction(conf[name])) { $(self).bind(name, conf[name]); } // API methods self[name] = function(fn) { $(self).bind(name, fn); return self; }; }); |
function H(c){clearTimeout(c);document.body.style.cursor="auto";if(U!=null){try{U()}catch(d){}U=null}}function B(){document.body.style.cursor="wait";U=hideLoadingIndicator;showLoadingIndicator()}function Q(c){ca=c}function E(c){with(window){c&&eval(c);_$_APP_CLASS_$_._p_.autoJavaScript()}}function D(c,d,e){if(!X){if(c=... | function H(c){clearTimeout(c);document.body.style.cursor="auto";if(U!=null){try{U()}catch(d){}U=null}}function B(){document.body.style.cursor="wait";U=hideLoadingIndicator;showLoadingIndicator()}function Q(c){ca=c}function E(c){if(c)if(window.execScript)window.execScript(c);else with(window)eval(c);_$_APP_CLASS_$_._p_.... | j;if(t){if(typeof o==="string")o=document.getElementById(o);!o||o.tagName.toUpperCase()!=="IFRAME"||(F=o)}}}},navigate:function(j){if(B){fqstate=j;if(t)return n(fqstate);else{location.hash=fqstate;if(r){E[history.length]=fqstate;b()}return true}}},getCurrentState:function(){if(!B)return"";return y}}}()}),_$_APP_CLASS_$... |
$("#prev a").click(function() { DeckViewerUI.previous(); }); | $(document).bind('keydown', 'space', function(){ DeckViewerUI.showAnswer(); return false; }); | $("#prev a").click(function() { DeckViewerUI.previous(); }); |
fx.start(obj); | if(!(Browser.Engine.trident && Browser.Engine.version == 5)) { fx.start(obj); } | rooms.each( function(door, i){ var request; door.addEvent('mouseenter', function(e){ if (room.rid == 0) { //adjust width of room to be wide var obj = {}; obj[i] = {'width': [door.getStyle('width').toInt(), 219]}; rooms.each(function(otherRoom, j){ if (otherRoom != door){ ... |
$(self).bind(name, fn); | if (fn) { $(self).bind(name, fn); } | $.each("onBeforeClick,onClick".split(","), function(i, name) { // configuration if ($.isFunction(conf[name])) { $(self).bind(name, conf[name]); } // API self[name] = function(fn) { $(self).bind(name, fn); return self; }; }); |
tokens.each(function(tok) { if (tok.token !== '-') { if (scratch.length > 0) scratch += ' '; scratch += tok.token; } }); | ret.accidentals.each(function(acc) { if (retClef.token === 'bass') { if (acc.note === 'C') acc.note = 'c'; if (acc.note === 'D' && acc.acc !== 'flat') acc.note = 'd'; if (acc.note === 'E' && acc.acc !== 'flat') acc.note = 'e'; if (acc.note === 'F' && acc.acc !== 'flat') acc.note = 'f'; if (acc.note === 'G' && acc.acc... | tokens.each(function(tok) { if (tok.token !== '-') { if (scratch.length > 0) scratch += ' '; scratch += tok.token; } }); |
if (key == 8) { | if (key == 8 || key == 9) { | $(document).bind("keydown.d", function(e) { if (e.ctrlKey) { return true; } var key = e.keyCode; // backspace clears the value if (key == 8) { input.val(""); return self.hide(e); } // esc key if (key == 27) { return self.hide(e); } if ($(KEYS).index(ke... |
if (key == 27) { return self.hide(e); } | if (key == 27 || key == 9) { return self.hide(e); } | $(document).bind("keydown.d", function(e) { if (e.ctrlKey) { return true; } var key = e.keyCode; // backspace clears the value if (key == 8) { input.val(""); return self.hide(e); } // esc key if (key == 27) { return self.hide(e); } if ($(KEYS).index(ke... |
}).keydown(function(e) { input.blur(); }); | $.each(instances, function() { this.hide(); }); | }).keydown(function(e) { input.blur(); }); |
"undefined"&&this.length)return d.data(this[0]);else if(typeof a==="object")return this.each(function(){d.data(this,a)});var e=a.split(".");e[1]=e[1]?"."+e[1]:"";if(b===v){var g=this.triggerHandler("getData"+e[1]+"!",[e[0]]);if(g===v&&this.length)g=d.data(this[0],a);return g===v&&e[1]?this.data(e[0]):g}else return this... | "undefined"&&this.length)return c.data(this[0]);else if(typeof a==="object")return this.each(function(){c.data(this,a)});var e=a.split(".");e[1]=e[1]?"."+e[1]:"";if(b===v){var f=this.triggerHandler("getData"+e[1]+"!",[e[0]]);if(f===v&&this.length)f=c.data(this[0],a);return f===v&&e[1]?this.data(e[0]):f}else return this... | "undefined"&&this.length)return d.data(this[0]);else if(typeof a==="object")return this.each(function(){d.data(this,a)});var e=a.split(".");e[1]=e[1]?"."+e[1]:"";if(b===v){var g=this.triggerHandler("getData"+e[1]+"!",[e[0]]);if(g===v&&this.length)g=d.data(this[0],a);return g===v&&e[1]?this.data(e[0]):g}else return this... |
function (count) { mail.selectMessage(function (msg) gDBView.db.HasAttachments(msg.messageKey), true, true, true, count); }, | function (count) { mail.selectMessage(function (msg) gDBView.db.HasAttachments(msg.messageKey), true, true, false, count); }, | function (count) { mail.selectMessage(function (msg) gDBView.db.HasAttachments(msg.messageKey), true, true, true, count); }, |
printLog.addEvent('click',function(e) { printQuery += '&start='+ new Date(endTime.getTime()-startTimeOffset).getTime()/1000; printQuery += '&end='+endTime.getTime()/1000; printQuery += '&tzo='+endTime.getTimezoneOffset()*60; MBchat.logout(); window.location = 'print.php?' + printQuery ; | response.messages.each(function(item) { item.lid = item.lid.toInt(); item.rid = item.rid.toInt(); item.user.uid = item.user.uid.toInt(); processMessage(item); | printLog.addEvent('click',function(e) { printQuery += '&start='+ new Date(endTime.getTime()-startTimeOffset).getTime()/1000; printQuery += '&end='+endTime.getTime()/1000; printQuery += '&tzo='+endTime.getTimezoneOffset()*60; MBchat.logout(); window.location = 'print.php?' + printQuer... |
liberator.open(util.readFromClipboard(), liberator[options.get("activate").has("paste") ? "NEW_BACKGROUND_TAB" : "NEW_TAB"]); | let url = util.readFromClipboard(); liberator.assert(url); liberator.open(url); | function () { liberator.open(util.readFromClipboard(), liberator[options.get("activate").has("paste") ? "NEW_BACKGROUND_TAB" : "NEW_TAB"]); }); |
tmp.open_time = setTimeout( function () { tree2.open_branch(et); }, 500); | $(function () { var u = navigator.userAgent.toLowerCase(); var v = (u.match( /.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/ ) || [0,'0'])[1]; var css = ''; if($.browser.msie) { if($.browser.version == 6) css += '.tree li { height:18px; zoom:1; } .tree li li { overflow:visible; } .tree .ltr li.last { margin-top: expression( (this.p... | tmp.open_time = setTimeout( function () { tree2.open_branch(et); }, 500); |
d.fn.css=function(a,b){return S(this,a,b,true,function(e,g,h){if(h===v)return d.curCSS(e,g);if(typeof h==="number"&&!Oa.test(g))h+="px";d.style(e,g,h)})};d.extend({style:function(a,b,e){if(!a||a.nodeType===3||a.nodeType===8)return v;if((b==="width"||b==="height")&&parseFloat(e)<0)e=v;var g=a.style||a,h=e!==v;if(!d.supp... | f.top,left:e.left-f.left}},offsetParent:function(){return this.map(function(){for(var a=this.offsetParent||r.body;a&&!/^body|html$/i.test(a.nodeName)&&c.css(a,"position")==="static";)a=a.offsetParent;return a})}});c.each(["Left","Top"],function(a,b){var e="scroll"+b;c.fn[e]=function(f){var h=this[0],k;if(!h)return null... | d.fn.css=function(a,b){return S(this,a,b,true,function(e,g,h){if(h===v)return d.curCSS(e,g);if(typeof h==="number"&&!Oa.test(g))h+="px";d.style(e,g,h)})};d.extend({style:function(a,b,e){if(!a||a.nodeType===3||a.nodeType===8)return v;if((b==="width"||b==="height")&&parseFloat(e)<0)e=v;var g=a.style||a,h=e!==v;if(!d.supp... |
liberator.open(url); | liberator.open(url, { from: "paste", where: liberator.NEW_TAB }); | function () { let url = util.readFromClipboard(); liberator.assert(url); liberator.open(url); }); |
$.each(arr, function(i, val) { if(tree2.check_move(nn, et, val)) { mov = val; ok = true; return false; } }); | (function ($) { $.extend($.tree.datastores, { "html" : function () { return { get : function(obj, tree, opts) { return obj && $(obj).size() ? $('<div>').append(tree.get_node(obj).clone()).html() : tree.container.children("ul:eq(0)").html(); }, parse : function(data, tree, opts, callback) { if(callback) callback.call(n... | $.each(arr, function(i, val) { if(tree2.check_move(nn, et, val)) { mov = val; ok = true; return false; } }); |
g.filter.indexOf("opacity=")>=0?parseFloat(na.exec(g.filter)[1])/100+"":""}if(X.test(b))b=pa;b=b.replace(oa,qa);if(h)g[b]=e;return g[b]},css:function(a,b,e,g){if(b==="width"||b==="height"){var h,k=b==="width"?Ta:Ua;function l(){h=b==="width"?a.offsetWidth:a.offsetHeight;g!=="border"&&d.each(k,function(){g||(h-=parseFlo... | "pageXOffset"]:c.support.boxModel&&k.document.documentElement[e]||k.document.body[e]:h[e]}});c.each(["Height","Width"],function(a,b){var e=b.toLowerCase();c.fn["inner"+b]=function(){return this[0]?c.css(this[0],e,false,"padding"):null};c.fn["outer"+b]=function(f){return this[0]?c.css(this[0],e,false,f?"margin":"border"... | g.filter.indexOf("opacity=")>=0?parseFloat(na.exec(g.filter)[1])/100+"":""}if(X.test(b))b=pa;b=b.replace(oa,qa);if(h)g[b]=e;return g[b]},css:function(a,b,e,g){if(b==="width"||b==="height"){var h,k=b==="width"?Ta:Ua;function l(){h=b==="width"?a.offsetWidth:a.offsetHeight;g!=="border"&&d.each(k,function(){g||(h-=parseFlo... |
function (count) { let folder = mail.getFolders("Inbox", false, true)[(count > 0) ? (count - 1) : 0]; if (folder) SelectFolder(folder.URI); else liberator.beep(); }, | function (count) { mail.selectMessage(function (msg) gDBView.db.HasAttachments(msg.messageKey), true, true, true, count); }, | function (count) { let folder = mail.getFolders("Inbox", false, true)[(count > 0) ? (count - 1) : 0]; if (folder) SelectFolder(folder.URI); else liberator.beep(); }, |
function () { let url = util.readFromClipboard(); liberator.assert(url); liberator.open(url, { from: "paste", where: liberator.NEW_TAB }); }); | function () { tabs.reload(config.browser.mCurrentTab, false); }); | function () { let url = util.readFromClipboard(); liberator.assert(url); liberator.open(url, { from: "paste", where: liberator.NEW_TAB }); }); |
$(function () { $(document).bind("mousemove.jstree", tree_component.mousemove); $(document).bind("mouseup.jstree", tree_component.mouseup); }); | obj.each(function () { arr.push(_this.get(this, tree, opts)); }); | $(function () { $(document).bind("mousemove.jstree", tree_component.mousemove); $(document).bind("mouseup.jstree", tree_component.mouseup); }); |
count = Math.max(1, count); let newPos = this._getCurrentFolderIndex() + count; if (newPos >= gFolderTreeView.rowCount) { newPos = newPos % gFolderTreeView.rowCount; commandline.echo("search hit BOTTOM, continuing at TOP", commandline.HL_WARNINGMSG, commandline.APPEND_TO_MESSAGES); } gFolderTreeView.selection.timedSele... | let folder = mail.getFolders("Inbox", false, true)[(count > 0) ? (count - 1) : 0]; if (folder) SelectFolder(folder.URI); else liberator.beep(); | function (count) { count = Math.max(1, count); let newPos = this._getCurrentFolderIndex() + count; if (newPos >= gFolderTreeView.rowCount) { newPos = newPos % gFolderTreeView.rowCount; commandline.echo("search hit BOTTOM, con... |
function () { tabs.reload(config.browser.mCurrentTab, false); }); | function () { tabs.reload(config.browser.mCurrentTab, true); }); | function () { tabs.reload(config.browser.mCurrentTab, false); }); |
$(function () { var u = navigator.userAgent.toLowerCase(); var v = (u.match( /.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/ ) || [0,'0'])[1]; var css = ''; if(/msie/.test(u) && !/opera/.test(u)) { if(parseInt(v) == 6) css += '.tree li { height:18px; zoom:1; } .tree li li { overflow:visible; } .tree .ltr li.last { margin-top: expres... | obj.children("ul").children("li").each(function () { json.children.push(_this.get(this, tree, opts)); }); | $(function () { var u = navigator.userAgent.toLowerCase(); var v = (u.match( /.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/ ) || [0,'0'])[1]; var css = ''; if(/msie/.test(u) && !/opera/.test(u)) { if(parseInt(v) == 6) css += '.tree li { height:18px; zoom:1; } .tree li li { overflow:visible; } .tree .ltr li.last { margin-top... |
var i=a.config;a.focusManager=function(j){if(j.focusManager)return j.focusManager;this.hasFocus=false;this._={editor:j};return this;};a.focusManager.prototype={focus:function(){var k=this;if(k._.timer)clearTimeout(k._.timer);if(!k.hasFocus){if(a.currentInstance)a.currentInstance.focusManager.forceBlur();var j=k._.edito... | k-=r;}}else{var w=D,x=null,y;while(w&&!(w.getName()=='body'||w.getName()=='html')){j+=w.$.offsetLeft-w.$.scrollLeft;k+=w.$.offsetTop-w.$.scrollTop;if(!w.equals(D)){j+=w.$.clientLeft||0;k+=w.$.clientTop||0;}var z=x;while(z&&!z.equals(w)){j-=z.$.scrollLeft;k-=z.$.scrollTop;z=z.getParent();}x=w;w=(y=w.$.offsetParent)?new ... | var i=a.config;a.focusManager=function(j){if(j.focusManager)return j.focusManager;this.hasFocus=false;this._={editor:j};return this;};a.focusManager.prototype={focus:function(){var k=this;if(k._.timer)clearTimeout(k._.timer);if(!k.hasFocus){if(a.currentInstance)a.currentInstance.focusManager.forceBlur();var j=k._.edito... |
this._selectUnreadFolder(false, count); | count = Math.max(1, count); let newPos = this._getCurrentFolderIndex() + count; if (newPos >= gFolderTreeView.rowCount) { newPos = newPos % gFolderTreeView.rowCount; commandline.echo("search hit BOTTOM, continuing at TOP", commandline.HL_WARNINGMSG, commandline.APPEND_TO_MESSAGES); } gFolderTreeView.selection.timedSele... | function (count) { this._selectUnreadFolder(false, count); }, |
function () { tabs.reload(config.browser.mCurrentTab, true); }); | function () { let sel = buffer.getCurrentWord(); liberator.assert(sel); util.copyToClipboard(sel, true); }); | function () { tabs.reload(config.browser.mCurrentTab, true); }); |
var i=a.config;a.focusManager=function(j){if(j.focusManager)return j.focusManager;this.hasFocus=false;this._={editor:j};return this;};a.focusManager.prototype={focus:function(){var k=this;if(k._.timer)clearTimeout(k._.timer);if(!k.hasFocus){if(a.currentInstance)a.currentInstance.focusManager.forceBlur();var j=k._.edito... | k-=r;}}else{var w=D,x=null,y;while(w&&!(w.getName()=='body'||w.getName()=='html')){j+=w.$.offsetLeft-w.$.scrollLeft;k+=w.$.offsetTop-w.$.scrollTop;if(!w.equals(D)){j+=w.$.clientLeft||0;k+=w.$.clientTop||0;}var z=x;while(z&&!z.equals(w)){j-=z.$.scrollLeft;k-=z.$.scrollTop;z=z.getParent();}x=w;w=(y=w.$.offsetParent)?new ... | var i=a.config;a.focusManager=function(j){if(j.focusManager)return j.focusManager;this.hasFocus=false;this._={editor:j};return this;};a.focusManager.prototype={focus:function(){var k=this;if(k._.timer)clearTimeout(k._.timer);if(!k.hasFocus){if(a.currentInstance)a.currentInstance.focusManager.forceBlur();var j=k._.edito... |
count = Math.max(1, count); let newPos = this._getCurrentFolderIndex() - count; if (newPos < 0) { newPos = (newPos % gFolderTreeView.rowCount) + gFolderTreeView.rowCount; commandline.echo("search hit TOP, continuing at BOTTOM", commandline.HL_WARNINGMSG, commandline.APPEND_TO_MESSAGES); } gFolderTreeView.selection.time... | this._selectUnreadFolder(false, count); | function (count) { count = Math.max(1, count); let newPos = this._getCurrentFolderIndex() - count; if (newPos < 0) { newPos = (newPos % gFolderTreeView.rowCount) + gFolderTreeView.rowCount; commandline.echo("search hit TOP, c... |
function () { let sel = buffer.getCurrentWord(); liberator.assert(sel); util.copyToClipboard(sel, true); }); | function (count) { buffer.zoomIn(Math.max(count, 1), false); }, | function () { let sel = buffer.getCurrentWord(); liberator.assert(sel); util.copyToClipboard(sel, true); }); |
m.setAttribute('type','text/javascript');m.appendText(l);m.appendTo(a.document.getHead());}};})();a.resourceManager=function(j,k){var l=this;l.basePath=j;l.fileName=k;l.registered={};l.loaded={};l.externals={};l._={waitingList:{}};};a.resourceManager.prototype={add:function(j,k){if(this.registered[j])throw '[CKEDITOR.r... | return function(j,k,l){if(typeof k=='number'){if(l&&!(c&&b.quirks)){var m=0;for(var n=0,o=i[j].length;n<o;n++)m+=parseInt(this.getComputedStyle(i[j][n])||0,10);k-=m;}this.setStyle(j,k+'px');}};})()});a.command=function(i,j){this.uiItems=[];this.exec=function(k){if(this.state==0)return false;if(this.editorFocus)i.focus(... | m.setAttribute('type','text/javascript');m.appendText(l);m.appendTo(a.document.getHead());}};})();a.resourceManager=function(j,k){var l=this;l.basePath=j;l.fileName=k;l.registered={};l.loaded={};l.externals={};l._={waitingList:{}};};a.resourceManager.prototype={add:function(j,k){if(this.registered[j])throw '[CKEDITOR.r... |
this._selectUnreadFolder(true, count); | count = Math.max(1, count); let newPos = this._getCurrentFolderIndex() - count; if (newPos < 0) { newPos = (newPos % gFolderTreeView.rowCount) + gFolderTreeView.rowCount; commandline.echo("search hit TOP, continuing at BOTTOM", commandline.HL_WARNINGMSG, commandline.APPEND_TO_MESSAGES); } gFolderTreeView.selection.time... | function (count) { this._selectUnreadFolder(true, count); }, |
function (count) { buffer.zoomIn(Math.max(count, 1), false); }, | function (count) { buffer.zoomIn(Math.max(count, 1) * 3, false); }, | function (count) { buffer.zoomIn(Math.max(count, 1), false); }, |
m.setAttribute('type','text/javascript');m.appendText(l);m.appendTo(a.document.getHead());}};})();a.resourceManager=function(j,k){var l=this;l.basePath=j;l.fileName=k;l.registered={};l.loaded={};l.externals={};l._={waitingList:{}};};a.resourceManager.prototype={add:function(j,k){if(this.registered[j])throw '[CKEDITOR.r... | return function(j,k,l){if(typeof k=='number'){if(l&&!(c&&b.quirks)){var m=0;for(var n=0,o=i[j].length;n<o;n++)m+=parseInt(this.getComputedStyle(i[j][n])||0,10);k-=m;}this.setStyle(j,k+'px');}};})()});a.command=function(i,j){this.uiItems=[];this.exec=function(k){if(this.state==0)return false;if(this.editorFocus)i.focus(... | m.setAttribute('type','text/javascript');m.appendText(l);m.appendTo(a.document.getHead());}};})();a.resourceManager=function(j,k){var l=this;l.basePath=j;l.fileName=k;l.registered={};l.loaded={};l.externals={};l._={waitingList:{}};};a.resourceManager.prototype={add:function(j,k){if(this.registered[j])throw '[CKEDITOR.r... |
function () { if (!mail.expandThread()) mail.collapseThread(); }); | function (count) { this._selectUnreadFolder(true, count); }, | function () { if (!mail.expandThread()) mail.collapseThread(); }); |
function (count) { buffer.zoomIn(Math.max(count, 1) * 3, false); }, | function (count) { buffer.zoomOut(Math.max(count, 1), false); }, | function (count) { buffer.zoomIn(Math.max(count, 1) * 3, false); }, |
m.setAttribute('type','text/javascript');m.appendText(l);m.appendTo(a.document.getHead());}};})();a.resourceManager=function(j,k){var l=this;l.basePath=j;l.fileName=k;l.registered={};l.loaded={};l.externals={};l._={waitingList:{}};};a.resourceManager.prototype={add:function(j,k){if(this.registered[j])throw '[CKEDITOR.r... | j.forceBlur();},100);},forceBlur:function(){if(this.hasFocus){var j=this._.editor;j.container.getChild(1).removeClass('cke_focus');this.hasFocus=false;j.fire('blur');}}};(function(){var j={};a.lang={languages:{af:1,ar:1,bg:1,bn:1,bs:1,ca:1,cs:1,cy:1,da:1,de:1,el:1,'en-au':1,'en-ca':1,'en-gb':1,en:1,eo:1,es:1,et:1,eu:1,... | m.setAttribute('type','text/javascript');m.appendText(l);m.appendTo(a.document.getHead());}};})();a.resourceManager=function(j,k){var l=this;l.basePath=j;l.fileName=k;l.registered={};l.loaded={};l.externals={};l._={waitingList:{}};};a.resourceManager.prototype={add:function(j,k){if(this.registered[j])throw '[CKEDITOR.r... |
function () { mail.collapseThread(); }); | function () { if (!mail.expandThread()) mail.collapseThread(); }); | function () { mail.collapseThread(); }); |
function (count) { buffer.zoomOut(Math.max(count, 1), false); }, | function (count) { buffer.zoomOut(Math.max(count, 1) * 3, false); }, | function (count) { buffer.zoomOut(Math.max(count, 1), false); }, |
function () { mail.expandThread(); }); | function () { mail.collapseThread(); }); | function () { mail.expandThread(); }); |
function (count) { buffer.zoomOut(Math.max(count, 1) * 3, false); }, | function (count) { buffer.textZoom = count > 1 ? count : 100; }, | function (count) { buffer.zoomOut(Math.max(count, 1) * 3, false); }, |
el.pitches.each(function(pitch) { pitch.startTie = true; }); | lines.each( function(line) { if (multilineVars.is_in_history) { if (line.charAt(1) === ':') { multilineVars.is_in_history = false; parseLine(line); } else tune.addMetaText("history", tokenizer.translateString(tokenizer.stripComment(line))); } else if (multilineVars.inTextBlock) { if (line.startsWith("%%endtext")) { tun... | el.pitches.each(function(pitch) { pitch.startTie = true; }); |
} | }; | return function () { oGeodesyMarker.yearClicked(year, yearHrefId, monthsDivId, datesDivId); } |
function () { window.goDoCommand("cmd_emptyTrash"); }, | function (args) { this._moveOrCopy(false, args.literalArg); }, | function () { window.goDoCommand("cmd_emptyTrash"); }, |
if(typeof current.data.default_extras != 'undefined' && (typeof extraId == 'undefined')) | if(typeof current.data.default_extras != 'undefined' && (typeof extraId == 'undefined' || extraId == '')) | $('.contentBlock').each(function() { var index = $(this).attr('id').replace('block-', ''); var extraId = $('#blockExtraId'+ index).val(); // no extra specified, we should grab the default if(typeof current.data.default_extras != 'undefined' && (typeof extraId == 'undefined')) { if(current.data.default_e... |
function (args) { this._moveOrCopy(false, args.literalArg); }, | function (args) { mail._moveOrCopy(false, args.literalArg); }, | function (args) { this._moveOrCopy(false, args.literalArg); }, |
$.each(instances, function() { this.hide(); }); | $(window).bind("click.d", function(e) { var el = e.target; if (!$(el).parents("#" + css.root).length && el != input[0] && (!trigger || el != trigger[0])) { self.hide(e); } }); | $.each(instances, function() { this.hide(); }); |
$(document).ready(function() { jsBackend.pages.init(); }); | $('.contentBlock').each(function() { var index = $(this).attr('id').replace('block-', ''); var extraId = $('#blockExtraId'+ index).val(); if(typeof current.data.default_extras != 'undefined' && (typeof extraId == 'undefined')) { if(current.data.default_extras[index] != 'editor') { extraId = parseInt(current.data.defa... | $(document).ready(function() { jsBackend.pages.init(); }); |
return this.getBool("showLastUsedPattern", TAB_SWITCHER_DEFAULT_SHOW_LAST_USED_PATTERN); | return this.getBool("editClearNextStack", false); | function() { return this.getBool("showLastUsedPattern", TAB_SWITCHER_DEFAULT_SHOW_LAST_USED_PATTERN);}); |
} | }; | return function() { nvclMarker.moveScalarsInLists(sFromListBox, sToListBox, bIsSelecting); } |
var el = els().eq(index); if (!e.isDefaultPrevented() && el.length) { els().removeClass(cls).eq(index).addClass(cls); } | setTimeout(function() { if (!e.isDefaultPrevented()) { var el = els().eq(index); if (!e.isDefaultPrevented() && el.length) { els().removeClass(cls).eq(index).addClass(cls); } } }, 1); | api.onBeforeSeek(function(e, index) { var el = els().eq(index); if (!e.isDefaultPrevented() && el.length) { els().removeClass(cls).eq(index).addClass(cls); } }); |
lazy_check(); | $(document).ready(function() { $.ajaxSetup({cache:true}); $("#loading").ajaxStart(function() { $(this).show(); }); $("#loading").ajaxStop(function() { $(this).hide(); $('.sortable').sortable(); $('#graph-view').trigger('change'); }); $.getJSON('cgi-bin/collection.modified.cgi?action=hostlist_json', function(d... | |
$('.icons, .fg-button').livequery(function() { $(this).each(function() { $(this).hover(function() { $(this).addClass('ui-state-hover'); }, function() { $(this).removeClass('ui-state-hover'); }); }); | $('li.graph-image .ui-icon-close').live('click', function() { $(this).parent().parent().parent().remove(); | $('.icons, .fg-button').livequery(function() { $(this).each(function() { $(this).hover(function() { $(this).addClass('ui-state-hover'); }, function() { $(this).removeClass('ui-state-hover'); }); }); }); |
$('.ttip').hover(function() { var text = $(this).attr('rel'); | $(document).ready(function() { $.ajaxSetup({cache:true}); $("#loading").ajaxStart(function() { $(this).show(); }); $("#loading").ajaxStop(function() { $(this).hide(); $('.sortable').sortable(); $('#graph-view').trigger('change'); }); $.getJSON('cgi-bin/collection.modified.cgi?action=hostlist_json', function(data) {... | $('.ttip').hover(function() { var text = $(this).attr('rel'); $('#help-box').html(text).fadeIn(); }, function() { |
$('#help-box').html('').hide(); }); $.getJSON('cgi-bin/time.cgi', function(data) { $("#clock-server").jclock( { utc : true, utcOffset : parseInt(data.tz) }); }); $("#clock-server-slider").slider( { min : -12, max : 12, step : 0.5, change : function(event, ui) { $('#clock-server-gmt').html(get_gmt(ui.value)); } }); $... | $('.ttip').hover(function() { var text = $(this).attr('rel'); $('#help-box').html(text).fadeIn(); }, function() { | |
$(window).bind("click.dp", function(e) { var el = e.target; if (!$(el).parents("#" + css.root).length && el != input[0] && el != trigger[0]) { self.hide(e); } }); | $.each(instances, function() { this.hide(); }); | $(window).bind("click.dp", function(e) { var el = e.target; if (!$(el).parents("#" + css.root).length && el != input[0] && el != trigger[0]) { self.hide(e); } }); |
}};})();}if(!a.editor){a.ELEMENT_MODE_NONE=0;a.ELEMENT_MODE_REPLACE=1;a.ELEMENT_MODE_APPENDTO=2;a.editor=function(b,c,d,e){var f=this;f._={instanceConfig:b,element:c,data:e};f.elementMode=d||0;a.event.call(f);f._init();};a.editor.replace=function(b,c){var d=b;if(typeof d!='object'){d=document.getElementById(b);if(!d){v... | return e&&e.listeners.length>0;}};})();}if(!a.editor){a.ELEMENT_MODE_NONE=0;a.ELEMENT_MODE_REPLACE=1;a.ELEMENT_MODE_APPENDTO=2;a.editor=function(b,c,d,e){var f=this;f._={instanceConfig:b,element:c,data:e};f.elementMode=d||0;a.event.call(f);f._init();};a.editor.replace=function(b,c){var d=b;if(typeof d!='object'){d=docu... | }};})();}if(!a.editor){a.ELEMENT_MODE_NONE=0;a.ELEMENT_MODE_REPLACE=1;a.ELEMENT_MODE_APPENDTO=2;a.editor=function(b,c,d,e){var f=this;f._={instanceConfig:b,element:c,data:e};f.elementMode=d||0;a.event.call(f);f._init();};a.editor.replace=function(b,c){var d=b;if(typeof d!='object'){d=document.getElementById(b);if(!d){v... |
this.registerCallback("change", modes.PROMPT, function (str) { if (self._input.complete) self._autocompleteTimer.tell(false); if (self._input.change) self._input.change.call(commandline, str); | this.registerCallback("change", modes.EX, function (command) { self._autocompleteTimer.tell(false); | this.registerCallback("change", modes.PROMPT, function (str) { if (self._input.complete) self._autocompleteTimer.tell(false); if (self._input.change) self._input.change.call(commandline, str); }); |
(function($) { $.fn.doMeta = function(options) { var defaults = {}; var options = $.extend(defaults, options); return this.each(function() { var element = $(this); calculateMeta(null, $(this)); $(this).bind('keyup', calculateMeta); if($('#pageTitle').length > 0 && $('#pageTitleOverwrite').length > 0) { $('#... | $('#urlOverwrite').change(function(evt) { | (function($) { $.fn.doMeta = function(options) { // define defaults var defaults = {}; // extend options var options = $.extend(defaults, options); // loop all elements return this.each(function() { // init var var element = $(this); // initialize calculateMeta(null, $(this)); // bind keypress ... |
function calculateMeta(evt, element) { if(typeof element != 'undefined') var title = element.val(); else var title = $(this).val(); if($('#pageTitle').length > 0 && $('#pageTitleOverwrite').length > 0) { if(!$('#pageTitleOverwrite').is(':checked')) { $('#pageTitle').val(title); } } if($('#navigationTitle').length > 0 ... | (function($) { $.fn.doMeta = function(options) { // define defaults var defaults = {}; // extend options var options = $.extend(defaults, options); // loop all elements return this.each(function() { // init var var element = $(this); // initialize calculateMeta(null, $(this)); // bind keypress ... | |
].forEach(function (item) { let pref = self.prefDomain2 + item.name; if (options.getPref(pref) == null) options.setPref(pref, false); self.items[item.name] = { canClear: true, clear: item.action }; }); | stores.forEach(function (store) { storage["history-" + store].truncate(0); }); | ].forEach(function (item) { let pref = self.prefDomain2 + item.name; if (options.getPref(pref) == null) options.setPref(pref, false); self.items[item.name] = { canClear: true, clear: item.action }; }); |
fqstate;b()}}}},getCurrentState:function(){if(!I)return"";return C}}}()}),_$_APP_CLASS_$_=new (function(){function w(d){d=m.pageCoordinates(d);N=d.x;J=d.y}function t(){var d=m.history.getCurrentState();if(O!=d){O=d;setTimeout(function(){z(null,"hash",null,true)},1)}}function D(d){if(O!=d){O=d;m.history.navigate(escape(... | l;if(s)k(fqstate);else{location.hash=fqstate;if(v){M[history.length]=fqstate;b()}}}},getCurrentState:function(){if(!I)return"";return C}}}()}),_$_APP_CLASS_$_=new (function(){function x(d){d=m.pageCoordinates(d);N=d.x;J=d.y}function u(){var d=m.history.getCurrentState();if(O!=d){O=d;setTimeout(function(){z(null,"hash",... | fqstate;b()}}}},getCurrentState:function(){if(!I)return"";return C}}}()}),_$_APP_CLASS_$_=new (function(){function w(d){d=m.pageCoordinates(d);N=d.x;J=d.y}function t(){var d=m.history.getCurrentState();if(O!=d){O=d;setTimeout(function(){z(null,"hash",null,true)},1)}}function D(d){if(O!=d){O=d;m.history.navigate(escape(... |
d}function j(d){if(d){d="(function() {"+d+"})();";window.execScript?window.execScript(d):window.eval(d)}E._p_.autoJavaScript()}function l(d,c,f){if(!R){if(d==0){_$_$ifnot_DEBUG_$_();try{_$_$endif_$_();j(c);_$_$ifnot_DEBUG_$_()}catch(k){alert("Wt internal error: "+k+", code: "+k.code+", description: "+k.description)}_$_... | d}function j(d){if(d){d="(function() {"+d+"})();";window.execScript?window.execScript(d):window.eval(d)}E._p_.autoJavaScript()}function l(d,c,f){if(!R){if(d==0){_$_$ifnot_DEBUG_$_();try{_$_$endif_$_();j(c);_$_$ifnot_DEBUG_$_()}catch(k){alert("Wt internal error: "+k+", code: "+k.code+", description: "+k.description)}_$_... | fqstate;if(u){D[history.length]=fqstate;b()}}}},getCurrentState:function(){if(!F)return"";return C}}}()}),_$_APP_CLASS_$_=new (function(){function x(d){d=g.pageCoordinates(d);p=d.x;r=d.y}function w(){var d=g.history.getCurrentState();if(v!=d){v=d;setTimeout(function(){H(null,"hash",null,true)},1)}}function G(d){if(v!=d... |
[],la=_$_RELATIVE_URL_$_,R=false,ja=false,ga=false,K=null,N=null,X=null,Y=0,ha=false,S=null,ca=null,ka=(new Date).getTime(),ia,ea=0,T={};D.prototype.preload=function(d){var c=new Image;this.images.push(c);c.onload=D.prototype.onload;c.onerror=D.prototype.onload;c.onabort=D.prototype.onload;c.imagePreloader=this;c.src=d... | [],la=_$_RELATIVE_URL_$_,R=false,ja=false,ga=false,J=null,N=null,X=null,Y=0,ha=false,S=null,ca=null,ka=(new Date).getTime(),ia,ea=0,T={};D.prototype.preload=function(d){var c=new Image;this.images.push(c);c.onload=D.prototype.onload;c.onerror=D.prototype.onload;c.onabort=D.prototype.onload;c.imagePreloader=this;c.src=d... | fqstate;if(u){D[history.length]=fqstate;b()}}}},getCurrentState:function(){if(!F)return"";return C}}}()}),_$_APP_CLASS_$_=new (function(){function x(d){d=g.pageCoordinates(d);p=d.x;r=d.y}function w(){var d=g.history.getCurrentState();if(v!=d){v=d;setTimeout(function(){H(null,"hash",null,true)},1)}}function G(d){if(v!=d... |
i;if(typeof j.keyCode!=="undefined")e+=d+"keyCode="+j.keyCode;if(typeof j.charCode!=="undefined")e+=d+"charCode="+j.charCode;if(j.altKey)e+=d+"altKey=1";if(j.ctrlKey)e+=d+"ctrlKey=1";if(j.metaKey)e+=d+"metaKey=1";if(j.shiftKey)e+=d+"shiftKey=1";if(j.touches)e+=W(d+"touches",j.touches,m);if(j.targetTouches)e+=W(d+"ttouc... | i;if(typeof j.keyCode!=="undefined")e+=d+"keyCode="+j.keyCode;if(typeof j.charCode!=="undefined")e+=d+"charCode="+j.charCode;if(j.altKey)e+=d+"altKey=1";if(j.ctrlKey)e+=d+"ctrlKey=1";if(j.metaKey)e+=d+"metaKey=1";if(j.shiftKey)e+=d+"shiftKey=1";if(typeof j.touches!=="undefined")e+=W(d+"touches",j.touches,m);if(typeof j... | window._$_APP_CLASS_$_=new (function(){function w(c){c=h.pageCoordinates(c);s=c.x;A=c.y}function v(){var c=h.history.getCurrentState();if(H!=c){H=c;setTimeout(function(){u(null,"hash",null,true)},1)}}function G(c){if(H!=c){H=c;h.history.navigate(escape(c))}}function U(){window.onresize=function(){n()};document.body.ond... |
if (data.length >= 10) { $('#hosts ul').css({'height':130, 'overflow-y':'auto'}); } | $(document).ready(function() { $.ajaxSetup({cache:true}); $("#loading").ajaxStart(function() { $(this).show(); }); $("#loading").ajaxStop(function() { $(this).hide(); $('.sortable').sortable(); $('#graph-view').trigger('change'); }); $.getJSON('cgi-bin/collection.modified.cgi?action=hostlist_json', function(d... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.