rem stringlengths 0 126k | add stringlengths 0 441k | context stringlengths 15 136k |
|---|---|---|
that.container, | that.locate("recordListSelector"), | cspace.relatedRecordsList = function (container, applier, options) { var that = fluid.initView("cspace.relatedRecordsList", container, options); that.applier = applier; var listModel = { items: cspace.util.buildRelationsList(that.applier.model.relations, recordsLists[that.options.rec... |
that.events.afterSetup.fire(that); | cspace.relatedRecordsList = function (container, options) { var that = fluid.initView("cspace.relatedRecordsList", container, options); that.model = that.options.model; fluid.initDependents(that); bindEventHandlers(that); return that; }; | |
items: cspace.util.buildRelationsList(that.applier.model.relations, recordsLists[that.options.recordType]), | items: buildRelationsList(that.applier.model.relations, that.options.recordType) || [], | cspace.relatedRecordsList = function (container, applier, options) { var that = fluid.initView("cspace.relatedRecordsList", container, options); that.applier = applier; var listModel = { items: cspace.util.buildRelationsList(that.applier.model.relations, recordsLists[that.options.rec... |
that.options.uispec]); if (!cspace.addDialogInst) { var dlgOpts = that.options.searchToRelateDialog.options || {}; dlgOpts.applier = that.applier; dlgOpts.currentRecordType = that.options.currentRecordType; cspace.addDialogInst = fluid.initSubcomponent(that, "searchToRelateDialog", [that.container, that.applier, dlgO... | that.options.uispec, fluid.COMPONENT_OPTIONS ]); that.relationManager = fluid.initSubcomponent(that, "relationManager", [ that.container, that.options.recordType, that.applier, fluid.COMPONENT_OPTIONS ]); | cspace.relatedRecordsList = function (container, applier, options) { var that = fluid.initView("cspace.relatedRecordsList", container, options); that.applier = applier; var listModel = { items: cspace.util.buildRelationsList(that.applier.model.relations, recordsLists[that.options.rec... |
that.options.listEditor.options.updateList = createListUpdater(that.applier); | cspace.relatedRecordsTab = function (container, recordType, uispec, applier, options) { var that = fluid.initView("cspace.relatedRecordsTab", container, options); that.recordType = recordType; that.uispec = uispec; that.applier = applier; that.listEditor = fluid.in... | |
that.options.listEditor.options.updateList = createListUpdater(that.applier); that.listEditor = fluid.initSubcomponent(that, "listEditor", [that.container, that.recordType, that.uispec, fluid.COMPONENT_OPTIONS]); | cspace.relatedRecordsTab = function (container, recordType, uispec, applier, options) { var that = fluid.initView("cspace.relatedRecordsTab", container, options); that.recordType = recordType; that.uispec = uispec; that.applier = applier; that.options.listEditor.op... | |
that.options.listEditor.options.updateList = createListUpdater(that.applier, that.relationManager.options.primaryRecordType); that.listEditor = fluid.initSubcomponent(that, "listEditor", [that.container, that.recordType, that.uispec, fluid.COMPONENT_OPTIONS]); | cspace.relatedRecordsTab = function (container, recordType, uispec, applier, options) { var that = fluid.initView("cspace.relatedRecordsTab", container, options); that.recordType = recordType; that.uispec = uispec; that.applier = applier; that.options.listEditor.op... | |
that.options.listEditor.options.updateList = createListUpdater(that.applier, that.relationManager.options.primaryRecordType); | that.options.listEditor.options.updateList = createListUpdater(that.applier, that.relationManager.options.primaryRecordType, that.recordType); | cspace.relatedRecordsTab = function (container, recordType, uispec, applier, options) { var that = fluid.initView("cspace.relatedRecordsTab", container, options); that.recordType = recordType; that.uispec = uispec; that.applier = applier; that.relationManager =... |
var relationDialogSetup = function (callback, primery, related, model) { createRelationManager(model || {}, primery, related, { stopTests: true, components: { searchToRelateDialog: { options: { listeners: { afterRender: callback } } } } }); | var relationDialogSetup = function (callback, primary, related, model, permissions) { var manager = createRelationManager(model || {}, { primary: primary, related: related, stopTests: true }, null, permissions); callback(manager); | var relationDialogSetup = function (callback, primery, related, model) { createRelationManager(model || {}, primery, related, { stopTests: true, components: { searchToRelateDialog: { options: { listeners: { ... |
updateRelations(that.applier)(relations); | updateRelations(that.applier, that.recordType)(relations); | cspace.relationManager = function (container, recordType, applier, options) { var that = fluid.initView("cspace.relationManager", container, options); that.applier = applier; that.recordType = recordType; that.dataContext = fluid.initSubcomponent(that, "dataContext", [that.applie... |
callback = removeFromCallStack(this._callStack, callback); if(callback) { if (HAS_EVENT_TARGET) { this.src.removeEventListener(this.type, callback, this.type in useCaptureMap); } else { this.src.detachEvent("on" + this.type, callback); | this.remove = remove; this.remove(callback); function remove(callback) { callback = removeFromCallStack(this._callStack, callback); if(callback) { if (HAS_EVENT_TARGET) { this.src.removeEventListener(this.type, callback, this.type in useCaptureMap); } else { this.src.detachEvent("on" + this.type, callback); } } return ... | remove : function(callback) { callback = removeFromCallStack(this._callStack, callback); if(callback) { // IE TypeMismatch if not a function if (HAS_EVENT_TARGET) { this.src.removeEventListener(this.type, callback, this.type in useCaptureMap); ... |
} return this; }, | function removeFromCallStack(callStack, callback) { var cb, i, len; for(i = 0, len = callStack.length; i < len; i++) { cb = callStack[i]; if((cb.original || cb) === callback) { delete cb.original; delete cb.context; return callStack.splice(i, 1)[0]; } } return null; } }, | remove : function(callback) { callback = removeFromCallStack(this._callStack, callback); if(callback) { // IE TypeMismatch if not a function if (HAS_EVENT_TARGET) { this.src.removeEventListener(this.type, callback, this.type in useCaptureMap); ... |
remove : function(id){ try{ var nId; for(var i = 0; i < this.removables.length; i++){ if(this.removables[i] && this.removables[i].parentNode && (this.removables[i].id == id || this.removables[i].id == "menu_"+ id || this.removables[i].id == "menu_"+ id +"_btn")){ this.removables[i].parentNode.removeChild(this.removable... | this.clear=function(){try{_self.removables=[];_self.toolbar=null;_self.menubar=null;_self.menubarExtra=null;_self.toolar_context=null;_self.page_context=null;_self.alerts=null;_mCNADom=null;_mFAVDom=null;_mReqBtns=null;_mBtns=null;_mRightAlignBtns=null;_self.toolbar=_mToolbarDocument.createDocumentFragment();_self.menu... | remove : function(id){ try{ var nId; for(var i = 0; i < this.removables.length; i++){ if(this.removables[i] && this.removables[i].parentNode && (this.removables[i].id == id || this.removables[i].id == "menu_"+ id || this.removables[i].id == "menu_"+... |
remove: function( elem, types, handler, pos ) { if ( elem.nodeType === 3 || elem.nodeType === 8 ) { return; } | remove: function( handleObj ) { var remove = true, type = handleObj.origType.replace(rnamespaces, ""); jQuery.each( jQuery.data(this, "events").live || [], function() { if ( type === this.origType.replace(rnamespaces, "") ) { remove = false; return false; } }); | remove: function( elem, types, handler, pos ) { // don't do events on text and comment nodes if ( elem.nodeType === 3 || elem.nodeType === 8 ) { return; } var ret, type, fn, i = 0, all, namespaces, namespace, special, eventType, handleObj, origType, elemData = jQuery.data( elem ), events = elemData && elemDa... |
var ret, type, fn, i = 0, all, namespaces, namespace, special, eventType, handleObj, origType, elemData = jQuery.data( elem ), events = elemData && elemData.events; if ( !elemData || !events ) { return; } if ( types && types.type ) { handler = types.handler; types = types.type; } if ( !types || typeof types === "s... | if ( remove ) { jQuery.event.remove( this, handleObj.origType, liveHandler ); | remove: function( elem, types, handler, pos ) { // don't do events on text and comment nodes if ( elem.nodeType === 3 || elem.nodeType === 8 ) { return; } var ret, type, fn, i = 0, all, namespaces, namespace, special, eventType, handleObj, origType, elemData = jQuery.data( elem ), events = elemData && elemDa... |
if ( eventType.length === 0 || pos != null && eventType.length === 1 ) { if ( !special.teardown || special.teardown.call( elem, namespaces ) === false ) { removeEvent( elem, type, elemData.handle ); } ret = null; delete events[ type ]; } } if ( jQuery.isEmptyObject( events ) ) { var handle = elemData.handle; if ( ha... | remove: function( elem, types, handler, pos ) { // don't do events on text and comment nodes if ( elem.nodeType === 3 || elem.nodeType === 8 ) { return; } var ret, type, fn, i = 0, all, namespaces, namespace, special, eventType, handleObj, origType, elemData = jQuery.data( elem ), events = elemData && elemDa... | |
$( "*", this ).add( this ).each(function() { | $( "*", this ).add( [ this ] ).each(function() { | $.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 ); });}... |
successHandler: function (confirmation) { return function () { if (confirmation.dlg.dialog("isOpen")) { confirmation.close(); } else { confirmation.options = oldOptions; confirmation.refreshView(); } }; }, | that.remove = function () { var oldOptions = {}; fluid.model.copyModel(oldOptions, that.confirmation.options); $.extend(true, that.confirmation.options, { action: function () { that.options.dataContext.remove(that.model.csid); },... | |
that.confirmation.open(); | that.confirmation.open(function (confirmation) { return function () { if (confirmation.dlg.dialog("isOpen")) { confirmation.close(); } else { confirmation.options = oldOptions; confirmation.refreshView(); } }; }); | that.remove = function () { var oldOptions = {}; fluid.model.copyModel(oldOptions, that.confirmation.options); $.extend(true, that.confirmation.options, { action: function () { that.options.dataContext.remove(that.model.csid); },... |
index = this._getIndex(index); | remove: function(index) { var o = this.options, $li = this.lis.eq(index).remove(), $panel = this.panels.eq(index).remove(); // If selected tab was removed focus tab to the right or // in case the last tab was removed the tab to the left. if ($li.hasClass('ui-tabs-selected') && this.anchors.length > 1) { this.s... | |
if (HAS_EVENT_TARGET) { this.src.removeEventListener(this.type, callback, this.type in useCaptureMap); } else { this.src.detachEvent("on" + this.type, callback); | if (HAS_EVENT_TARGET) { this.src.removeEventListener(this.type, callback, this.type in useCaptureMap); } else { this.src.detachEvent("on" + this.type, callback); } } | remove : function(callback) { DomEventPublisher.prototype.remove = remove; this.remove(callback); function remove(callback) { callback = removeFromCallStack(this._callStack, callback); if (callback) { // IE TypeMismatch if no... |
} } function removeFromCallStack(callStack, callback) { var cb, i, len; for (i = 0, len = callStack.length; i < len; i++) { cb = callStack[i]; if ((cb.original || cb) === callback) { delete cb.original; delete cb.context; return callStack.splice(i, 1)[0]; | function removeFromCallStack(callStack, callback) { var cb, i, len; for (i = 0, len = callStack.length; i < len; i++) { cb = callStack[i]; if ((cb.original || cb) === callback) { delete cb.original; delete cb.context; return callStack.splice(i, 1)[0]; } } return null; | remove : function(callback) { DomEventPublisher.prototype.remove = remove; this.remove(callback); function remove(callback) { callback = removeFromCallStack(this._callStack, callback); if (callback) { // IE TypeMismatch if no... |
} return null; } }, | }, | remove : function(callback) { DomEventPublisher.prototype.remove = remove; this.remove(callback); function remove(callback) { callback = removeFromCallStack(this._callStack, callback); if (callback) { // IE TypeMismatch if no... |
var cs = this._callStack, i, call; thisArg = thisArg || this.src; for(i = 0; i < cs.length; i++) { call = cs[i]; if(call[0] === fp && call[1] === thisArg) { cs.splice(i, 1); | var cs = this._callStack, i, call; thisArg = thisArg || this.src; for(i = 0; i < cs.length; i++) { call = cs[i]; if(call[0] === fp && call[1] === thisArg) { cs.splice(i, 1); } | remove : function(fp, thisArg) { var cs = this._callStack, i, call; thisArg = thisArg || this.src; for(i = 0; i < cs.length; i++) { call = cs[i]; if(call[0] === fp && call[1] === thisArg) { cs.splice(i, 1); } } return this; }, |
} return this; }, | return this; }, | remove : function(fp, thisArg) { var cs = this._callStack, i, call; thisArg = thisArg || this.src; for(i = 0; i < cs.length; i++) { call = cs[i]; if(call[0] === fp && call[1] === thisArg) { cs.splice(i, 1); } } return this; }, |
(function(window,undefined){var jQuery=function(selector,context){return new jQuery.fn.init(selector,context)},_jQuery=window.jQuery,_$=window.$,document=window.document,rootjQuery,quickExpr=/^[^<]*(<[\w\W]+>)[^>]*$|^#([\w-]+)$/,isSimple=/^.[^:#\[\.,]*$/,rnotwhite=/\S/,rtrim=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,rsingleTag=/^... | remove: function( elem, types, handler, pos ) { if ( elem.nodeType === 3 || elem.nodeType === 8 ) { return; } var ret, type, fn, i = 0, all, namespaces, namespace, special, eventType, handleObj, origType, elemData = jQuery.data( elem ), events = elemData && elemData.events; if ( !elemData || !events ) { return; } ... | (function(window,undefined){var jQuery=function(selector,context){return new jQuery.fn.init(selector,context)},_jQuery=window.jQuery,_$=window.$,document=window.document,rootjQuery,quickExpr=/^[^<]*(<[\w\W]+>)[^>]*$|^#([\w-]+)$/,isSimple=/^.[^:#\[\.,]*$/,rnotwhite=/\S/,rtrim=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,rsingleTag=/^... |
return cs.splice(i, 1); | cs.splice(i, 1); | remove : function(fp, thisArg) { var cs = this._callStack, i, call; thisArg = thisArg || this.src; for(i = 0; i < cs.length; i++) { call = cs[i]; if(call[0] === fp && call[1] === thisArg) { return cs.splice(i, 1); } } return null; ... |
return null; | return this; | remove : function(fp, thisArg) { var cs = this._callStack, i, call; thisArg = thisArg || this.src; for(i = 0; i < cs.length; i++) { call = cs[i]; if(call[0] === fp && call[1] === thisArg) { return cs.splice(i, 1); } } return null; ... |
remove: function(elem, types, handler) { if ( elem.nodeType == 3 || elem.nodeType == 8 ) return; var events = jQuery.data(elem, "events"), ret, index; if ( events ) { if ( types === undefined || (typeof types === "string" && types.charAt(0) == ".") ) for ( var type in events ) this.remove( elem, type + (types || ""... | (function(window,undefined){var jQuery=function(selector,context){return new jQuery.fn.init(selector,context)},_jQuery=window.jQuery,_$=window.$,document=window.document,rootjQuery,quickExpr=/^[^<]*(<[\w\W]+>)[^>]*$|^#([\w-]+)$/,isSimple=/^.[^:#\[\.,]*$/,rnotwhite=/\S/,rtrim=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,rsingleTag=/^... | remove: function(elem, types, handler) { // don't do events on text and comment nodes if ( elem.nodeType == 3 || elem.nodeType == 8 ) return; var events = jQuery.data(elem, "events"), ret, index; if ( events ) { // Unbind all events for the element if ( types === undefined || (typeof types === "string" && ty... |
remove : function(fp, thisArg) { var cs = this._callStack, i, call; thisArg = thisArg || this.src; for(i = 0; i < cs.length; i++) { call = cs[i]; if(call[0] === fp && call[1] === thisArg) { cs.splice(i, 1); | remove : function(callback) { DomEventPublisher.prototype.remove = remove; this.remove(callback); function remove(callback) { callback = removeFromCallStack(this._callStack, callback); if (callback) { if (HAS_EVENT_TARGET) { this.src.removeEventListener(this.type, callback, this.type in useCaptureMap); } else { this.sr... | remove : function(fp, thisArg) { var cs = this._callStack, i, call; thisArg = thisArg || this.src; for(i = 0; i < cs.length; i++) { call = cs[i]; if(call[0] === fp && call[1] === thisArg) { cs.splice(i, 1); } } return this; }, |
return this; | function removeFromCallStack(callStack, callback) { var cb, i, len; for (i = 0, len = callStack.length; i < len; i++) { cb = callStack[i]; if ((cb.original || cb) === callback) { delete cb.original; delete cb.context; return callStack.splice(i, 1)[0]; } } return null; } | remove : function(fp, thisArg) { var cs = this._callStack, i, call; thisArg = thisArg || this.src; for(i = 0; i < cs.length; i++) { call = cs[i]; if(call[0] === fp && call[1] === thisArg) { cs.splice(i, 1); } } return this; }, |
$.fn.remove = function() { $( "*", this ).add( this ).each(function() { $( this ).triggerHandler( "remove" ); }); | $.fn.remove = function( selector, keepData ) { if ( !keepData ) { $( "*", this ).add( this ).each(function() { $( this ).triggerHandler( "remove" ); }); } | $.fn.remove = function() { // Safari has a native remove event which actually removes DOM elements, // so we have to use triggerHandler instead of trigger (#3037). $( "*", this ).add( this ).each(function() { $( this ).triggerHandler( "remove" ); }); return _remove.apply( this, arguments );}; |
remove : function(fp, thisArg) { var cs = this._callStack, i, call; thisArg = thisArg || this.src; for(i = 0; i < cs.length; i++) { call = cs[i]; if(call[0] === fp && call[1] === thisArg) { cs.splice(i, 1); } } return this; }, | function remove(src, sEvent, fp, thisArg) { return get(src, sEvent).remove(fp, thisArg); } | remove : function(fp, thisArg) { var cs = this._callStack, i, call; thisArg = thisArg || this.src; for(i = 0; i < cs.length; i++) { call = cs[i]; if(call[0] === fp && call[1] === thisArg) { cs.splice(i, 1); } } return this; }, |
this.removeListeners(); jwplayer.api.destroyPlayer(this.id); | this.destroy(); | remove: function() { this.removeListeners(); jwplayer.api.destroyPlayer(this.id); }, |
$.extend(true, that.confirmation.options, { | var oldStrings = fluid.copy(that.confirmation.options.strings); fluid.merge(null, that.confirmation.options, { | that.remove = function () { var oldOptions = {}; fluid.model.copyModel(oldOptions, that.confirmation.options); $.extend(true, that.confirmation.options, { action: function () { that.options.dataContext.remove(that.model.csid); },... |
confirmation.options = oldOptions; | var strings = confirmation.options.strings; fluid.model.copyModel(confirmation.options, oldOptions); confirmation.options.strings = strings; fluid.model.copyModel(confirmation.options.strings, oldStrings); | that.remove = function () { var oldOptions = {}; fluid.model.copyModel(oldOptions, that.confirmation.options); $.extend(true, that.confirmation.options, { action: function () { that.options.dataContext.remove(that.model.csid); },... |
if ( !keepData ) { $( "*", this ).add( this ).each(function() { $( this ).triggerHandler( "remove" ); }); } return _remove.apply( this, arguments ); | 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 ); }); | $.fn.remove = function( selector, keepData ) { if ( !keepData ) { $( "*", this ).add( this ).each(function() { $( this ).triggerHandler( "remove" ); }); } return _remove.apply( this, arguments );}; |
remove:function(keyOrObj) { var key = (typeof keyOrObj == 'string') ? keyOrObj : keyOrObj.key; | remove:function(keyOrObj,callback) { var key = (typeof keyOrObj == 'string') ? keyOrObj : keyOrObj.key; | remove:function(keyOrObj) { var key = (typeof keyOrObj == 'string') ? keyOrObj : keyOrObj.key; this.storage.removeAttribute(key); this.storage.save('lawnchair'); }, |
if(callback) callback(); | remove:function(keyOrObj) { var key = (typeof keyOrObj == 'string') ? keyOrObj : keyOrObj.key; this.storage.removeAttribute(key); this.storage.save('lawnchair'); }, | |
fluid.remove_if = function (list, fn) { for (var i = 0; i < list.length; ++ i) { if (fn(list[i], i)) { list.splice(i, 1); --i; } } return list; }; | (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.remove_if = function (list, fn) { for (var i = 0; i < list.length; ++ i) { if (fn(list[i], i)) { list.splice(i, 1); --i; } } return list; }; |
return get(this, "afterFire").remove(fp, thisArg||this.src); }, | return get(this, "afterFire").removeCallback(fp, thisArg||this.src); }, | removeAfter : function(fp, thisArg) { return get(this, "afterFire").remove(fp, thisArg||this.src); }, |
var df = this.delegateFactory, i, len, target, node = document.documentElement; for(i = 0, len = df.eventTypeList.length; i < len; i++) { df.eventRegistry.remove(node, df.eventTypeList[i], node, df.delegateCallback); | var df = this.delegateFactory, i, len, target, node = document.documentElement; for(i = 0, len = df.eventTypeList.length; i < len; i++) { df.eventRegistry.remove(node, df.eventTypeList[i], node, df.delegateCallback); } delete df.delegateCallback; | function removeAllDelegates() { var df = this.delegateFactory, i, len, target, node = document.documentElement; for(i = 0, len = df.eventTypeList.length; i < len; i++) { df.eventRegistry.remove(node, df.eventTypeList[i], node, df.delegateCallback); } dele... |
delete df.delegateCallback; } | function removeAllDelegates() { var df = this.delegateFactory, i, len, target, node = document.documentElement; for(i = 0, len = df.eventTypeList.length; i < len; i++) { df.eventRegistry.remove(node, df.eventTypeList[i], node, df.delegateCallback); } dele... | |
df.eventRegistry.remove(node, df.eventTypeList[i], node, df.delegateCallback); | df.eventRegistry.remove(node, df.eventTypeList[i], df.delegateCallback); | function removeAllDelegates() { var df = this.delegateFactory, i, len, target, node = document.documentElement; for(i = 0, len = df.eventTypeList.length; i < len; i++) { df.eventRegistry.remove(node, df.eventTypeList[i], node, df.delegateCallbac... |
(function(window,undefined){var jQuery=function(selector,context){return new jQuery.fn.init(selector,context)},_jQuery=window.jQuery,_$=window.$,document=window.document,rootjQuery,quickExpr=/^[^<]*(<[\w\W]+>)[^>]*$|^#([\w-]+)$/,isSimple=/^.[^:#\[\.,]*$/,rnotwhite=/\S/,rtrim=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,rsingleTag=/^... | removeAttr: function( name, fn ) { return this.each(function(){ jQuery.attr( this, name, "" ); if ( this.nodeType === 1 ) { this.removeAttribute( name ); } }); }, | (function(window,undefined){var jQuery=function(selector,context){return new jQuery.fn.init(selector,context)},_jQuery=window.jQuery,_$=window.$,document=window.document,rootjQuery,quickExpr=/^[^<]*(<[\w\W]+>)[^>]*$|^#([\w-]+)$/,isSimple=/^.[^:#\[\.,]*$/,rnotwhite=/\S/,rtrim=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,rsingleTag=/^... |
removeAttr: function( name ) { jQuery.attr( this, name, "" ); if (this.nodeType == 1) this.removeAttribute( name ); }, | (function(window,undefined){var jQuery=function(selector,context){return new jQuery.fn.init(selector,context)},_jQuery=window.jQuery,_$=window.$,document=window.document,rootjQuery,quickExpr=/^[^<]*(<[\w\W]+>)[^>]*$|^#([\w-]+)$/,isSimple=/^.[^:#\[\.,]*$/,rnotwhite=/\S/,rtrim=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,rsingleTag=/^... | removeAttr: function( name ) { jQuery.attr( this, name, "" ); if (this.nodeType == 1) this.removeAttribute( name ); }, |
return get(this, "beforeFire").remove(fp, thisArg||this.src); }, | return get(this, "beforeFire").removeCallback(fp, thisArg||this.src); }, | removeBefore : function(fp, thisArg) { return get(this, "beforeFire").remove(fp, thisArg||this.src); }, |
removeCacheFile : function(fileName){ try{ var file = this.getCacheDir(); if (fileName) { file.appendRelativePath(fileName); } if (file.exists()) { file.remove(true); } } catch (e){ throw "ERROR removing cache file ("+ fileName +"): "+ e; } }, | return true;},removeCacheFile:function(fileName){try{var file=this.getCacheDir();if(fileName){file.appendRelativePath(fileName);} if(file.exists()){file.remove(true);}}catch(e){ytbDebug(e);throw"ERROR removing cache file ("+fileName+"): "+e;}},fetchNCacheData:function(url){var data="";try{data=CacheManager.getDataForKe... | removeCacheFile : function(fileName){ try{ var file = this.getCacheDir(); // Add file node if (fileName) { file.appendRelativePath(fileName); } // Remove if (file.exists()) { file.remove(true); } } catch (e){ throw "ERRO... |
(function(window,undefined){var jQuery=function(selector,context){return new jQuery.fn.init(selector,context)},_jQuery=window.jQuery,_$=window.$,document=window.document,rootjQuery,quickExpr=/^[^<]*(<[\w\W]+>)[^>]*$|^#([\w-]+)$/,isSimple=/^.[^:#\[\.,]*$/,rnotwhite=/\S/,rtrim=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,rsingleTag=/^... | removeClass: function( value ) { if ( jQuery.isFunction(value) ) { return this.each(function(i) { var self = jQuery(this); self.removeClass( value.call(this, i, self.attr("class")) ); }); } if ( (value && typeof value === "string") || value === undefined ) { var classNames = (value || "").split(rspace); for ( var i =... | (function(window,undefined){var jQuery=function(selector,context){return new jQuery.fn.init(selector,context)},_jQuery=window.jQuery,_$=window.$,document=window.document,rootjQuery,quickExpr=/^[^<]*(<[\w\W]+>)[^>]*$|^#([\w-]+)$/,isSimple=/^.[^:#\[\.,]*$/,rnotwhite=/\S/,rtrim=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,rsingleTag=/^... |
removeClass: function( classNames ) { jQuery.className.remove( this, classNames ); }, | (function(window,undefined){var jQuery=function(selector,context){return new jQuery.fn.init(selector,context)},_jQuery=window.jQuery,_$=window.$,document=window.document,rootjQuery,quickExpr=/^[^<]*(<[\w\W]+>)[^>]*$|^#([\w-]+)$/,isSimple=/^.[^:#\[\.,]*$/,rnotwhite=/\S/,rtrim=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,rsingleTag=/^... | removeClass: function( classNames ) { jQuery.className.remove( this, classNames ); }, |
el.className = trim( ele.className.replace( re, SPACE ) ); | el.className = trim( el.className.replace( re, SPACE ) ); | function removeClass( el, the_class, re ) { re = re || makeClassRegExp( the_class ); if ( hasClass( el, the_class, re ) ) { el.className = trim( ele.className.replace( re, SPACE ) ); } }; |
(function(window,undefined){var jQuery=function(selector,context){return new jQuery.fn.init(selector,context)},_jQuery=window.jQuery,_$=window.$,document=window.document,rootjQuery,quickExpr=/^[^<]*(<[\w\W]+>)[^>]*$|^#([\w-]+)$/,isSimple=/^.[^:#\[\.,]*$/,rnotwhite=/\S/,rtrim=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,rsingleTag=/^... | removeData: function( key ) { return this.each(function() { jQuery.removeData( this, key ); }); } | (function(window,undefined){var jQuery=function(selector,context){return new jQuery.fn.init(selector,context)},_jQuery=window.jQuery,_$=window.$,document=window.document,rootjQuery,quickExpr=/^[^<]*(<[\w\W]+>)[^>]*$|^#([\w-]+)$/,isSimple=/^.[^:#\[\.,]*$/,rnotwhite=/\S/,rtrim=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,rsingleTag=/^... |
removeData: function( key ){ return this.each(function(){ jQuery.removeData( this, key ); }); }, | (function(window,undefined){var jQuery=function(selector,context){return new jQuery.fn.init(selector,context)},_jQuery=window.jQuery,_$=window.$,document=window.document,rootjQuery,quickExpr=/^[^<]*(<[\w\W]+>)[^>]*$|^#([\w-]+)$/,isSimple=/^.[^:#\[\.,]*$/,rnotwhite=/\S/,rtrim=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,rsingleTag=/^... | removeData: function( key ){ return this.each(function(){ jQuery.removeData( this, key ); }); }, |
if(typeof matchedId.id === "string") { matchedId = matchedId.id; | if(typeof matchedId.id === "string") { matchedId = matchedId.id; } removeFromCbMap(this.delegateFactory, matchedId); | function removeDelegateFor(matchedId) { if(typeof matchedId.id === "string") { matchedId = matchedId.id; } removeFromCbMap(this.delegateFactory, matchedId); } |
removeFromCbMap(this.delegateFactory, matchedId); } | function removeDelegateFor(matchedId) { if(typeof matchedId.id === "string") { matchedId = matchedId.id; } removeFromCbMap(this.delegateFactory, matchedId); } | |
function removeEventListener(player, type, listener) { for (var lisenterIndex in player.model.listeners[type]) { if (player.model.listeners[type][lisenterIndex] == listener) { player.model.listeners[type].slice(lisenterIndex, lisenterIndex + 1); break; | function removeEventListener(player) { return function(type, listener) { try { for (var lisenterIndex in player.listeners[type]) { if (player.listeners[type][lisenterIndex] == listener) { player.listeners[type].slice(lisenterIndex, lisenterIndex + 1); break; } } } catch (err) { $.fn.jwplayerUtils.log("error", err); | function removeEventListener(player, type, listener) { for (var lisenterIndex in player.model.listeners[type]) { if (player.model.listeners[type][lisenterIndex] == listener) { player.model.listeners[type].slice(lisenterIndex, lisenterIndex + 1); break; } } } |
} | return false; }; | function removeEventListener(player, type, listener) { for (var lisenterIndex in player.model.listeners[type]) { if (player.model.listeners[type][lisenterIndex] == listener) { player.model.listeners[type].slice(lisenterIndex, lisenterIndex + 1); break; } } } |
str = str.replace(/<p([^>])*>( )*\s*<\/p>/gi, ''); str = str.replace(/<p[^>]*>/gi, ''); str = str.replace(/<\/p[^>]*>/gi, ''); str = str.replace(/<h([^>])[0-9]>( )*\s*<\/h>/gi, ''); str = str.replace(/<h[^>][0-9]>/gi, ''); str = str.replace(/<\/h[^>][0-9]>/gi, ''); | str = str.replace(/<p([^>])*>( )*\s*<\/p>/gi, ' '); str = str.replace(/<p[^>]*>/gi, '<p>'); str = str.replace(/<\/p[^>]*>/gi, '</p>'); str = str.replace(/<h([^>])[0-9]>( )*\s*<\/h>/gi, ' '); str = str.replace(/<h([0-9])><b>(.+)<\/b><\/h\1>/gi, '<h$1>$2</h$1>'); | removeFormat: function(n) { if ( !confirm(this.config[n].RemoveFormatConfMessage) ) { return; } var doc = this.getEditorWindow(n).document; var str = doc.body.innerHTML; str = str.replace(/<span([^>])*>( )*\s*<\/span>/gi, ''); str = str.replace(/<span[^>]*>/gi, ''); str = str.replace(/<\/span[^>]*... |
str = str.replace (/( ){2,}/ig, ' '); | removeFormat: function(n) { if ( !confirm(this.config[n].RemoveFormatConfMessage) ) { return; } var doc = this.getEditorWindow(n).document; var str = doc.body.innerHTML; str = str.replace(/<span([^>])*>( )*\s*<\/span>/gi, ''); str = str.replace(/<span[^>]*>/gi, ''); str = str.replace(/<\/span[^>]*... | |
str = str.replace(/<!--[^>]*>/gi, ''); str = str.replace(/<\/--[^>]*>/gi, ''); | str = str.replace(/<\/--[^>]*>/gi, ''); str = str.replace(/<!--(.|\n|\r)*-->/mgi, ''); str = str.replace(/ +/g, ' '); str = str.replace(/<(\/p|br)>\s+/gi, '<$1>'); | removeFormat: function(n) { if ( !confirm(this.config[n].RemoveFormatConfMessage) ) { return; } var doc = this.getEditorWindow(n).document; var str = doc.body.innerHTML; str = str.replace(/<span([^>])*>( )*\s*<\/span>/gi, ''); str = str.replace(/<span[^>]*>/gi, ''); str = str.replace(/<\/span[^>]*... |
var cb, i, len; for (i = 0, len = callStack.length; i < len; i++) { cb = callStack[i]; if ((cb.original || cb) === callback) { delete cb.original; delete cb.context; return callStack.splice(i, 1)[0]; | var cb, i, len; for (i = 0, len = callStack.length; i < len; i++) { cb = callStack[i]; if ((cb.original || cb) === callback) { delete cb.original; delete cb.context; return callStack.splice(i, 1)[0]; } } return null; | function removeFromCallStack(callStack, callback) { var cb, i, len; for (i = 0, len = callStack.length; i < len; i++) { cb = callStack[i]; if ((cb.original || cb) === callback) { delete cb.original; delete cb.context; ... |
} return null; } | function removeFromCallStack(callStack, callback) { var cb, i, len; for (i = 0, len = callStack.length; i < len; i++) { cb = callStack[i]; if ((cb.original || cb) === callback) { delete cb.original; delete cb.context; ... | |
delete df.cbMap[matchedId]; if(isEmpty(df.cbMap)) { df.factory.removeAllDelegates(); delete df.delegateCallback; | delete df.cbMap[matchedId]; if(isEmpty(df.cbMap)) { df.factory.removeAllDelegates(); delete df.delegateCallback; } | function removeFromCbMap(df, matchedId) { delete df.cbMap[matchedId]; if(isEmpty(df.cbMap)) { df.factory.removeAllDelegates(); delete df.delegateCallback; } } |
} | function removeFromCbMap(df, matchedId) { delete df.cbMap[matchedId]; if(isEmpty(df.cbMap)) { df.factory.removeAllDelegates(); delete df.delegateCallback; } } | |
removeListener: function(listener) { baseEvents[name].removeListener(listener); } | (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... | removeListener: function(listener) { baseEvents[name].removeListener(listener); } |
function removeNodeIfPresent(nodeList,childNode) { for (var idx = 0; idx < nodeList.length; idx++) { if (nodeList[idx] == node) { nodeList.splice(idx,1); } } } | if(this.mFetchList.length===0&&this.mFetchObj===null&&this.mCacheNotifiers.length>0){var message=this.mCacheNotifiers.pop();var notifier=CC["@mozilla.org/observer-service;1"].getService(CI.nsIObserverService);notifier.notifyObservers(null,message,null);ytbDebug("Sending notification :"+message,2);}},isDownloading:funct... | function removeNodeIfPresent(nodeList,childNode) { for (var idx = 0; idx < nodeList.length; idx++) { if (nodeList[idx] == node) { nodeList.splice(idx,1); } } } |
juiceEng.hidden=false;},removeSearchEngine:function() {var ss=Components.classes["@mozilla.org/browser/search-service;1"].getService(Components.interfaces.nsIBrowserSearchService);var juiceEng=ss.getEngineByName("Juice");if(juiceEng!=null) {this.log("remove juice searchEngine");juiceEng.hidden=true;ss.removeEngine(juic... | juiceEng.hidden=false;},removeSearchEngine:function(){var ss=Components.classes["@mozilla.org/browser/search-service;1"].getService(Components.interfaces.nsIBrowserSearchService);var juiceEng=ss.getEngineByName("Juice");if(juiceEng!=null) {this.log("remove juice searchEngine");juiceEng.hidden=true;ss.removeEngine(juice... | juiceEng.hidden=false;},removeSearchEngine:function(){var ss=Components.classes["@mozilla.org/browser/search-service;1"].getService(Components.interfaces.nsIBrowserSearchService);var juiceEng=ss.getEngineByName("Juice");if(juiceEng!=null){this.log("remove juice searchEngine");juiceEng.hidden=true;ss.removeEngine(juiceE... |
$(container+' > '+'#'+remid).remove(); | $(container+' #'+remid).remove(); | this.removetab = function(remid){ $(container+' > '+'#'+remid).remove(); if(opened == true && remid == openedtab){ this.hidetabs(); } } |
CurationTags.updatePageHistory(tagName); | CurationTags.removeTagCallback = function(xhr) { if(CurationTags.checkResponse(xhr)) { var xml = CurationTags.getRequestXML(xhr); var tagName = xml.documentElement.firstChild.nodeValue; var elm = CurationTags.tagElements[tagName]; if(elm) { CurationTags.displayDiv.removeChild(elm); CurationTags.tagElements[tagN... | |
.addClass('media-item') | Drupal.media.browser.library.prototype.render = function (renderElement) { var that = this; if (this.mediaFiles.length < 1) { $('<div id="media-empty-message" class="media-empty-message"></div>').appendTo(renderElement) .html(this.emptyMessage); return; } else { var mediaList = $('#media-browser-libra... | |
$(this).addClass('selected'); | $('.media-item', $(this)).addClass('selected'); | Drupal.media.browser.library.prototype.render = function (renderElement) { var that = this; if (this.mediaFiles.length < 1) { $('<div id="media-empty-message" class="media-empty-message"></div>').appendTo(renderElement) .html(this.emptyMessage); return; } else { var mediaList = $('#media-browser-libra... |
fluid.log("Begin parseTemplates"); | fluid.render = function(source, target, tree, options) { options = options || {}; var template = source; if (typeof(source) === "object") { template = fluid.extractTemplate(fluid.unwrap(source.node), source.armouring); } target = fluid.unwrap(target); var resourc... | |
fluid.log("End parseTemplates"); | fluid.render = function(source, target, tree, options) { options = options || {}; var template = source; if (typeof(source) === "object") { template = fluid.extractTemplate(fluid.unwrap(source.node), source.armouring); } target = fluid.unwrap(target); var resourc... | |
if(mediaFiles.length < 1) { return; } | render: function() { var that = this; //this.browser.html(''); for (var m in this.mediaFiles) { mediaFile = this.mediaFiles[m]; var listItem = jQuery('<li></li>').appendTo(this.browser) .attr('id', 'media-file-' + mediaFile.fid) .addClass('media... | |
function renderCollect(collump) { dumpTillLump(collump.parent.lumps, collump.lumpindex, collump.close_tag.lumpindex + 1); } | (function($){$.widget("ui.mouse",{options:{cancel:":input,option",distance:1,delay:0},_mouseInit:function(){var self=this;this.element.bind("mousedown."+this.widgetName,function(event){return self._mouseDown(event)}).bind("click."+this.widgetName,function(event){if(self._preventClickEvent){self._preventClickEvent=false... | function renderCollect(collump) { dumpTillLump(collump.parent.lumps, collump.lumpindex, collump.close_tag.lumpindex + 1); } |
function renderCollects() { for (var key in collected) { var collist = collected[key]; for (var i = 0; i < collist.length; ++ i) { renderCollect(collist[i]); } } } | (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 renderCollects() { for (var key in collected) { var collist = collected[key]; for (var i = 0; i < collist.length; ++ i) { renderCollect(collist[i]); } } } |
function renderComment(message) { out += ("<!-- " + fluid.XMLEncode(message) + "-->"); } | (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 renderComment(message) { out += ("<!-- " + fluid.XMLEncode(message) + "-->"); } |
function renderComponentSystem(context, torendero, lump) { var lumpindex = lump.lumpindex; var lumps = lump.parent.lumps; var nextpos = -1; var outerendopen = lumps[lumpindex + 1]; var outerclose = lump.close_tag; nextpos = outerclose.lumpindex + 1; var payloadlist = lump.downmap? lump.downmap["payload-component"] : ... | (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 renderComponentSystem(context, torendero, lump) { var lumpindex = lump.lumpindex; var lumps = lump.parent.lumps; var nextpos = -1; var outerendopen = lumps[lumpindex + 1]; var outerclose = lump.close_tag; nextpos = outerclose.lumpindex + 1; var pay... |
function renderContainer(child, targetlump) { var t2 = targetlump.parent; var firstchild = t2.lumps[targetlump.lumpindex + 1]; if (child.children !== undefined) { dumpBranchHead(child, targetlump); } else { renderComponentSystem(child.parent, child, targetlump); } renderRecurse(child, targetlump, firstchild); } | (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 renderContainer(child, targetlump) { var t2 = targetlump.parent; var firstchild = t2.lumps[targetlump.lumpindex + 1]; if (child.children !== undefined) { dumpBranchHead(child, targetlump); } else { renderComponentSystem(child.parent, ... |
$(".statusline").empty().append(eventData.status); $("#plugin_table > tbody > tr").remove(); | $('.statline').empty().append(i18n.statline.msgFormat(eventData.serviceCount)); $('#plugin_table > tbody > tr').remove(); | function renderData(eventData) { $(".statusline").empty().append(eventData.status); $("#plugin_table > tbody > tr").remove(); for ( var idx in eventData.data) { entry(eventData.data[idx]); } $("#plugin_table").trigger("update"); if (drawDetails) { renderDetails(eventData); }} |
$("#plugin_table").trigger("update"); | $('#plugin_table').trigger('update'); | function renderData(eventData) { $(".statusline").empty().append(eventData.status); $("#plugin_table > tbody > tr").remove(); for ( var idx in eventData.data) { entry(eventData.data[idx]); } $("#plugin_table").trigger("update"); if (drawDetails) { renderDetails(eventData); }} |
$("#plugin_table > tbody > tr").remove(); | tableBody.empty(); | function renderData( eventData ) { switch(eventData.status) { case -1: // no event admin $(".statline").html(i18n.stat_no_service); $("#scr").addClass('ui-helper-hidden'); break; case 0: // no components $(".statline").html(i18n.stat_no_components); $('#scr').addClass('ui-helper-hidden'); break; defaul... |
$(".statusline").empty().append(eventData.status); $("#plugin_table > tbody > tr").remove(); for ( var idx in eventData.data ) { entry( eventData.data[idx] ); } $("#plugin_table").trigger("update"); if ( drawDetails ) { renderDetails(eventData); } | switch(eventData.status) { case -1: $(".statline").html(i18n.stat_no_service); $("#scr").addClass('ui-helper-hidden'); break; case 0: $(".statline").html(i18n.stat_no_components); $('#scr').addClass('ui-helper-hidden'); break; default: $(".statline").html(i18n.stat_ok.msgFormat(eventData.status)); $('#scr').removeClas... | function renderData( eventData ) { $(".statusline").empty().append(eventData.status); $("#plugin_table > tbody > tr").remove(); for ( var idx in eventData.data ) { entry( eventData.data[idx] ); } $("#plugin_table").trigger("update"); if ( drawDetails ) { renderDetails(eventData); }} |
ifStatusOK.addClass('ui-helper-hidden'); | function renderData(data) { obrData = data; repoTable.empty(); resTable.empty(); if ( data.status ) { $('.statline').html(i18n.status_ok); for (var i in data.repositories ) { renderRepository( data.repositories[i] ); } } else { $('.statline').html(i18n.status_no); }} | |
$('#plugin_table').trigger('update'); | function renderData(eventData) { $('.statline').empty().append(i18n.statline.msgFormat(eventData.serviceCount)); $('#plugin_table > tbody > tr').remove(); for ( var idx in eventData.data) { entry(eventData.data[idx]); } $('#plugin_table').trigger('update'); if (drawDetails) { renderDetails(eventData); }} | |
var cv = $.cookies.get("webconsolebundlelist"); if (cv) bundlesTable.trigger('sorton', [cv]); | function renderData( eventData, filter ) { lastBundleData = eventData; var s = eventData.s; $('.statline').html(i18n.statline.msgFormat(s[0], s[1], s[2], s[3], s[4])); bundlesBody.empty(); for ( var idx in eventData.data ) { if ( currentBundle == null || !drawDetails || currentBundle == eventData.data[idx... | |
} } else { | } } else if (obrData.resources) { | function renderData() { repoTable.empty(); resTable.empty(); if ( obrData.status ) { $('.statline').html(i18n.status_ok); ifStatusOK.removeClass('ui-helper-hidden'); for (var i in obrData.repositories ) { renderRepository( obrData.repositories[i] ); } if (obrData.d... |
} | } } else if (obrData.error) { _tr = tr( "ui-state-error", null , [ td( "ui-state-error-text", { 'colspan': '2' }, [ text(i18n.error + ": " + obrData.error) ] ) ]); resTable.append( _tr ); | function renderData() { repoTable.empty(); resTable.empty(); if ( obrData.status ) { $('.statline').html(i18n.status_ok); ifStatusOK.removeClass('ui-helper-hidden'); for (var i in obrData.repositories ) { renderRepository( obrData.repositories[i] ); } if (obrData.d... |
$(".statusline").empty().append(eventData.status); $("#plugin_table > tbody > tr").remove(); | var s = eventData.s; $(".statline").html(i18n.statline.msgFormat(s[0], s[1], s[2], s[3], s[4])); $("#plugin_table > tbody > tr").remove(); | function renderData( eventData ) { $(".statusline").empty().append(eventData.status); $("#plugin_table > tbody > tr").remove(); for ( var idx in eventData.data ) { if ( currentBundle == null || !drawDetails || currentBundle == eventData.data[idx].id) { entry( eventData.data[idx] ); } } $("#... |
$("#plugin_table").trigger("update"); | function renderData( eventData ) { $(".statusline").empty().append(eventData.status); $("#plugin_table > tbody > tr").remove(); for ( var idx in eventData.data ) { if ( currentBundle == null || !drawDetails || currentBundle == eventData.data[idx].id) { entry( eventData.data[idx] ); } } $("#... | |
initStaticWidgets(); | function renderData( eventData ) { $(".statusline").empty().append(eventData.status); $("#plugin_table > tbody > tr").remove(); for ( var idx in eventData.data ) { if ( currentBundle == null || !drawDetails || currentBundle == eventData.data[idx].id) { entry( eventData.data[idx] ); } } $("#... | |
$(".statusline").empty().append(eventData.status); $("#plugin_table > tbody > tr").remove(); for ( var idx in eventData.data ) { entry( eventData.data[idx] ); } $("#plugin_table").trigger("update"); | statElem.empty().append(eventData.status ? i18n.status_ok : i18n.status_missing); logsElem.css("display", eventData.status ? "block" : "none" ); if (eventData.status) { $("#plugin_table > tbody > tr").remove(); var hasEntries = false; for ( var idx in eventData.data ) { entry( eventData.data[idx] ); hasEntries = true;... | function renderData( eventData ) { $(".statusline").empty().append(eventData.status); $("#plugin_table > tbody > tr").remove(); for ( var idx in eventData.data ) { entry( eventData.data[idx] ); } $("#plugin_table").trigger("update");} |
return dt.format('l H:i'); | return dt.format('D j M H:i'); | function renderDate(value){ var dt = new Date(value); return dt.format('l H:i'); } |
function renderDebugMessage(message) { out += "<span style=\"background-color:#FF466B;color:white;padding:1px;\">"; out += message; out += "</span><br/>"; } | (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 renderDebugMessage(message) { out += "<span style=\"background-color:#FF466B;color:white;padding:1px;\">"; out += message; out += "</span><br/>"; } |
$("#pluginInlineDetails").remove(); $("#entry" + data.id + " > td").eq(1).append("<div id='pluginInlineDetails'/>"); | $("#entry" + data.id + " > td").eq(1).append("<div id='pluginInlineDetails" + data.id + "'/>"); | function renderDetails( data ) { $("#pluginInlineDetails").remove(); $("#entry" + data.id + " > td").eq(1).append("<div id='pluginInlineDetails'/>"); $("#img" + data.id).each(function() { if ( drawDetails ) { $(this).attr("src", appRoot + "/res/imgs/arrow_left.png"); $(this).attr("title", "Back"); $(this).attr("... |
$("#pluginInlineDetails").append("<table border='0'><tbody></tbody></table>"); | $("#pluginInlineDetails" + data.id).append("<table border='0'><tbody></tbody></table>"); | function renderDetails( data ) { $("#pluginInlineDetails").remove(); $("#entry" + data.id + " > td").eq(1).append("<div id='pluginInlineDetails'/>"); $("#img" + data.id).each(function() { if ( drawDetails ) { $(this).attr("src", appRoot + "/res/imgs/arrow_left.png"); $(this).attr("title", "Back"); $(this).attr("... |
$("#pluginInlineDetails > table > tbody").append(txt); | $("#pluginInlineDetails" + data.id + " > table > tbody").append(txt); | function renderDetails( data ) { $("#pluginInlineDetails").remove(); $("#entry" + data.id + " > td").eq(1).append("<div id='pluginInlineDetails'/>"); $("#img" + data.id).each(function() { if ( drawDetails ) { $(this).attr("src", appRoot + "/res/imgs/arrow_left.png"); $(this).attr("title", "Back"); $(this).attr("... |
$("#pluginInlineDetails").remove(); $("#entry" + data.id + " > td").eq(1).append( "<div id='pluginInlineDetails'/>"); $("#img" + data.id).each(function() { | $('#entry' + data.id + ' > td').eq(1).append('<div id="pluginInlineDetails' + data.id + '"/>'); $('#img' + data.id).each(function() { | function renderDetails(data) { data = data.data[0]; $("#pluginInlineDetails").remove(); $("#entry" + data.id + " > td").eq(1).append( "<div id='pluginInlineDetails'/>"); $("#img" + data.id).each(function() { if (drawDetails) { $(this).attr("src", appRoot + "/res/imgs/arrow_left.png"); $(this).attr("title", "Back... |
$(this).attr("src", appRoot + "/res/imgs/arrow_left.png"); $(this).attr("title", "Back"); $(this).attr("alt", "Back"); | function renderDetails(data) { data = data.data[0]; $("#pluginInlineDetails").remove(); $("#entry" + data.id + " > td").eq(1).append( "<div id='pluginInlineDetails'/>"); $("#img" + data.id).each(function() { if (drawDetails) { $(this).attr("src", appRoot + "/res/imgs/arrow_left.png"); $(this).attr("title", "Back... | |
$(this).unbind('click').click(function() { window.location = ref; }); | $(this). removeClass('ui-icon-triangle-1-e'). removeClass('ui-icon-triangle-1-s'). addClass('ui-icon-triangle-1-w'). attr('title', i18n.back). unbind('click').click(function() {window.location = ref;}); | function renderDetails(data) { data = data.data[0]; $("#pluginInlineDetails").remove(); $("#entry" + data.id + " > td").eq(1).append( "<div id='pluginInlineDetails'/>"); $("#img" + data.id).each(function() { if (drawDetails) { $(this).attr("src", appRoot + "/res/imgs/arrow_left.png"); $(this).attr("title", "Back... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.