rem stringlengths 0 126k | add stringlengths 0 441k | context stringlengths 15 136k |
|---|---|---|
same(ui, {}, 'ui hash in event'); | ok(ui.originalPosition !== undefined, "ui.originalPosition in callback"); ok(ui.originalSize !== undefined, "ui.originalSize in callback"); ok(ui.position !== undefined, "ui.position in callback"); ok(ui.size !== undefined, "ui.size in callback"); | }).bind('dialogresizestop', function(ev, ui) { ok(true, 'resizing fires dialogresizestop event'); equals(this, el[0], 'context of event'); same(ui, {}, 'ui hash in event'); }); |
return function () { if (confirmation.dlg.dialog("isOpen")) { confirmation.close(); } else { confirmation.options = oldOptions; confirmation.refreshView(); } }; | that.options.applier.modelChanged.addListener("fields", function (model, oldModel, changeRequest) { that.unsavedChanges = true; }); | return function () { if (confirmation.dlg.dialog("isOpen")) { confirmation.close(); } else { confirmation.options = oldOptions; ... |
test( "outerHeight - setter", function() { | test( "outerWidth(true) - setter", function() { | test( "outerHeight - setter", function() { var el = $( "#dimensions" ); el.outerHeight( 80 ); equals( el.height(), 44, "height set properly" ); el.hide(); el.outerHeight( 70 ); equals( el.height(), 34, "height set properly when hidden" );}); |
el.outerHeight( 80 ); equals( el.height(), 44, "height set properly" ); | el.outerWidth( 130, true ); equals( el.width(), 76, "width set properly" ); | test( "outerHeight - setter", function() { var el = $( "#dimensions" ); el.outerHeight( 80 ); equals( el.height(), 44, "height set properly" ); el.hide(); el.outerHeight( 70 ); equals( el.height(), 34, "height set properly when hidden" );}); |
el.outerHeight( 70 ); equals( el.height(), 34, "height set properly when hidden" ); | el.outerWidth( 120, true ); equals( el.width(), 66, "width set properly when hidden" ); | test( "outerHeight - setter", function() { var el = $( "#dimensions" ); el.outerHeight( 80 ); equals( el.height(), 44, "height set properly" ); el.hide(); el.outerHeight( 70 ); equals( el.height(), 34, "height set properly when hidden" );}); |
adminUsersTest.test("Confirmation cancel", function () { var adminUsers; testOpts.listeners = { afterRender: function () { adminUsers.userListEditor.details.events.afterRender.addListener(function () { adminUsers.userListEditor.details.events.afterRender.removeListener("initialSelect"); adminUsers.locate("userName").va... | adminUsers.userListEditor.details.confirmation.events.afterOpen.addListener(function () { jqUnit.isVisible("Confiration dialog should now be visible", adminUsers.userListEditor.details.confirmation.dlg); }); | adminUsersTest.test("Confirmation cancel", function () { var adminUsers; testOpts.listeners = { afterRender: function () { adminUsers.userListEditor.details.events.afterRender.addListener(function () { adminUsers.userListEditor.details.events.afterRender.re... |
stop(); | QUnit.stop(); | test( 'find()', function() { stop(); expect(5); store.save({dummy:'data'}, function() { store.save(me, function() { store.save({test:'something'}, function() { store.find('r.name == "brian"', function(r, i) { equals(r.name, me.name... |
test("modal", function() { ok(false, 'missing test - untested code is broken code'); | test("minWidth", function() { expect(3); el = $('<div></div>').dialog({ minWidth: 10 }); drag('.ui-resizable-e', -1000, -1000); equals(widthAfter, 10, "minWidth"); el.remove(); el = $('<div></div>').dialog({ minWidth: 10 }); drag('.ui-resizable-w', 1000, 1000); equals(widthAfter, 10, "minWidth"); el.remove(); el = $... | test("modal", function() { ok(false, 'missing test - untested code is broken code');}); |
.click(function() { fn.apply(self.element[0], arguments); }) | $.each(['left', 'top'], function(i, offsetPosition) { if (+myAt[i] == myAt[i]) { offset[i] = myAt[i]; myAt[i] = offsetPosition; } }); | .click(function() { fn.apply(self.element[0], arguments); }) |
that.popup.close(); | that.popup.closeWithFocus(); | function (newValue, permitted) { that.model.term = newValue; // TODO: use applier and use "double wait" in "flapjax style" if (permitted) { buttonAdjustor(true); // hide the button to show the "loading indicator" that.matchesSource.get(that... |
$(altField).each(function() { $(this).val(dateStr); }); | return this.each(function() { typeof options == 'string' ? $.datepicker['_' + options + 'Datepicker']. apply($.datepicker, [this].concat(otherArgs)) : $.datepicker._attachDatepicker(this, options); }); | $(altField).each(function() { $(this).val(dateStr); }); |
test( "._trigger() - cancelled event", function() { expect( 3 ); $.widget( "ui.testWidget", { _create: function() {} }); $( "#widget" ).testWidget({ foo: function( event, ui ) { ok( true, "callback invoked even if event is cancelled" ); } }) .bind( "testwidgetfoo", function( event, ui ) { ok( true, "event was trigger... | .bind( "testwidgetfoo", function( event, ui ) { same( ui, {}, "empty ui hash passed" ); handlers.push( this ); }); | test( "._trigger() - cancelled event", function() { expect( 3 ); $.widget( "ui.testWidget", { _create: function() {} }); $( "#widget" ).testWidget({ foo: function( event, ui ) { ok( true, "callback invoked even if event is cancelled" ); } }) .bind( "testwidgetfoo", function( event, ui ) { ok( true, "event was tri... |
return factory(player, function(arg) { switch ($.fn.jwplayerUtils.typeOf(arg)) { case "function": addEventListener(player, 'jwplayer.play', arg); break; default: $.fn.jwplayerController.play(player); break; } | $(bar).mouseup(function(evt) { evt.stopPropagation(); sliderUp(evt.pageX); | return factory(player, function(arg) { switch ($.fn.jwplayerUtils.typeOf(arg)) { case "function": addEventListener(player, 'jwplayer.play', arg); break; default: $.fn.jwplayerController.play(player); break; } }); |
(function(jwplayer) { var _states = { "ended": jwplayer.api.events.state.IDLE, "playing": jwplayer.api.events.state.PLAYING, "pause": jwplayer.api.events.state.PAUSED, "buffering": jwplayer.api.events.state.BUFFERING }; var _css = jwplayer.html5.utils.css; jwplayer.html5.mediavideo = function(model, container) { var... | _timeout = setTimeout(function() { jwplayer.html5.utils.fadeTo(_logo, 0, 0.1, parseFloat(_logo.style.opacity)); }, _settings.timeout * 1000); | (function(jwplayer) { var _states = { "ended": jwplayer.api.events.state.IDLE, "playing": jwplayer.api.events.state.PLAYING, "pause": jwplayer.api.events.state.PAUSED, "buffering": jwplayer.api.events.state.BUFFERING }; var _css = jwplayer.html5.utils.css; jwplayer.html5.mediavideo = function(model, container) { ... |
$.fn.jwplayerController.seek(player, arg); return jwplayer(player.id); | try { switch ($.fn.jwplayerUtils.typeOf(arg)) { case "function": player.addEventListener($.fn.jwplayer.events.JWPLAYER_FULLSCREEN, arg); break; case "boolean": player.media.fullscreen(arg); break; default: return player.model.fullscreen; } return $.jwplayer(player.id); } catch (err) { player.sendEvent($.fn.jwplayer.eve... | return function(arg) { $.fn.jwplayerController.seek(player, arg); return jwplayer(player.id); }; |
return jwplayer(player); | return jwplayer(player.id); | return function(arg) { switch ($.fn.jwplayerUtils.typeOf(arg)) { case "function": addEventListener(player, $.fn.jwplayer.events.JWPLAYER_MEDIA_LOADED, arg); break; default: $.fn.jwplayerController.load(player, arg); } return jwplayer(player); }; |
jqUnit.isVisible("Confiration dialog should now be visible", adminUsers.userListEditor.details.confirmation.dlg); }); | jqUnit.isVisible("Confirmation dialog should now be visible", adminUsers.userListEditor.details.confirmation.dlg); }); | adminUsers.userListEditor.details.confirmation.events.afterOpen.addListener(function () { jqUnit.isVisible("Confiration dialog should now be visible", adminUsers.userListEditor.details.confirmation.dlg); }); |
(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 this.each(function(i) { var self = jQuery(this); self.addClass( value.call(this, i, self.attr("class")) ); }); | (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=/^... |
_interval = setInterval(function() { _positionHandler(); }, 100); | _container.addEventListener(event, function(evt) { if (evt.target.parentNode !== null) { _events[evt.type](evt); } }, true); | _interval = setInterval(function() { _positionHandler(); }, 100); |
return; | return false; | .bind( "mouseup.button", function() { if ( options.disabled ) { return; } $( this ).removeClass( "ui-state-active" ); }) |
return this.each(function() { typeof options == 'string' ? $.datepicker['_' + options + 'Datepicker']. apply($.datepicker, [this].concat(otherArgs)) : $.datepicker._attachDatepicker(this, options); }); | $(altField).each(function() { $(this).val(dateStr); }); | return this.each(function() { typeof options == 'string' ? $.datepicker['_' + options + 'Datepicker']. apply($.datepicker, [this].concat(otherArgs)) : $.datepicker._attachDatepicker(this, options); }); |
ret.find("*").andSelf().each(function(){ if ( this.nodeName !== orig[i].nodeName ) return; var events = jQuery.data( orig[i], "events" ); for ( var type in events ) { for ( var handler in events[ type ] ) { jQuery.event.add( this, type, events[ type ][ handler ], events[ type ][ handler ].data ); } } 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=/^... | ret.find("*").andSelf().each(function(){ if ( this.nodeName !== orig[i].nodeName ) return; var events = jQuery.data( orig[i], "events" ); for ( var type in events ) { for ( var handler in events[ type ] ) { jQuery.event.add( this, type, events[ type ][ handler ], events[ type ][ handler ].data ... |
(function () { repeatableTester(jQuery); }()); | repeatableTest.test("CSPACE-2212/2213 Inconsistent that.model and that.options.renderOptions.model", function () { expect(6); var myRepeatable = basicSetup({model: { myTexts: [{ myText: "cat", _primary: true }] }}); myRepeatable.events.afterRender.addListener(function () { jqUnit.assertDeepEq("After clicking add mode... | (function () { repeatableTester(jQuery);}()); |
$.each( items, function( index, item ) { self._renderItem( ul, item ); | return $.grep( array, function(value) { return matcher.test( value.label || value.value || value ); | $.each( items, function( index, item ) { self._renderItem( ul, item ); }); |
var authority = that.model.authorities[key]; that.newTermSource.put({fields: {displayName: that.model.term}}, {termUrl: authority.url}, function(response) { updateAuthoritatively(that, response); buttonAdjustor(); }); | var match = that.model.matches[key]; updateAuthoritatively(that, match); buttonAdjustor(); | function(key) { var authority = that.model.authorities[key]; that.newTermSource.put({fields: {displayName: that.model.term}}, {termUrl: authority.url}, function(response) { updateAuthoritatively(that, response); ... |
equals($('.ui-datepicker-current', dp).text(), 'Courant', 'Localisation - current'); | equals($('.ui-datepicker-current', dp).text(), 'Aujourd\'hui', 'Localisation - current'); | test('localisation', function() { var inp = init('#inp', $.datepicker.regional['fr']); inp.datepicker('option', {dateFormat: 'DD, d MM yy', showButtonPanel:true, changeMonth:true, changeYear:true}).val('').datepicker('show'); var dp = $('#ui-datepicker-div'); equals($('.ui-datepicker-close', dp).text(), 'Fermer', 'Loca... |
test( 'eCSStender::applyWeightedStyle', function(){ ok( typeof(eCSStender.applyWeightedStyle)=='function', 'method exists' ); var el = document.createElement('p'); eCSStender.applyWeightedStyle( el, { 'visibility': 'hidden' }, 10 ); ok( el.style.visibility=='hidden', 'inline style was set' ); ok( typeof( el.inlineStyle... | test( 'eCSStender::isSupported', function(){ ok( typeof(eCSStender.isSupported)=='function', 'method exists' ); var el = document.createElement('b'); var html = document.createElement('p'); html.appendChild(el); ok( eCSStender.isSupported( 'selector', 'p b', html, el ), 'simple descendent selector is supported' ); ok( ... | test( 'eCSStender::applyWeightedStyle', function(){ ok( typeof(eCSStender.applyWeightedStyle)=='function', 'method exists' ); var el = document.createElement('p'); eCSStender.applyWeightedStyle( el, { 'visibility': 'hidden' }, 10 ); ok( el.style.visibility=='hidden', 'inline style was set' ); ok( typeo... |
$(this.btnDown).click(function() { this._parent.setScrollPos(this._parent.maxScrollPos); | $(this.btnDown).mouseenter(function(){ this._parent.mouseOverToggle(true, 1); $(this).addClass("egw_fw_ui_scrollarea_button_hover"); | $(this.btnDown).click(function() { this._parent.setScrollPos(this._parent.maxScrollPos); }); |
test("Tabbable - invalid tabindex", function() { | test("tabbable - not natively tabbable with various tabindex", function() { | test("Tabbable - invalid tabindex", function() { expect(4); isTabbable('#inputTabindexfoo', 'input, tabindex foo'); isTabbable('#inputTabindex3foo', 'input, tabindex 3foo'); isNotTabbable('#spanTabindexfoo', 'span tabindex foo'); isNotTabbable('#spanTabindex3foo', 'span, tabindex 3foo');}); |
isTabbable('#inputTabindexfoo', 'input, tabindex foo'); isTabbable('#inputTabindex3foo', 'input, tabindex 3foo'); isNotTabbable('#spanTabindexfoo', 'span tabindex foo'); isNotTabbable('#spanTabindex3foo', 'span, tabindex 3foo'); | isTabbable('#spanTabindex0', 'span, tabindex 0'); isTabbable('#spanTabindex10', 'span, tabindex 10'); isNotTabbable('#spanTabindex-1', 'span, tabindex -1'); isNotTabbable('#spanTabindex-50', 'span, tabindex -50'); | test("Tabbable - invalid tabindex", function() { expect(4); isTabbable('#inputTabindexfoo', 'input, tabindex foo'); isTabbable('#inputTabindex3foo', 'input, tabindex 3foo'); isNotTabbable('#spanTabindexfoo', 'span tabindex foo'); isNotTabbable('#spanTabindex3foo', 'span, tabindex 3foo');}); |
(function(jwplayer) { var _states = { "ended": jwplayer.api.events.state.IDLE, "playing": jwplayer.api.events.state.PLAYING, "pause": jwplayer.api.events.state.PAUSED, "buffering": jwplayer.api.events.state.BUFFERING }; var _css = jwplayer.html5.utils.css; jwplayer.html5.mediavideo = function(model, container) { var... | _interval = setInterval(function() { | (function(jwplayer) { var _states = { "ended": jwplayer.api.events.state.IDLE, "playing": jwplayer.api.events.state.PLAYING, "pause": jwplayer.api.events.state.PAUSED, "buffering": jwplayer.api.events.state.BUFFERING }; var _css = jwplayer.html5.utils.css; jwplayer.html5.mediavideo = function(model, container) { ... |
} } function _errorHandler(event) { _eventDispatcher.sendEvent(jwplayer.api.events.JWPLAYER_ERROR, {}); } this.getContainer = function() { return _container; }; this.play = function() { if (_state != jwplayer.api.events.state.PLAYING) { _container.play(); _setState(jwplayer.api.events.state.PLAYING); } }; this.p... | (function(jwplayer) { var _states = { "ended": jwplayer.api.events.state.IDLE, "playing": jwplayer.api.events.state.PLAYING, "pause": jwplayer.api.events.state.PAUSED, "buffering": jwplayer.api.events.state.BUFFERING }; var _css = jwplayer.html5.utils.css; jwplayer.html5.mediavideo = function(model, container) { ... | |
$(this.splitterDiv).mouseenter(function() { $(this).addClass("egw_fw_ui_splitter_hover"); }); | setTimeout(function(){_context.mouseOverCallback(_context)}, | $(this.splitterDiv).mouseenter(function() { $(this).addClass("egw_fw_ui_splitter_hover"); }); |
this.buttonElement.keyup(function(event) { if (event.keyCode == $.ui.keyCode.SPACE) { $(this).trigger("click"); | .bind( "mouseup.button", function() { if ( options.disabled ) { return; | this.buttonElement.keyup(function(event) { if (event.keyCode == $.ui.keyCode.SPACE) { // TODO pass through original event correctly (just as 2nd argument doesn't work) $(this).trigger("click"); } }); |
}); | $( this ).removeClass( "ui-state-active" ); }) | this.buttonElement.keyup(function(event) { if (event.keyCode == $.ui.keyCode.SPACE) { // TODO pass through original event correctly (just as 2nd argument doesn't work) $(this).trigger("click"); } }); |
relationDialogSetup(function () { | relationDialogSetup(function (relationManager) { | relationManagerTest.test("Fire create new record event", function () { expect(3); var model = { csid: baseCSID, relations: {} }; relationDialogSetup(function () { jqUnit.assertDeepEq("The object has no relations initially", {}, relationManager.model.relat... |
jqUnit.isVisible("After clicking Add, Add Relation Dialog is visible", relationManager.searchToRelateDialog.dlg); | jqUnit.isVisible("After clicking Add, Add Relation Dialog is visible", relationManager.searchToRelateDialog.container); | relationManagerTest.test("Fire create new record event", function () { expect(3); var model = { csid: baseCSID, relations: {} }; relationDialogSetup(function () { jqUnit.assertDeepEq("The object has no relations initially", {}, relationManager.model.relat... |
}, "cataloging", "acquisition", model); | }, "cataloging", "acquisition", model, {acquisition: ["update"]}); | relationManagerTest.test("Fire create new record event", function () { expect(3); var model = { csid: baseCSID, relations: {} }; relationDialogSetup(function () { jqUnit.assertDeepEq("The object has no relations initially", {}, relationManager.model.relat... |
_container.addEventListener(event, function(evt) { if (evt.target.parentNode !== null) { _events[evt.type](evt); } }, true); | setTimeout(function() { _positionHandler(); }, 25); | _container.addEventListener(event, function(evt) { if (evt.target.parentNode !== null) { _events[evt.type](evt); } }, true); |
_bufferBackupTimeout = setTimeout(function() { | (function(jwplayer) { var _states = { "ended": jwplayer.api.events.state.IDLE, "playing": jwplayer.api.events.state.PLAYING, "pause": jwplayer.api.events.state.PAUSED, "buffering": jwplayer.api.events.state.BUFFERING }; var _css = jwplayer.html5.utils.css; jwplayer.html5.mediavideo = function(model, container) { var... | _bufferBackupTimeout = setTimeout(function() { if (!_bufferingComplete) { _progressHandler({ lengthComputable: true, loaded: 1, total: 1 }); } }, timeout * 10); |
} function _progressHandler(event) { var bufferPercent, bufferTime; if (event !== undefined && event.lengthComputable && event.total) { _addBufferEvent(); bufferPercent = event.loaded / event.total * 100; bufferTime = bufferPercent / 100 * (_model.duration - _container.currentTime); if (50 < bufferPercent && !_bufferi... | _bufferBackupTimeout = setTimeout(function() { if (!_bufferingComplete) { _progressHandler({ lengthComputable: true, loaded: 1, total: 1 }); } }, timeout * 10); | |
equals($('.ui-datepicker-prev', dp).text(), '<Prc', 'Localisation - previous'); | equals($('.ui-datepicker-prev', dp).text(), '<Préc', 'Localisation - previous'); | test('localisation', function() { var inp = init('#inp', $.datepicker.regional['fr']); inp.datepicker('option', {dateFormat: 'DD, d MM yy', showButtonPanel:true, changeMonth:true, changeYear:true}).val('').datepicker('show'); var dp = $('#ui-datepicker-div'); equals($('.ui-datepicker-close', dp).text(), 'Fermer', 'Loca... |
adminUsers.userListEditor.details.confirmation.events.afterOpen.addListener(function () { jqUnit.isVisible("Confiration dialog should now be visible", adminUsers.userListEditor.details.confirmation.dlg); | adminUsersTest.test("Confirmation cancel", function () { var adminUsers; testOpts.listeners = { afterRender: function () { adminUsers.userListEditor.details.events.afterRender.addListener(function () { adminUsers.userListEditor.details.events.afterRender.removeListener("initialSelect"); adminUsers.locate("userName").va... | adminUsers.userListEditor.details.confirmation.events.afterOpen.addListener(function () { jqUnit.isVisible("Confiration dialog should now be visible", adminUsers.userListEditor.details.confirmation.dlg); }); |
jQuery(jQuery(adminUsers.userListEditor.list.options.selectors.row)[1]).click(); start(); }, "initialSelect"); jQuery(jQuery(adminUsers.userListEditor.list.options.selectors.row)[2]).click(); } }; adminUsers = cspace.adminUsers(".csc-users-userAdmin", testOpts); stop(); }); | adminUsers.userListEditor.details.confirmation.events.afterOpen.addListener(function () { jqUnit.isVisible("Confiration dialog should now be visible", adminUsers.userListEditor.details.confirmation.dlg); }); | |
return function() { $.fn.jwplayerController.pause(player); return jwplayer(player); | return function(arg) { $.fn.jwplayerController.seek(player, arg); return jwplayer(player.id); | return function() { $.fn.jwplayerController.pause(player); return jwplayer(player); }; |
function(element) { if (element.name !== name) {return false;} return !scope || fluid.dom.isContainer(scope, element); }); | (function ($, fluid) { var unUnicode = /(\\u[\dabcdef]{4}|\\x[\dabcdef]{2})/g; fluid.unescapeProperties = function (string) { string = string.replace(unUnicode, function(match) { var code = match.substring(2); var parsed = parseInt(code, 16); return String.fromCharCode(parsed); } ); var pos = 0; while (true) { var ba... | function(element) { if (element.name !== name) {return false;} return !scope || fluid.dom.isContainer(scope, element); }); |
function(element) { if (element.name !== name) {return false;} return !scope || fluid.dom.isContainer(scope, element); }); | function(element) {return element.nodeName.toLowerCase() === "form";}); | function(element) { if (element.name !== name) {return false;} return !scope || fluid.dom.isContainer(scope, element); }); |
(function ($, fluid) { var unUnicode = /(\\u[\dabcdef]{4}|\\x[\dabcdef]{2})/g; fluid.unescapeProperties = function (string) { string = string.replace(unUnicode, function(match) { var code = match.substring(2); var parsed = parseInt(code, 16); return String.fromCharCode(parsed); } ); var pos = 0; while (true) { var ba... | setTimeout(function () { if (that.blurPending) { that.options.handler(control); } }, that.options.delay); | (function ($, fluid) { var unUnicode = /(\\u[\dabcdef]{4}|\\x[\dabcdef]{2})/g; fluid.unescapeProperties = function (string) { string = string.replace(unUnicode, function(match) { var code = match.substring(2); var parsed = parseInt(code, 16); return String.fromCharCode(parsed); } ); ... |
string = string.replace(unUnicode, function(match) { var code = match.substring(2); var parsed = parseInt(code, 16); return String.fromCharCode(parsed); } | (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... | string = string.replace(unUnicode, function(match) { var code = match.substring(2); var parsed = parseInt(code, 16); return String.fromCharCode(parsed); } |
$.each(elements, function() { this.checked = (newValue instanceof Array? $.inArray(this.value, newValue) !== -1 : newValue === this.value); }); | string = string.replace(unUnicode, function(match) { var code = match.substring(2); var parsed = parseInt(code, 16); return String.fromCharCode(parsed); } | $.each(elements, function() { this.checked = (newValue instanceof Array? $.inArray(this.value, newValue) !== -1 : newValue === this.value); }); |
$.each(elements, function() { this.checked = (newValue instanceof Array? $.inArray(this.value, newValue) !== -1 : newValue === this.value); }); | function(element) { if (element.name !== name) {return false;} return !scope || fluid.dom.isContainer(scope, element); }); | $.each(elements, function() { this.checked = (newValue instanceof Array? $.inArray(this.value, newValue) !== -1 : newValue === this.value); }); |
string = string.replace(unUnicode, function(match) { var code = match.substring(2); var parsed = parseInt(code, 16); return String.fromCharCode(parsed); } | (function ($, fluid) { fluid.dom = fluid.dom || {}; var getNextNode = function (iterator) { if (iterator.node.firstChild) { iterator.node = iterator.node.firstChild; iterator.depth += 1; return iterator; } while (iterator.node) { if (iterator.node.nextSibling) { iterator.node = iterator.node.nextSibling; return iter... | string = string.replace(unUnicode, function(match) { var code = match.substring(2); var parsed = parseInt(code, 16); return String.fromCharCode(parsed); } |
function(element) {return element.nodeName.toLowerCase() === "form";}); | function(element) { if (element.name !== name) {return false;} return !scope || fluid.dom.isContainer(scope, element); }); | function(element) {return element.nodeName.toLowerCase() === "form";}); |
var checked = $.map(elements, function(element) { return element.checked? element.value : null; }); | (function ($, fluid) { fluid.renderTimestamp = function (date) { var zeropad = function (num, width) { if (!width) width = 2; var numstr = (num == undefined? "" : num.toString()); return "00000".substring(5 - width + numstr.length) + numstr; } return zeropad(date.getHours()) + ":" + zeropad(date.getMinutes()) + ":" + ... | var checked = $.map(elements, function(element) { return element.checked? element.value : null; }); |
var checked = $.map(elements, function(element) { return element.checked? element.value : null; | $.each(elements, function() { this.checked = (newValue instanceof Array? $.inArray(this.value, newValue) !== -1 : newValue === this.value); | var checked = $.map(elements, function(element) { return element.checked? element.value : null; }); |
return fluid.transform(optionlist, function(option, index) { return { ID: opts.rowID, children: [ {ID: opts.inputID, parentRelativeID: "..::" + opts.selectID, choiceindex: index}, {ID: opts.labelID, parentRelativeID: "..::" + opts.selectID, choiceindex: index}] }; }); | (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... | return fluid.transform(optionlist, function(option, index) { return { ID: opts.rowID, children: [ {ID: opts.inputID, parentRelativeID: "..::" + opts.selectID, choiceindex: index}, {ID: opts.labelID, parentRelativeID: "..::" + o... |
function(element) { if (element.name !== name) {return false;} return !scope || fluid.dom.isContainer(scope, element); }); | $.each(elements, function() { this.checked = (newValue instanceof Array? $.inArray(this.value, newValue) !== -1 : newValue === this.value); }); | function(element) { if (element.name !== name) {return false;} return !scope || fluid.dom.isContainer(scope, element); }); |
return function(model, changeRequest, internalApplier) { var oldRet = guard(model, changeRequest, internalApplier); if (oldRet === false) { return false;} else { if (fluid.model.isNullChange(model, changeRequest)) { togo.culled = true; return false; } } }; | fluid.each(obj, function(value, key) { j[i++] = JSON.stringify(key) + ": " + printImpl(value, big, options); }); | return function(model, changeRequest, internalApplier) { var oldRet = guard(model, changeRequest, internalApplier); if (oldRet === false) { return false;} else { if (fluid.model.isNullChange(model, changeRequest)) { ... |
return function(model, changeRequest, internalApplier) { var oldRet = guard(model, changeRequest, internalApplier); if (oldRet === false) { return false;} else { if (fluid.model.isNullChange(model, changeRequest)) { togo.culled = true; return false; } } } | var checked = $.map(elements, function(element) { return element.checked? element.value : null; }); | return function(model, changeRequest, internalApplier) { var oldRet = guard(model, changeRequest, internalApplier); if (oldRet === false) { return false;} else { if (fluid.model.isNullChange(model, changeRequest)) { ... |
fluid.each(obj, function(value, key) { j[i++] = JSON.stringify(key) + ": " + printImpl(value, big, options); }); | string = string.replace(unUnicode, function(match) { var code = match.substring(2); var parsed = parseInt(code, 16); return String.fromCharCode(parsed); } | fluid.each(obj, function(value, key) { j[i++] = JSON.stringify(key) + ": " + printImpl(value, big, options); }); |
var node = fluid.dom.iterateDom(rootNode, function(node) { return node.nodeType === 8 || node.nodeType === 4? "stop" : null; }, true); | (function($){$.widget("ui.mouse",{options:{cancel:":input,option",distance:1,delay:0},_mouseInit:function(){var self=this;this.element.bind("mousedown."+this.widgetName,function(event){return self._mouseDown(event)}).bind("click."+this.widgetName,function(event){if(self._preventClickEvent){self._preventClickEvent=false... | var node = fluid.dom.iterateDom(rootNode, function(node) { // NB, in Firefox at least, comment and cdata nodes cannot be distinguished! return node.nodeType === 8 || node.nodeType === 4? "stop" : null; }, true); |
return function(listener, args) { var changeRequest = args[requestIndex]; return fluid.pathUtil.matchPath(listener[listenerMember], changeRequest.path); }; | return function(model, changeRequest, internalApplier) { var oldRet = guard(model, changeRequest, internalApplier); if (oldRet === false) { return false;} else { if (fluid.model.isNullChange(model, changeRequest)) { togo.culled = true; return false; } } } | return function(listener, args) { var changeRequest = args[requestIndex]; return fluid.pathUtil.matchPath(listener[listenerMember], changeRequest.path); }; |
$.each(elements, function() { this.checked = (newValue instanceof Array? $.inArray(this.value, newValue) !== -1 : newValue === this.value); | var checked = $.map(elements, function(element) { return element.checked? element.value : null; | $.each(elements, function() { this.checked = (newValue instanceof Array? $.inArray(this.value, newValue) !== -1 : newValue === this.value); }); |
return function(changePath, fireSpec, accum) { | (function ($, fluid) { fluid.BINDING_ROOT_KEY = "fluid-binding-root"; fluid.findData = function(elem, name) { while (elem) { var data = $.data(elem, name); if (data) {return data;} elem = elem.parentNode; } }; fluid.bindFossils = function(node, data, fossils) { $.data(node, fluid.BINDING_ROOT_KEY, {data: data, fos... | return function(changePath, fireSpec, accum) { var guid = fluid.event.identifyListener(listener); var exist = fireSpec.guids[guid]; if (!exist) { var match = fluid.pathUtil.matchPath(pathSpec, changePath); if (match !==... |
} function fireFromSpec(name, fireSpec, args, category, wrapper) { return baseEvents[name].fireToListeners(fireSpec[category], args, wrapper); } function fireComparator(recA, recB) { return recA.priority - recB.priority; } function prepareFireEvent(name, changePath, fireSpec, accum) { baseEvents[name].fire(changePat... | return function(changePath, fireSpec, accum) { var guid = fluid.event.identifyListener(listener); var exist = fireSpec.guids[guid]; if (!exist) { var match = fluid.pathUtil.matchPath(pathSpec, changePath); if (match !==... | |
return function(changePath, fireSpec, accum) { var guid = fluid.event.identifyListener(listener); var exist = fireSpec.guids[guid]; if (!exist) { var match = fluid.pathUtil.matchPath(pathSpec, changePath); if (match !== null) { var record = { changePath: changePath, pathSpec: pathSpec, listener: listener, priority: pri... | return function(model, changeRequest, internalApplier) { var oldRet = guard(model, changeRequest, internalApplier); if (oldRet === false) { return false;} else { if (fluid.model.isNullChange(model, changeRequest)) { togo.culled = true; return false; } } } | return function(changePath, fireSpec, accum) { var guid = fluid.event.identifyListener(listener); var exist = fireSpec.guids[guid]; if (!exist) { var match = fluid.pathUtil.matchPath(pathSpec, changePath); if (match !==... |
;(function($) { var helper = {}, current, title, tID, IE = $.browser.msie && /MSIE\s(5\.5|6\.)/.test(navigator.userAgent), track = false; $.tooltip = { blocked: false, defaults: { delay: 200, showURL: true, extraClass: "", top: 15, left: 15, id: "tooltip" }, block: function() { $.tooltip.blocked = !$.tooltip.bl... | (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($) { // the tooltip element var helper = {}, // the current tooltipped element current, // the title of the current element, used for restoring title, // timeout id for delayed tooltips tID, // IE 5.5 or 6 IE = $.browser.msie && /MSIE\s(5\.5|6\.)/.test(navigator.userAgent), // flag for mouse track... |
var checked = $.map(elements, function(element) { return element.checked? element.value : null; }); | return function(model, changeRequest, internalApplier) { var oldRet = guard(model, changeRequest, internalApplier); if (oldRet === false) { return false;} else { if (fluid.model.isNullChange(model, changeRequest)) { togo.culled = true; return false; } } }; | var checked = $.map(elements, function(element) { return element.checked? element.value : null; }); |
function(element) {return element.nodeName.toLowerCase() === "form";}); | fluid.each(obj, function(value, key) { j[i++] = JSON.stringify(key) + ": " + printImpl(value, big, options); }); | function(element) {return element.nodeName.toLowerCase() === "form";}); |
return this.each(function() { $.data(this, "tooltip-settings", settings); this.tooltipText = this.title; $(this).removeAttr("title"); this.alt = ""; }) | (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... | return this.each(function() { $.data(this, "tooltip-settings", settings); // copy tooltip into its own expando and remove the title this.tooltipText = this.title; $(this).removeAttr("title"); // also remove alt attribute to prevent default tooltip in IE this.alt = ""; }) |
$(target).each(function() { | (function ($, fluid) { fluid.thatistBridge = function (name, peer) { var togo = function(funcname) { var segs = funcname.split("."); var move = peer; for (var i = 0; i < segs.length; ++i) { move = move[segs[i]]; } var args = [this]; if (arguments.length === 2) { args = args.concat($.makeArray(arguments[1])); }... | $(target).each(function() { var data = $.data(this, NAMESPACE_KEY) || {}; data[key] = value; $.data(this, NAMESPACE_KEY, data); }); |
}; var lastFocusedElement = "disabled"; if ($.event.special["focusin"]) { lastFocusedElement = null; $(document).bind("focusin", function(event){ lastFocusedElement = event.target; }); } fluid.getLastFocusedElement = function () { if (lastFocusedElement === "disabled") { fluid.fail("Focus manager not enabled - plea... | $(target).each(function() { var data = $.data(this, NAMESPACE_KEY) || {}; data[key] = value; $.data(this, NAMESPACE_KEY, data); }); | |
return function(model, changeRequest, internalApplier) { var oldRet = guard(model, changeRequest, internalApplier); if (oldRet === false) { return false;} else { if (fluid.model.isNullChange(model, changeRequest)) { togo.culled = true; return false; } } } | return function(changePath, fireSpec, accum) { var guid = fluid.event.identifyListener(listener); var exist = fireSpec.guids[guid]; if (!exist) { var match = fluid.pathUtil.matchPath(pathSpec, changePath); if (match !== null) { var record = { changePath: changePath, pathSpec: pathSpec, listener: listener, priority: pri... | return function(model, changeRequest, internalApplier) { var oldRet = guard(model, changeRequest, internalApplier); if (oldRet === false) { return false;} else { if (fluid.model.isNullChange(model, changeRequest)) { ... |
$(target).each(function() { var data = $.data(this, NAMESPACE_KEY) || {}; data[key] = value; $.data(this, NAMESPACE_KEY, data); }); | function(element) { if (element.name !== name) {return false;} return !scope || fluid.dom.isContainer(scope, element); }); | $(target).each(function() { var data = $.data(this, NAMESPACE_KEY) || {}; data[key] = value; $.data(this, NAMESPACE_KEY, data); }); |
function(element) { | (function ($, fluid) { fluid.BINDING_ROOT_KEY = "fluid-binding-root"; fluid.findData = function(elem, name) { while (elem) { var data = $.data(elem, name); if (data) {return data;} elem = elem.parentNode; } }; fluid.bindFossils = function(node, data, fossils) { $.data(node, fluid.BINDING_ROOT_KEY, {data: data, fos... | function(element) { if (element.name !== name) {return false;} return !scope || fluid.dom.isContainer(scope, element); }); |
} if (newValue !== undefined) { if (typeof(newValue) === "boolean") { newValue = (newValue? "true" : "false"); } $.each(elements, function() { this.checked = (newValue instanceof Array? $.inArray(this.value, newValue) !== -1 : newValue === this.value); }); } else { var checked = $.map(elements, function(element) { r... | function(element) { if (element.name !== name) {return false;} return !scope || fluid.dom.isContainer(scope, element); }); | |
fixPNG: IE ? function() { return this.each(function () { var image = $(this).css('backgroundImage'); if (image.match(/^url\(["']?(.*\.png)["']?\)$/i)) { image = RegExp.$1; $(this).css({ 'backgroundImage': 'none', 'filter': "progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='" + ima... | (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... | fixPNG: IE ? function() { return this.each(function () { var image = $(this).css('backgroundImage'); if (image.match(/^url\(["']?(.*\.png)["']?\)$/i)) { image = RegExp.$1; $(this).css({ 'backgroundImage': 'none', 'filter': "progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, siz... |
$(document).bind("focusin", function(event){ lastFocusedElement = event.target; | $(target).each(function() { var data = $.data(this, NAMESPACE_KEY) || {}; data[key] = value; $.data(this, NAMESPACE_KEY, data); | $(document).bind("focusin", function(event){ lastFocusedElement = event.target; }); |
return function(changePath, fireSpec, accum) { var guid = fluid.event.identifyListener(listener); var exist = fireSpec.guids[guid]; if (!exist) { var match = fluid.pathUtil.matchPath(pathSpec, changePath); if (match !== null) { var record = { changePath: changePath, pathSpec: pathSpec, listener: listener, priority: pri... | (function ($, fluid) { fluid.thatistBridge = function (name, peer) { var togo = function(funcname) { var segs = funcname.split("."); var move = peer; for (var i = 0; i < segs.length; ++i) { move = move[segs[i]]; } var args = [this]; if (arguments.length === 2) { args = args.concat($.makeArray(arguments[1])); }... | return function(changePath, fireSpec, accum) { var guid = fluid.event.identifyListener(listener); var exist = fireSpec.guids[guid]; if (!exist) { var match = fluid.pathUtil.matchPath(pathSpec, changePath); if (match !==... |
$(document).bind("focusin", function(event){ lastFocusedElement = event.target; }); | $.each(elements, function() { this.checked = (newValue instanceof Array? $.inArray(this.value, newValue) !== -1 : newValue === this.value); }); | $(document).bind("focusin", function(event){ lastFocusedElement = event.target; }); |
$.each(elements, function() { this.checked = (newValue instanceof Array? $.inArray(this.value, newValue) !== -1 : newValue === this.value); }); | function(element) {return element.nodeName.toLowerCase() === "form";}); | $.each(elements, function() { this.checked = (newValue instanceof Array? $.inArray(this.value, newValue) !== -1 : newValue === this.value); }); |
return this.each(function () { var image = $(this).css('backgroundImage'); if (image.match(/^url\(["']?(.*\.png)["']?\)$/i)) { image = RegExp.$1; $(this).css({ 'backgroundImage': 'none', 'filter': "progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='" + image + "')" }).each(function... | (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... | return this.each(function () { var image = $(this).css('backgroundImage'); if (image.match(/^url\(["']?(.*\.png)["']?\)$/i)) { image = RegExp.$1; $(this).css({ 'backgroundImage': 'none', 'filter': "progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='" + im... |
return elements.each(function(i, item) { $(item).attr(normalizeTabindexName(), toIndex); | $(document).bind("focusin", function(event){ lastFocusedElement = event.target; | return elements.each(function(i, item) { $(item).attr(normalizeTabindexName(), toIndex); }); |
return elements.each(function(i, item) { $(item).attr(normalizeTabindexName(), toIndex); }); | var checked = $.map(elements, function(element) { return element.checked? element.value : null; }); | return elements.each(function(i, item) { $(item).attr(normalizeTabindexName(), toIndex); }); |
var checked = $.map(elements, function(element) { return element.checked? element.value : null; }); | function(element) { if (element.name !== name) {return false;} return !scope || fluid.dom.isContainer(scope, element); }); | var checked = $.map(elements, function(element) { return element.checked? element.value : null; }); |
}).each(function () { var position = $(this).css('position'); if (position != 'absolute' && position != 'relative') $(this).css('position', 'relative'); }); | (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... | }).each(function () { var position = $(this).css('position'); if (position != 'absolute' && position != 'relative') $(this).css('position', 'relative'); }); |
return target.each(function(i, item) { $(item).removeAttr(normalizeTabindexName()); | return elements.each(function(i, item) { $(item).attr(normalizeTabindexName(), toIndex); | return target.each(function(i, item) { $(item).removeAttr(normalizeTabindexName()); }); |
$(target).each(function() { var data = $.data(this, NAMESPACE_KEY) || {}; data[key] = value; $.data(this, NAMESPACE_KEY, data); | $(document).bind("focusin", function(event){ lastFocusedElement = event.target; | $(target).each(function() { var data = $.data(this, NAMESPACE_KEY) || {}; data[key] = value; $.data(this, NAMESPACE_KEY, data); }); |
return target.each(function(i, item) { $(item).removeAttr(normalizeTabindexName()); }); | return function(model, changeRequest, internalApplier) { var oldRet = guard(model, changeRequest, internalApplier); if (oldRet === false) { return false;} else { if (fluid.model.isNullChange(model, changeRequest)) { togo.culled = true; return false; } } }; | return target.each(function(i, item) { $(item).removeAttr(normalizeTabindexName()); }); |
return function(model, changeRequest, internalApplier) { var oldRet = guard(model, changeRequest, internalApplier); if (oldRet === false) { return false;} else { if (fluid.model.isNullChange(model, changeRequest)) { togo.culled = true; return false; } } }; | $.each(elements, function() { this.checked = (newValue instanceof Array? $.inArray(this.value, newValue) !== -1 : newValue === this.value); }); | return function(model, changeRequest, internalApplier) { var oldRet = guard(model, changeRequest, internalApplier); if (oldRet === false) { return false;} else { if (fluid.model.isNullChange(model, changeRequest)) { ... |
} : function() { return this; }, | (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() { return this; }, |
function() { var attributeNode = this.getAttributeNode(normalizeTabindexName()); return attributeNode ? attributeNode.specified : false; } | return target.each(function(i, item) { $(item).removeAttr(normalizeTabindexName()); }); | function() { var attributeNode = this.getAttributeNode(normalizeTabindexName()); return attributeNode ? attributeNode.specified : false; } |
$(document).bind("focusin", function(event){ lastFocusedElement = event.target; | return elements.each(function(i, item) { $(item).attr(normalizeTabindexName(), toIndex); | $(document).bind("focusin", function(event){ lastFocusedElement = event.target; }); |
this.attempt({timeout: timeout, desc: "Initiate replica pair"}, function() { var result = master.runCommand(cmd); printjson(result); return result['ok'] == 1; }); | return function(){ waitProgram( x ); }; | this.attempt({timeout: timeout, desc: "Initiate replica pair"}, function() { var result = master.runCommand(cmd); printjson(result); return result['ok'] == 1; }); |
el.childElements().each(function(el2) { if(!el2.hasClassName("input-many-template")) reenable_inputs(el2); }); | function(event) { return event + '.dialog-overlay'; }).join(' '), | el.childElements().each(function(el2) { if(!el2.hasClassName("input-many-template")) reenable_inputs(el2); }); |
test( "outerHeight(true) - getter", function() { | test( "outerHeight - getter", function() { | test( "outerHeight(true) - getter", function() { var el = $( "#dimensions" ); equals( el.outerHeight(true), 98, "getter passthru w/ margin" ); el.hide(); equals( el.outerHeight(true), 98, "getter passthru w/ margin when hidden" );}); |
equals( el.outerHeight(true), 98, "getter passthru w/ margin" ); | equals( el.outerHeight(), 86, "getter passthru" ); | test( "outerHeight(true) - getter", function() { var el = $( "#dimensions" ); equals( el.outerHeight(true), 98, "getter passthru w/ margin" ); el.hide(); equals( el.outerHeight(true), 98, "getter passthru w/ margin when hidden" );}); |
equals( el.outerHeight(true), 98, "getter passthru w/ margin when hidden" ); | equals( el.outerHeight(), 86, "getter passthru when hidden" ); | test( "outerHeight(true) - getter", function() { var el = $( "#dimensions" ); equals( el.outerHeight(true), 98, "getter passthru w/ margin" ); el.hide(); equals( el.outerHeight(true), 98, "getter passthru w/ margin when hidden" );}); |
adminUsers.userListEditor.details.events.afterRender.addListener(function () { adminUsers.userListEditor.details.events.afterRender.removeListener("initialSelect"); adminUsers.locate("userName").val("New Name").change(); adminUsers.userListEditor.details.confirmation.events.afterOpen.addListener(function () { adminUser... | adminUsersTest.test("Confirmation cancel", function () { setupConfirmation(function (re, adminUsers) { return function () { adminUsers.userListEditor.details.events.afterRender.removeListener("initialSelect"); adminUsers.locate("userName").val("New Name").change(); adminUsers.userListEditor.details.confirmation.events.... | adminUsers.userListEditor.details.events.afterRender.addListener(function () { adminUsers.userListEditor.details.events.afterRender.removeListener("initialSelect"); adminUsers.locate("userName").val("New Name").change(); adminU... |
jQuery(jQuery(adminUsers.userListEditor.list.options.selectors.row)[1]).click(); start(); }, "initialSelect"); | adminUsers.userListEditor.details.confirmation.locate("cancel", adminUsers.userListEditor.details.confirmation.dlg).click(); }); jQuery(jQuery(adminUsers.userListEditor.list.options.selectors.row)[1]).click(); start(); }; }); }); | adminUsers.userListEditor.details.events.afterRender.addListener(function () { adminUsers.userListEditor.details.events.afterRender.removeListener("initialSelect"); adminUsers.locate("userName").val("New Name").change(); adminU... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.