Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.2
Cant Read [ /etc/named.conf ]
8.1.31
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
javascript /
jquery-ui /
ui /
widgets /
[ HOME SHELL ]
Name
Size
Permission
Action
accordion.js
15.76
KB
-rw-r--r--
accordion.min.js
10.08
KB
-rw-r--r--
autocomplete.js
17.12
KB
-rw-r--r--
autocomplete.min.js
9.67
KB
-rw-r--r--
button.js
11.43
KB
-rw-r--r--
button.min.js
6.58
KB
-rw-r--r--
checkboxradio.js
7.32
KB
-rw-r--r--
checkboxradio.min.js
4.44
KB
-rw-r--r--
controlgroup.js
8.42
KB
-rw-r--r--
controlgroup.min.js
5.1
KB
-rw-r--r--
datepicker.js
80.58
KB
-rw-r--r--
datepicker.min.js
46.59
KB
-rw-r--r--
dialog.js
23.18
KB
-rw-r--r--
dialog.min.js
14.48
KB
-rw-r--r--
draggable.js
34.71
KB
-rw-r--r--
draggable.min.js
20.84
KB
-rw-r--r--
droppable.js
12.59
KB
-rw-r--r--
droppable.min.js
7.68
KB
-rw-r--r--
menu.js
18.51
KB
-rw-r--r--
menu.min.js
11.31
KB
-rw-r--r--
mouse.js
6.08
KB
-rw-r--r--
mouse.min.js
3.52
KB
-rw-r--r--
progressbar.js
4.14
KB
-rw-r--r--
progressbar.min.js
2.52
KB
-rw-r--r--
resizable.js
29.68
KB
-rw-r--r--
resizable.min.js
20.73
KB
-rw-r--r--
selectable.js
7.93
KB
-rw-r--r--
selectable.min.js
5.26
KB
-rw-r--r--
selectmenu.js
15.86
KB
-rw-r--r--
selectmenu.min.js
10.08
KB
-rw-r--r--
slider.js
19.14
KB
-rw-r--r--
slider.min.js
12.43
KB
-rw-r--r--
sortable.js
46.52
KB
-rw-r--r--
sortable.min.js
28.02
KB
-rw-r--r--
spinner.js
14.09
KB
-rw-r--r--
spinner.min.js
8.36
KB
-rw-r--r--
tabs.js
23.1
KB
-rw-r--r--
tabs.min.js
13.89
KB
-rw-r--r--
tooltip.js
14.13
KB
-rw-r--r--
tooltip.min.js
7.51
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : checkboxradio.min.js
!function(factory){"use strict";"function"==typeof define&&define.amd?define(["jquery","../form-reset-mixin","../labels","../widget"],factory):factory(jQuery)}(function($){"use strict";return $.widget("ui.checkboxradio",[$.ui.formResetMixin,{version:"1.13.1",options:{disabled:null,label:null,icon:!0,classes:{"ui-checkboxradio-label":"ui-corner-all","ui-checkboxradio-icon":"ui-corner-all"}},_getCreateOptions:function(){var labels,that=this,options=this._super()||{};return this._readType(),labels=this.element.labels(),this.label=$(labels[labels.length-1]),this.label.length||$.error("No label found for checkboxradio widget"),this.originalLabel="",this.label.contents().not(this.element[0]).each(function(){that.originalLabel+=3===this.nodeType?$(this).text():this.outerHTML}),this.originalLabel&&(options.label=this.originalLabel),null!=(labels=this.element[0].disabled)&&(options.disabled=labels),options},_create:function(){var checked=this.element[0].checked;this._bindFormResetHandler(),null==this.options.disabled&&(this.options.disabled=this.element[0].disabled),this._setOption("disabled",this.options.disabled),this._addClass("ui-checkboxradio","ui-helper-hidden-accessible"),this._addClass(this.label,"ui-checkboxradio-label","ui-button ui-widget"),"radio"===this.type&&this._addClass(this.label,"ui-checkboxradio-radio-label"),this.options.label&&this.options.label!==this.originalLabel?this._updateLabel():this.originalLabel&&(this.options.label=this.originalLabel),this._enhance(),checked&&this._addClass(this.label,"ui-checkboxradio-checked","ui-state-active"),this._on({change:"_toggleClasses",focus:function(){this._addClass(this.label,null,"ui-state-focus ui-visual-focus")},blur:function(){this._removeClass(this.label,null,"ui-state-focus ui-visual-focus")}})},_readType:function(){var nodeName=this.element[0].nodeName.toLowerCase();this.type=this.element[0].type,"input"===nodeName&&/radio|checkbox/.test(this.type)||$.error("Can't create checkboxradio on element.nodeName="+nodeName+" and element.type="+this.type)},_enhance:function(){this._updateIcon(this.element[0].checked)},widget:function(){return this.label},_getRadioGroup:function(){var name=this.element[0].name,nameSelector="input[name='"+$.escapeSelector(name)+"']";return name?(this.form.length?$(this.form[0].elements).filter(nameSelector):$(nameSelector).filter(function(){return 0===$(this)._form().length})).not(this.element):$([])},_toggleClasses:function(){var checked=this.element[0].checked;this._toggleClass(this.label,"ui-checkboxradio-checked","ui-state-active",checked),this.options.icon&&"checkbox"===this.type&&this._toggleClass(this.icon,null,"ui-icon-check ui-state-checked",checked)._toggleClass(this.icon,null,"ui-icon-blank",!checked),"radio"===this.type&&this._getRadioGroup().each(function(){var instance=$(this).checkboxradio("instance");instance&&instance._removeClass(instance.label,"ui-checkboxradio-checked","ui-state-active")})},_destroy:function(){this._unbindFormResetHandler(),this.icon&&(this.icon.remove(),this.iconSpace.remove())},_setOption:function(key,value){if("label"!==key||value){if(this._super(key,value),"disabled"===key)return this._toggleClass(this.label,null,"ui-state-disabled",value),void(this.element[0].disabled=value);this.refresh()}},_updateIcon:function(checked){var toAdd="ui-icon ui-icon-background ";this.options.icon?(this.icon||(this.icon=$("<span>"),this.iconSpace=$("<span> </span>"),this._addClass(this.iconSpace,"ui-checkboxradio-icon-space")),"checkbox"===this.type?(toAdd+=checked?"ui-icon-check ui-state-checked":"ui-icon-blank",this._removeClass(this.icon,null,checked?"ui-icon-blank":"ui-icon-check")):toAdd+="ui-icon-blank",this._addClass(this.icon,"ui-checkboxradio-icon",toAdd),checked||this._removeClass(this.icon,null,"ui-icon-check ui-state-checked"),this.icon.prependTo(this.label).after(this.iconSpace)):void 0!==this.icon&&(this.icon.remove(),this.iconSpace.remove(),delete this.icon)},_updateLabel:function(){var contents=this.label.contents().not(this.element[0]);this.icon&&(contents=contents.not(this.icon[0])),(contents=this.iconSpace?contents.not(this.iconSpace[0]):contents).remove(),this.label.append(this.options.label)},refresh:function(){var checked=this.element[0].checked,isDisabled=this.element[0].disabled;this._updateIcon(checked),this._toggleClass(this.label,"ui-checkboxradio-checked","ui-state-active",checked),null!==this.options.label&&this._updateLabel(),isDisabled!==this.options.disabled&&this._setOptions({disabled:isDisabled})}}]),$.ui.checkboxradio});
Close