✘✘ GRAYBYTE WORDPRESS FILE MANAGER ✘✘

​🇳​​🇦​​🇲​​🇪♯➤ server.blackpussy.asia ​🇻​♯➤ 5.14.0-611.20.1.el9_7.x86_64 #1 SMP 🇾​♯➤ 2026

𝗛𝗢𝗠𝗘 𝗜𝗗 ♯➤ 163.245.207.76 ♯➤ 𝗔𝗗𝗠𝗜𝗡 𝗜𝗗 216.73.216.243
𝗢𝗣𝗧𝗜𝗢𝗡𝗦 ♯ CRL ♯➤ 𝗢𝗞 ┃ WGT ♯➤ 𝗢𝗞 ┃ SDO ♯➤ 𝗢𝗞 ┃ PKEX ♯➤ 𝗢𝗙𝗙
𝗗𝗘𝗔𝗖𝗧𝗜𝗩𝗔𝗧𝗘𝗗 ♯➤ mail,mb_send_mail
𝗖𝗨𝗥𝗥𝗘𝗡𝗧 𝗙𝗜𝗟𝗘 : /usr/lib64/python3.9/wsgiref/__pycache__//util.cpython-39.opt-1.pyc
a

�i��@sbdZddlZgd�ZGdd�d�Zdd�Zdd	�Zddd�Zd
d�Zdd�Zhd�j	Z
dd�ZdS)z$Miscellaneous WSGI-related Utilities�N)�FileWrapper�guess_scheme�application_uri�request_uri�shift_path_info�setup_testing_defaultsc@s2eZdZdZddd�Zdd�Zdd�Zd	d
�ZdS)
rz1Wrapper to convert file-like objects to iterables� cCs"||_||_t|d�r|j|_dS)N�close)�filelike�blksize�hasattrr	)�selfr
r�r�$/usr/lib64/python3.9/wsgiref/util.py�__init__s
zFileWrapper.__init__cCs6ddl}|jdtdd�|j�|j�}|r.|St�dS)NrzXFileWrapper's __getitem__ method ignores 'key' parameter. Use iterator protocol instead.�)�
stacklevel)�warnings�warn�DeprecationWarningr
�readr�
IndexError)r
�keyr�datarrr�__getitem__s�zFileWrapper.__getitem__cCs|S�Nr)r
rrr�__iter__!szFileWrapper.__iter__cCs|j�|j�}|r|St�dSr)r
rr�
StopIteration)r
rrrr�__next__$szFileWrapper.__next__N)r)�__name__�
__module__�__qualname__�__doc__rrrrrrrrrs


rcCs|�d�dvrdSdSdS)zMReturn a guess for whether 'wsgi.url_scheme' should be 'http' or 'https'
    ZHTTPS)ZyesZon�1�https�httpN)�get)�environrrrr*srcCs�|dd}ddlm}|�d�r0||d7}nR||d7}|ddkrf|dd	kr�|d
|d7}n|ddkr�|d
|d7}|||�d�p�d
dd�7}|S)z@Return the application's base URI (no PATH_INFO or QUERY_STRING)�wsgi.url_schemez://r��quote�	HTTP_HOST�SERVER_NAMEr$�SERVER_PORT�443�:�80�SCRIPT_NAME�/�latin1)�encoding)�urllib.parser*r&)r'�urlr*rrrr2s
rTcCspt|�}ddlm}||�dd�ddd�}|�d�sF||d	d
�7}n||7}|rl|�d�rl|d|d7}|S)
zBReturn the full request URI, optionally including the query stringrr)�	PATH_INFO�z/;=,r3)�safer4r1�NZQUERY_STRING�?)rr5r*r&)r'Z
include_queryr6r*�	path_inforrrrFs
rcCs�|�dd�}|sdS|�d�}dd�|dd�D�|dd�<|d}|d=|�d	d�}t�|d|�}|�d�r~|dd�}|s�|�d�s�|d7}||d	<d�|�|d<|d
kr�d}|S)aZShift a name from PATH_INFO to SCRIPT_NAME, returning it

    If there are no remaining path segments in PATH_INFO, return None.
    Note: 'environ' is modified in-place; use a copy if you need to keep
    the original PATH_INFO or SCRIPT_NAME.

    Note: when PATH_INFO is just a '/', this returns '' and appends a trailing
    '/' to SCRIPT_NAME, even though empty path segments are normally ignored,
    and SCRIPT_NAME doesn't normally end in a '/'.  This is intentional
    behavior, to ensure that an application can tell the difference between
    '/x' and '/x/' when traversing to objects.
    r7r8Nr2cSsg|]}|r|dkr|�qS)�.r)�.0�prrr�
