Linux aries.aptans.com 4.18.0-348.20.1.lve.1.el8.x86_64 #1 SMP Wed Mar 16 08:45:39 EDT 2022 x86_64
Apache
: 135.181.142.107 | : 172.70.174.157
Cant Read [ /etc/named.conf ]
7.4.33
aja
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
/
home /
aja /
public_html /
ead /
mod /
quiz /
amd /
build /
[ HOME SHELL ]
Name
Size
Permission
Action
add_question_modal_launcher.mi...
908
B
-rw-r--r--
add_question_modal_launcher.mi...
3.74
KB
-rw-r--r--
add_random_form.min.js
2.12
KB
-rw-r--r--
add_random_form.min.js.map
9.32
KB
-rw-r--r--
add_random_question.min.js
749
B
-rw-r--r--
add_random_question.min.js.map
2.59
KB
-rw-r--r--
modal_add_random_question.min....
4.51
KB
-rw-r--r--
modal_add_random_question.min....
13.65
KB
-rw-r--r--
modal_quiz_question_bank.min.j...
3.9
KB
-rw-r--r--
modal_quiz_question_bank.min.j...
13.9
KB
-rw-r--r--
preflightcheck.min.js
1.68
KB
-rw-r--r--
preflightcheck.min.js.map
5.77
KB
-rw-r--r--
quizquestionbank.min.js
589
B
-rw-r--r--
quizquestionbank.min.js.map
1.83
KB
-rw-r--r--
random_question_form_preview.m...
2.87
KB
-rw-r--r--
random_question_form_preview.m...
11.26
KB
-rw-r--r--
repaginate.min.js
655
B
-rw-r--r--
repaginate.min.js.map
1.97
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : add_question_modal_launcher.min.js.map
{"version":3,"file":"add_question_modal_launcher.min.js","sources":["../src/add_question_modal_launcher.js"],"sourcesContent":["// This file is part of Moodle - http://moodle.org/\n//\n// Moodle is free software: you can redistribute it and/or modify\n// it under the terms of the GNU General Public License as published by\n// the Free Software Foundation, either version 3 of the License, or\n// (at your option) any later version.\n//\n// Moodle is distributed in the hope that it will be useful,\n// but WITHOUT ANY WARRANTY; without even the implied warranty of\n// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n// GNU General Public License for more details.\n//\n// You should have received a copy of the GNU General Public License\n// along with Moodle. If not, see <http://www.gnu.org/licenses/>.\n\n/**\n * Initialise the an add question modal on the quiz page.\n *\n * @module mod_quiz/add_question_modal_launcher\n * @copyright 2018 Ryan Wyllie <ryan@moodle.com>\n * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later\n */\ndefine(\n [\n 'jquery',\n 'core/notification',\n 'core/modal_factory',\n ],\n function(\n $,\n Notification,\n ModalFactory\n ) {\n\n return {\n /**\n * Create a modal using the modal factory and add listeners to launch the\n * modal when clicked.\n *\n * @param {string} modalType Which modal to create\n * @param {string} selector The selectors for the elements that trigger the modal\n * @param {int} contextId The current context id\n * @param {function} preShowCallback A callback to execute before the modal is shown\n * @return {promise} Resolved with the modal\n */\n init: function(modalType, selector, contextId, preShowCallback) {\n var body = $('body');\n\n // Create a question bank modal using the factory.\n // The same modal will be used by all of the add question\n // links that match \"selector\" on the page. The content\n // of the modal will be changed depending on which link is\n // clicked.\n return ModalFactory.create(\n {\n type: modalType,\n large: true,\n // This callback executes before the modal is shown when the\n // trigger element is clicked.\n preShowCallback: function(triggerElement, modal) {\n triggerElement = $(triggerElement);\n modal.setContextId(contextId);\n modal.setAddOnPageId(triggerElement.attr('data-addonpage'));\n modal.setTitle(triggerElement.attr('data-header'));\n\n if (preShowCallback) {\n preShowCallback(triggerElement, modal);\n }\n }\n },\n // Created a deligated listener rather than a single\n // trigger element.\n [body, selector]\n ).fail(Notification.exception);\n }\n };\n});\n"],"names":["define","$","Notification","ModalFactory","init","modalType","selector","contextId","preShowCallback","body","create","type","large","triggerElement","modal","setContextId","setAddOnPageId","attr","setTitle","fail","exception"],"mappings":";;;;;;;AAsBAA,8CACI,CACI,SACA,oBACA,uBAEJ,SACIC,EACAC,aACAC,oBAGG,CAWHC,KAAM,SAASC,UAAWC,SAAUC,UAAWC,sBACvCC,KAAOR,EAAE,eAONE,aAAaO,OAChB,CACIC,KAAMN,UACNO,OAAO,EAGPJ,gBAAiB,SAASK,eAAgBC,OACtCD,eAAiBZ,EAAEY,gBACnBC,MAAMC,aAAaR,WACnBO,MAAME,eAAeH,eAAeI,KAAK,mBACzCH,MAAMI,SAASL,eAAeI,KAAK,gBAE/BT,kBACAA,iBAAgBK,eAAgBC,SAM5C,CAACL,KAAMH,WACTa,KAAKjB,aAAakB"}
Close