Linux webserver 6.8.0-49-generic #49~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Nov 6 17:42:15 UTC 2 x86_64
Apache/2.4.52 (Ubuntu)
Server IP : 192.168.1.1 & Your IP : 3.144.137.236
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
javascript /
jquery-ui /
ui /
widgets /
Delete
Unzip
Name
Size
Permission
Date
Action
accordion.js
15.76
KB
-rw-r--r--
2022-01-20 12:59
accordion.min.js
10.08
KB
-rw-r--r--
2022-09-08 04:42
autocomplete.js
17.12
KB
-rw-r--r--
2022-01-20 12:59
autocomplete.min.js
9.67
KB
-rw-r--r--
2022-09-08 04:42
button.js
11.43
KB
-rw-r--r--
2022-01-20 12:59
button.min.js
6.58
KB
-rw-r--r--
2022-09-08 04:42
checkboxradio.js
7.41
KB
-rw-r--r--
2022-09-08 04:42
checkboxradio.min.js
4.43
KB
-rw-r--r--
2022-09-08 04:42
controlgroup.js
8.42
KB
-rw-r--r--
2022-01-20 12:59
controlgroup.min.js
5.1
KB
-rw-r--r--
2022-09-08 04:42
datepicker.js
80.58
KB
-rw-r--r--
2022-01-20 12:59
datepicker.min.js
46.59
KB
-rw-r--r--
2022-09-08 04:42
dialog.js
23.18
KB
-rw-r--r--
2022-01-20 12:59
dialog.min.js
14.48
KB
-rw-r--r--
2022-09-08 04:42
draggable.js
34.71
KB
-rw-r--r--
2022-01-20 12:59
draggable.min.js
20.84
KB
-rw-r--r--
2022-09-08 04:42
droppable.js
12.59
KB
-rw-r--r--
2022-01-20 12:59
droppable.min.js
7.68
KB
-rw-r--r--
2022-09-08 04:42
menu.js
18.51
KB
-rw-r--r--
2022-01-20 12:59
menu.min.js
11.31
KB
-rw-r--r--
2022-09-08 04:42
mouse.js
6.08
KB
-rw-r--r--
2022-01-20 12:59
mouse.min.js
3.52
KB
-rw-r--r--
2022-09-08 04:42
progressbar.js
4.14
KB
-rw-r--r--
2022-01-20 12:59
progressbar.min.js
2.52
KB
-rw-r--r--
2022-09-08 04:42
resizable.js
29.68
KB
-rw-r--r--
2022-01-20 12:59
resizable.min.js
20.73
KB
-rw-r--r--
2022-09-08 04:42
selectable.js
7.93
KB
-rw-r--r--
2022-01-20 12:59
selectable.min.js
5.26
KB
-rw-r--r--
2022-09-08 04:42
selectmenu.js
15.86
KB
-rw-r--r--
2022-01-20 12:59
selectmenu.min.js
10.08
KB
-rw-r--r--
2022-09-08 04:42
slider.js
19.14
KB
-rw-r--r--
2022-01-20 12:59
slider.min.js
12.43
KB
-rw-r--r--
2022-09-08 04:42
sortable.js
46.52
KB
-rw-r--r--
2022-01-20 12:59
sortable.min.js
28.02
KB
-rw-r--r--
2022-09-08 04:42
spinner.js
14.09
KB
-rw-r--r--
2022-01-20 12:59
spinner.min.js
8.36
KB
-rw-r--r--
2022-09-08 04:42
tabs.js
23.1
KB
-rw-r--r--
2022-01-20 12:59
tabs.min.js
13.89
KB
-rw-r--r--
2022-09-08 04:42
tooltip.js
14.13
KB
-rw-r--r--
2022-01-20 12:59
tooltip.min.js
7.51
KB
-rw-r--r--
2022-09-08 04:42
Save
Rename
!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,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="",(labels=this.label.contents().not(this.element[0])).length&&(this.originalLabel+=labels.clone().wrapAll("<div></div>").parent().html()),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});