/usr/share/cagefs-skeleton/opt/cloudlinux/venv/lib/python3.11/site-packages/xray
# # Copyright © Cloud Linux GmbH & Cloud Linux Software, Inc 2010-2020 All Rights Reserved # # Licensed under CLOUD LINUX LICENSE AGREEMENT # http://cloudlinux.com/docs/LICENSE.TXT import gettext import json APP_NAME = 'alt-php-xray' TRANSLATIONS_PATH = '/usr/share/locale' def json_unicode_dump(json_str: str) -> str: try: return json.dumps(json.loads(json_str), ensure_ascii=False) except json.JSONDecodeError: return json_str _ = lambda i: i gettext.bindtextdomain(APP_NAME, TRANSLATIONS_PATH) gettext.textdomain(APP_NAME) lang = gettext.translation(APP_NAME, TRANSLATIONS_PATH, fallback=True) lang.install() gettext = lang.gettext
.
Edit
..
Edit
__init__.py
Edit
__pycache__
Edit
adviser
Edit
agent
Edit
analytics
Edit
apiclient
Edit
cl-smart-advice-user.py
Edit
cl-smart-advice.py
Edit
cloudlinux-xray-agent.py
Edit
cloudlinux-xray-continuous.py
Edit
cloudlinux-xray-manager.py
Edit
cloudlinux-xray-migrate.py
Edit
cloudlinux-xray-user-agent.py
Edit
cloudlinux-xray-user-manager.py
Edit
console_utils
Edit
continuous
Edit
create_user_uid_dirs.py
Edit
hooks
Edit
imunify_manager.py
Edit
internal
Edit
manager
Edit
reconfiguration
Edit
shared_library.py
Edit
smart_advice_plugin_helpers.py
Edit
smart_advice_plugin_manager.py
Edit
user_agent.py
Edit
xray_hooks.py
Edit