Lines Matching +defs:o +defs:event

113 		event: {},  property
333 content.text = function(event, api) { argument
394 '^id$': function(obj, o, v, prev) { argument
409 '^prerender': function(obj, o, v) { argument
414 '^content.text$': function(obj, o, v) { argument
417 '^content.attr$': function(obj, o, v, prev) { argument
422 '^content.title$': function(obj, o, v) { argument
430 '^content.button$': function(obj, o, v) { argument
433 '^content.title.(text|button)$': function(obj, o, v) { argument
438 '^position.(my|at)$': function(obj, o, v){ argument
441 '^position.container$': function(obj, o, v){ argument
446 '^show.ready$': function(obj, o, v) { argument
451 '^style.classes$': function(obj, o, v, p) { argument
454 '^style.(width|height)': function(obj, o, v) { argument
460 '^style.def': function(obj, o, v) { argument
465 '^events.(render|show|move|hide|focus|blur)$': function(obj, o, v) { argument
669 .delegate('.qtip-close', 'mousedown keydown mouseup keyup mouseout', function(event) { argument
672 .delegate('.qtip-close', 'mouseover mouseout', function(event){ argument
693 ;PROTOTYPE.reposition = function(event, effect) { argument
965 PROTOTYPE.toggle = function(state, event) { argument
1120 PROTOTYPE.show = function(event) { return this.toggle(TRUE, event); }; argument
1122 PROTOTYPE.hide = function(event) { return this.toggle(FALSE, event); }; argument
1124 ;PROTOTYPE.focus = function(event) { argument
1158 PROTOTYPE.blur = function(event) { argument
1227 .click(function(event) { argument
1271 };;function cloneEvent(event) { argument
1293 function showMethod(event) { argument
1307 function hideMethod(event) { argument
1343 function inactiveMethod(event) { argument
1355 function repositionMethod(event) { argument
1360 PROTOTYPE._storeMouse = function(event) { argument
1389 delegate(SELECTOR, ['mouseenter', 'mouseleave'], function(event) { argument
1422 PROTOTYPE._trigger = function(type, args, event) { argument
1453 toggleEvents.length && this._bind(showTarget, toggleEvents, function(event) { argument
1464 PROTOTYPE._assignInitialEvents = function(event) { argument
1484 this._bind(showTarget, 'mousemove', function(event) { argument
1490 function hoverIntent(event) { argument
1541 this._bind(documentTarget, ['mouseout', 'blur'], function(event) { argument
1565 this._bind(containerTarget.closest('html'), ['mousedown', 'touchstart'], function(event) { argument
1591 this._bind(showTarget.add(tooltip), 'mousemove', function(event) { argument
1615 this._bind(showTarget, ['mouseenter', 'mouseleave'], function(event) { argument
1621 this._bind(documentTarget, 'mousemove', function(event) { argument
1753 event = args[args.length - 1], variable
1938 event: 'mouseenter', property
1947 event: 'mouseleave', property
2076 …qtip._bind( $('*', tip).add(tip), ['click', 'mousedown'], function(event) { event.stopPropagation(… argument
2451 reposition: function(event, api, pos, viewport) { argument
2647 function stealFocus(event) { argument
2684 $(document).bind('keydown'+MODALSELECTOR, function(event) { argument
2691 elem.bind('click'+MODALSELECTOR, function(event) { argument
2809 qtip._bind(tooltip, ['tooltipshow', 'tooltiphide'], function(event, api, duration) { argument
2824 qtip._bind(tooltip, 'tooltipfocus', function(event, api) { argument
2858 qtip._bind(tooltip, 'tooltiphide', function(event) { argument
2865 toggle: function(event, state, duration) { argument