Lines Matching refs:FALSE

33 FALSE = false,
95 ) || FALSE
115 disabled: FALSE,
117 onTooltip: FALSE,
123 this.hiddenDuringWait = this.positioning = this.triggering = FALSE;
160 'aria-atomic': FALSE,
187 deferreds.push( this._updateTitle(title, FALSE) );
196 deferreds.push( this._updateContent(text, FALSE) );
221 self.positioning = FALSE;
225 self.toggle(TRUE, cache.event, FALSE);
227 self.hiddenDuringWait = FALSE;
310 if(invalidOpt(opts)) { return FALSE; }
321 text: (text = invalidContent(content) ? FALSE : content)
330 once = ajax && ajax.once !== FALSE;
359 if(invalidContent(content.title || FALSE)) {
360 content.title = FALSE;
398 if(id !== FALSE && id.length > 0 && !$('#'+new_id).length) {
533 reposition = FALSE,
571 this.positioning = FALSE;
586 if(!this.rendered || !content) { return FALSE; }
597 cache.waiting = FALSE;
605 if(content === FALSE || (!content && content !== '')) { return FALSE; }
633 .done(function() { cache.waiting = FALSE; })
642 if(this._update(content, this.elements.title, reposition) === FALSE) {
643 this._removeTitle(FALSE);
689 if(reposition !== FALSE) { this.reposition(); }
709 tooltipWidth = tooltip.outerWidth(FALSE),
710 tooltipHeight = tooltip.outerHeight(FALSE),
806 pluginCalculations = PLUGINS.imagemap(this, target, at, PLUGINS.viewport ? method : FALSE);
811 pluginCalculations = PLUGINS.svg(this, target, at, PLUGINS.viewport ? method : FALSE);
816 targetWidth = target.outerWidth(FALSE);
817 targetHeight = target.outerHeight(FALSE);
842 if(!pluginCalculations || (pluginCalculations && pluginCalculations.adjustable !== FALSE)) {
871 …if(effect === FALSE || !visible || isNaN(position.left) || isNaN(position.top) || target === 'mous…
888 this.positioning = FALSE;
1013 if(allow !== FALSE && state) { this.focus(event); }
1027 if($.isFunction(contentOptions.text)) { this._updateContent(contentOptions.text, FALSE); }
1028 if($.isFunction(contentOptions.title)) { this._updateTitle(contentOptions.title, FALSE); }
1037 if(!width) { tooltip.css('width', tooltip.outerWidth(FALSE)); }
1057 trackingBound = FALSE;
1097 if(opts.effect === FALSE || animate === FALSE) {
1122 PROTOTYPE.hide = function(event) { return this.toggle(FALSE, event); };
1193 PROTOTYPE.enable = function() { return this.disable(FALSE); };
1229 return FALSE;
1236 if(!this.rendered) { return FALSE; }
1294 if(this.tooltip.hasClass(CLASS_DISABLED)) { return FALSE; }
1308 if(this.tooltip.hasClass(CLASS_DISABLED)) { return FALSE; }
1337 function() { this.toggle(FALSE, event); },
1344 if(this.tooltip.hasClass(CLASS_DISABLED) || !this.options.hide.inactive) { return FALSE; }
1428 this.triggering = FALSE;
1492 if(this.disabled || this.destroyed) { return FALSE; }
1695 if(config.content.attr !== FALSE && attr) { config.content.text = attr; }
1698 else { return FALSE; }
1703 if(posOptions.target === FALSE) { posOptions.target = newTarget; }
1704 if(config.show.target === FALSE) { config.show.target = newTarget; }
1706 if(config.hide.target === FALSE) { config.hide.target = newTarget; }
1721 else if(config.overwrite === FALSE) {
1722 return FALSE;
1777 return FALSE;
1800 id = !id || id === FALSE || id.length < 1 || QTIP.api[id] ? QTIP.nextid++ : id;
1804 if(api === FALSE) { return TRUE; }
1906 prerender: FALSE,
1907 id: FALSE,
1913 title: FALSE,
1914 button: FALSE
1919 target: FALSE,
1920 container: FALSE,
1921 viewport: FALSE,
1932 queue: FALSE
1937 target: FALSE,
1941 solo: FALSE,
1942 ready: FALSE,
1943 autofocus: FALSE
1946 target: FALSE,
1950 fixed: FALSE,
1951 inactive: FALSE,
1953 distance: FALSE
1957 widget: FALSE,
1958 width: FALSE,
1959 height: FALSE,
2106 if(corner === FALSE || my === FALSE) {
2107 corner = FALSE;
2142 return !val || (compare && val === elem.css(compare)) || INVALID.test(val) ? FALSE : val;
2262 if(mimic === FALSE) { mimic = corner; }
2400 if(position !== FALSE) { this.calculate(corner, newSize); }
2404 if(!this.enabled) { return FALSE; }
2460 shift = { left: FALSE, top: FALSE, x: 0, y: 0 },
2484 shift[side] = FALSE;
2499 this.update(newCorner, FALSE);
2590 mimic: FALSE,
2656 targetOnTop = container.length < 1 ? FALSE :
2676 mousedown: function() { return FALSE; }
2705 if(api.options.show.modal.stealfocus !== FALSE) {
2728 if(state && options.stealfocus !== FALSE) {
2741 …if((elem.is(':animated') && visible === state && prevState !== FALSE) || (!state && visibleModals.…
2746 elem.stop(TRUE, FALSE);
2754 else if(effect === FALSE) {
2881 OVERLAY.toggle(this.qtip, FALSE);
2923 on: FALSE,
2959 viewportWidth = viewport[0] === window ? viewport.width() : viewport.outerWidth(FALSE);
2960 viewportHeight = viewport[0] === window ? viewport.height() : viewport.outerHeight(FALSE);
3053 adjustable: FALSE
3150 adjustable: FALSE
3170 if(!elem.getBBox || !elem.parentNode) { return FALSE; }
3268 if(!image.length) { return FALSE; }
3287 else { return FALSE; }
3291 imageOffset.left += Math.ceil((image.outerWidth(FALSE) - image.width()) / 2);
3292 imageOffset.top += Math.ceil((image.outerHeight(FALSE) - image.height()) / 2);
3349 height: tooltip.outerHeight(FALSE),
3350 width: tooltip.outerWidth(FALSE)
3428 return BROWSER.ie === 6 ? new Ie6(api) : FALSE;