<listcomp>e�z#shift_path_info.<locals>.<listcomp>r:���r1r=)r&�split�	posixpath�normpath�endswith�join)r'r<�
path_parts�name�script_namerrrrSs$


rcCs�|�dd�|�dd�|�d|d�|�dd�d|vr\d	|vr\|�dd
�|�d	d�|�dd
�|�dd�|�dd�|�dd�ddlm}m}|�d|��|�d|��|�dt|��|ddkr�|�dd�n|ddkr�|�dd�dS)a:Update 'environ' with trivial defaults for testing purposes

    This adds various parameters required for WSGI, including HTTP_HOST,
    SERVER_NAME, SERVER_PORT, REQUEST_METHOD, SCRIPT_NAME, PATH_INFO,
    and all of the wsgi.* variables.  It only supplies default values,
    and does not replace any existing settings for these variables.

    This routine is intended to make it easier for unit tests of WSGI
    servers and applications to set up dummy environments.  It should *not*
    be used by actual WSGI servers or applications, since the data is fake!
    r,z	127.0.0.1ZSERVER_PROTOCOLzHTTP/1.0r+ZREQUEST_METHOD�GETr1r7r8r2zwsgi.version)r:rz
wsgi.run_oncerzwsgi.multithreadzwsgi.multiprocess)�StringIO�BytesIOz
wsgi.inputzwsgi.errorsr(r%r-r0r$r.N)�
setdefault�iorLrMr)r'rLrMrrrr|s&
r>Zupgradez
keep-alivezproxy-authenticate�tezproxy-authorizationZtrailersztransfer-encoding�
connectioncCst|���S)z?Return true if 'header_name' is an HTTP/1.1 "Hop-by-Hop" header)�_hoppish�lower)Zheader_namerrr�
is_hop_by_hop�srT)T)r"rD�__all__rrrrrr�__contains__rRrTrrrr�<module>s

)(


Current_dir [ 𝗡𝗢𝗧 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]

Current_dir [ 𝗡𝗢𝗧 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]


[ Back ]
𝗡𝗔𝗠𝗘
𝗦𝗜𝗭𝗘
𝗟𝗔𝗦𝗧 𝗧𝗢𝗨𝗖𝗛
𝗨𝗦𝗘𝗥
𝗦𝗧𝗔𝗧𝗨𝗦
𝗙𝗨𝗡𝗖𝗧𝗜𝗢𝗡𝗦
..
--
14 Aug 2026 4.57 AM
root / root
0755
__init__.cpython-39.opt-1.pyc
0.709 KB
12 Aug 2026 3.51 PM
root / root
0644
__init__.cpython-39.opt-2.pyc
0.128 KB
12 Aug 2026 3.51 PM
root / root
0644
__init__.cpython-39.pyc
0.709 KB
12 Aug 2026 3.51 PM
root / root
0644
handlers.cpython-39.opt-1.pyc
15.537 KB
12 Aug 2026 3.51 PM
root / root
0644
handlers.cpython-39.opt-2.pyc
10.255 KB
12 Aug 2026 3.51 PM
root / root
0644
handlers.cpython-39.pyc
15.992 KB
12 Aug 2026 3.51 PM
root / root
0644
headers.cpython-39.opt-1.pyc
7.633 KB
12 Aug 2026 3.51 PM
root / root
0644
headers.cpython-39.opt-2.pyc
4.479 KB
12 Aug 2026 3.51 PM
root / root
0644
headers.cpython-39.pyc
7.685 KB
12 Aug 2026 3.51 PM
root / root
0644
simple_server.cpython-39.opt-1.pyc
5.177 KB
12 Aug 2026 3.51 PM
root / root
0644
simple_server.cpython-39.opt-2.pyc
4.422 KB
12 Aug 2026 3.51 PM
root / root
0644
simple_server.cpython-39.pyc
5.177 KB
12 Aug 2026 3.51 PM
root / root
0644
util.cpython-39.opt-1.pyc
5.269 KB
12 Aug 2026 3.51 PM
root / root
0644
util.cpython-39.opt-2.pyc
3.734 KB
12 Aug 2026 3.51 PM
root / root
0644
util.cpython-39.pyc
5.269 KB
12 Aug 2026 3.51 PM
root / root
0644
validate.cpython-39.opt-1.pyc
14.411 KB
12 Aug 2026 3.51 PM
root / root
0644
validate.cpython-39.opt-2.pyc
10.863 KB
12 Aug 2026 3.51 PM
root / root
0644
validate.cpython-39.pyc
14.411 KB
12 Aug 2026 3.51 PM
root / root
0644

✘✘ GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME ✘✘
Static GIF Static GIF