Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 107
Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 234
Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 235
Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 236
Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 237
Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 238
Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 239
abc @@ s d Z d d l m Z d d l Z d d l Z d d l m Z m Z d d l m Z m
Z
d Z e d Z
e d Z d Z d
Z d Z e r y d d l Z e Z Wq e k
r e Z q Xn d Z d S(
sd
This code was taken from https://github.com/ActiveState/appdirs and modified
to suit our purposes.
i ( t absolute_importN( t WINDOWSt
expanduser( t PY2t text_typec C@ s t r] t j j t d } t rB t | t rB t | } n t j j | | d } n` t
j d k r t d } t j j | | } n- t j
d t d } t j j | | } | S( s5
Return full path to the user-specific cache dir for this application.
"appname" is the name of application.
Typical user cache directories are:
macOS: ~/Library/Caches/
Unix: ~/.cache/ (XDG default)
Windows: C:\Users\\AppData\Local\\Cache
On Windows the only suggestion in the MSDN docs is that local settings go
in the `CSIDL_LOCAL_APPDATA` directory. This is identical to the
non-roaming app data dir (the default returned by `user_data_dir`). Apps
typically put cache data somewhere *under* the given dir here. Some
examples:
...\Mozilla\Firefox\Profiles\\Cache
...\Acme\SuperApp\Cache\1.0
OPINION: This function appends "Cache" to the `CSIDL_LOCAL_APPDATA` value.
t CSIDL_LOCAL_APPDATAt Cachet darwins ~/Library/Cachest XDG_CACHE_HOMEs ~/.cache( R t ost patht normpatht _get_win_folderR t
isinstanceR t _win_path_to_bytest joint syst platformR t getenv( t appnameR
( ( s5 /usr/lib/python2.7/site-packages/pip/utils/appdirs.pyt user_cache_dir s c C@ s t rB | r d p d } t j j t j j t | | } nT t j d k ro t j j t d | } n' t j j t j d t d | } | S( sS
Return full path to the user-specific data dir for this application.
"appname" is the name of application.
If None, just the system directory is returned.
"roaming" (boolean, default False) can be set True to use the Windows
roaming appdata directory. That means that for users on a Windows
network setup for roaming profiles, this user data will be
sync'd on login. See
for a discussion of issues.
Typical user data directories are:
macOS: ~/Library/Application Support/
Unix: ~/.local/share/ # or in
$XDG_DATA_HOME, if defined
Win XP (not roaming): C:\Documents and Settings\\ ...
...Application Data\
Win XP (roaming): C:\Documents and Settings\\Local ...
...Settings\Application Data\
Win 7 (not roaming): C:\Users\\AppData\Local\
Win 7 (roaming): C:\Users\\AppData\Roaming\
For Unix, we follow the XDG spec and support $XDG_DATA_HOME.
That means, by default "~/.local/share/".
t
CSIDL_APPDATAR R s ~/Library/Application Support/t
XDG_DATA_HOMEs ~/.local/share(
R R R
R R R R R R R ( R t roamingt constR
( ( s5 /usr/lib/python2.7/site-packages/pip/utils/appdirs.pyt
user_data_dir> s * c C@ sj t r t | d | } nK t j d k r9 t | } n- t j d t d } t j j | | } | S( sr Return full path to the user-specific config dir for this application.
"appname" is the name of application.
If None, just the system directory is returned.
"roaming" (boolean, default True) can be set False to not use the
Windows roaming appdata directory. That means that for users on a
Windows network setup for roaming profiles, this user data will be
sync'd on login. See
for a discussion of issues.
Typical user data directories are:
macOS: same as user_data_dir
Unix: ~/.config/
Win *: same as user_data_dir
For Unix, we follow the XDG spec and support $XDG_CONFIG_HOME.
That means, by default "~/.config/".
R R t XDG_CONFIG_HOMEs ~/.config( R R R R R R R R
R ( R R R
( ( s5 /usr/lib/python2.7/site-packages/pip/utils/appdirs.pyt user_config_dirj s c C@ s t r9 t j j t d } t j j | | g } n t j d k rc t j j d | g } nh t j d d } | r g | j t j
D]! } t j j t | | ^ q } n g } | j d | S( s Return a list of potential user-shared config dirs for this application.
"appname" is the name of application.
Typical user config directories are:
macOS: /Library/Application Support//
Unix: /etc or $XDG_CONFIG_DIRS[i]// for each value in
$XDG_CONFIG_DIRS
Win XP: C:\Documents and Settings\All Users\Application ...
...Data\ Vista: (Fail! "C:\ProgramData" is a hidden *system* directory
on Vista.)
Win 7: Hidden, but writeable on Win 7:
C:\ProgramData\ t CSIDL_COMMON_APPDATAR s /Library/Application Supportt XDG_CONFIG_DIRSs /etc/xdgs /etc(
R R R
R R R R R R t splitt pathsepR t append( R R
t pathlistt xdg_config_dirst x( ( s5 /usr/lib/python2.7/site-packages/pip/utils/appdirs.pyt site_config_dirs s :
c C@ s\ d d l } i d d 6d d 6d d 6| } | j | j d } | j | | \ } } | S(
s
This is a fallback technique at best. I'm not sure if using the
registry for this guarantees us the correct answer for all CSIDL_*
names.
i Nt AppDataR s Common AppDataR s
Local AppDataR s@ Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders( t _winregt OpenKeyt HKEY_CURRENT_USERt QueryValueEx( t
csidl_nameR&