Lines Matching refs:show

131 PROTOTYPE.render = function(show) {  argument
224 if(!self.hiddenDuringWait && (options.show.ready || show)) {
259 clearTimeout(this.timers.show);
369 if('show' in opts && invalidOpt(opts.show)) {
370 opts.show = opts.show.jquery ? { target: opts.show } :
371 opts.show === TRUE ? { ready: TRUE } : { event: opts.show };
410 v && !this.rendered && this.render(this.options.show.ready);
742 if((!adjust.mouse || this.options.show.distance) && cache.origin && cache.origin.pageX) {
973 options.show.target.add(event.target).length === options.show.target.length &&
1049 clearTimeout(this.timers.show);
1075 $(this.options.show.autofocus, tooltip).focus();
1079 this.options.show.target.trigger('qtip-'+this.id+'-inactive');
1120 PROTOTYPE.show = function(event) { return this.toggle(TRUE, event); }; function
1297 clearTimeout(this.timers.show);
1301 this.timers.show = delay.call(this,
1303 this.options.show.delay
1313 ontoTarget = relatedTarget[0] === this.options.show.target[0];
1316 clearTimeout(this.timers.show);
1408 options.show.target && !target.closest(options.show.target[0]).length) {
1466 showTarget = options.show.target,
1468 showEvents = options.show.event ? $.trim('' + options.show.event).split(' ') : [],
1475 …if(/mouse(over|enter)/i.test(options.show.event) && !/mouse(out|leave)/i.test(options.hide.event))…
1499 clearTimeout(this.timers.show);
1500 this.timers.show = delay.call(this,
1501 function() { this.render(typeof event === 'object' || options.show.ready); },
1502 options.show.delay
1508 clearTimeout(this.timers.show);
1512 if(options.show.ready || options.prerender) { hoverIntent.call(this, event); }
1522 showTarget = options.show.target,
1530 showEvents = options.show.event ? $.trim('' + options.show.event).split(' ') : [],
1557 else if(/mouse(over|enter)/i.test(options.show.event)) {
1559 clearTimeout(this.timers.show);
1644 this.options.show.target[0],
1704 if(config.show.target === FALSE) { config.show.target = newTarget; }
1705 if(config.show.solo === TRUE) { config.show.solo = posOptions.container.closest('body'); }
1936 show: { class in QTIP.defaults
1965 show: NULL, property in QTIP.defaults.events
2685 if(current && current.options.show.modal.escape && event.keyCode === 27) {
2692 if(current && current.options.show.modal.blur) {
2705 if(api.options.show.modal.stealfocus !== FALSE) {
2716 options = api.options.show.modal,
2888 return new Modal(api, api.options.show.modal);
2893 if(opts.show) {
2894 if(typeof opts.show.modal !== 'object') { opts.show.modal = { on: !!opts.show.modal }; }
2895 else if(typeof opts.show.modal.on === 'undefined') { opts.show.modal.on = TRUE; }
2921 show: {