HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux wordpress-ubuntu-s-2vcpu-4gb-fra1-01 5.4.0-169-generic #187-Ubuntu SMP Thu Nov 23 14:52:28 UTC 2023 x86_64
User: root (0)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/tana/frontend/node_modules/locutus/php/i18n/i18n_loc_get_default.js.map
{"version":3,"sources":["../../../src/php/i18n/i18n_loc_get_default.js"],"names":["module","exports","i18n_loc_get_default","$global","window","global","$locutus","php","locales","locale_default"],"mappings":";;AAAAA,OAAOC,OAAP,GAAiB,SAASC,oBAAT,GAAiC;AAAE;AAClD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,MAAIC,UAAW,OAAOC,MAAP,KAAkB,WAAlB,GAAgCA,MAAhC,GAAyCC,MAAxD;AACAF,UAAQG,QAAR,GAAmBH,QAAQG,QAAR,IAAoB,EAAvC;AACA,MAAIA,WAAWH,QAAQG,QAAvB;AACAA,WAASC,GAAT,GAAeD,SAASC,GAAT,IAAgB,EAA/B;AACAD,WAASC,GAAT,CAAaC,OAAb,GAAuBF,SAASC,GAAT,CAAaC,OAAb,IAAwB,EAA/C;;AAEA,SAAOF,SAASC,GAAT,CAAaE,cAAb,IAA+B,aAAtC;AACD,CApBD","file":"i18n_loc_get_default.js","sourcesContent":["module.exports = function i18n_loc_get_default () { // eslint-disable-line camelcase\n  //  discuss at: http://locutus.io/php/i18n_loc_get_default/\n  // original by: Brett Zamir (http://brett-zamir.me)\n  //      note 1: Renamed in PHP6 from locale_get_default(). Not listed yet at php.net.\n  //      note 1: List of locales at <http://demo.icu-project.org/icu-bin/locexp>\n  //      note 1: To be usable with sort() if it is passed the `SORT_LOCALE_STRING`\n  //      note 1: sorting flag: http://php.net/manual/en/function.sort.php\n  //   example 1: i18n_loc_get_default()\n  //   returns 1: 'en_US_POSIX'\n  //   example 2: i18n_loc_set_default('pt_PT')\n  //   example 2: i18n_loc_get_default()\n  //   returns 2: 'pt_PT'\n\n  var $global = (typeof window !== 'undefined' ? window : global)\n  $global.$locutus = $global.$locutus || {}\n  var $locutus = $global.$locutus\n  $locutus.php = $locutus.php || {}\n  $locutus.php.locales = $locutus.php.locales || {}\n\n  return $locutus.php.locale_default || 'en_US_POSIX'\n}\n"]}