rem stringlengths 0 126k | add stringlengths 0 441k | context stringlengths 15 136k |
|---|---|---|
fluid.clear(that.model.results); | var handleSubmitSearch = function (that) { return function () { that.locate("errorMessage").hide(); updateModel(that.model.searchModel, { keywords: that.locate("keywords").val(), recordTypeLong: that.locate("recordType").val() }); tha... | |
}(function(){var chunker=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,done=0,toString=Object.prototype.toString,hasDuplicate=false,baseHasDuplicate=true;[0,0].sort(function(){baseHasDuplicate=false;return 0});var Sizzle=function(sele... | has: function( target ) { var targets = jQuery( target ); return this.filter(function() { for ( var i = 0, l = targets.length; i < l; i++ ) { if ( jQuery.contains( this, targets[i] ) ) { return true; } } }); }, | }(function(){var chunker=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,done=0,toString=Object.prototype.toString,hasDuplicate=false,baseHasDuplicate=true;[0,0].sort(function(){baseHasDuplicate=false;return 0});var Sizzle=function(sele... |
has: function(elem, i, match){ return !!Sizzle( match[3], elem ).length; }, | }(function(){var chunker=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,done=0,toString=Object.prototype.toString,hasDuplicate=false,baseHasDuplicate=true;[0,0].sort(function(){baseHasDuplicate=false;return 0});var Sizzle=function(sele... | has: function(elem, i, match){ return !!Sizzle( match[3], elem ).length; }, |
fluid.tabindex.hasAttr = function(target) { target = $(target); if (target.length <= 0) { return false; } var togo = target.map( function() { var attributeNode = this.getAttributeNode(normalizeTabindexName()); return attributeNode ? attributeNode.specified : false; } ); return togo.length === 1? togo[0] : togo; }; | (function($){$.widget("ui.mouse",{options:{cancel:":input,option",distance:1,delay:0},_mouseInit:function(){var self=this;this.element.bind("mousedown."+this.widgetName,function(event){return self._mouseDown(event)}).bind("click."+this.widgetName,function(event){if(self._preventClickEvent){self._preventClickEvent=false... | fluid.tabindex.hasAttr = function(target) { target = $(target); if (target.length <= 0) { return false; } var togo = target.map( function() { var attributeNode = this.getAttributeNode(normalizeTabindexName()); return attributeNode ? att... |
(function(window,undefined){var jQuery=function(selector,context){return new jQuery.fn.init(selector,context)},_jQuery=window.jQuery,_$=window.$,document=window.document,rootjQuery,quickExpr=/^[^<]*(<[\w\W]+>)[^>]*$|^#([\w-]+)$/,isSimple=/^.[^:#\[\.,]*$/,rnotwhite=/\S/,rtrim=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,rsingleTag=/^... | hasClass: function( selector ) { var className = " " + selector + " "; for ( var i = 0, l = this.length; i < l; i++ ) { if ( (" " + this[i].className + " ").replace(rclass, " ").indexOf( className ) > -1 ) { return true; } } return false; }, | (function(window,undefined){var jQuery=function(selector,context){return new jQuery.fn.init(selector,context)},_jQuery=window.jQuery,_$=window.$,document=window.document,rootjQuery,quickExpr=/^[^<]*(<[\w\W]+>)[^>]*$|^#([\w-]+)$/,isSimple=/^.[^:#\[\.,]*$/,rnotwhite=/\S/,rtrim=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,rsingleTag=/^... |
hasClass: function( selector ) { return !!selector && this.is( "." + selector ); }, | (function(window,undefined){var jQuery=function(selector,context){return new jQuery.fn.init(selector,context)},_jQuery=window.jQuery,_$=window.$,document=window.document,rootjQuery,quickExpr=/^[^<]*(<[\w\W]+>)[^>]*$|^#([\w-]+)$/,isSimple=/^.[^:#\[\.,]*$/,rnotwhite=/\S/,rtrim=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,rsingleTag=/^... | hasClass: function( selector ) { return !!selector && this.is( "." + selector ); }, |
return ele.className.match( re ); | return el.className.match( re ); | function hasClass( el, the_class, re ) { re = re || makeClassRegExp( the_class ); return ele.className.match( re ); }; |
function hasCssClass(clazz, totest) { if (!totest) { return false; } return (" " + totest + " ").indexOf(" " + clazz + " ") !== -1; } | (function($){$.widget("ui.mouse",{options:{cancel:":input,option",distance:1,delay:0},_mouseInit:function(){var self=this;this.element.bind("mousedown."+this.widgetName,function(event){return self._mouseDown(event)}).bind("click."+this.widgetName,function(event){if(self._preventClickEvent){self._preventClickEvent=false... | function hasCssClass(clazz, totest) { if (!totest) { return false; } // algorithm from JQuery return (" " + totest + " ").indexOf(" " + clazz + " ") !== -1; } |
};/** | }; | jwplayer.utils.hasFlash = function() { return (typeof navigator.plugins != "undefined" && typeof navigator.plugins['Shockwave Flash'] != "undefined") || (typeof window.ActiveXObject != "undefined");};/** |
function HashData(key) { this.mKey = key; this.mValues = []; } | return this;}};function HashData(key){this.mKey=key;this.mValues=[];} | function HashData(key) { /** The key @type string */ this.mKey = key; /** Array of values type string[]*/ this.mValues = []; } |
jwplayer.utils.hasHTML5 = function() { return !!document.createElement('video').canPlayType; | jwplayer.utils.hasHTML5 = function(config) { var vid = document.createElement('video'); if (!!vid.canPlayType) { if (config) { var item = {}; if (config.playlist && config.playlist.length) { item.file = config.playlist[0].file; item.levels = config.playlist[0].levels; } else { item.file = config.file; item.levels = co... | jwplayer.utils.hasHTML5 = function() { return !!document.createElement('video').canPlayType;}; |
hasMoreElements : function() { return this.mIdx < this.mValues.length; }, | YahooStringEnumerator.prototype={initialize:function(){this.mIdx=0;return this;},clearData:function(){this.mValues=[];this.mIdx=0;},getNext:function(){return this.mValues[this.mIdx++];},hasMoreElements:function(){return this.mIdx<this.mValues.length;},addString:function(str){this.mValues.push(str);},addStringArray:func... | hasMoreElements : function() { return this.mIdx < this.mValues.length; }, |
hasMoreRows : function() { return this.mRowIdx < this.mValues.length; }, | YahooResultSet.prototype={COL_TEXT:"TEXT",COL_URL:"URL",COL_DESC:"DESCRIPTION",COL_TIME_DIFF:"TIME_DIFF",COL_HIT_COUNT:"HIT_COUNT",COL_KEY:"KEY",COL_HIDDEN_URL:"HIDDEN_URL",addMetaData:function(name){this.mMetaData.addString(name);},getMetaData:function(){return this.mMetaData;},clearRows:function(){this.mValues=[];thi... | hasMoreRows : function() { return this.mRowIdx < this.mValues.length; }, |
return fluid.makeArray(permissions[target]).indexOf(permission) > -1; | return $.inArray(permission, fluid.makeArray(permissions[target])) > -1; | cspace.permissions.hasPermission = function (permissions, target, permission) { return fluid.makeArray(permissions[target]).indexOf(permission) > -1; }; |
jQuery.ui||(function($){$.ui={version:"1.8",plugin:{add:function(module,option,set){var proto=$.ui[module].prototype;for(var i in set){proto.plugins[i]=proto.plugins[i]||[];proto.plugins[i].push([option,set[i]])}},call:function(instance,name,args){var set=instance.plugins[name];if(!set||!instance.element[0].parentNode)... | hasScroll: function(el, a) { if ($(el).css('overflow') == 'hidden') { return false; } var scroll = (a && a == 'left') ? 'scrollLeft' : 'scrollTop', has = false; if (el[scroll] > 0) { return true; } el[scroll] = 1; has = (el[scroll] > 0); el[scroll] = 0; return has; }, | jQuery.ui||(function($){$.ui={version:"1.8",plugin:{add:function(module,option,set){var proto=$.ui[module].prototype;for(var i in set){proto.plugins[i]=proto.plugins[i]||[];proto.plugins[i].push([option,set[i]])}},call:function(instance,name,args){var set=instance.plugins[name];if(!set||!instance.element[0].parentNode)... |
hasScroll: function(el, a) { if ($(el).css('overflow') == 'hidden') { return false; } var scroll = (a && a == 'left') ? 'scrollLeft' : 'scrollTop', has = false; if (el[scroll] > 0) { return true; } el[scroll] = 1; has = (el[scroll] > 0); el[scroll] = 0; return has; }, | jQuery.ui||(function($){$.ui={version:"1.8",plugin:{add:function(module,option,set){var proto=$.ui[module].prototype;for(var i in set){proto.plugins[i]=proto.plugins[i]||[];proto.plugins[i].push([option,set[i]])}},call:function(instance,name,args){var set=instance.plugins[name];if(!set||!instance.element[0].parentNode)... | hasScroll: function(el, a) { //If overflow is hidden, the element might have extra content, but the user wants to hide it if ($(el).css('overflow') == 'hidden') { return false; } var scroll = (a && a == 'left') ? 'scrollLeft' : 'scrollTop', has = false; if (el[scroll] > 0) { return true; } // TODO: determine wh... |
height: function() { if ($.browser.msie && $.browser.version < 7) { var scrollHeight = Math.max( document.documentElement.scrollHeight, document.body.scrollHeight ); var offsetHeight = Math.max( document.documentElement.offsetHeight, document.body.offsetHeight ); if (scrollHeight < offsetHeight) { return $(window).he... | (function($){$.widget("ui.mouse",{options:{cancel:":input,option",distance:1,delay:0},_mouseInit:function(){var self=this;this.element.bind("mousedown."+this.widgetName,function(event){return self._mouseDown(event)}).bind("click."+this.widgetName,function(event){if(self._preventClickEvent){self._preventClickEvent=false... | height: function() { // handle IE 6 if ($.browser.msie && $.browser.version < 7) { var scrollHeight = Math.max( document.documentElement.scrollHeight, document.body.scrollHeight ); var offsetHeight = Math.max( document.documentElement.offsetHeight, document.body.offsetHeight ); if (scrollHeight... |
return; | help = shellHelper.help = function (x) { if (x == "admin") { print("\tls([path]) list files"); print("\tpwd() returns current directory"); print("\tlistFiles([path]) returns file list"); print("\thostname() returns ... | |
this.instance.options.helper = function() { return ui.helper[0]; }; | (function($){$.widget("ui.mouse",{options:{cancel:":input,option",distance:1,delay:0},_mouseInit:function(){var self=this;this.element.bind("mousedown."+this.widgetName,function(event){return self._mouseDown(event)}).bind("click."+this.widgetName,function(event){if(self._preventClickEvent){self._preventClickEvent=false... | this.instance.options.helper = function() { return ui.helper[0]; }; |
}(function(){var chunker=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,done=0,toString=Object.prototype.toString,hasDuplicate=false,baseHasDuplicate=true;[0,0].sort(function(){baseHasDuplicate=false;return 0});var Sizzle=function(sele... | jQuery.expr.filters.hidden = function( elem ) { var width = elem.offsetWidth, height = elem.offsetHeight, skip = elem.nodeName.toLowerCase() === "tr"; return width === 0 && height === 0 && !skip ? true : width > 0 && height > 0 && !skip ? false : jQuery.curCSS(elem, "display") === "none"; }; | }(function(){var chunker=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,done=0,toString=Object.prototype.toString,hasDuplicate=false,baseHasDuplicate=true;[0,0].sort(function(){baseHasDuplicate=false;return 0});var Sizzle=function(sele... |
Sizzle.selectors.filters.hidden = function(elem){ return elem.offsetWidth === 0 || elem.offsetHeight === 0; }; | }(function(){var chunker=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,done=0,toString=Object.prototype.toString,hasDuplicate=false,baseHasDuplicate=true;[0,0].sort(function(){baseHasDuplicate=false;return 0});var Sizzle=function(sele... | Sizzle.selectors.filters.hidden = function(elem){ return elem.offsetWidth === 0 || elem.offsetHeight === 0;}; |
jQuery.expr.filters.hidden = function( elem ) { var width = elem.offsetWidth, height = elem.offsetHeight, skip = elem.nodeName.toLowerCase() === "tr"; return width === 0 && height === 0 && !skip ? true : width > 0 && height > 0 && !skip ? false : jQuery.curCSS(elem, "display") === "none"; }; | for(var i=0;second[i];i++)first.push(second[i]);return first;},unique:function(array){var ret=[],done={};try{for(var i=0,length=array.length;i<length;i++){var id=jQuery.data(array[i]);if(!done[id]){done[id]=true;ret.push(array[i]);}}}catch(e){ret=array;}return ret;},grep:function(elems,callback,inv){var ret=[];for(var ... | jQuery.expr.filters.hidden = function( elem ) { var width = elem.offsetWidth, height = elem.offsetHeight, skip = elem.nodeName.toLowerCase() === "tr"; return width === 0 && height === 0 && !skip ? true : width > 0 && height > 0 && !skip ? false : jQuery.curCSS(elem, "display") === "none"; }; |
if (!speed || typeof speed == 'number' || $.fx.speeds[speed] || !$.effects[speed] ) { | if ( standardSpeed( speed ) ) { | hide: function(speed) { if (!speed || typeof speed == 'number' || $.fx.speeds[speed] || !$.effects[speed] ) { return this._hide.apply(this, arguments); } else { var args = _normalizeArguments.apply(this, arguments); args[1].mode = 'hide'; return this.effect.apply(this, args); } }, |
}(function(){var chunker=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,done=0,toString=Object.prototype.toString,hasDuplicate=false,baseHasDuplicate=true;[0,0].sort(function(){baseHasDuplicate=false;return 0});var Sizzle=function(sele... | hide: function() { this.options.orig[this.prop] = jQuery.style( this.elem, this.prop ); this.options.hide = true; this.custom(this.cur(), 0); }, | }(function(){var chunker=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,done=0,toString=Object.prototype.toString,hasDuplicate=false,baseHasDuplicate=true;[0,0].sort(function(){baseHasDuplicate=false;return 0});var Sizzle=function(sele... |
hide: function(){ this.options.orig[this.prop] = jQuery.attr( this.elem.style, this.prop ); this.options.hide = true; this.custom(this.cur(), 0); }, | }(function(){var chunker=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,done=0,toString=Object.prototype.toString,hasDuplicate=false,baseHasDuplicate=true;[0,0].sort(function(){baseHasDuplicate=false;return 0});var Sizzle=function(sele... | hide: function(){ // Remember where we started, so that we can go back to it later this.options.orig[this.prop] = jQuery.attr( this.elem.style, this.prop ); this.options.hide = true; // Begin the animation this.custom(this.cur(), 0); }, |
if (!speed || typeof speed == 'number' || $.fx.speeds[speed]) { | if (!speed || typeof speed == 'number' || $.fx.speeds[speed] || !$.effects[speed] ) { | hide: function(speed) { if (!speed || typeof speed == 'number' || $.fx.speeds[speed]) { return this._hide.apply(this, arguments); } else { var args = _normalizeArguments.apply(this, arguments); args[1].mode = 'hide'; return this.effect.apply(this, args); } }, |
$("#pluginInlineDetails").remove(); | $("#pluginInlineDetails" + id).remove(); | function hideDetails( id ) { currentBundle = null; $("#img" + id).each(function() { $("#pluginInlineDetails").remove(); $(this).attr("src", appRoot + "/res/imgs/arrow_right.png"); $(this).attr("title", "Details"); $(this).attr("alt", "Details"); $(this).unbind('click').click(function() {showDetails(id)}); });} |
$("#img" + id).each(function() { $("#pluginInlineDetails").remove(); $(this).attr("src", appRoot + "/res/imgs/arrow_right.png"); $(this).attr("title", "Details"); $(this).attr("alt", "Details"); $(this).unbind('click').click(function() { showDetails(id) }); | $('#img' + id).each(function() { $('#pluginInlineDetails' + id).remove(); $(this). removeClass('ui-icon-triangle-1-w'). removeClass('ui-icon-triangle-1-s'). addClass('ui-icon-triangle-1-e'). unbind('click').click(function() {showDetails(id)}); | function hideDetails(id) { $("#img" + id).each(function() { $("#pluginInlineDetails").remove(); $(this).attr("src", appRoot + "/res/imgs/arrow_right.png"); $(this).attr("title", "Details"); $(this).attr("alt", "Details"); $(this).unbind('click').click(function() { showDetails(id) }); });} |
$(this).attr("src", appRoot + "/res/imgs/arrow_right.png"); $(this).attr("title", "Details"); $(this).attr("alt", "Details"); $(this).unbind('click').click(function() {showDetails(id)}); | $(this). removeClass('ui-icon-triangle-1-w'). removeClass('ui-icon-triangle-1-s'). addClass('ui-icon-triangle-1-e'). attr("title", "Details"). unbind('click').click(function() {showDetails(id)}); | function hideDetails( id ) { $("#img" + id).each(function() { $("#pluginInlineDetails").remove(); $(this).attr("src", appRoot + "/res/imgs/arrow_right.png"); $(this).attr("title", "Details"); $(this).attr("alt", "Details"); $(this).unbind('click').click(function() {showDetails(id)}); });} |
domBinder.locate("newListRow").hide(); | var hideDetails = function (domBinder) { domBinder.locate("details").hide(); domBinder.locate("detailsNone").show(); }; | |
currentBundle = null; $("#img" + id).each(function() { $("#pluginInlineDetails" + id).remove(); $(this).attr("src", appRoot + "/res/imgs/arrow_right.png"); $(this).attr("title", "Details"); $(this).attr("alt", "Details"); $(this).unbind('click').click(function() {showDetails(id)}); }); | currentBundle = null; $("#img" + id).each(function() { $("#pluginInlineDetails" + id).remove(); $(this). removeClass('ui-icon-triangle-1-w'). removeClass('ui-icon-triangle-1-s'). addClass('ui-icon-triangle-1-e'). attr("title", "Details"). unbind('click').click(function() {showDetails(id)}); }); | function hideDetails( id ) { currentBundle = null; $("#img" + id).each(function() { $("#pluginInlineDetails" + id).remove(); $(this).attr("src", appRoot + "/res/imgs/arrow_right.png"); $(this).attr("title", "Details"); $(this).attr("alt", "Details"); $(this).unbind('click').click(function() {showDetails(id)}); });... |
temphidetab = ""; | this.hidetabs = function(){ $(container + " .slidertab"+side+" .ph .slidercontent"+side).hide(); $(container + " .slidertab"+side+" .slidertitle"+side).show(); $(container + " .slidertab"+side).show(); //$(container).children('.slidertab'+side).children('.ph').children('.slidercontent'+side).hide(); /... | |
temphidetab = ""; | this.hidetabs = function(){ $(container + " .slidertab"+side+" .ph .slidercontent"+side).hide(); $(container + " .slidertab"+side+" .slidertitle"+side).show(); $(container + " .slidertab"+side).show(); //$(container).children('.slidertab'+side).children('.ph').children('.slidercontent'+side).hide(); /... | |
$(container).children('.slidertab'+side).children('.ph').children('.slidercontent'+side).hide(); $(container).children('.slidertab'+side).children('.slidertitle'+side).show(); $(container).children('.slidertab'+side).show(); | $(container + " .slidertab"+side+" .ph .slidercontent"+side).hide(); $(container + " .slidertab"+side+" .slidertitle"+side).show(); $(container + " .slidertab"+side).show(); | this.hidetabs = function(){ $(container).children('.slidertab'+side).children('.ph').children('.slidercontent'+side).hide(); $(container).children('.slidertab'+side).children('.slidertitle'+side).show(); $(container).children('.slidertab'+side).show(); opened = false; openedtab = ""; } |
var btn = document.getElementById("tagBtns_" + tagName); | var btn = document.getElementById( CurationTags.makeId("tagBtns_" + tagName)); | CurationTags.hideTagButtons = function(tagName) { var btn = document.getElementById("tagBtns_" + tagName); if(btn) { btn.className = "tagbuttons transparent"; }} |
$.fn.undoable.hideUndo = function(undoable, target) { | $.fn.undoable.hideUndo = function(undoable, target, options) { if (options.hidingStatus) { options.hidingStatus(undoable, target); } | $.fn.undoable.hideUndo = function(undoable, target) { undoable.remove(); target.fadeIn('slow').show(); return target; }; |
hideWhenEmpty: function() { return this.each(function() { $(this)[ $(this).html() ? "show" : "hide" ](); }); }, | (function($){$.widget("ui.mouse",{options:{cancel:":input,option",distance:1,delay:0},_mouseInit:function(){var self=this;this.element.bind("mousedown."+this.widgetName,function(event){return self._mouseDown(event)}).bind("click."+this.widgetName,function(event){if(self._preventClickEvent){self._preventClickEvent=false... | hideWhenEmpty: function() { return this.each(function() { $(this)[ $(this).html() ? "show" : "hide" ](); }); }, |
if(n.nodeType === 1) | if(n.nodeType === 1 && n.tagName !== "!") | function horizontalTraverse(el, sibName) { for(var n = el[sibName]; n !== null; n = n[sibName]) { if(n.nodeType === 1) return n; } return null; } |
(function(window,undefined){var jQuery=function(selector,context){return new jQuery.fn.init(selector,context)},_jQuery=window.jQuery,_$=window.$,document=window.document,rootjQuery,quickExpr=/^[^<]*(<[\w\W]+>)[^>]*$|^#([\w-]+)$/,isSimple=/^.[^:#\[\.,]*$/,rnotwhite=/\S/,rtrim=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,rsingleTag=/^... | hover: function( fnOver, fnOut ) { return this.mouseenter( fnOver ).mouseleave( fnOut || fnOver ); } | (function(window,undefined){var jQuery=function(selector,context){return new jQuery.fn.init(selector,context)},_jQuery=window.jQuery,_$=window.$,document=window.document,rootjQuery,quickExpr=/^[^<]*(<[\w\W]+>)[^>]*$|^#([\w-]+)$/,isSimple=/^.[^:#\[\.,]*$/,rnotwhite=/\S/,rtrim=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,rsingleTag=/^... |
hover: function(fnOver, fnOut) { return this.mouseenter(fnOver).mouseleave(fnOut); }, | (function(window,undefined){var jQuery=function(selector,context){return new jQuery.fn.init(selector,context)},_jQuery=window.jQuery,_$=window.$,document=window.document,rootjQuery,quickExpr=/^[^<]*(<[\w\W]+>)[^>]*$|^#([\w-]+)$/,isSimple=/^.[^:#\[\.,]*$/,rnotwhite=/\S/,rtrim=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,rsingleTag=/^... | hover: function(fnOver, fnOut) { return this.mouseenter(fnOver).mouseleave(fnOut); }, |
}(function(){var chunker=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,done=0,toString=Object.prototype.toString,hasDuplicate=false,baseHasDuplicate=true;[0,0].sort(function(){baseHasDuplicate=false;return 0});var Sizzle=function(sele... | Expr.attrHandle.href = function(elem){ return elem.getAttribute("href", 2); }; | }(function(){var chunker=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,done=0,toString=Object.prototype.toString,hasDuplicate=false,baseHasDuplicate=true;[0,0].sort(function(){baseHasDuplicate=false;return 0});var Sizzle=function(sele... |
href: function(elem){ return elem.getAttribute("href"); } | }(function(){var chunker=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,done=0,toString=Object.prototype.toString,hasDuplicate=false,baseHasDuplicate=true;[0,0].sort(function(){baseHasDuplicate=false;return 0});var Sizzle=function(sele... | href: function(elem){ return elem.getAttribute("href"); } |
this.hueSlider = Draggable.getByNode(hueSelectorEl); this.hueSlider.moveToX = noop; | this.hueSlider = Draggable.getByNode(hueSelectorEl, {constraint:"y"}); | function HsvPick(id) { this.id = id; var hueSelectorEl = document.getElementById(this.id + "-hue-slider"), bg, bgSelectorEl = document.getElementById(this.id + "-saturation-value-selector"); this.hueSlider = Draggable.getByNode(hueSelectorEl); this.hueSlider.moveT... |
jwplayer.utils.html5CanPlay = function(video, item) { | jwplayer.utils.html5CanPlay = function(video, file, provider, playlistfile) { | jwplayer.utils.html5CanPlay = function(video, item) { // Don't support playlists if (item.playlistfile) { return false; } // YouTube is supported if (item.provider && item.provider == "youtube") { return true; } // If a provider is set, only proceed if video if (item.provider && item.provider != "video... |
if (item.playlistfile) { | if (playlistfile) { | jwplayer.utils.html5CanPlay = function(video, item) { // Don't support playlists if (item.playlistfile) { return false; } // YouTube is supported if (item.provider && item.provider == "youtube") { return true; } // If a provider is set, only proceed if video if (item.provider && item.provider != "video... |
if (item.provider && item.provider == "youtube") { | if (provider && provider == "youtube") { | jwplayer.utils.html5CanPlay = function(video, item) { // Don't support playlists if (item.playlistfile) { return false; } // YouTube is supported if (item.provider && item.provider == "youtube") { return true; } // If a provider is set, only proceed if video if (item.provider && item.provider != "video... |
if (item.provider && item.provider != "video") { | if (provider && provider != "video") { | jwplayer.utils.html5CanPlay = function(video, item) { // Don't support playlists if (item.playlistfile) { return false; } // YouTube is supported if (item.provider && item.provider == "youtube") { return true; } // If a provider is set, only proceed if video if (item.provider && item.provider != "video... |
var extension = jwplayer.utils.extension(item.file); | var extension = jwplayer.utils.extension(file); | jwplayer.utils.html5CanPlay = function(video, item) { // Don't support playlists if (item.playlistfile) { return false; } // YouTube is supported if (item.provider && item.provider == "youtube") { return true; } // If a provider is set, only proceed if video if (item.provider && item.provider != "video... |
if(this._RT.browser.isIEMobile && this._RT.browser.isIEMobile <= 7) { return null; | if (this._RT.browser.isIEMobile && this._RT.browser.isIEMobile <= 7) { return null; } var elemForm = this.getAttribute(item, "form"); if (elemForm) { return this.byId(elemForm); } return null; | html5FormDetection: function(item) { if(this._RT.browser.isIEMobile && this._RT.browser.isIEMobile <= 7) { return null; } var elemForm = this.getAttribute(item, "form"); if (elemForm) { return this.byId(elemForm); } return null; }, |
var elemForm = this.getAttribute(item, "form"); if (elemForm) { return this.byId(elemForm); } return null; }, | html5FormDetection: function(item) { if(this._RT.browser.isIEMobile && this._RT.browser.isIEMobile <= 7) { return null; } var elemForm = this.getAttribute(item, "form"); if (elemForm) { return this.byId(elemForm); } return null; }, | |
return jwplayer.utils.html5CanPlay(vid, item); | return jwplayer.utils.html5CanPlay(vid, item.file, item.provider, item.playlistfile); | jwplayer.utils.html5SupportsConfig = function(config) { var vid = document.createElement('video'); if (!!vid.canPlayType) { if (config) { var item = jwplayer.utils.getFirstPlaylistItemFromConfig(config); if (typeof item.file == "undefined" && typeof item.levels == "undefined") { return true; } else if... |
if (item.levels[i].file && jwplayer.utils.html5CanPlay(vid, item)) { | if (item.levels[i].file && jwplayer.utils.html5CanPlay(vid, item.levels[i].file, item.provider, item.playlistfile)) { | jwplayer.utils.html5SupportsConfig = function(config) { var vid = document.createElement('video'); if (!!vid.canPlayType) { if (config) { var item = jwplayer.utils.getFirstPlaylistItemFromConfig(config); if (typeof item.file == "undefined" && typeof item.levels == "undefined") { return true; } else if... |
}(function(){var chunker=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,done=0,toString=Object.prototype.toString,hasDuplicate=false,baseHasDuplicate=true;[0,0].sort(function(){baseHasDuplicate=false;return 0});var Sizzle=function(sele... | html: function( value ) { if ( value === undefined ) { return this[0] && this[0].nodeType === 1 ? this[0].innerHTML.replace(rinlinejQuery, "") : null; } else if ( typeof value === "string" && !rnocache.test( value ) && (jQuery.support.leadingWhitespace || !rleadingWhitespace.test( value )) && !wrapMap[ (rtagName.exec... | }(function(){var chunker=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,done=0,toString=Object.prototype.toString,hasDuplicate=false,baseHasDuplicate=true;[0,0].sort(function(){baseHasDuplicate=false;return 0});var Sizzle=function(sele... |
html: function( value ) { return value === undefined ? (this[0] ? this[0].innerHTML.replace(/ jQuery\d+="(?:\d+|null)"/g, "") : null) : this.empty().append( value ); }, | }(function(){var chunker=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,done=0,toString=Object.prototype.toString,hasDuplicate=false,baseHasDuplicate=true;[0,0].sort(function(){baseHasDuplicate=false;return 0});var Sizzle=function(sele... | html: function( value ) { return value === undefined ? (this[0] ? this[0].innerHTML.replace(/ jQuery\d+="(?:\d+|null)"/g, "") : null) : this.empty().append( value ); }, |
fluid.inlineEdit.htmlComparator = function(el1, el2) { return fluid.inlineEdit.normalizeHTML(el1) === fluid.inlineEdit.normalizeHTML(el2); }; | (function($){$.widget("ui.mouse",{options:{cancel:":input,option",distance:1,delay:0},_mouseInit:function(){var self=this;this.element.bind("mousedown."+this.widgetName,function(event){return self._mouseDown(event)}).bind("click."+this.widgetName,function(event){if(self._preventClickEvent){self._preventClickEvent=false... | fluid.inlineEdit.htmlComparator = function(el1, el2) { return fluid.inlineEdit.normalizeHTML(el1) === fluid.inlineEdit.normalizeHTML(el2); }; |
}(function(){var chunker=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,done=0,toString=Object.prototype.toString,hasDuplicate=false,baseHasDuplicate=true;[0,0].sort(function(){baseHasDuplicate=false;return 0});var Sizzle=function(sele... | httpData: function( xhr, type, s ) { var ct = xhr.getResponseHeader("content-type") || "", xml = type === "xml" || !type && ct.indexOf("xml") >= 0, data = xml ? xhr.responseXML : xhr.responseText; if ( xml && data.documentElement.nodeName === "parsererror" ) { jQuery.error( "parsererror" ); } if ( s && s.dataFilter... | }(function(){var chunker=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,done=0,toString=Object.prototype.toString,hasDuplicate=false,baseHasDuplicate=true;[0,0].sort(function(){baseHasDuplicate=false;return 0});var Sizzle=function(sele... |
httpData: function( xhr, type, s ) { var ct = xhr.getResponseHeader("content-type"), xml = type == "xml" || !type && ct && ct.indexOf("xml") >= 0, data = xml ? xhr.responseXML : xhr.responseText; if ( xml && data.documentElement.tagName == "parsererror" ) throw "parsererror"; if( s && s.dataFilter ) data = s.dataFi... | }(function(){var chunker=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,done=0,toString=Object.prototype.toString,hasDuplicate=false,baseHasDuplicate=true;[0,0].sort(function(){baseHasDuplicate=false;return 0});var Sizzle=function(sele... | httpData: function( xhr, type, s ) { var ct = xhr.getResponseHeader("content-type"), xml = type == "xml" || !type && ct && ct.indexOf("xml") >= 0, data = xml ? xhr.responseXML : xhr.responseText; if ( xml && data.documentElement.tagName == "parsererror" ) throw "parsererror"; // Allow a pre-filtering funct... |
}(function(){var chunker=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,done=0,toString=Object.prototype.toString,hasDuplicate=false,baseHasDuplicate=true;[0,0].sort(function(){baseHasDuplicate=false;return 0});var Sizzle=function(sele... | httpNotModified: function( xhr, url ) { var lastModified = xhr.getResponseHeader("Last-Modified"), etag = xhr.getResponseHeader("Etag"); if ( lastModified ) { jQuery.lastModified[url] = lastModified; } if ( etag ) { jQuery.etag[url] = etag; } return xhr.status === 304 || xhr.status === 0; }, | }(function(){var chunker=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,done=0,toString=Object.prototype.toString,hasDuplicate=false,baseHasDuplicate=true;[0,0].sort(function(){baseHasDuplicate=false;return 0});var Sizzle=function(sele... |
httpNotModified: function( xhr, url ) { try { var xhrRes = xhr.getResponseHeader("Last-Modified"); return xhr.status == 304 || xhrRes == jQuery.lastModified[url]; } catch(e){} return false; }, | }(function(){var chunker=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,done=0,toString=Object.prototype.toString,hasDuplicate=false,baseHasDuplicate=true;[0,0].sort(function(){baseHasDuplicate=false;return 0});var Sizzle=function(sele... | httpNotModified: function( xhr, url ) { try { var xhrRes = xhr.getResponseHeader("Last-Modified"); // Firefox always returns 200. check Last-Modified date return xhr.status == 304 || xhrRes == jQuery.lastModified[url]; } catch(e){} return false; }, |
}(function(){var chunker=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,done=0,toString=Object.prototype.toString,hasDuplicate=false,baseHasDuplicate=true;[0,0].sort(function(){baseHasDuplicate=false;return 0});var Sizzle=function(sele... | httpSuccess: function( xhr ) { try { return !xhr.status && location.protocol === "file:" || ( xhr.status >= 200 && xhr.status < 300 ) || xhr.status === 304 || xhr.status === 1223 || xhr.status === 0; } catch(e) {} return false; }, | }(function(){var chunker=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,done=0,toString=Object.prototype.toString,hasDuplicate=false,baseHasDuplicate=true;[0,0].sort(function(){baseHasDuplicate=false;return 0});var Sizzle=function(sele... |
httpSuccess: function( xhr ) { try { return !xhr.status && location.protocol == "file:" || ( xhr.status >= 200 && xhr.status < 300 ) || xhr.status == 304 || xhr.status == 1223; } catch(e){} return false; }, | }(function(){var chunker=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,done=0,toString=Object.prototype.toString,hasDuplicate=false,baseHasDuplicate=true;[0,0].sort(function(){baseHasDuplicate=false;return 0});var Sizzle=function(sele... | httpSuccess: function( xhr ) { try { // IE error sometimes returns 1223 when it should be 204 so treat it as success, see #1450 return !xhr.status && location.protocol == "file:" || ( xhr.status >= 200 && xhr.status < 300 ) || xhr.status == 304 || xhr.status == 1223; } catch(e){} return false; }, |
function hueSlid(e) { | function hueSlid(ev) { | function hueSlid(e) { var hsvPicker = HsvPicker.getById(this.id.split("-")[0]); if(!hsvPicker.enabled) return; hsvPicker.onbeforechange(); hsvPicker.h = 360 * hsvPicker.hueSlider.el.offsetTop/128; hsvPicker.bg.style.background = hsvPicker.rgbForHue(hsvPicker.h); hsvPicker.updateDisplay(); hsvPicker.onchange(e... |
hsvPicker.onchange(e); | hsvPicker.onchange(ev); | function hueSlid(e) { var hsvPicker = HsvPicker.getById(this.id.split("-")[0]); if(!hsvPicker.enabled) return; hsvPicker.onbeforechange(); hsvPicker.h = 360 * hsvPicker.hueSlider.el.offsetTop/128; hsvPicker.bg.style.background = hsvPicker.rgbForHue(hsvPicker.h); hsvPicker.updateDisplay(); hsvPicker.onchange(e... |
}(function(){var chunker=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,done=0,toString=Object.prototype.toString,hasDuplicate=false,baseHasDuplicate=true;[0,0].sort(function(){baseHasDuplicate=false;return 0});var Sizzle=function(sele... | Expr.filter.ID = function(elem, match){ var node = typeof elem.getAttributeNode !== "undefined" && elem.getAttributeNode("id"); return elem.nodeType === 1 && node && node.nodeValue === match; }; | }(function(){var chunker=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,done=0,toString=Object.prototype.toString,hasDuplicate=false,baseHasDuplicate=true;[0,0].sort(function(){baseHasDuplicate=false;return 0});var Sizzle=function(sele... |
ID: function(match){ return match[1].replace(/\\/g, ""); }, | }(function(){var chunker=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,done=0,toString=Object.prototype.toString,hasDuplicate=false,baseHasDuplicate=true;[0,0].sort(function(){baseHasDuplicate=false;return 0});var Sizzle=function(sele... | ID: function(match){ return match[1].replace(/\\/g, ""); }, |
listener.$$guid = fluid_guid++; | listener.$$guid = fluid.allocateGuid(); | fluid.event.identifyListener = function(listener) { if (!listener.$$guid) { listener.$$guid = fluid_guid++; } return listener.$$guid; }; |
} | }; | fluid.identity = function(arg) { return arg; } |
function iDforColumn(columnDef, opts) { var options = opts.options; var EL = columnDef.valuebinding; var key = columnDef.key; if (!EL) { fluid.fail("Error in definition for column with key " + key + ": valuebinding is not set"); } opts.EL = expandPath(EL, opts.shortRoot, opts.longRoot); if (!key) { var segs = fluid.mod... | (function($){$.widget("ui.mouse",{options:{cancel:":input,option",distance:1,delay:0},_mouseInit:function(){var self=this;this.element.bind("mousedown."+this.widgetName,function(event){return self._mouseDown(event)}).bind("click."+this.widgetName,function(event){if(self._preventClickEvent){self._preventClickEvent=false... | function iDforColumn(columnDef, opts) { var options = opts.options; var EL = columnDef.valuebinding; var key = columnDef.key; if (!EL) { fluid.fail("Error in definition for column with key " + key + ": valuebinding is not set"); } opts.EL = expandPath(EL, opts.sh... |
player.model.domelement.prev("a").css("z-index", "100"); | player.model.domelement.prev("a").css("z-index", "50"); | function imageHandler(obj, player) { switch (obj.newstate) { case $.fn.jwplayer.states.IDLE: player.model.domelement.css("z-index", "0"); player.model.domelement.prev("a").css("z-index", "100"); break; case $.fn.jwplayer.states.PLAYING: player.model.domelement.prev("a").css("z-index", "0"); player.... |
player.model.domelement.css("z-index", "100"); | player.model.domelement.css("z-index", "50"); | function imageHandler(obj, player) { switch (obj.newstate) { case $.fn.jwplayer.states.IDLE: player.model.domelement.css("z-index", "0"); player.model.domelement.prev("a").css("z-index", "100"); break; case $.fn.jwplayer.states.PLAYING: player.model.domelement.prev("a").css("z-index", "0"); player.... |
switch (parameters.newState) { | $.fn.jwplayerUtils(event.target); switch (parameters.newstate) { | function imageHandler(event, parameters) { switch (parameters.newState) { case 'idle': $(event.target).css("display", "none"); $(event.target).prev("a").css("display", "inherit"); break; case 'playing': $(event.target).css("display", "inherit"); $(event.target).prev("a").css("display", "none"); ... |
$(event.target).prev("a").css("display", "none"); | function imageHandler(event, parameters) { switch (parameters.newState) { case 'idle': $(event.target).css("display", "none"); $(event.target).prev("a").css("display", "inherit"); break; case 'playing': $(event.target).css("display", "inherit"); $(event.target).prev("a").css("display", "none"); ... | |
_doc.fileform2.action = this.fileio | imagesave : function(isDL){ // 現在の設定を保存する var temp_flag = pc.fillTextEmulate; var temp_margin = k.bdmargin; var temp_cursor = pp.getVal('cursor'); try{ // 設定値・変数をcanvas用のものに変更 pc.outputImage = true; pc.fillTextEmulate = false; k.bdmargin = k.bdmargin_image; pp.setValOnly('cursor', false); g = ee('di... | |
(function(window,undefined){var jQuery=function(selector,context){return new jQuery.fn.init(selector,context)},_jQuery=window.jQuery,_$=window.$,document=window.document,rootjQuery,quickExpr=/^[^<]*(<[\w\W]+>)[^>]*$|^#([\w-]+)$/,isSimple=/^.[^:#\[\.,]*$/,rnotwhite=/\S/,rtrim=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,rsingleTag=/^... | jQuery.inArray = function( elem, array ) { return indexOf.call( array, elem ); }; | (function(window,undefined){var jQuery=function(selector,context){return new jQuery.fn.init(selector,context)},_jQuery=window.jQuery,_$=window.$,document=window.document,rootjQuery,quickExpr=/^[^<]*(<[\w\W]+>)[^>]*$|^#([\w-]+)$/,isSimple=/^.[^:#\[\.,]*$/,rnotwhite=/\S/,rtrim=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,rsingleTag=/^... |
inArray: function( elem, array ) { for ( var i = 0, length = array.length; i < length; i++ ) if ( array[ i ] === elem ) return i; return -1; }, | (function(window,undefined){var jQuery=function(selector,context){return new jQuery.fn.init(selector,context)},_jQuery=window.jQuery,_$=window.$,document=window.document,rootjQuery,quickExpr=/^[^<]*(<[\w\W]+>)[^>]*$|^#([\w-]+)$/,isSimple=/^.[^:#\[\.,]*$/,rnotwhite=/\S/,rtrim=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,rsingleTag=/^... | inArray: function( elem, array ) { for ( var i = 0, length = array.length; i < length; i++ ) // Use === because on IE, window == document if ( array[ i ] === elem ) return i; return -1; }, |
}(function(){var chunker=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,done=0,toString=Object.prototype.toString,hasDuplicate=false,baseHasDuplicate=true;[0,0].sort(function(){baseHasDuplicate=false;return 0});var Sizzle=function(sele... | index: function( elem ) { if ( !elem || typeof elem === "string" ) { return jQuery.inArray( this[0], elem ? jQuery( elem ) : this.parent().children() ); } return jQuery.inArray( elem.jquery ? elem[0] : elem, this ); }, | }(function(){var chunker=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,done=0,toString=Object.prototype.toString,hasDuplicate=false,baseHasDuplicate=true;[0,0].sort(function(){baseHasDuplicate=false;return 0});var Sizzle=function(sele... |
index: function( elem ) { return jQuery.inArray( elem && elem.jquery ? elem[0] : elem , this ); }, | }(function(){var chunker=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,done=0,toString=Object.prototype.toString,hasDuplicate=false,baseHasDuplicate=true;[0,0].sort(function(){baseHasDuplicate=false;return 0});var Sizzle=function(sele... | index: function( elem ) { // Locate the position of the desired element return jQuery.inArray( // If it receives a jQuery object, the first element is used elem && elem.jquery ? elem[0] : elem , this ); }, |
exp = t.find( query ).explain(); | exp = t.find( query ).explain(true); | indexed = function( query, min, max ) { exp = t.find( query ).explain();// printjson( exp ); assert( exp.cursor.match( /Btree/ ), tojson( query ) ); assert( exp.allPlans.length == 1, tojson( query ) ); // just expecting one element per key for( i in exp.indexBounds[0][0] ) { assert.eq( ... |
SAXStrings.indexOfNonWhitespace = function (strD, iB, iE) { if (!strD) return -1; iB = iB || 0; iE = iE || strD.length; for (var i = iB; i < iE; ++ i) { var c = strD.charAt(i); if (c !== ' ' && c !== '\t' && c !== '\n' && c !== '\r') return i; } return -1; }; | (function($){$.widget("ui.mouse",{options:{cancel:":input,option",distance:1,delay:0},_mouseInit:function(){var self=this;this.element.bind("mousedown."+this.widgetName,function(event){return self._mouseDown(event)}).bind("click."+this.widgetName,function(event){if(self._preventClickEvent){self._preventClickEvent=false... | SAXStrings.indexOfNonWhitespace = function (strD, iB, iE) { if (!strD) return -1; iB = iB || 0; iE = iE || strD.length; for (var i = iB; i < iE; ++ i) { var c = strD.charAt(i); if (c !== ' ' && c !== '\t' && c !== '\n' && c !== '\r') return i; } return -1; }; |
SAXStrings.indexOfWhitespace = function (strD, iB, iE) { if (!strD) { return -1;} iB = iB || 0; iE = iE || strD.length; for (var i = iB; i < iE; i++) { if (SAXStrings.WHITESPACE.indexOf(strD.charAt(i)) != -1) { return i;} } return -1; }; | (function($){$.widget("ui.mouse",{options:{cancel:":input,option",distance:1,delay:0},_mouseInit:function(){var self=this;this.element.bind("mousedown."+this.widgetName,function(event){return self._mouseDown(event)}).bind("click."+this.widgetName,function(event){if(self._preventClickEvent){self._preventClickEvent=false... | SAXStrings.indexOfWhitespace = function (strD, iB, iE) { if (!strD) { return -1;} iB = iB || 0; iE = iE || strD.length; for (var i = iB; i < iE; i++) { if (SAXStrings.WHITESPACE.indexOf(strD.charAt(i)) != -1) { return i;} } return -1; }; |
for (var key in duckMap) { | for (var key in renderer.duckMap) { | renderer.inferComponentType = function(component) { for (var key in duckMap) { if (component[key] !== undefined) { component.componentType = duckMap[key]; break; } } if (component.componentType === undefined && component.ID !== undefined) { component... |
component.componentType = duckMap[key]; break; | return renderer.duckMap[key]; | renderer.inferComponentType = function(component) { for (var key in duckMap) { if (component[key] !== undefined) { component.componentType = duckMap[key]; break; } } if (component.componentType === undefined && component.ID !== undefined) { component... |
if (component.componentType === undefined && component.ID !== undefined) { component.componentType = "UIBound"; } } | }; | renderer.inferComponentType = function(component) { for (var key in duckMap) { if (component[key] !== undefined) { component.componentType = duckMap[key]; break; } } if (component.componentType === undefined && component.ID !== undefined) { component... |
info : function(msg) { this.log(this.YMLog_Info, msg); }, | if((level>=this.YMLog_Warn)||this.count>5){this.flush();this.count=0;}},diagnose:function(msg){this.log(this.YMLog_Diagnose,msg);},debug:function(msg){this.log(this.YMLog_Debug,msg);},info:function(msg){this.log(this.YMLog_Info,msg);},warn:function(msg){this.log(this.YMLog_Warn,msg);},error:function(msg){this.log(this.... | info : function(msg) { this.log(this.YMLog_Info, msg); }, |
init : function(modulename) { this.name = modulename; debug(" ***********File Appender Init********"); }, | YLogFileAppender.prototype={buffer:null,file:null,mName:"FileAppender",mFormatter:null,mModuleName:null,init:function(modulename){this.mModuleName=modulename;},setName:function(name){this.mName=name;},getName:function(){return this.mName;},setFormatter:function(formatter){this.mFormatter=formatter;},append:function(lev... | init : function(modulename) { this.name = modulename; debug(" ***********File Appender Init********"); }, |
init : function(fileIO) { try { if (this.mFileDataSource) { return; } var cacheDir = fileIO.getCacheDir(); var file = cacheDir.clone().QueryInterface(CI.nsILocalFile); file.append("cacheData.rdf"); if(!file.exists()) { var data = '<?xml version="1.0"?>\n<RDF:RDF xmlns:NC="http: 'xmlns:RDF="http: fileIO.writeFile(file,d... | var CacheManager={mFileDataSource:null,mRDFService:null,rscBookmarksRoot:null,NC_NS:"http: var cacheDir=fileIO.getCacheDir();var file=cacheDir.clone().QueryInterface(CI.nsILocalFile);file.append("cacheData.rdf");if(!file.exists()){var data='<?xml version="1.0"?>\n<RDF:RDF xmlns:NC="http: var networkProtocol=CC["@mozill... | init : function(fileIO) { try { if (this.mFileDataSource) { return; } var cacheDir = fileIO.getCacheDir(); var file = cacheDir.clone().QueryInterface(CI.nsILocalFile); file.append("cacheData.rdf"); if(!file.exists()) { var data = '<?xm... |
init : function(name) { this.mName = name; }, | YLogger.prototype={YMLog_All:0x0,YMLog_Debug:0x1,YMLog_Info:0x2,YMLog_Warn:0x3,YMLog_Error:0x4,YMLog_Fatal:0x5,YMLog_Diagnose:0x6,appenders:[],count:0,level:0,mEnableStackTrace:false,mName:"Logger",init:function(name){this.mName=name;},registerLogAppender:function(appender){for(var idx=0;idx<this.appenders.length;idx++... | init : function(name) { this.mName = name; }, |
AMC.map.addControl(new GLargeMapControl()); | AMC.init = function() { if(GBrowserIsCompatible()) { AMC.map = new GMap2($('map')); AMC.map.setCenter(new GLatLng(39.91, 116.38), 2); AMC.map.addControl(new GLargeMapControl()); AMC.pics = data.photos; // Register listeners for marker count links var markerInputNode = document.getElementById('cont... | |
(function(window,undefined){var jQuery=function(selector,context){return new jQuery.fn.init(selector,context)},_jQuery=window.jQuery,_$=window.$,document=window.document,rootjQuery,quickExpr=/^[^<]*(<[\w\W]+>)[^>]*$|^#([\w-]+)$/,isSimple=/^.[^:#\[\.,]*$/,rnotwhite=/\S/,rtrim=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,rsingleTag=/^... | init: function( selector, context ) { var match, elem, ret, doc; if ( !selector ) { return this; } if ( selector.nodeType ) { this.context = this[0] = selector; this.length = 1; return this; } if ( selector === "body" && !context ) { this.context = document; this[0] = document.body; this.selector = "body"; this.l... | (function(window,undefined){var jQuery=function(selector,context){return new jQuery.fn.init(selector,context)},_jQuery=window.jQuery,_$=window.$,document=window.document,rootjQuery,quickExpr=/^[^<]*(<[\w\W]+>)[^>]*$|^#([\w-]+)$/,isSimple=/^.[^:#\[\.,]*$/,rnotwhite=/\S/,rtrim=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,rsingleTag=/^... |
LinkoolDAOService.prototype={_DAOs:[],init:function(linkoolService) | LinkoolDAOService.prototype={_DAOs:[],init:function(linkoolService){this.DBUtil.init(linkoolService);},DBUtil:{db:null,init:function(linkoolService) | |
{this.db=linkoolService._juiceDatabase;},addItem:function(params) | LinkoolDAOService.prototype={_DAOs:[],init:function(linkoolService){this.DBUtil.init(linkoolService);},DBUtil:{db:null,init:function(linkoolService) | |
this._favorListService.unregister();}},init:function(){this._instancecount++;this._totalcount++;this._ioUtility=new ioUtility(this);this._favorListService=new FavorListService(this);this._filterListService=new FilterListService(this);if(this._instancecount==1){this._firstRun=this.firstRun;} if(this._juiceDatabase==null... | this._favorListService.unregister();}},init:function(){this._instancecount++;this._totalcount++;if(this._instancecount==1){this._firstRun=this.firstRun;} this._juiceDatabase=new juiceapp_SQLiteHandler(this);this._favorListService=new FavorListService(this);},appendSearchEngine:function(){var ss=Components.classes["@moz... | this._favorListService.unregister();}},init:function(){this._instancecount++;this._totalcount++;this._ioUtility=new ioUtility(this);this._favorListService=new FavorListService(this);this._filterListService=new FilterListService(this);if(this._instancecount==1){this._firstRun=this.firstRun;}if(this._juiceDatabase==null)... |
margins:'0 0 0 0' | margins:'0 0 0 0', tools:[{ id:'gear', qtip: 'Enable debug output', handler: function(event, toolEl, panel){ Ext.Ajax.request({ url: 'comet/debug', params : { boxid: tvheadend.boxid } }); } }] | init: function() { tvheadend.rootTabPanel = new Ext.TabPanel({ region:'center', activeTab:0, items:[new tvheadend.epg] }); var viewport = new Ext.Viewport({ layout:'border', items:[ { region:'south', contentEl: 'systemlog', split:true, autoScroll:true, height: 150, minSize: 100... |
this.storage = s.load('lawnchair'); | this.storage = s; this.storage.load('lawnchair'); | init:function(){ var s = document.createElement('span'); s.style.behavior = 'url(\'#default#userData\')'; s.style.position = 'absolute'; s.style.left = 10000; document.body.appendChild(s); this.storage = s.load('lawnchair'); }, |
init: function( selector, context ) { selector = selector || document; if ( selector.nodeType ) { this[0] = selector; this.length = 1; this.context = selector; return this; } if ( typeof selector === "string" ) { var match = quickExpr.exec( selector ); if ( match && (match[1] || !context) ) { if ( match[1] ) s... | (function(window,undefined){var jQuery=function(selector,context){return new jQuery.fn.init(selector,context)},_jQuery=window.jQuery,_$=window.$,document=window.document,rootjQuery,quickExpr=/^[^<]*(<[\w\W]+>)[^>]*$|^#([\w-]+)$/,isSimple=/^.[^:#\[\.,]*$/,rnotwhite=/\S/,rtrim=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,rsingleTag=/^... | init: function( selector, context ) { // Make sure that a selection was provided selector = selector || document; // Handle $(DOMElement) if ( selector.nodeType ) { this[0] = selector; this.length = 1; this.context = selector; return this; } // Handle HTML strings if ( typeof selector === "string" ) { ... |
mediaBrowser.getContentArea().load(Drupal.settings.basePath + 'admin/content/media/add/from_url?destination=' + window.location.href +' form'); | mediaBrowser.getContentArea().load(Drupal.settings.basePath + 'media/add/from_url?destination=' + window.location.href +' form#media-add-from-url'); | init: function() { tabset = mediaBrowser.getTabset(); tabset.tabs('add', '#fromurl', 'From URL'); mediaBrowser.listen('tabs.tabSelected', function (e, id) { if (id == 'fromurl') { mediaBrowser.getContentArea().load(Drupal.settings.basePath + 'admin/content/media/add/from_u... |
if (typeof JSON == 'undefined') { JSON = function(){}; JSON.stringify = function (value, replacer, space) { var i; gap = ''; indent = ''; if (typeof space === 'number') { for (i = 0; i < space; i += 1) { indent += ' '; } } else if (typeof space === 'string') { indent = space; } rep = replacer; if (replacer &&... | init:function(opts) { var adaptors = { 'webkit':window.WebkitSQLiteAdaptor, 'gears':window.GearsSQLiteAdaptor, 'dom':window.DOMStorageAdaptor, 'cookie':window.CookieAdaptor, 'air':window.AIRSQLiteAdaptor, 'userdata':window.UserDataAdaptor, 'air-async':window.AIRSQLiteAsyncAdaptor, 'blackberry':window.... | |
mediaBrowser.getContentArea().load(Drupal.settings.basePath + 'admin/content/media/add/files?destination=' + window.location.href +' form'); | mediaBrowser.getContentArea().load(Drupal.settings.basePath + 'media/add/upload?destination=' + window.location.href +' form#media-add-upload'); | init: function() { tabset = mediaBrowser.getTabset(); tabset.tabs('add', '#upload', 'Upload'); mediaBrowser.listen('tabs.tabSelected', function (e, id) { if (id == 'upload') { mediaBrowser.getContentArea().load(Drupal.settings.basePath + 'admin/content/media/add/files?dest... |
mediaBrowser.getContentArea().html('I am an upload form.'); | mediaBrowser.getContentArea().load(Drupal.settings.basePath + 'admin/content/media/add/files?destination=' + window.location.href +' form'); | init: function() { tabset = mediaBrowser.getTabset(); tabset.tabs('add', '#upload', 'Upload'); mediaBrowser.listen('tabs.tabSelected', function (e, id) { if (id == 'upload') { // This is me. mediaBrowser.getContentArea().html('I am an upload form.'); } ... |
var tb = document.getElementById("content"); tb.addEventListener("pageshow", zoompanel.fullzoomChange, false); tb.addEventListener("TabSelect", zoompanel.fullzoomChange, false); window.addEventListener("FullZoomChanged", zoompanel.fullzoomChange, false); | init: function() { window.removeEventListener("load", zoompanel.init, false); var tb = document.getElementById("content"); tb.addEventListener("pageshow", zoompanel.fullzoomChange, false); tb.addEventListener("TabSelect", zoompanel.fullzoomChange, false); window.addEventListener("FullZoomChanged", zoompanel.f... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.