rem stringlengths 0 126k | add stringlengths 0 441k | context stringlengths 15 136k |
|---|---|---|
logger.log('recv', id, name, JSON.stringify(args)) | logger.debug('recv', id, name, JSON.stringify(args)) | this.frameReceived = function(id, name, args) { logger.log('recv', id, name, JSON.stringify(args)) if (!this._eventHandlers[name]) { logger.warn('Received event without handler', name) return } var eventHandler = this._eventHandlers[name] setTimeout(function(){ eventHandler(args) }, 0) } |
if (!this._authenticatedUser) { this.sendFrame('FIN_DEMAND_AUTHENTICATE') return } | this.frameReceived = function(id, name, args) { this._log('recv', id, name, JSON.stringify(args)) if (!this._requestHandlers[name]) { logger.warn('Received request without handler', name) return } this._requestHandlers[name](args) } | |
var o = { test: { sub: { func: function () { cnt++; return cnt; } } } } | func: function () { return 'tobis'; }, | var o = { test: { sub: { func: function () { cnt++; return cnt; } } } } |
"number"?f.duration:c.fx.speeds[f.duration]||c.fx.speeds._default;f.old=f.complete;f.complete=function(){f.queue!==false&&c(this).dequeue();c.isFunction(f.old)&&f.old.call(this)};return f},easing:{linear:function(a,b,d,f){return d+f*a},swing:function(a,b,d,f){return(-Math.cos(a*Math.PI)/2+0.5)*f+d}},timers:[],fx:functi... | Math.PI)/2+0.5)*e+d}},timers:[],fx:function(a,b,d){this.options=b;this.elem=a;this.prop=d;if(!b.orig)b.orig={}}});c.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this);(c.fx.step[this.prop]||c.fx.step._default)(this)},cur:function(){if(this.elem[this.prop]!=null&&(!this.el... | "number"?f.duration:c.fx.speeds[f.duration]||c.fx.speeds._default;f.old=f.complete;f.complete=function(){f.queue!==false&&c(this).dequeue();c.isFunction(f.old)&&f.old.call(this)};return f},easing:{linear:function(a,b,d,f){return d+f*a},swing:function(a,b,d,f){return(-Math.cos(a*Math.PI)/2+0.5)*f+d}},timers:[],fx:functi... |
get: function(id) { var cachedControl = this._idToControl[id]; if (cachedControl == null) { return null; } else if (cachedControl == ORBEON.util.Dom.get(id)) { return ORBEON.xforms.ServerValueStore._idToValue[id]; } else { this._idToControl[id] = null; ORBEON.xforms.ServerValueStore._idToValue[id] = null; return nul... | get: function(controlId) { return document.getElementById(controlId); }, | get: function(id) { var cachedControl = this._idToControl[id]; if (cachedControl == null) { // We known nothing about this control return null; } else if (cachedControl == ORBEON.util.Dom.get(id)) { // We have the value and it is for the right control ... |
a)}else return!b||b.jquery?(b||T).find(a):c(b).find(a);else if(c.isFunction(a))return T.ready(a);if(a.selector!==w){this.selector=a.selector;this.context=a.context}return c.makeArray(a,this)},selector:"",jquery:"1.4.2",length:0,size:function(){return this.length},toArray:function(){return R.call(this,0)},get:function(a... | if(h!=null)return h===""||h==="auto"?"0px":h}if(h<0||h==null){h=d.style[b];return h===""||h==="auto"?"0px":h}return typeof h==="string"?h:h+"px"}},set:function(d,e){if(Fa.test(e)){e=parseFloat(e);if(e>=0)return e+"px"}else return e}}});if(!c.support.opacity)c.cssHooks.opacity={get:function(a,b){return gb.test((b&&a.cur... | a)}else return!b||b.jquery?(b||T).find(a):c(b).find(a);else if(c.isFunction(a))return T.ready(a);if(a.selector!==w){this.selector=a.selector;this.context=a.context}return c.makeArray(a,this)},selector:"",jquery:"1.4.2",length:0,size:function(){return this.length},toArray:function(){return R.call(this,0)},get:function(a... |
this.get = function(signal) { return this._pool[signal] | this.get = function(name) { return this._pool[name] | this.get = function(signal) { return this._pool[signal] } |
if (this.scrollH) { | if (this.scrollV) { | getActualOriginalTableWidth: function () { var pxWidth; if (this.originalWidth.indexOf('%') != - 1) { if (this.scrollH) { pxWidth = this.divContainer.clientWidth - 21; } else { pxWidth = this.divContainer.clientWidth - 2; } } else i... |
pxWidth = this.divContainer.clientWidth - 2; | pxWidth = this.divContainer.clientWidth; | getActualOriginalTableWidth: function () { var pxWidth; if (this.originalWidth.indexOf('%') != - 1) { if (this.scrollH) { pxWidth = this.divContainer.clientWidth - 21; } else { pxWidth = this.divContainer.clientWidth - 2; } } else i... |
if (ORBEON.xforms.Globals.isRenderingEngineTrident) { return element.getAttribute(name); } else { if (element.hasAttribute(name)) { if (ORBEON.xforms.Globals.isRenderingEngineWebCore) { return ORBEON.util.String.replace(element.getAttribute(name), "&", "&"); | if (ORBEON.xforms.Globals.isRenderingEngineTrident) { return element.getAttribute(name); } else { if (element.hasAttribute(name)) { if (ORBEON.xforms.Globals.isRenderingEngineWebCore) { return ORBEON.util.String.replace(element.getAttribute(name), "&", "&"); } else { return element.getAttribute(name); } | getAttribute: function(element, name) { if (ORBEON.xforms.Globals.isRenderingEngineTrident) { // IE incorrectly already return null when the attribute is not there, // but this happens to be what we want to do here return element.getAttribute(name); } else { ... |
return element.getAttribute(name); | return null; | getAttribute: function(element, name) { if (ORBEON.xforms.Globals.isRenderingEngineTrident) { // IE incorrectly already return null when the attribute is not there, // but this happens to be what we want to do here return element.getAttribute(name); } else { ... |
} else { return null; | getAttribute: function(element, name) { if (ORBEON.xforms.Globals.isRenderingEngineTrident) { // IE incorrectly already return null when the attribute is not there, // but this happens to be what we want to do here return element.getAttribute(name); } else { ... | |
} }, | }, | getAttribute: function(element, name) { if (ORBEON.xforms.Globals.isRenderingEngineTrident) { // IE incorrectly already return null when the attribute is not there, // but this happens to be what we want to do here return element.getAttribute(name); } else { ... |
var a = (dir == x ? xaxes : yaxes)[number - 1]; | var a = (dir == "x" ? xaxes : yaxes)[number - 1]; | plot.getAxis = function (dir, number) { var a = (dir == x ? xaxes : yaxes)[number - 1]; if (a && !a.used) a = null; return a; }; |
null&&c.data("ec.storage."+a[b],c[0].style[a[b]])},restore:function(c,a){for(var b=0;b<a.length;b++)a[b]!==null&&c.css(a[b],c.data("ec.storage."+a[b]))},setMode:function(c,a){if(a=="toggle")a=c.is(":hidden")?"show":"hide";return a},getBaseline:function(c,a){var b;switch(c[0]){case "top":b=0;break;case "middle":b=0.5;br... | [{add:a,remove:c},b,d,e])}});f.extend(f.effects,{version:"1.8.6",save:function(c,a){for(var b=0;b<a.length;b++)a[b]!==null&&c.data("ec.storage."+a[b],c[0].style[a[b]])},restore:function(c,a){for(var b=0;b<a.length;b++)a[b]!==null&&c.css(a[b],c.data("ec.storage."+a[b]))},setMode:function(c,a){if(a=="toggle")a=c.is(":hid... | null&&c.data("ec.storage."+a[b],c[0].style[a[b]])},restore:function(c,a){for(var b=0;b<a.length;b++)a[b]!==null&&c.css(a[b],c.data("ec.storage."+a[b]))},setMode:function(c,a){if(a=="toggle")a=c.is(":hidden")?"show":"hide";return a},getBaseline:function(c,a){var b;switch(c[0]){case "top":b=0;break;case "middle":b=0.5;br... |
nM=(dV.getMonth()+a)%12; nY=dV.getFullYear()+parseInt((dV.getMonth()+a)/12,10); | var nM=(dV.getMonth()+a)%12; var nY=dV.getFullYear()+parseInt((dV.getMonth()+a)/12,10); | function getButtonCode(mD,dV,a,lb,dF){nM=(dV.getMonth()+a)%12;nY=dV.getFullYear()+parseInt((dV.getMonth()+a)/12,10);if (nM<0){nM+=12;nY+=-1;}return "<button onClick='drawCalendar(\""+mD+"\","+nY+","+nM+","+1+",\""+dF+"\");'>"+lb+"</button>";} |
for (var i = 0; i < parent.childNodes.length; i++) { var child = parent.childNodes[i]; if (ORBEON.util.Dom.isElement(child) && ORBEON.util.Dom.hasClass(child, clazz)) { return child; | for (var i = 0; i < parent.childNodes.length; i++) { var child = parent.childNodes[i]; if (ORBEON.util.Dom.isElement(child) && YAHOO.util.Dom.hasClass(child, clazz)) { return child; } | getChildElementByClass: function(parent, clazz) { for (var i = 0; i < parent.childNodes.length; i++) { var child = parent.childNodes[i]; if (ORBEON.util.Dom.isElement(child) && ORBEON.util.Dom.hasClass(child, clazz)) { return child; } } return nul... |
} return null; }, | return null; }, | getChildElementByClass: function(parent, clazz) { for (var i = 0; i < parent.childNodes.length; i++) { var child = parent.childNodes[i]; if (ORBEON.util.Dom.isElement(child) && ORBEON.util.Dom.hasClass(child, clazz)) { return child; } } return nul... |
for (var i = 0; i < parent.childNodes.length; i++) { var child = parent.childNodes[i]; if (ORBEON.util.Dom.isElement(child)) { if (position == 0) return child; position--; | for (var i = 0; i < parent.childNodes.length; i++) { var child = parent.childNodes[i]; if (ORBEON.util.Dom.isElement(child)) { if (position == 0) return child; position--; } | getChildElementByIndex: function(parent, position) { for (var i = 0; i < parent.childNodes.length; i++) { var child = parent.childNodes[i]; if (ORBEON.util.Dom.isElement(child)) { if (position == 0) return child; position--; } } ret... |
} return null; }, | return null; }, | getChildElementByIndex: function(parent, position) { for (var i = 0; i < parent.childNodes.length; i++) { var child = parent.childNodes[i]; if (ORBEON.util.Dom.isElement(child)) { if (position == 0) return child; position--; } } ret... |
var nodes = []; for (var i = 0; i < parent.childNodes.length; i++) { var child = parent.childNodes[i]; if (ORBEON.util.Dom.isElement(child) && ORBEON.util.Dom.hasClass(child, clazz)) { nodes[nodes.length] = child; | var nodes = []; for (var i = 0; i < parent.childNodes.length; i++) { var child = parent.childNodes[i]; if (ORBEON.util.Dom.isElement(child) && YAHOO.util.Dom.hasClass(child, clazz)) { nodes[nodes.length] = child; } | getChildElementsByClass: function(parent, clazz) { var nodes = []; for (var i = 0; i < parent.childNodes.length; i++) { var child = parent.childNodes[i]; if (ORBEON.util.Dom.isElement(child) && ORBEON.util.Dom.hasClass(child, clazz)) { nodes[nodes.length] = child; ... |
} return nodes.length == 0 ? null : nodes; }, | return nodes.length == 0 ? null : nodes; }, | getChildElementsByClass: function(parent, clazz) { var nodes = []; for (var i = 0; i < parent.childNodes.length; i++) { var child = parent.childNodes[i]; if (ORBEON.util.Dom.isElement(child) && ORBEON.util.Dom.hasClass(child, clazz)) { nodes[nodes.length] = child; ... |
var autoComplete = this; | getCurrentValues: function(query) { var autoComplete = this; var result = []; // YUI autocomplete give us an escaped string query = unescape(query); // Look again for the element, as on IE the <select> is recreated when the itemset changes, and so can't be cached var select... | |
if ((typeof($this.opts.dialog_filter) === 'object') && ($this.opts.dialog_filter != null)) { $.extend(a,$this.opts.dialog_filter); $this.opts.dialog_filter=null; var filter_len=a.length; for(var i=0;i < filter_len; i++ ) { var chks=$('#filter input:checkbox','#pv_dlg_plh'+i); if (chks.length) { chks.attr('checked',t... | if ( (typeof ($this.opts.dialog_filter) === 'object') && ($this.opts.dialog_filter != null) ) { $.extend (a,$this.opts.dialog_filter); return a; } for (var i=0;i < data_row_length; i++ ) $ ('#filter input:checkbox','#pv_dlg_plh'+i).not (':checked').each (function() { a[i].push ($ (this).val() ) }) return a; } | ,getDialogFilter:function($this,data_row_length)//ac tas EXCLUDE filter with multiple values { var a=jpv_create_2Darray(data_row_length); if ((typeof($this.opts.dialog_filter) === 'object') && ($this.opts.dialog_filter != null)) { /* //try to restore filters ... |
var b = this._getDoc().body; if (b === null) { return null; | try { var b = this._getDoc().body; if (b === null) { return null; } return this._getDoc().body.innerHTML; } catch (e) { return ''; | getEditorHTML: function() { var b = this._getDoc().body; if (b === null) { return null; } return this._getDoc().body.innerHTML; }, |
return this._getDoc().body.innerHTML; | getEditorHTML: function() { var b = this._getDoc().body; if (b === null) { return null; } return this._getDoc().body.innerHTML; }, | |
element = YAHOO.util.Dom.get('repeat-begin-' + id); | element = YAHOO.util.Dom.get("repeat-begin-" + id); | function getElement(id) { var element = YAHOO.util.Dom.get(id); if (element == null) { // Try to find repeat (some events xxforms-nodeset-changed can target the repeat) element = YAHOO.util.Dom.get("repeat-begin-" + id); if (element == null) { ... |
var separatorPosition = Math.max(id.lastIndexOf(XFORMS_SEPARATOR_1), id.lastIndexOf(XFORMS_SEPARATOR_2)); if (separatorPosition != -1) { var repeatID = id.substring(0, separatorPosition); var iteration = id.substring(separatorPosition + 1); element = ORBEON.util.Utils.findRepeatDelimiter(repeatID, iteration); if (eleme... | element = YAHOO.util.Dom.get("repeat-begin-" + id); if (element == null) { var separatorPosition = Math.max(id.lastIndexOf(XFORMS_SEPARATOR_1), id.lastIndexOf(XFORMS_SEPARATOR_2)); if (separatorPosition != -1) { var repeatID = id.substring(0, separatorPosition); var iteration = id.substring(separatorPosition + 1); ele... | function getElement(id) { var element = YAHOO.util.Dom.get(id); if (element == null) { // Try getting repeat delimiter var separatorPosition = Math.max(id.lastIndexOf(XFORMS_SEPARATOR_1), id.lastIndexOf(XFORMS_SEPARATOR_2)); if (separatorPositio... |
return YAHOO.util.Dom.get(controlId); /* var result = document.getElementById(controlId); if (result && (result.id != controlId) && document.all) { result = null; var documentAll = document.all[controlId]; if (documentAll) { if (documentAll.length) { for (var i = 0; i < documentAll.length; i++) { if (documentAll[i].id ... | return YAHOO.util.Dom.get(controlId); /* var result = document.getElementById(controlId); if (result && (result.id != controlId) && document.all) { result = null; var documentAll = document.all[controlId]; if (documentAll) { if (documentAll.length) { for (var i = 0; i < documentAll.length; i++) { if (documentAll[i].id ... | getElementByIdNoCache: function(controlId) { return YAHOO.util.Dom.get(controlId); /* var result = document.getElementById(controlId); if (result && (result.id != controlId) && document.all) { result = null; var documentAll = document.all[controlId]; if (... |
} else { result = documentAll; | getElementByIdNoCache: function(controlId) { return YAHOO.util.Dom.get(controlId); /* var result = document.getElementById(controlId); if (result && (result.id != controlId) && document.all) { result = null; var documentAll = document.all[controlId]; if (... | |
} return result; */ }, | return result; */ }, | getElementByIdNoCache: function(controlId) { return YAHOO.util.Dom.get(controlId); /* var result = document.getElementById(controlId); if (result && (result.id != controlId) && document.all) { result = null; var documentAll = document.all[controlId]; if (... |
getElementByTagName: function(root, tagName) { var result = null; if (YAHOO.lang.isArray(tagName)) { var tagNames = tagName; for (var tagNameIndex = 0; tagNameIndex < tagNames.length; tagNameIndex++) { var tagName = tagNames[tagNameIndex]; var result = ORBEON.util.Dom.getElementByTagName(root, tagName); if (result !=... | getElementByTagName: function(root, tagNameOrArray) { var result = _.isArray(tagNameOrArray) ? _(tagNameOrArray).chain() .map(_.bind(arguments.callee, null, root)) .compact() .first() .value() : root.tagName.toLowerCase() == tagNameOrArray ? root : root.getElementsByTagName(tagNameOrArray)[0]; return _.isUndefined(resu... | getElementByTagName: function(root, tagName) { var result = null; if (YAHOO.lang.isArray(tagName)) { // Multiple possible tag name, try each one var tagNames = tagName; for (var tagNameIndex = 0; tagNameIndex < tagNames.length; tagNameIndex++) { var tagN... |
if (typeof(imgSrc) != "undefined") { | if (imgSrc != "undefined") { | function getGeoObjectInfo(topicId, resultHandler) { // log('requesting info for: ' + topicId); if (resultHandler == 'abc') { resultHandler = jQuery("#sideBarCategories"); } var url = HIDDEN_SERVICE_URL + 'getGeoObjectInfo.php?topicId=' + topicId; // var body = '{"method": "getGeoObjectInfo", "para... |
var imgWidth = jQuery("#sideBar").css("width"); resultHandler.append('<img src="'+imgSrc+'" width="' + imgWidth + '">'); | resultHandler.append('<img src="'+imgSrc+'"><br/>'); | function getGeoObjectInfo(topicId, resultHandler) { // log('requesting info for: ' + topicId); if (resultHandler == 'abc') { resultHandler = jQuery("#sideBarCategories"); } var url = HIDDEN_SERVICE_URL + 'getGeoObjectInfo.php?topicId=' + topicId; // var body = '{"method": "getGeoObjectInfo", "para... |
htmlValue = makeWebpageLink(stringValue, topic.name); } else { | htmlValue = makeWebpageLink(stringValue, stringValue); } else if (stringValue.indexOf("@") != -1) { htmlValue = makeEmailLink(stringValue, stringValue); } else { | function getGeoObjectInfo(topicId, resultHandler) { // log('requesting info for: ' + topicId); if (resultHandler == 'abc') { resultHandler = jQuery("#sideBarCategories"); } var url = HIDDEN_SERVICE_URL + 'getGeoObjectInfo.php?topicId=' + topicId; // var body = '{"method": "getGeoObjectInfo", "para... |
var url = HIDDEN_SERVICE_URL + 'getGeoObjectInfo.php?topicId=' + topicId; | var url = SERVICE_URL; var body = '{"method": "getGeoObjectInfo", "params": ["' + topicId + '"]}'; | function getGeoObjectInfo(topicId, resultHandler) { // log('requesting info for: ' + topicId); if (resultHandler == 'abc') { resultHandler = jQuery("#sideBarCategories"); } var url = HIDDEN_SERVICE_URL + 'getGeoObjectInfo.php?topicId=' + topicId; // var body = '{"method": "getGeoObjectInfo", "para... |
type: "GET", | type: "POST", | function getGeoObjectInfo(topicId, resultHandler) { // log('requesting info for: ' + topicId); if (resultHandler == 'abc') { resultHandler = jQuery("#sideBarCategories"); } var url = HIDDEN_SERVICE_URL + 'getGeoObjectInfo.php?topicId=' + topicId; // var body = '{"method": "getGeoObjectInfo", "para... |
dataType: 'json', | data: body, beforeSend: function(xhr) {xhr.setRequestHeader("Content-Type", "application/json")}, dataType: 'json', | function getGeoObjectInfo(topicId, resultHandler) { // log('requesting info for: ' + topicId); if (resultHandler == 'abc') { resultHandler = jQuery("#sideBarCategories"); } var url = HIDDEN_SERVICE_URL + 'getGeoObjectInfo.php?topicId=' + topicId; // var body = '{"method": "getGeoObjectInfo", "para... |
if (ORBEON.util.Dom.hasClass(control, "xforms-trigger") || ORBEON.util.Dom.hasClass(control, "xforms-submit")) { | if (YAHOO.util.Dom.hasClass(control, "xforms-trigger") || YAHOO.util.Dom.hasClass(control, "xforms-submit")) { | getHintMessage: function(control) { if (ORBEON.util.Dom.hasClass(control, "xforms-trigger") || ORBEON.util.Dom.hasClass(control, "xforms-submit")) { var formElement = ORBEON.util.Dom.getElementByTagName(control, ["a", "button"]); return formElement.title; } else { // E... |
return ""; | return "undefined"; | function getImageSource(topic) { for (var i=0; i < topic.properties.length; i++) { if (topic.properties[i].name == "Image / File" && topic.properties[i].value != "") { return topic.properties[i].value; } } return ""; } |
Date.getInterval = function(interval, value){ if (!interval || !value) return 0; | Date.getInterval = function(interval, count){ if (!count) count=1; if (!interval) return 0; | Date.getInterval = function(interval, value){ if (!interval || !value) return 0; switch(interval.toLowerCase()){ case Date.MILLI: return value case Date.SECOND: return value * 1000; case Date.MINUTE: return value * 1000 * 60; case Date.HOUR: return value * 1000 * 60 *60; case Date.DAY: return value * 1000 * 60 *60... |
return value | return count | Date.getInterval = function(interval, value){ if (!interval || !value) return 0; switch(interval.toLowerCase()){ case Date.MILLI: return value case Date.SECOND: return value * 1000; case Date.MINUTE: return value * 1000 * 60; case Date.HOUR: return value * 1000 * 60 *60; case Date.DAY: return value * 1000 * 60 *60... |
return value * 1000; | return count * 1000; | Date.getInterval = function(interval, value){ if (!interval || !value) return 0; switch(interval.toLowerCase()){ case Date.MILLI: return value case Date.SECOND: return value * 1000; case Date.MINUTE: return value * 1000 * 60; case Date.HOUR: return value * 1000 * 60 *60; case Date.DAY: return value * 1000 * 60 *60... |
return value * 1000 * 60; | return count * 1000 * 60; | Date.getInterval = function(interval, value){ if (!interval || !value) return 0; switch(interval.toLowerCase()){ case Date.MILLI: return value case Date.SECOND: return value * 1000; case Date.MINUTE: return value * 1000 * 60; case Date.HOUR: return value * 1000 * 60 *60; case Date.DAY: return value * 1000 * 60 *60... |
return value * 1000 * 60 *60; | return count * 1000 * 60 *60; | Date.getInterval = function(interval, value){ if (!interval || !value) return 0; switch(interval.toLowerCase()){ case Date.MILLI: return value case Date.SECOND: return value * 1000; case Date.MINUTE: return value * 1000 * 60; case Date.HOUR: return value * 1000 * 60 *60; case Date.DAY: return value * 1000 * 60 *60... |
return value * 1000 * 60 *60 *24; | return count * 1000 * 60 *60 *24; | Date.getInterval = function(interval, value){ if (!interval || !value) return 0; switch(interval.toLowerCase()){ case Date.MILLI: return value case Date.SECOND: return value * 1000; case Date.MINUTE: return value * 1000 * 60; case Date.HOUR: return value * 1000 * 60 *60; case Date.DAY: return value * 1000 * 60 *60... |
return value * 1000 * 60 *60 *24*30; | return count * 1000 * 60 *60 *24*30; | Date.getInterval = function(interval, value){ if (!interval || !value) return 0; switch(interval.toLowerCase()){ case Date.MILLI: return value case Date.SECOND: return value * 1000; case Date.MINUTE: return value * 1000 * 60; case Date.HOUR: return value * 1000 * 60 *60; case Date.DAY: return value * 1000 * 60 *60... |
return value * 1000 * 60 *60 *24*365; | return count * 1000 * 60 *60 *24*365; | Date.getInterval = function(interval, value){ if (!interval || !value) return 0; switch(interval.toLowerCase()){ case Date.MILLI: return value case Date.SECOND: return value * 1000; case Date.MINUTE: return value * 1000 * 60; case Date.HOUR: return value * 1000 * 60 *60; case Date.DAY: return value * 1000 * 60 *60... |
if (!this._items[itemId]) { this._items[itemId] = {} } | if (!this._items[itemId]) { this._items[itemId] = { _id: itemId } } | this.getItemData = function(itemId, callback) { if (!this._items[itemId]) { this._items[itemId] = {} } callback(null, this._items[itemId]) } |
if (typeof itemId == 'undefined' || !propName) { throw logger.error("itemId and propName are required for shared.keys.getItemPropertyKey") } | assert(propName && typeof itemId != 'undefined', "itemId and propName are required for shared.keys.getItemPropertyKey") | exports.getItemPropertyKey = function(itemId, propName) { if (typeof itemId == 'undefined' || !propName) { throw logger.error("itemId and propName are required for shared.keys.getItemPropertyKey") } return 'I' + itemId + '@' + propName} |
return { type: type, id: parts[0], prop: parts[1] } | return { type: type, id: parts[0], property: parts[1] } | exports.getKeyInfo = function(key) { var type = key[0], parts = key.substr(1).split('@') return { type: type, id: parts[0], prop: parts[1] }} |
if (ORBEON.util.Dom.hasClass(control, "xforms-trigger") || ORBEON.util.Dom.hasClass(control, "xforms-submit")) { | if (YAHOO.util.Dom.hasClass(control, "xforms-trigger") || YAHOO.util.Dom.hasClass(control, "xforms-submit")) { | getLabelMessage: function(control) { if (ORBEON.util.Dom.hasClass(control, "xforms-trigger") || ORBEON.util.Dom.hasClass(control, "xforms-submit")) { if (control.tagName.toLowerCase() == "input") { // Image return control.alt; } else { ... |
} else if (ORBEON.util.Dom.hasClass(control, "xforms-dialog")) { | } else if (YAHOO.util.Dom.hasClass(control, "xforms-dialog")) { | getLabelMessage: function(control) { if (ORBEON.util.Dom.hasClass(control, "xforms-trigger") || ORBEON.util.Dom.hasClass(control, "xforms-submit")) { if (control.tagName.toLowerCase() == "input") { // Image return control.alt; } else { ... |
} else if (ORBEON.util.Dom.hasClass(control, "xforms-group-appearance-xxforms-fieldset")) { | } else if (YAHOO.util.Dom.hasClass(control, "xforms-group-appearance-xxforms-fieldset")) { | getLabelMessage: function(control) { if (ORBEON.util.Dom.hasClass(control, "xforms-trigger") || ORBEON.util.Dom.hasClass(control, "xforms-submit")) { if (control.tagName.toLowerCase() == "input") { // Image return control.alt; } else { ... |
if (control.tagName.toLowerCase() == "input") { return control.alt; | if (ORBEON.util.Utils.isNewXHTMLLayout()) { var labelElement = ORBEON.xforms.Controls._getControlLHHA(control, "control"); return labelElement.innerHTML; | getLabelMessage: function(control) { if (YAHOO.util.Dom.hasClass(control, "xforms-trigger") || YAHOO.util.Dom.hasClass(control, "xforms-submit")) { if (control.tagName.toLowerCase() == "input") { // Image return control.alt; } else { ... |
var options = this.htmlSelect.options; | var htmlSelect = this.getHTMLSelect(); var options = htmlSelect.options; | getMenuItems: function() { var newMenuItems = []; var options = this.htmlSelect.options; for (var optionIndex = 0; optionIndex < options.length; optionIndex++) { var option = { label: options[optionIndex].text, value: options[optionIndex].value }; newMenuItems.push({ text:... |
Joint.getMousePosition = function(e, r){ | Joint.getMousePosition = function(e, el){ | Joint.getMousePosition = function(e, r){ var pos; if (e.pageX || e.pageY) { pos = point(e.pageX, e.pageY); } else { var docEl = document.documentElement, docBody = document.body; pos = point(e.clientX + (docEl.scrollLeft || docBody.scrollLeft) - docEl.clientLeft, e.clientY + (docEl.scrollTop || do... |
var rp = Joint.findPos(r.canvas); | var rp = Joint.findPos(el); | Joint.getMousePosition = function(e, r){ var pos; if (e.pageX || e.pageY) { pos = point(e.pageX, e.pageY); } else { var docEl = document.documentElement, docBody = document.body; pos = point(e.clientX + (docEl.scrollLeft || docBody.scrollLeft) - docEl.clientLeft, e.clientY + (docEl.scrollTop || do... |
} else { pos = point(e.clientX + (document.documentElement.scrollLeft || document.body.scrollLeft) - document.documentElement.clientLeft, e.clientY + (document.documentElement.scrollTop || document.body.scrollTop) - document.documentElement.clientTop); | } else { var docEl = document.documentElement, docBody = document.body; pos = point(e.clientX + (docEl.scrollLeft || docBody.scrollLeft) - docEl.clientLeft, e.clientY + (docEl.scrollTop || docBody.scrollTop) - docEl.clientTop); | Joint.getMousePosition = function(e, r){ var pos; if (e.pageX || e.pageY) { pos = point(e.pageX, e.pageY); } else { pos = point(e.clientX + (document.documentElement.scrollLeft || document.body.scrollLeft) - document.documentElement.clientLeft, e.clientY + (document.doc... |
sb[sb.length] = '<tr>'; | sb[sb.length] = '<tr class="ygtvrow">'; | getNodeHtml: function() { this.logger.log("Generating html"); var sb = []; var getNode = 'YAHOO.widget.TreeView.getNode(\'' + this.tree.id + '\',' + this.index + ')'; sb[sb.length] = '<table border="0" cellpadding="0" cellspacing="0">'; sb[sb.length] = '<tr... |
function getNotificationBox(aBrowser) { return Browser.getNotificationBox(aBrowser); } | getNotificationBox: function getNotificationBox(aBrowser) { let browser = aBrowser || this.selectedBrowser; return browser.parentNode; }, | function getNotificationBox(aBrowser) { return Browser.getNotificationBox(aBrowser);} |
this.getProperty = function(propertyName, noDefault) { | this.getProperty = function(propertyName, noDefaultValue) { | this.getProperty = function(propertyName, noDefault) { if (this._referencedItem) { return this._referencedItem.getProperty(propertyName); } else if (noDefaultValue) { return null } else { return propertyName; } } |
return null | return null; | this.getProperty = function(propertyName, noDefault) { if (this._referencedItem) { return this._referencedItem.getProperty(propertyName); } else if (noDefaultValue) { return null } else { return propertyName; } } |
this.getProperty = function(propertyName) { | this.getProperty = function(propertyName, noDefault) { | this.getProperty = function(propertyName) { if (this._referencedItem) { return this._referencedItem.getProperty(propertyName); } else { return 'loading...'; } } |
return 'loading...'; | return propertyName; | this.getProperty = function(propertyName) { if (this._referencedItem) { return this._referencedItem.getProperty(propertyName); } else { return 'loading...'; } } |
var formDynamicState = ORBEON.xforms.Globals.formDynamicState[form.id]; if (formDynamicState !== undefined) { this.lastRequestUUID = formDynamicState.value; } return this.lastRequestUUID; | return ORBEON.xforms.Document.getFromClientState(form.id, "sequence"); | getRequestUUID: function() { var form = ORBEON.xforms.Controls.getForm(this.container); var formDynamicState = ORBEON.xforms.Globals.formDynamicState[form.id]; if (formDynamicState !== undefined) { this.lastRequestUUID = formDynamicState.value; } return this.lastRequest... |
return ORBEON.util.Utils.getProperty(NEW_XHTML_LAYOUT_PROPERTY) | return ORBEON.util.Utils.isNewXHTMLLayout() | getSelect: function(controlId) { var control = YAHOO.util.Dom.get(controlId); return ORBEON.util.Utils.getProperty(NEW_XHTML_LAYOUT_PROPERTY) ? control.getElementsByTagName("select")[0] : control; }, |
getState: function() {return{collapsed:this.collapsed}}, | getState : function(){ var o = Ext.ux.SlimGridPanel.superclass.getState.call(this); for (var i = 0; i < o.columns.length; i++) { if (!o.columns[i].hidden) { delete o.columns[i]; } } return o; } | getState: function() {return{collapsed:this.collapsed}}, |
if (element.innerText == null) { var result = ""; for (var i = 0; i < element.childNodes.length; i++) { var child = element.childNodes[i]; if (child.nodeType == TEXT_TYPE) result += child.nodeValue; | if (element.innerText == null) { var result = ""; for (var i = 0; i < element.childNodes.length; i++) { var child = element.childNodes[i]; if (child.nodeType == TEXT_TYPE) result += child.nodeValue; } return result; } else { return element.innerText; | getStringValue: function(element) { if (element.innerText == null) { // Use W3C DOM API var result = ""; for (var i = 0; i < element.childNodes.length; i++) { var child = element.childNodes[i]; if (child.nodeType == TEXT_TYPE) ... |
return result; } else { return element.innerText; } }, | }, | getStringValue: function(element) { if (element.innerText == null) { // Use W3C DOM API var result = ""; for (var i = 0; i < element.childNodes.length; i++) { var child = element.childNodes[i]; if (child.nodeType == TEXT_TYPE) ... |
b,0)}).show();this.uiDialog.is(":data(resizable)")&&this.uiDialog.resizable("option","minHeight",this._minHeight())}});c.extend(c.ui.dialog,{version:"1.8.4",uuid:0,maxZ:0,getTitleId:function(a){a=a.attr("id");if(!a){this.uuid+=1;a=this.uuid}return"ui-dialog-title-"+a},overlay:function(a){this.$el=c.ui.dialog.overlay.cr... | height:"auto"});else{this.uiDialog.show();a=this.element.css("height","auto").height();this.uiDialog.hide();this.element.height(Math.max(a,d))}else this.element.height(Math.max(a.height-b,0));this.uiDialog.is(":data(resizable)")&&this.uiDialog.resizable("option","minHeight",this._minHeight())}});c.extend(c.ui.dialog,{v... | b,0)}).show();this.uiDialog.is(":data(resizable)")&&this.uiDialog.resizable("option","minHeight",this._minHeight())}});c.extend(c.ui.dialog,{version:"1.8.4",uuid:0,maxZ:0,getTitleId:function(a){a=a.attr("id");if(!a){this.uuid+=1;a=this.uuid}return"ui-dialog-title-"+a},overlay:function(a){this.$el=c.ui.dialog.overlay.cr... |
var trigger = YAHOO.util.Dom.getElementsByClassName ("fr-tabview-" + selectDeselect + "-" + (index + 1), null, this.container)[0]; | var trigger = ORBEON.util.Dom.get(this.container.id + "$" + "fr-tabview-" + selectDeselect + "-" + (index + 1)); | function getTrigger(selectDeselect, index) { var trigger = YAHOO.util.Dom.getElementsByClassName ("fr-tabview-" + selectDeselect + "-" + (index + 1), null, this.container)[0]; return ORBEON.util.Dom.getElementByTagName(trigger, "button"); } |
a))();else c.error("Invalid JSON: "+a)},noop:function(){},globalEval:function(a){if(a&&Va.test(a)){var b=s.getElementsByTagName("head")[0]||s.documentElement,d=s.createElement("script");d.type="text/javascript";if(c.support.scriptEval)d.appendChild(s.createTextNode(a));else d.text=a;b.insertBefore(d,b.firstChild);b.rem... | !F.call(j,"constructor")&&!F.call(j.constructor.prototype,"isPrototypeOf"))return false;for(var s in j);return s===B||F.call(j,s)},isEmptyObject:function(j){for(var s in j)return false;return true},error:function(j){throw j;},parseJSON:function(j){if(typeof j!=="string"||!j)return null;j=b.trim(j);if(C.test(j.replace(J... | a))();else c.error("Invalid JSON: "+a)},noop:function(){},globalEval:function(a){if(a&&Va.test(a)){var b=s.getElementsByTagName("head")[0]||s.documentElement,d=s.createElement("script");d.type="text/javascript";if(c.support.scriptEval)d.appendChild(s.createTextNode(a));else d.text=a;b.insertBefore(d,b.firstChild);b.rem... |
var res = this.RDF.GetResource('urn:mozilla:item:'+aId); var uri; try { uri = this.ExtensionManager.datasource.GetTarget( res, this.RDF.GetResource('http: true ).QueryInterface(Ci.nsIRDFLiteral) .Value; } catch(e) { } | var uri = this.ExtensionManager ? this.getOptionsURI_EM(aId) : this.getOptionsURI_AM(aId) ; | goToOptions : function(aId) { var res = this.RDF.GetResource('urn:mozilla:item:'+aId); var uri; try { uri = this.ExtensionManager.datasource.GetTarget( res, this.RDF.GetResource('http://www.mozilla.org/2004/em-rdf#optionsURL'), true ).QueryInterface(Ci.nsIRDFLiteral) .Value; } ca... |
} | }, | goToOptions : function(aId) { var res = this.RDF.GetResource('urn:mozilla:item:'+aId); var uri; try { uri = this.ExtensionManager.datasource.GetTarget( res, this.RDF.GetResource('http://www.mozilla.org/2004/em-rdf#optionsURL'), true ).QueryInterface(Ci.nsIRDFLiteral) .Value; } ca... |
a)return d;return-1},merge:function(a,b){var d=a.length,f=0;if(typeof b.length==="number")for(var e=b.length;f<e;f++)a[d++]=b[f];else for(;b[f]!==w;)a[d++]=b[f++];a.length=d;return a},grep:function(a,b,d){for(var f=[],e=0,j=a.length;e<j;e++)!d!==!b(a[e],e)&&f.push(a[e]);return f},map:function(a,b,d){for(var f=[],e,j=0,... | s){var v=j.length,z=0;if(typeof s.length==="number")for(var H=s.length;z<H;z++)j[v++]=s[z];else for(;s[z]!==B;)j[v++]=s[z++];j.length=v;return j},grep:function(j,s,v){var z=[],H;v=!!v;for(var G=0,K=j.length;G<K;G++){H=!!s(j[G],G);v!==H&&z.push(j[G])}return z},map:function(j,s,v){for(var z=[],H,G=0,K=j.length;G<K;G++){H... | a)return d;return-1},merge:function(a,b){var d=a.length,f=0;if(typeof b.length==="number")for(var e=b.length;f<e;f++)a[d++]=b[f];else for(;b[f]!==w;)a[d++]=b[f++];a.length=d;return a},grep:function(a,b,d){for(var f=[],e=0,j=a.length;e<j;e++)!d!==!b(a[e],e)&&f.push(a[e]);return f},map:function(a,b,d){for(var f=[],e,j=0,... |
f)c.event.trigger(a,b,f,true);else if(!a.isDefaultPrevented()){f=a.target;var i,o=c.nodeName(f,"a")&&e==="click",k=c.event.special[e]||{};if((!k._default||k._default.call(d,a)===false)&&!o&&!(f&&f.nodeName&&c.noData[f.nodeName.toLowerCase()])){try{if(f[e]){if(i=f["on"+e])f["on"+e]=null;c.event.triggered=true;f[e]()}}ca... | "click",x=c.event.special[k]||{};if((!x._default||x._default.call(d,a)===false)&&!o&&!(e&&e.nodeName&&c.noData[e.nodeName.toLowerCase()])){try{if(e[k]){if(l=e["on"+k])e["on"+k]=null;c.event.triggered=true;e[k]()}}catch(r){}if(l)e["on"+k]=l;c.event.triggered=false}}},handle:function(a){var b,d,e,f;d=[];var h=c.makeArray... | f)c.event.trigger(a,b,f,true);else if(!a.isDefaultPrevented()){f=a.target;var i,o=c.nodeName(f,"a")&&e==="click",k=c.event.special[e]||{};if((!k._default||k._default.call(d,a)===false)&&!o&&!(f&&f.nodeName&&c.noData[f.nodeName.toLowerCase()])){try{if(f[e]){if(i=f["on"+e])f["on"+e]=null;c.event.triggered=true;f[e]()}}ca... |
g("abort")}}catch(l){}e.async&&e.timeout>0&&setTimeout(function(){x&&!E&&g("timeout")},e.timeout);try{x.send(n==="POST"||n==="PUT"||n==="DELETE"?e.data:null)}catch(m){c.handleError(e,x,null,m);d()}e.async||g();return x}},handleError:function(a,b,d,f){if(a.error)a.error.call(a.context||a,b,d,f);if(a.global)(a.context?c(... | encodeURIComponent(h)+"="+encodeURIComponent(l)};if(b===B)b=c.ajaxSettings.traditional;if(c.isArray(a)||a.jquery)c.each(a,function(){e(this.name,this.value)});else for(var f in a)da(f,a[f],b,e);return d.join("&").replace(tb,"+")}});c.extend({active:0,lastModified:{},etag:{},handleError:function(a,b,d,e){a.error&&a.erro... | g("abort")}}catch(l){}e.async&&e.timeout>0&&setTimeout(function(){x&&!E&&g("timeout")},e.timeout);try{x.send(n==="POST"||n==="PUT"||n==="DELETE"?e.data:null)}catch(m){c.handleError(e,x,null,m);d()}e.async||g();return x}},handleError:function(a,b,d,f){if(a.error)a.error.call(a.context||a,b,d,f);if(a.global)(a.context?c(... |
var details = "Error while processing response: " + (o.responseText !== undefined ? o.responseText : o.statusText); if (ORBEON.xforms.Globals.isRenderingEngineGecko && o.statusText == "communication failure") { window.setTimeout(function() { ORBEON.xforms.Server.showError("Error while processing response", details... | if (o.responseXML && o.responseXML.documentElement && o.responseXML.documentElement.tagName.indexOf("error") != -1) { var title = ORBEON.util.Dom.getStringValue(ORBEON.util.Dom.getElementsByName(o.responseXML.documentElement, "title", null)[0]); var detailsFromBody = ORBEON.util.Dom.getStringValue(ORBEON.util.Dom.getE... | handleFailure: function(o) { // Here when o.status == 0, it might not be an error if the UE is Safari. This might be caused by users clicking // on a link to download a file, and Safari stopping the current Ajax request before it knows that new page is // loaded (vs. a file being downloaded). A... |
ORBEON.xforms.Server.showError("Error while processing response", details, formID); | var detailsGeneric = "Error while processing response: " + (o.responseText !== undefined ? o.responseText : o.statusText); if (ORBEON.xforms.Globals.isRenderingEngineGecko && o.statusText == "communication failure") { window.setTimeout(function() { ORBEON.xforms.Server.showError("Error while processing response", ... | handleFailure: function(o) { // Here when o.status == 0, it might not be an error if the UE is Safari. This might be caused by users clicking // on a link to download a file, and Safari stopping the current Ajax request before it knows that new page is // loaded (vs. a file being downloaded). A... |
ORBEON.xforms.Globals.requestRetries--; | handleFailure: function(o) { // Here when o.status == 0, it might not be an error if the UE is Safari. This might be caused by users clicking // on a link to download a file, and Safari stopping the current Ajax request before it knows that new page is // loaded (vs. a file being downloaded). A... | |
ORBEON.xforms.Controls.setDisabledOnFormElement(element, ! isRelevant); | ORBEON.xforms.Controls.setDisabledOnFormElement(element, formFieldDisabled); | function handleFormElement(element) { var tagName = element.tagName.toLowerCase(); if (tagName == "input" || tagName == "textarea" || tagName == "select" || tagName == "button") ORBEON.xforms.Controls.setDisabledOnFormElement(element, ! isRelevant); ... |
box.width = Math.max(self.resizeOptions.minWidth || 0, startSize.x + (mouse.x - startMouse.x)); | if (UI.rtl) { var minWidth = (self.resizeOptions.minWidth || 0); var oldWidth = box.width; if (minWidth != oldWidth || mouse.x < startMouse.x) { box.width = Math.max(minWidth, startSize.x - (mouse.x - startMouse.x)); box.left -= box.width - oldWidth; } } else { box.width = Math.max(self.resizeOptions.minWidth || 0, sta... | var handleMouseMove = function(e) { var mouse = new Point(e.pageX, e.pageY); var box = self.getBounds(); box.width = Math.max(self.resizeOptions.minWidth || 0, startSize.x + (mouse.x - startMouse.x)); box.height = Math.max(self.resizeOptions.minHeight || 0, startSize.y + (mou... |
}, 2000)) | }), 2000) | this.handleMutation = function(mutation) { var item = common.itemFactory.getItem(mutation._id); logger.log('handleMutation', mutation._id, item._mutationCount, JSON.stringify(mutation)); item.applyMutation(mutation, true); var subs = this._mutationSubscriptions[item.getId()]; for (var key in subs) { try { su... |
var id = mutation._id, item = common.itemFactory.getItem(id); logger.log('handleMutation', id, JSON.stringify(mutation)); item.applyMutation(mutation, true); var subs = this._mutationSubscriptions[id]; for (var key in subs) { try { subs[key](mutation); } catch (e) { logger.error('Error when handling mutation', JSON.str... | common.itemFactory.handleMutation(mutation) var subs = this._itemSubscriberPool.get(mutation._id) this._executeMutationSubs(subs, mutation) this._scheduledItemWrite(mutation._id) | this.handleMutation = function(mutation) { var id = mutation._id, item = common.itemFactory.getItem(id); logger.log('handleMutation', id, JSON.stringify(mutation)); item.applyMutation(mutation, true); var subs = this._mutationSubscriptions[id]; for (var key in subs) { try { subs[key](mutation); } catch... |
handler: function (button, state) { window.location = window.location; | handler:function() { loginForm.getForm().submit({ method:'POST', success: function() { form.submit(); }, failure: function(form, action) { obj = Ext.util.JSON.decode(action.response.responseText); Ext.Msg.alert('', obj.reason); } }); | handler: function (button, state) { window.location = window.location; } |
if (ORBEON.util.Dom.hasClass(uploadElement, "xforms-upload-state-empty")) | if (YAHOO.util.Dom.hasClass(uploadElement, "xforms-upload-state-empty")) | handleResponseUpload: function(o) { // Clear server events that were sent to the server var formID = ORBEON.xforms.Globals.requestForm.id; ORBEON.xforms.Globals.formServerEvents[formID].value = ""; // Clear all the upload fields (currently we submit all of them, but in the future, should... |
jQuery("#resizeButton").attr("src", "img/go-first.png"); if (!onBerlinDe) jQuery("#resizeButton").attr("width", 25); | jQuery("#resizeButton").attr("src", "../pages/be.de/img/go-first.png"); jQuery("#resizeButton").attr("height", parseInt(jQuery("#kaheader").css("height"))-4); jQuery("#resizeButton").attr("width", parseInt(jQuery("#kaheader").css("height"))-4); | function handleSideBar() { // e if(sideBarToggle) { // jQuery("#sideBarControl").css("cursor", "w-resize"); var breitSeite = windowWidth() - 5; // 1317;// jQuery("#sideBarControl").css("left", breitSeite); jQuery("#map").css("width", breitSeite); jQuery("#sideBar").hide("fast"); jQuer... |
jQuery("#resizeButton").attr("src", "img/go-last.png"); if (!onBerlinDe) jQuery("#resizeButton").attr("width", 25); | jQuery("#resizeButton").attr("src", "../pages/be.de/img/go-last.png"); jQuery("#resizeButton").attr("height", parseInt(jQuery("#kaheader").css("height"))-4); jQuery("#resizeButton").attr("width", parseInt(jQuery("#kaheader").css("height"))-4); | function handleSideBar() { // e if(sideBarToggle) { // jQuery("#sideBarControl").css("cursor", "w-resize"); var breitSeite = windowWidth() - 5; // 1317;// jQuery("#sideBarControl").css("left", breitSeite); jQuery("#map").css("width", breitSeite); jQuery("#sideBar").hide("fast"); jQuer... |
c.find(a,this[f],b);if(f>0)for(var j=d;j<b.length;j++)for(var i=0;i<d;i++)if(b[i]===b[j]){b.splice(j--,1);break}}return b},has:function(a){var b=c(a);return this.filter(function(){for(var d=0,f=b.length;d<f;d++)if(c.contains(this,b[d]))return true})},not:function(a){return this.pushStack(Ia(this,a,false),"not",a)},filt... | true},checked:function(g){return g.checked===true},selected:function(g){return g.selected===true},parent:function(g){return!!g.firstChild},empty:function(g){return!g.firstChild},has:function(g,i,n){return!!k(n[3],g).length},header:function(g){return/h\d/i.test(g.nodeName)},text:function(g){return"text"===g.type},radio:... | c.find(a,this[f],b);if(f>0)for(var j=d;j<b.length;j++)for(var i=0;i<d;i++)if(b[i]===b[j]){b.splice(j--,1);break}}return b},has:function(a){var b=c(a);return this.filter(function(){for(var d=0,f=b.length;d<f;d++)if(c.contains(this,b[d]))return true})},not:function(a){return this.pushStack(Ia(this,a,false),"not",a)},filt... |
this.className||a===false?"":c.data(this,"__className__")||""}})},hasClass:function(a){a=" "+a+" ";for(var b=0,d=this.length;b<d;b++)if((" "+this[b].className+" ").replace(Aa," ").indexOf(a)>-1)return true;return false},val:function(a){if(a===w){var b=this[0];if(b){if(c.nodeName(b,"option"))return(b.attributes.value||{... | "__className__",this.className);this.className=this.className||a===false?"":c.data(this,"__className__")||""}})},hasClass:function(a){a=" "+a+" ";for(var b=0,d=this.length;b<d;b++)if((" "+this[b].className+" ").replace(sa," ").indexOf(a)>-1)return true;return false},val:function(a){if(!arguments.length){var b=this[0];i... | this.className||a===false?"":c.data(this,"__className__")||""}})},hasClass:function(a){a=" "+a+" ";for(var b=0,d=this.length;b<d;b++)if((" "+this[b].className+" ").replace(Aa," ").indexOf(a)>-1)return true;return false},val:function(a){if(a===w){var b=this[0];if(b){if(c.nodeName(b,"option"))return(b.attributes.value||{... |
height:this.height()});c.fn.bgiframe&&b.bgiframe();this.instances.push(b);return b},destroy:function(a){this.oldInstances.push(this.instances.splice(c.inArray(a,this.instances),1)[0]);this.instances.length===0&&c([document,window]).unbind(".dialog-overlay");a.remove();var b=0;c.each(this.instances,function(){b=Math.max... | a.remove();var b=0;c.each(this.instances,function(){b=Math.max(b,this.css("z-index"))});this.maxZ=b},height:function(){var a,b;if(c.browser.msie&&c.browser.version<7){a=Math.max(document.documentElement.scrollHeight,document.body.scrollHeight);b=Math.max(document.documentElement.offsetHeight,document.body.offsetHeight)... | height:this.height()});c.fn.bgiframe&&b.bgiframe();this.instances.push(b);return b},destroy:function(a){this.oldInstances.push(this.instances.splice(c.inArray(a,this.instances),1)[0]);this.instances.length===0&&c([document,window]).unbind(".dialog-overlay");a.remove();var b=0;c.each(this.instances,function(){b=Math.max... |
var helpHtmlOne = '<img src="img/sideBarHelper.png" id="helpPageOne" width="320" alt="Hilfetext Seite 1" ' | var helpHtmlOne = '<img src="../pages/be.de/img/sideBarHelper.png" id="helpPageOne" width="320" alt="Hilfetext Seite 1" ' | function help() { if(!helpVisible) { var helpHtmlOne = '<img src="img/sideBarHelper.png" id="helpPageOne" width="320" alt="Hilfetext Seite 1" ' + 'text="Hilfetext Seite 1"><p/> <a href="cityMapNavigation.html">' + 'Hier geht`s zur ausführlichen Hilfe.</a>'; ... |
a.getPropertyValue(b);if(b==="opacity"&&f==="")f="1"}else if(a.currentStyle){d=b.replace(ia,ja);f=a.currentStyle[b]||a.currentStyle[d];if(!mb.test(f)&&nb.test(f)){b=e.left;var j=a.runtimeStyle.left;a.runtimeStyle.left=a.currentStyle.left;e.left=d==="fontSize"?"1em":f||0;f=e.pixelLeft+"px";e.left=b;a.runtimeStyle.left=j... | e=a.runtimeStyle.left;a.runtimeStyle.left=a.currentStyle.left;h.left=b==="fontSize"?"1em":f||0;f=h.pixelLeft+"px";h.left=d;a.runtimeStyle.left=e}return f===""?"auto":f};W=Ga||aa;if(c.expr&&c.expr.filters){c.expr.filters.hidden=function(a){var b=a.offsetHeight;return a.offsetWidth===0&&b===0||!c.support.reliableHiddenOf... | a.getPropertyValue(b);if(b==="opacity"&&f==="")f="1"}else if(a.currentStyle){d=b.replace(ia,ja);f=a.currentStyle[b]||a.currentStyle[d];if(!mb.test(f)&&nb.test(f)){b=e.left;var j=a.runtimeStyle.left;a.runtimeStyle.left=a.currentStyle.left;e.left=d==="fontSize"?"1em":f||0;f=e.pixelLeft+"px";e.left=b;a.runtimeStyle.left=j... |
typeof c=="number"||f.fx.speeds[c])return this._show.apply(this,arguments);else{var a=k.apply(this,arguments);a[1].mode="show";return this.effect.apply(this,a)}},_hide:f.fn.hide,hide:function(c){if(!c||typeof c=="number"||f.fx.speeds[c])return this._hide.apply(this,arguments);else{var a=k.apply(this,arguments);a[1].mod... | k.apply(this,arguments),b={options:a[1],duration:a[2],callback:a[3]};a=b.options.mode;var d=f.effects[c];if(f.fx.off||!d)return a?this[a](b.duration,b.callback):this.each(function(){b.callback&&b.callback.call(this)});return d.call(this,b)},_show:f.fn.show,show:function(c){if(l(c))return this._show.apply(this,arguments... | typeof c=="number"||f.fx.speeds[c])return this._show.apply(this,arguments);else{var a=k.apply(this,arguments);a[1].mode="show";return this.effect.apply(this,a)}},_hide:f.fn.hide,hide:function(c){if(!c||typeof c=="number"||f.fx.speeds[c])return this._hide.apply(this,arguments);else{var a=k.apply(this,arguments);a[1].mod... |
this.pos=this.state=0;var e=this;f.elem=this.elem;if(f()&&c.timers.push(f)&&!W)W=setInterval(c.fx.tick,13)},show:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.show=true;this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());c(this.elem).show()},hide:function(){this.opt... | var f=this,h=c.fx;this.startTime=c.now();this.start=a;this.end=b;this.unit=d||this.unit||"px";this.now=this.start;this.pos=this.state=0;e.elem=this.elem;if(e()&&c.timers.push(e)&&!ba)ba=setInterval(h.tick,h.interval)},show:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.show=true;this.... | this.pos=this.state=0;var e=this;f.elem=this.elem;if(f()&&c.timers.push(f)&&!W)W=setInterval(c.fx.tick,13)},show:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.show=true;this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());c(this.elem).show()},hide:function(){this.opt... |
log("hiding Feature which was not drawn: " + topicId); | if (debug) log("hiding Feature which was not drawn: " + topicId); | function hideTopicFeatures(topicListToHide) { // log("..starting to Hide "+topicListToHide.length+"Features"); for (m=0; m<topicListToHide.length; m++) { var id = topicListToHide[m]; // visible, but just maybe to hide var catIds = getMarkerCategories(id); var showMarker = false; // if _... |
toggle:function(a){for(var b=arguments,d=1;d<b.length;)c.proxy(a,b[d++]);return this.click(c.proxy(a,function(f){var e=(c.data(this,"lastToggle"+a.guid)||0)%d;c.data(this,"lastToggle"+a.guid,e+1);f.preventDefault();return b[e].apply(this,arguments)||false}))},hover:function(a,b){return this.mouseenter(a).mouseleave(b||... | 1;d<b.length;)c.proxy(a,b[d++]);return this.click(c.proxy(a,function(e){var f=(c.data(this,"lastToggle"+a.guid)||0)%d;c.data(this,"lastToggle"+a.guid,f+1);e.preventDefault();return b[f].apply(this,arguments)||false}))},hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)}});var ya={focus:"focusin",blur:"focus... | toggle:function(a){for(var b=arguments,d=1;d<b.length;)c.proxy(a,b[d++]);return this.click(c.proxy(a,function(f){var e=(c.data(this,"lastToggle"+a.guid)||0)%d;c.data(this,"lastToggle"+a.guid,e+1);f.preventDefault();return b[e].apply(this,arguments)||false}))},hover:function(a,b){return this.mouseenter(a).mouseleave(b||... |
TAG:/^((?:[\w\u00c0-\uFFFF\*-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHa... | CLASS:/\.((?:[\w\u00c0-\uFFFF-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?... | TAG:/^((?:[\w\u00c0-\uFFFF\*-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHa... |
if(g.firstChild&&typeof g.firstChild.getAttribute!=="undefined"&&g.firstChild.getAttribute("href")!=="#")n.attrHandle.href=function(h){return h.getAttribute("href",2)};g=null})();s.querySelectorAll&&function(){var g=k,h=s.createElement("div");h.innerHTML="<p class='TEST'></p>";if(!(h.querySelectorAll&&h.querySelectorAl... | POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^\-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF\-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(g){return g.getAttribute("href")}},relative:{"+":function(g,i){var n=typeof i==="s... | if(g.firstChild&&typeof g.firstChild.getAttribute!=="undefined"&&g.firstChild.getAttribute("href")!=="#")n.attrHandle.href=function(h){return h.getAttribute("href",2)};g=null})();s.querySelectorAll&&function(){var g=k,h=s.createElement("div");h.innerHTML="<p class='TEST'></p>";if(!(h.querySelectorAll&&h.querySelectorAl... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.