PATH:
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
clwpos
# # 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 # special marker that you can use to mark your error # message as possible to be translated # works in the way similar to gettext # (actually all texts are exported with xgettext utility) # usage example: # from clwpos import gettext as _ # error = _(" My translateable text with %(arguments)s") # underscore and gettext is just a names that xgettext can find and extract # some day we may replace it with real gettext, so please keep it compatible import gettext APP_NAME = 'accelerate-wp' TRANSLATIONS_PATH = '/usr/share/locale' _ = 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
[-] whmcs_utils.py
[open]
[+]
..
[-] wpos_hooks.py
[open]
[+]
__pycache__
[-] wpos_admin.py
[open]
[+]
migrations
[-] daemon_subscription_handler.py
[open]
[+]
cli_versions
[-] parse.py
[open]
[-] daemon.py
[open]
[+]
hooks
[-] redis_configuration_pid_file_cleaner.py
[open]
[-] scoped_cache.py
[open]
[+]
optimization_features
[-] daemon_redis_lib.py
[open]
[-] daemon_config.py
[open]
[+]
bin
[-] data_collector_utils.py
[open]
[-] papi.py
[open]
[-] daemon_base.py
[open]
[-] billing.py
[open]
[-] cron.py
[open]
[+]
object_cache
[-] logsetup.py
[open]
[-] wp_config.py
[open]
[+]
user
[-] wp_utils.py
[open]
[-] wpos_req_scanner.py
[open]
[-] constants.py
[open]
[-] socket_utils.py
[open]
[-] utils.py
[open]
[-] stats.py
[open]
[-] __init__.py
[open]
[-] cl_wpos_exceptions.py
[open]
[+]
php
[-] report_generator.py
[open]
[-] create_user_uid_dirs.py
[open]
[+]
feature_suites