rem
stringlengths
0
126k
add
stringlengths
0
441k
context
stringlengths
15
136k
_model.width = document.body.clientWidth; _model.height = document.body.clientHeight;
_model.width = window.innerWidth; _model.height = window.innerHeight;
window.onresize = function(evt) { if (oldresize !== undefined) { try { oldresize(evt); } catch (err) { } } if (_api.jwGetFullscreen()) { _model.width = document.body.clientWidth; _model.height = document.body.clientHeight; } _resize(_model.width, _model.height); };
this.fillTextEmulate = (g.use.canvas && !_doc.createElement('canvas').fillText);
this.fillTextEmulate = (g.use.canvas && !_doc.createElement('canvas').getContext('2d').fillText); if(g.use.canvas){ g.elements = [];}
onresize_process : function(){ this.cw = k.cwidth; this.ch = k.cheight; this.bw = k.bwidth; this.bh = k.bheight; this.lw = Math.max(k.cwidth/this.lwratio, 3); this.lm = (this.lw-1)/2; this.fillTextEmulate = (g.use.canvas && !_doc.createElement('canvas').fillText); },
ValidationManager.setNormalState(p.inputField);
function onSelect(cal) { var p = cal.params; var update = (cal.dateClicked || p.electric); if (update && p.inputField) { p.inputField.value = cal.date.print(p.ifFormat); if (typeof p.inputField.onchange == "function") p.inputField.onchange(); } if (update && p.displayArea) p.displayArea.innerHTML = cal.d...
var oldSuccessHandler = that.details.confirmation.options.successHandler; that.details.confirmation.options.successHandler = function (confirmation) {
that.details.confirmation.open(function (confirmation) {
onSelectHandler: function (model, rows, events, styles, newIndex) { if (that.details.unsavedChanges) { // We save the oldSuccessHandler and then put it back in place once the event is triggered in // order to keep the defualt functionality enabled. ...
confirmation.options.successHandler = oldSuccessHandler;
onSelectHandler: function (model, rows, events, styles, newIndex) { if (that.details.unsavedChanges) { // We save the oldSuccessHandler and then put it back in place once the event is triggered in // order to keep the defualt functionality enabled. ...
}; that.details.showConfirmation();
}); return false;
onSelectHandler: function (model, rows, events, styles, newIndex) { if (that.details.unsavedChanges) { // We save the oldSuccessHandler and then put it back in place once the event is triggered in // order to keep the defualt functionality enabled. ...
return false;},onSqlError:function(ex,msg,SQLmsg) {this.linkoolService.log(msg+"-->"+SQLmsg);throw ex;},connectToDefault:function()
stmt.finalize();}catch(e){}}},setErrorString:function(){this.lastErrorString=this.dataConnection.lastErrorString;},onSqlError:function(ex,msg,SQLmsg){this.linkoolService.log(msg+"-->"+SQLmsg);throw ex;},connectToDefault:function(io){this.closeConnection();try{var workHome=this.linkoolService.workHome;var fileName="juic...
return false;},onSqlError:function(ex,msg,SQLmsg){this.linkoolService.log(msg+"-->"+SQLmsg);throw ex;},connectToDefault:function()
onStartRequest : function(request, context) { this.mStream = CC['@mozilla.org/binaryinputstream;1'].createInstance(CI.nsIBinaryInputStream); this.mBytes = []; this.mCountRead = 0; },
return data},mCountRead:null,mBytes:[],mStream:null,mFetchList:[],mFetchObj:null,mCacheNotifiers:[],mDefaultIconUrl:"chrome:
onStartRequest : function(request, context) { this.mStream = CC['@mozilla.org/binaryinputstream;1'].createInstance(CI.nsIBinaryInputStream); this.mBytes = []; this.mCountRead = 0; },
Pref.setBoolPref(kPREF_LIGHTWEIGHT_THEME_PREVIEW, false);
onStartup : function() { this.checkCompeting(); },
onStopRequest : function(req, context, statusCode) { try { if (this.mFetchObj.mType === "img") { var key = this.mFetchObj.mKey; var dataUrl = this.mFetchObj.mDataUrl; var nodes = this.mFetchObj.mNodes; var mimeType = null; if (this.mCountRead > 0) { mimeType = ytbUtils.getMimeType(this.mBytes, this.mCountRead ); } var ...
return data},mCountRead:null,mBytes:[],mStream:null,mFetchList:[],mFetchObj:null,mCacheNotifiers:[],mDefaultIconUrl:"chrome: var icon=dataUrl;if(key!=dataUrl){icon=this.mDefaultIconUrl;} if(mimeType){icon="data:"+mimeType+";base64,"+yahooUtils.convertToBase64(this.mBytes);} CacheManager.changeDataForKey(key,icon);for(v...
onStopRequest : function(req, context, statusCode) { try { if (this.mFetchObj.mType === "img") { var key = this.mFetchObj.mKey; var dataUrl = this.mFetchObj.mDataUrl; var nodes = this.mFetchObj.mNodes; var mimeType = null; if (t...
print( "found it" );
function op() { uri = db.runCommand( "whatsmyuri" ).you; printjson( uri ); p = db.currentOp().inprog; for ( var i in p ) { var o = p[ i ]; if ( o.client == uri ) { return o.opid; } } return -1;}
if (self.current == target) self._show(event, target, response);
setTimeout(function() { if (self.current == target) self._show(event, target, response); }, 13);
open: function(event) { var target = this.element; // already visible? possible when both focus and mouseover events occur if (this.current && this.current[0] == target[0]) return; var self = this; this.current = target; this.currentTitle = target.attr("title"); var content = this.options.content.call(target[...
that.open = function (targetHref) { that.model.href = targetHref;
that.open = function (successHandlerCreator, options) { that.successHandler = (successHandlerCreator || that.options.successHandlerCreator)(that, options);
that.open = function (targetHref) { that.model.href = targetHref; that.updateEventListeners("add"); that.dlg.dialog("open"); };
open: function() {
open: function(event) {
open: function() { var target = this.element; // already visible? possible when both focus and mouseover events occur if (this.current && this.current[0] == target[0]) return; var self = this; this.current = target; this.currentTitle = target.attr("title"); var content = this.options.content.call(target[0], f...
self._show(target, response);
self._show(event, target, response);
open: function() { var target = this.element; // already visible? possible when both focus and mouseover events occur if (this.current && this.current[0] == target[0]) return; var self = this; this.current = target; this.currentTitle = target.attr("title"); var content = this.options.content.call(target[0], f...
self._show(target, content);
self._show(event, target, content);
open: function() { var target = this.element; // already visible? possible when both focus and mouseover events occur if (this.current && this.current[0] == target[0]) return; var self = this; this.current = target; this.currentTitle = target.attr("title"); var content = this.options.content.call(target[0], f...
open: function(event) { $(event.target).tooltip("widget").stop(false, true).show(); },
open: function() { if (this._isOpen) { return; } var self = this, options = self.options, uiDialog = self.uiDialog; self.overlay = options.modal ? new $.ui.dialog.overlay(self) : null; if (uiDialog.next().length) { uiDialog.appendTo('body'); } self._size(); self._position(options.position); uiDialog.show(options.show...
open: function(event) { $(event.target).tooltip("widget").stop(false, true).show(); },
that.container.show();
var container = that.container; container.show();
that.open = function() { var tree = that.treeBuilder(); that.render(tree); var activatables = that.locate("authorityItem").add(that.locate("matchItem")); fluid.activatable(activatables, activateFunction); var selectables = $(activata...
that.container.dialog("open"); that.container.position({ my: "top left", at: "bottom left", of: that.options.inputField, offset: "0 6"
container.dialog("open"); container.position({ my: "left top", at: "left bottom", of: that.options.inputField
that.open = function() { var tree = that.treeBuilder(); that.render(tree); var activatables = that.locate("authorityItem").add(that.locate("matchItem")); fluid.activatable(activatables, activateFunction); var selectables = $(activata...
open: function() { if (this._isOpen) { return; } var options = this.options, uiDialog = this.uiDialog; this.overlay = options.modal ? new $.ui.dialog.overlay(this) : null; (uiDialog.next().length && uiDialog.appendTo('body')); this._size(); this._position(options.position); uiDialog.show(options.show); this.moveToTop...
(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...
open: function() { if (this._isOpen) { return; } var options = this.options, uiDialog = this.uiDialog; this.overlay = options.modal ? new $.ui.dialog.overlay(this) : null; (uiDialog.next().length && uiDialog.appendTo('body')); this._size(); this._position(options.position); uiDialog.show(options.show); this....
var tree = cspace.autocomplete.modelToTree(that.model, that.events);
var tree = that.treeBuilder();
that.open = function() { var tree = cspace.autocomplete.modelToTree(that.model, that.events); that.render(tree); that.container.dialog("open"); cspace.util.globalDismissal(that.container, function() { that.close(); }); };
cspace.util.globalDismissal(that.container, function() {
cspace.util.globalDismissal(union, function() {
that.open = function() { var tree = cspace.autocomplete.modelToTree(that.model, that.events); that.render(tree); that.container.dialog("open"); cspace.util.globalDismissal(that.container, function() { that.close(); }); };
attachActionListeners(that.options.actionSuccessEvents, that.navigate, that.options.actionErrorEvents, that.close);
that.updateEventListeners("add");
that.open = function (targetHref) { that.model.href = targetHref; attachActionListeners(that.options.actionSuccessEvents, that.navigate, that.options.actionErrorEvents, that.close); that.dlg.dialog("open"); };
that.events.afterOpen.fire();
that.open = function (targetHref) { that.model.href = targetHref; attachActionListeners(that.options.actionSuccessEvents, that.navigate, that.options.actionErrorEvents, that.close); that.dlg.dialog("open"); };
this.tooltip.position($.extend(this.options.position, {
this.tooltip.css({ top: 0, left: 0 }).position($.extend(this.options.position, {
open: function(target, content) { if (!content) return; target.attr("title", ""); if (this.options.disabled) return; this.tooltipContent.html(content); this.tooltip.position($.extend(this.options.position, { of: target })); this.tooltip.attr("aria-hidden", "false"); target.attr("aria-describedby...
that.container.show();
that.open = function() { var tree = that.treeBuilder(); that.render(tree); var activatables = that.locate("authorityItem").add(that.locate("matchItem")); fluid.activatable(activatables, activateFunction); var selectables = $(activat...
of: that.options.inputField
of: that.options.inputField, collision: "none"
that.open = function() { var tree = that.treeBuilder(); that.render(tree); var activatables = that.locate("authorityItem").add(that.locate("matchItem")); fluid.activatable(activatables, activateFunction); var selectables = $(activata...
that.container.position({ my: "top left", at: "bottom left", of: that.options.inputField, offset: "0 6" });
that.open = function() { var tree = that.treeBuilder(); that.render(tree); var activatables = that.locate("authorityItem").add(that.locate("matchItem")); fluid.activatable(activatables, activateFunction); var selectables = $(activata...
$([]) .add(uiDialog.find('.ui-dialog-content :tabbable:first')) .add(uiDialog.find('.ui-dialog-buttonpane :tabbable:first')) .add(uiDialog) .filter(':first') .focus();
$(self.element.find(':tabbable').get().concat( uiDialog.find('.ui-dialog-buttonpane :tabbable').get().concat( uiDialog.get()))).eq(0).focus();
open: function() { if (this._isOpen) { return; } var self = this, options = self.options, uiDialog = self.uiDialog; self.overlay = options.modal ? new $.ui.dialog.overlay(self) : null; if (uiDialog.next().length) { uiDialog.appendTo('body'); } self._size(); self._position(options.position); uiDialog.show...
if (uiDialog.next().length) { uiDialog.appendTo('body'); }
open: function() { if (this._isOpen) { return; } var self = this, options = self.options, uiDialog = self.uiDialog; self.overlay = options.modal ? new $.ui.dialog.overlay(self) : null; self._size(); self._position(options.position); uiDialog.show(options.show); self.moveToTop(true); // prevent tabbing out ...
resetMessageSelect();
window.resetMessageSelect();
function openComposeWindow(_url) { var Check=true; var _messageList; var cbAllMessages = document.getElementById('selectAllMessagesCheckBox').checked; resetMessageSelect(); if (cbAllMessages == true) Check = confirm(lang_confirm_all_messages); if (cbAllMessages == true && Check == true) { _m...
_messageList = xajax.getFormValues('formMessageList');
_messageList = window.xajax.getFormValues('formMessageList');
function openComposeWindow(_url) { var Check=true; var _messageList; var cbAllMessages = document.getElementById('selectAllMessagesCheckBox').checked; resetMessageSelect(); if (cbAllMessages == true) Check = confirm(lang_confirm_all_messages); if (cbAllMessages == true && Check == true) { _m...
window.resetMessageSelect(); if (cbAllMessages == true) Check = confirm(lang_confirm_all_messages);
egw_appWindow('felamimail').resetMessageSelect(); if (cbAllMessages == true) Check = confirm(egw_appWindow('felamimail').lang_confirm_all_messages);
function openComposeWindow(_url) { var Check=true; var _messageList; var cbAllMessages = document.getElementById('selectAllMessagesCheckBox').checked; window.resetMessageSelect(); if (cbAllMessages == true) Check = confirm(lang_confirm_all_messages); if (cbAllMessages == true && Check == true) { ...
_messageList = window.xajax.getFormValues('formMessageList');
_messageList = egw_appWindow('felamimail').xajax.getFormValues('formMessageList');
function openComposeWindow(_url) { var Check=true; var _messageList; var cbAllMessages = document.getElementById('selectAllMessagesCheckBox').checked; window.resetMessageSelect(); if (cbAllMessages == true) Check = confirm(lang_confirm_all_messages); if (cbAllMessages == true && Check == true) { ...
function openTag() { if (!trc.iselide) { out += "<" + trc.uselump.tagname; } }
(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 openTag() { if (!trc.iselide) { out += "<" + trc.uselump.tagname; } }
(function($){var _remove=$.fn.remove;$.fn.remove=function(selector,keepData){return this.each(function(){if(!keepData){if(!selector||$.filter(selector,[this]).length){$("*",this).add(this).each(function(){$(this).triggerHandler("remove")})}}return _remove.call($(this),selector,keepData)})};$.widget=function(name,base,p...
option: function( key, value ) { var options = key, self = this; if ( arguments.length === 0 ) { return $.extend( {}, self.options ); } if (typeof key === "string" ) { if ( value === undefined ) { return this.options[ key ]; } options = {}; options[ key ] = value; } $.each( options, function( key, value ) { self._...
(function($){var _remove=$.fn.remove;$.fn.remove=function(selector,keepData){return this.each(function(){if(!keepData){if(!selector||$.filter(selector,[this]).length){$("*",this).add(this).each(function(){$(this).triggerHandler("remove")})}}return _remove.call($(this),selector,keepData)})};$.widget=function(name,base,p...
option: function(key, value) { var options = key, self = this; if (typeof key == "string") { if (value === undefined) { return this._getData(key); } options = {}; options[key] = value; } $.each(options, function(key, value) { self._setData(key, value); }); },
(function($){var _remove=$.fn.remove;$.fn.remove=function(selector,keepData){return this.each(function(){if(!keepData){if(!selector||$.filter(selector,[this]).length){$("*",this).add(this).each(function(){$(this).triggerHandler("remove")})}}return _remove.call($(this),selector,keepData)})};$.widget=function(name,base,p...
option: function(key, value) { var options = key, self = this; if (typeof key == "string") { if (value === undefined) { return this._getData(key); } options = {}; options[key] = value; } $.each(options, function(key, value) { self._setData(key, value); }); },
var out = function (evt) { viewEl.removeClass(invitationStyle); };
(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...
var out = function (evt) { viewEl.removeClass(invitationStyle); };
mainTimeOut = setTimeout("pageLoadFailed()",timeOutDelay)
function outbrain_isUserClaim(key){ obConsole.write("function isUserClaim - page load with key :"+key,"Info") mainTimeOut = setTimeout("pageLoadFailed()",timeOutDelay) obConsole.write("mainTimeOut fired" ,"Info") isPageLoadMode = true; doClaim(key)}
function outDecorators(torender, attrcopy) { if (!torender.decorators) {return;} if (torender.decorators.length === undefined) { torender.decorators = explodeDecorators(torender.decorators); } outDecoratorsImpl(torender, torender.decorators, attrcopy); }
(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 outDecorators(torender, attrcopy) { if (!torender.decorators) {return;} if (torender.decorators.length === undefined) { torender.decorators = explodeDecorators(torender.decorators); } outDecoratorsImpl(torender, torender.decorators, attrcopy); }
else {
else if (type !== "null") {
function outDecoratorsImpl(torender, decorators, attrcopy, finalID) { renderOptions.idMap = renderOptions.idMap || {}; for (var i = 0; i < decorators.length; ++ i) { var decorator = decorators[i]; var type = decorator.type; if (!type) { var...
function outDecoratorsImpl(torender, decorators, attrcopy, finalID) { renderOptions.idMap = renderOptions.idMap || {}; for (var i = 0; i < decorators.length; ++ i) { var decorator = decorators[i]; var type = decorator.type; if (!type) { var explodedDecorators = explodeDecorators(decorator); outDecoratorsImpl(torender, ...
(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 outDecoratorsImpl(torender, decorators, attrcopy, finalID) { renderOptions.idMap = renderOptions.idMap || {}; for (var i = 0; i < decorators.length; ++ i) { var decorator = decorators[i]; var type = decorator.type; if (!type) { var...
var evalNodes = null;
var ret = null;
outerHTML : function(item, markup) { if (!item) { throw Error("myfaces._impl._util._Dom.outerHTML: item must be passed down"); } if (!markup) { throw Error("myfaces._impl._util._Dom.outerHTML: markup must be passed down"); } markup = this._Lang.trim(markup); ...
evalNodes = this._outerHTMLCompliant(item, markup);
ret = this._outerHTMLCompliant(item, markup);
outerHTML : function(item, markup) { if (!item) { throw Error("myfaces._impl._util._Dom.outerHTML: item must be passed down"); } if (!markup) { throw Error("myfaces._impl._util._Dom.outerHTML: markup must be passed down"); } markup = this._Lang.trim(markup); ...
evalNodes = this._outerHTMLNonCompliant(item, markup);
ret = this._outerHTMLNonCompliant(item, markup);
outerHTML : function(item, markup) { if (!item) { throw Error("myfaces._impl._util._Dom.outerHTML: item must be passed down"); } if (!markup) { throw Error("myfaces._impl._util._Dom.outerHTML: markup must be passed down"); } markup = this._Lang.trim(markup); ...
var isArr = evalNodes instanceof Array; if (isArr && evalNodes.length) { for (var cnt = 0; cnt < evalNodes.length; cnt++) { this.runScripts(evalNodes[cnt]);
var isArr = ret instanceof Array; if (isArr && ret.length) { for (var cnt = 0; cnt < ret.length; cnt++) { this.runScripts(ret[cnt]);
outerHTML : function(item, markup) { if (!item) { throw Error("myfaces._impl._util._Dom.outerHTML: item must be passed down"); } if (!markup) { throw Error("myfaces._impl._util._Dom.outerHTML: markup must be passed down"); } markup = this._Lang.trim(markup); ...
this.runScripts(evalNodes);
this.runScripts(ret);
outerHTML : function(item, markup) { if (!item) { throw Error("myfaces._impl._util._Dom.outerHTML: item must be passed down"); } if (!markup) { throw Error("myfaces._impl._util._Dom.outerHTML: markup must be passed down"); } markup = this._Lang.trim(markup); ...
return evalNodes;
return ret;
outerHTML : function(item, markup) { if (!item) { throw Error("myfaces._impl._util._Dom.outerHTML: item must be passed down"); } if (!markup) { throw Error("myfaces._impl._util._Dom.outerHTML: markup must be passed down"); } markup = this._Lang.trim(markup); ...
item.parentNode.removeChild(item);
this._removeNode(item, false);
outerHTML : function(item, markup) { if (!item) { throw Error("myfaces._impl._util._Dom.outerHTML: item must be passed down"); } if (!markup) { throw Error("myfaces._impl._util._Dom.outerHTML: markup must be passed down"); } markup = this._Lang.trim(markup); ...
var over = function (evt) { viewEl.addClass(invitationStyle); };
(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...
var over = function (evt) { viewEl.addClass(invitationStyle); };
overlay: function(dialog) { this.$el = $.ui.dialog.overlay.create(dialog); }
(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...
overlay: function(dialog) { this.$el = $.ui.dialog.overlay.create(dialog); }
function Package(qualifiedName) { this.qualifiedName = qualifiedName;
function Package(base, name) { var baseName = base.qualifiedName ? base.qualifiedName + "." : ""; this.qualifiedName = baseName + name;
function Package(qualifiedName) { this.qualifiedName = qualifiedName; this.toString = packageToString; }
} }, loginstatus: { href: fluid.invoke("cspace.util.getLoginURL"), options: { dataType: "json", success: function (data) { if (!data.login) { var currentUrl = document.location.href; var loginUrl = currentUrl.substr(0, currentUrl.lastIndexOf('/')); window.location = loginUrl; } else { options.permissions = data.permiss...
cspace.pageBuilderSetup = function (options) { var that = {}; fluid.fetchResources({ config: { href: options.configURL || cspace.util.getDefaultConfigURL(), options: { dataType: "json" } } }, function (resourc...
return this.stepDown((pages || 1) * this.options.page);
return this.stepDown((pages || 1) * pageModifier);
pageDown: function(pages) { return this.stepDown((pages || 1) * this.options.page); },
var pageIndexConformer = function (model, changeRequest) { if (changeRequest.value < 0) { changeRequest.value = 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...
var pageIndexConformer = function (model, changeRequest) { if (changeRequest.value < 0) { changeRequest.value = 0; } };
fluid.pager = function () { return fluid.pagerImpl.apply(null, arguments); };
(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.pager = function () { return fluid.pagerImpl.apply(null, arguments); };
fluid.pager.pagerBar = function (events, container, options, strings) { var that = fluid.initView("fluid.pager.pagerBar", container, options); that.pageList = fluid.initSubcomponent(that, "pageList", [container, events, that.options, fluid.COMPONENT_OPTIONS, strings]); that.previousNext = fluid.initSubcomponent(that, "...
(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.pager.pagerBar = function (events, container, options, strings) { var that = fluid.initView("fluid.pager.pagerBar", container, options); that.pageList = fluid.initSubcomponent(that, "pageList", [container, events, that.options, fluid.COMPONENT_OPTIONS, strings]); that.previousN...
start(); }
var body = $("body"); jqUnit.assertEquals("Template 1 inserted", 1, $("#testText1").length); jqUnit.assertEquals("Template 2 inserted", 1, $("#testText2").length); jqUnit.assertEquals("Rest of doc wasn't inserted", 0, $("#shouldntbehere", body).length); $("#testText1").remove(); $("#testText2").remove(); start(); }
pageReady: function () { start(); }
listEditor.details.events.afterRender.addListener(detailsTester);
listEditor.details.events.afterRender.addListener(detailsTester, "afterRenderHandler");
pageReady: function () { listEditor.details.events.afterRender.addListener(detailsTester); $(".csc-recordList-row:eq(1)", "#main").click(); }
fluid.pagerImpl = function (container, options) { var that = fluid.initView("fluid.pager", container, options); var pageIndexConformer = function (model, changeRequest) { if (changeRequest.value < 0) { changeRequest.value = 0; } }; that.events.initiatePageChange.addListener( function (arg) { var newModel = fluid.copy...
(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.pagerImpl = function (container, options) { var that = fluid.initView("fluid.pager", container, options); var pageIndexConformer = function (model, changeRequest) { if (changeRequest.value < 0) { changeRequest.value = 0; } }; tha...
function attemptApply() { fluid.each(texts, function (entry, key) { if (!entry.applied) { var spec = pageSpecs[key]; var target = $(spec.targetSelector); if (target.length > 0) { inject(entry.text, spec.templateSelector, target); entry.applied = true;
function attemptApply() { var anyApplied = true; while (anyApplied) { anyApplied = false; fluid.each(texts, function (entry, key) { if (!entry.applied) { var spec = pageSpecs[key]; var target = $(spec.targetSelector); if (target.length > 0) { inject(entry.text, spec.templateSelector, target); entry.applied = true; anyA...
cspace.pageSpecManager = function (pageSpecs) { var texts = {}; function attemptApply() { fluid.each(texts, function (entry, key) { if (!entry.applied) { var spec = pageSpecs[key]; var target = $(spec.targetSelector); i...
else { fluid.log("Deferring application to selector " + spec.targetSelector); } } });
}); }
cspace.pageSpecManager = function (pageSpecs) { var texts = {}; function attemptApply() { fluid.each(texts, function (entry, key) { if (!entry.applied) { var spec = pageSpecs[key]; var target = $(spec.targetSelector); i...
} : { ID: page === current? "page-link:link": "page-link:link", localID: page + 1, value: page + 1, pageIndex: page, decorators: [ {type: "jQuery", func: "click", args: function () {events.initiatePageChange.fire({pageIndex: page}); } }, {type: page === current? "addClass" : "null", classes: that.options.styles.current...
} : assembleComponent(page, page === current);
function pageToComponent(current) { return function (page) { return page === -1? { ID: "page-link:skip" } : { ID: page === current? "page-link:link": "page-link:link", localID: page + 1, ...
{type: page === current? "addClass" : "",
{type: page === current? "addClass" : "null",
function pageToComponent(current) { return function (page) { return page === -1? { ID: "page-link:skip" } : { ID: page === current? "page-link:link": "page-link:link", localID: page + 1, ...
function pageToComponent(current) { return function (page) { return page === -1? { ID: "page-link:skip" } : { ID: page === current? "page-link:link": "page-link:link", localID: page + 1, value: page + 1, pageIndex: page, decorators: [ {type: "jQuery", func: "click", args: function () {events.initiatePageChange.fire({pa...
(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 pageToComponent(current) { return function (page) { return page === -1? { ID: "page-link:skip" } : { ID: page === current? "page-link:link": "page-link:link", localID: page + 1, ...
return this.stepUp((pages || 1) * this.options.page);
return this.stepUp((pages || 1) * pageModifier);
pageUp: function(pages) { return this.stepUp((pages || 1) * this.options.page); },
}(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...
param: function( a, traditional ) { var s = []; if ( traditional === undefined ) { traditional = jQuery.ajaxSettings.traditional; } if ( jQuery.isArray(a) || a.jquery ) { jQuery.each( a, function() { add( this.name, this.value ); }); } else { for ( var prefix in a ) { buildParams( prefix, a[prefix] ); } } ret...
}(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...
param: function( a ) { var s = [ ]; function add( key, value ){ s[ s.length ] = encodeURIComponent(key) + '=' + encodeURIComponent(value); }; if ( jQuery.isArray(a) || a.jquery ) jQuery.each( a, function(){ add( this.name, this.value ); }); else for ( var j in a ) if ( jQuery.isArray(a[j]) ) jQuery.each( a[j],...
}(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...
param: function( a ) { var s = [ ]; function add( key, value ){ s[ s.length ] = encodeURIComponent(key) + '=' + encodeURIComponent(value); }; // If an array was passed in, assume that it is an array // of form elements if ( jQuery.isArray(a) || a.jquery ) // Serialize the form elements jQuery.each( a, func...
}(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...
parent: function( elem ) { var parent = elem.parentNode; return parent && parent.nodeType !== 11 ? parent : null; },
}(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...
parent: function(elem){ return !!elem.firstChild; },
}(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...
parent: function(elem){ return !!elem.firstChild; },
}(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...
parents: function( elem ) { return jQuery.dir( elem, "parentNode" ); },
}(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...
parents: function(elem){return jQuery.dir(elem,"parentNode");},
}(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...
parents: function(elem){return jQuery.dir(elem,"parentNode");},
}(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...
parentsUntil: function( elem, i, until ) { return jQuery.dir( elem, "parentNode", until ); },
}(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...
$.fn.jwplayerUtilsParsersDOMsourceElementParser.parse = function(domElement, attributes) {
$.fn.jwplayerUtilsParsersDOMSourceElementParser.parse = function(domElement, attributes) {
$.fn.jwplayerUtilsParsersDOMsourceElementParser.parse = function(domElement, attributes) { if (attributes == undefined) { attributes = $.fn.jwplayerUtilsParsersDOMsourceElementParser.attributes; } else { $.merge(attributes, $.fn.jwplayerUtilsParsersDOMsourceElementParser.attributes); } return $.fn.jwplayerUtilsParse...
attributes = $.fn.jwplayerUtilsParsersDOMsourceElementParser.attributes;
attributes = $.fn.jwplayerUtilsParsersDOMSourceElementParser.attributes;
$.fn.jwplayerUtilsParsersDOMsourceElementParser.parse = function(domElement, attributes) { if (attributes == undefined) { attributes = $.fn.jwplayerUtilsParsersDOMsourceElementParser.attributes; } else { $.merge(attributes, $.fn.jwplayerUtilsParsersDOMsourceElementParser.attributes); } return $.fn.jwplayerUtilsParse...
$.merge(attributes, $.fn.jwplayerUtilsParsersDOMsourceElementParser.attributes);
$.extend(attributes, $.fn.jwplayerUtilsParsersDOMSourceElementParser.attributes);
$.fn.jwplayerUtilsParsersDOMsourceElementParser.parse = function(domElement, attributes) { if (attributes == undefined) { attributes = $.fn.jwplayerUtilsParsersDOMsourceElementParser.attributes; } else { $.merge(attributes, $.fn.jwplayerUtilsParsersDOMsourceElementParser.attributes); } return $.fn.jwplayerUtilsParse...
$.fn.jwplayerUtilsParsersDOMmediaElementParser.parse = function(domElement, attributes) {
$.fn.jwplayerUtilsParsersDOMMediaElementParser.parse = function(domElement, attributes) {
$.fn.jwplayerUtilsParsersDOMmediaElementParser.parse = function(domElement, attributes) { if (attributes == undefined) { attributes = $.fn.jwplayerUtilsParsersDOMmediaElementParser.attributes; } else { $.merge(attributes, $.fn.jwplayerUtilsParsersDOMmediaElementParser.attributes); } var sources = []; $("source",domE...
attributes = $.fn.jwplayerUtilsParsersDOMmediaElementParser.attributes;
attributes = $.fn.jwplayerUtilsParsersDOMMediaElementParser.attributes;
$.fn.jwplayerUtilsParsersDOMmediaElementParser.parse = function(domElement, attributes) { if (attributes == undefined) { attributes = $.fn.jwplayerUtilsParsersDOMmediaElementParser.attributes; } else { $.merge(attributes, $.fn.jwplayerUtilsParsersDOMmediaElementParser.attributes); } var sources = []; $("source",domE...
$.merge(attributes, $.fn.jwplayerUtilsParsersDOMmediaElementParser.attributes);
$.extend(attributes, $.fn.jwplayerUtilsParsersDOMMediaElementParser.attributes);
$.fn.jwplayerUtilsParsersDOMmediaElementParser.parse = function(domElement, attributes) { if (attributes == undefined) { attributes = $.fn.jwplayerUtilsParsersDOMmediaElementParser.attributes; } else { $.merge(attributes, $.fn.jwplayerUtilsParsersDOMmediaElementParser.attributes); } var sources = []; $("source",domE...
sources[sources.length] = $.fn.jwplayerUtilsParsersDOMsourceElementParser.parse(domElement);
sources[sources.length] = $.fn.jwplayerUtilsParsersDOMSourceElementParser.parse(domElement);
$.fn.jwplayerUtilsParsersDOMmediaElementParser.parse = function(domElement, attributes) { if (attributes == undefined) { attributes = $.fn.jwplayerUtilsParsersDOMmediaElementParser.attributes; } else { $.merge(attributes, $.fn.jwplayerUtilsParsersDOMmediaElementParser.attributes); } var sources = []; $("source",domE...
if(!this.JSON){JSON=function(){function f(n){return n<10?"0"+n:n}Date.prototype.toJSON=function(){return this.getUTCFullYear()+"-"+f(this.getUTCMonth()+1)+"-"+f(this.getUTCDate())+"T"+f(this.getUTCHours())+":"+f(this.getUTCMinutes())+":"+f(this.getUTCSeconds())+"Z"};var m={"\b":"\\b","\t":"\\t","\n":"\\n","\f":"\\f","\...
parse: function (text, filter) { var j; function walk(k, v) { var i, n; if (v && typeof v === 'object') { for (i in v) { if (Object.prototype.hasOwnProperty.apply(v, [i])) { n = walk(i, v[i]); if (n !== undefined) { v[i] = n; } } } } return filter(k, v); } if (/^[\],:{}\s]*$/.test(text.replace(/\\./g, ...
if(!this.JSON){JSON=function(){function f(n){return n<10?"0"+n:n}Date.prototype.toJSON=function(){return this.getUTCFullYear()+"-"+f(this.getUTCMonth()+1)+"-"+f(this.getUTCDate())+"T"+f(this.getUTCHours())+":"+f(this.getUTCMinutes())+":"+f(this.getUTCSeconds())+"Z"};var m={"\b":"\\b","\t":"\\t","\n":"\\n","\f":"\\f","\...
$.fn.jwplayerUtilsParsersDOMvideoElementParser.parse = function(domElement, attributes) {
$.fn.jwplayerUtilsParsersDOMVideoElementParser.parse = function(domElement, attributes) {
$.fn.jwplayerUtilsParsersDOMvideoElementParser.parse = function(domElement, attributes) { if (attributes == undefined) { attributes = $.fn.jwplayerUtilsParsersDOMvideoElementParser.attributes; } else { $.merge(attributes, $.fn.jwplayerUtilsParsersDOMvideoElementParser.attributes); } return $.fn.jwplayerUtilsParsersD...
attributes = $.fn.jwplayerUtilsParsersDOMvideoElementParser.attributes;
attributes = $.fn.jwplayerUtilsParsersDOMVideoElementParser.attributes;
$.fn.jwplayerUtilsParsersDOMvideoElementParser.parse = function(domElement, attributes) { if (attributes == undefined) { attributes = $.fn.jwplayerUtilsParsersDOMvideoElementParser.attributes; } else { $.merge(attributes, $.fn.jwplayerUtilsParsersDOMvideoElementParser.attributes); } return $.fn.jwplayerUtilsParsersD...
$.merge(attributes, $.fn.jwplayerUtilsParsersDOMvideoElementParser.attributes);
$.extend(attributes, $.fn.jwplayerUtilsParsersDOMVideoElementParser.attributes);
$.fn.jwplayerUtilsParsersDOMvideoElementParser.parse = function(domElement, attributes) { if (attributes == undefined) { attributes = $.fn.jwplayerUtilsParsersDOMvideoElementParser.attributes; } else { $.merge(attributes, $.fn.jwplayerUtilsParsersDOMvideoElementParser.attributes); } return $.fn.jwplayerUtilsParsersD...
return $.fn.jwplayerUtilsParsersDOMmediaElementParser.parse(domElement, attributes);
return $.fn.jwplayerUtilsParsersDOMMediaElementParser.parse(domElement, attributes);
$.fn.jwplayerUtilsParsersDOMvideoElementParser.parse = function(domElement, attributes) { if (attributes == undefined) { attributes = $.fn.jwplayerUtilsParsersDOMvideoElementParser.attributes; } else { $.merge(attributes, $.fn.jwplayerUtilsParsersDOMvideoElementParser.attributes); } return $.fn.jwplayerUtilsParsersD...
parse: function (text, filter) { var j; function walk(k, v) { var i, n; if (v && typeof v === 'object') { for (i in v) { if (Object.prototype.hasOwnProperty.apply(v, [i])) { n = walk(i, v[i]); if (n !== undefined) { v[i] = n; } } } } return filter(k, v); } if (/^[\],:{}\s]*$/.test(text.replace(/\\./g, ...
if(!this.JSON){JSON=function(){function f(n){return n<10?"0"+n:n}Date.prototype.toJSON=function(){return this.getUTCFullYear()+"-"+f(this.getUTCMonth()+1)+"-"+f(this.getUTCDate())+"T"+f(this.getUTCHours())+":"+f(this.getUTCMinutes())+":"+f(this.getUTCSeconds())+"Z"};var m={"\b":"\\b","\t":"\\t","\n":"\\n","\f":"\\f","\...
parse: function (text, filter) { var j; function walk(k, v) { var i, n; if (v && typeof v === 'object') { for (i in v) { if (Object.prototype.hasOwnProperty.apply(v, [i])) { ...
$.merge(attributes, $.fn.jwplayerUtilsParsersDOMElementParser.attributes);
$.extend(attributes, $.fn.jwplayerUtilsParsersDOMElementParser.attributes);
$.fn.jwplayerUtilsParsersDOMElementParser.parse = function(domElement, attributes) { if ($.fn.jwplayerUtilsParsersDOMElementParser.parsers[domElement.tagName.toLowerCase()] && (attributes == null)) { return $.fn.jwplayerUtilsParsersDOMElementParser.parsers[domElement.tagName.toLowerCase()](domElement); } else { if (...
configuration[attributes[attribute]] = $(domElement).attr(attribute);
if (attribute != "length") { configuration[attributes[attribute]] = $(domElement).attr(attribute); }
$.fn.jwplayerUtilsParsersDOMElementParser.parse = function(domElement, attributes) { if ($.fn.jwplayerUtilsParsersDOMElementParser.parsers[domElement.tagName.toLowerCase()] && (attributes == null)) { return $.fn.jwplayerUtilsParsersDOMElementParser.parsers[domElement.tagName.toLowerCase()](domElement); } else { if (...
boxid = response.boxid
tvheadend.boxid = response.boxid
function parse_comet_response(responsetxt) { response = Ext.util.JSON.decode(responsetxt); boxid = response.boxid for(x = 0; x < response.messages.length; x++) { m = response.messages[x]; tvheadend.comet.fireEvent(m.notificationClass, m); } cometRequest.delay(100); };
if (parsedConfig.playlist && typeof parsedConfig.playlist === "string" && !parsedConfig['playlist.position']) { parsedConfig['playlist.position'] = parsedConfig.playlist; delete parsedConfig.playlist; } if (parsedConfig.controlbar && typeof parsedConfig.controlbar === "string" && !parsedConfig['controlbar.position']) ...
if (parsedConfig.components) { if (typeof parsedConfig.plugins == "object") { parsedConfig = jwplayer.utils.extend(parsedConfig, jwplayer.embed.parseComponents(parsedConfig.components)); }
parseConfig: function(config) { var parsedConfig = jwplayer.utils.extend({}, config); if (parsedConfig.events) { this.events = parsedConfig.events; delete parsedConfig.events; } if (parsedConfig.players) { this.players = parsedConfig.players; delete parsedConfig.players; } if (parsedConfig.plu...
if (parsedConfig.controlbar && typeof parsedConfig.controlbar === "string" && !parsedConfig['controlbar.position']) { parsedConfig['controlbar.position'] = parsedConfig.controlbar; delete parsedConfig.controlbar; }
parseConfig : function(config) { var parsedConfig = jwplayer.utils.extend( {}, config); if (parsedConfig.events) { this.events = parsedConfig.events; delete parsedConfig['events']; } if (parsedConfig.players) { this.players = parsedConfig.players; delete parsedConfig['players']; } if (parsedCo...
parseConfig['playlist.position'] = parseConfig.playlist; delete parseConfig.playlist;
parsedConfig['playlist.position'] = parsedConfig.playlist; delete parsedConfig.playlist;
parseConfig : function(config) { var parsedConfig = jwplayer.utils.extend( {}, config); if (parsedConfig.events) { this.events = parsedConfig.events; delete parsedConfig['events']; } if (parsedConfig.players) { this.players = parsedConfig.players; delete parsedConfig['players']; } if (parsedCo...
options[name] = component;
if (!options[name]) { options[name] = component; }
jwplayer.embed.parseConfigBlock = function(options, blockName) { if (options[blockName]) { var components = options[blockName]; for ( var name in components) { var component = components[name]; if (typeof component == "string") { // i.e. controlbar="over" options[name] = component; } else { /...
options[name + '.' + option] = component[option];
if (!options[name + '.' + option]) { options[name + '.' + option] = component[option]; }
jwplayer.embed.parseConfigBlock = function(options, blockName) { if (options[blockName]) { var components = options[blockName]; for ( var name in components) { var component = components[name]; if (typeof component == "string") { // i.e. controlbar="over" options[name] = component; } else { /...
lookAhead(match);
var isDoubled = lookAhead(match);
parseDate: function (format, value, settings) { if (format == null || value == null) throw 'Invalid arguments'; value = (typeof value == 'object' ? value.toString() : value + ''); if (value == '') return null; var shortYearCutoff = (settings ? settings.shortYearCutoff : null) || this._defaults.shortYearCutoff;...
(match == 'y' ? 4 : (match == 'o' ? 3 : 2))));
(match == 'y' && isDoubled ? 4 : (match == 'o' ? 3 : 2))));
parseDate: function (format, value, settings) { if (format == null || value == null) throw 'Invalid arguments'; value = (typeof value == 'object' ? value.toString() : value + ''); if (value == '') return null; var shortYearCutoff = (settings ? settings.shortYearCutoff : null) || this._defaults.shortYearCutoff;...
fluid.model.parseEL = function (EL) { return String(EL).split('.'); };
(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.model.parseEL = function (EL) { return String(EL).split('.'); };
configuration.screencolor = $(domElement).css("background-color");
function parseElement(domElement, attributes) { if (parsers[domElement.tagName.toLowerCase()] && (attributes === undefined)) { return parsers[domElement.tagName.toLowerCase()](domElement); } else { attributes = getAttributeList('element', attributes); var configuration = {}; for (var attribute in attributes)...
configuration.screencolor = ($(domElement).css("background-color") == "transparent") ? "#ffffff" : $(domElement).css("background-color");
configuration.screencolor = ($(domElement).css("background-color") == "transparent") ? "black" : $(domElement).css("background-color");
function parseElement(domElement, attributes) { if (parsers[domElement.tagName.toLowerCase()] && (attributes === undefined)) { return parsers[domElement.tagName.toLowerCase()](domElement); } else { attributes = getAttributeList('element', attributes); var configuration = {}; for (var attribute in attributes)...
configuration.screencolor = ($(domElement).css("background-color") == "transparent") ? "black" : $(domElement).css("background-color");
configuration.screencolor = (($(domElement).css("background-color") == "transparent") || ($(domElement).css("background-color") == "rgba(0, 0, 0, 0)")) ? "black" : $(domElement).css("background-color");
function parseElement(domElement, attributes) { if (parsers[domElement.tagName.toLowerCase()] && (attributes === undefined)) { return parsers[domElement.tagName.toLowerCase()](domElement); } else { attributes = getAttributeList('element', attributes); var configuration = {}; for (var attribute in attributes)...