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/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 88
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 215
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 216
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 217
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 218
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 219
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 220
a
XC?h4 @ s d Z ddlZddlZddlZddlmZ ddlmZ g dZG dd dZ dd
dZ
dd
Zedej
jZdd Zdd Zedkreejdkree n@ejd ZeeZee ee W d n1 s0 Y dS )8A lexical analyzer class for simple shell-like syntaxes. N)deque)StringIO)shlexsplitquotejoinc @ sr e Zd ZdZdddZedd Zdd Zdd
dZdd
Z dd Z
dd Zdd ZdddZ
dd Zdd ZdS )r r NFc C s t |trt|}|d ur(|| _|| _ntj| _d | _|| _|rHd | _nd| _d| _ d| _
| jrn| j
d7 _
d| _d| _d| _
d| _d | _d
| _t | _d| _d| _d| _t | _d | _|sd}n|d
u rd}|| _|rt | _| j
d7 _
| j
t|}| j
|| _
d S )N #Z?abcdfeghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_u| ßàáâãäåæçèéêëìíîïðñòóôõöøùúûüýþÿÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝÞz
Fz'"\" r Tz();<>|&z~-./*?=)
isinstancestrr instreaminfilesysstdinposixeof
commenters wordchars
whitespacewhitespace_splitquotesescape
escapedquotesstater pushbacklinenodebugtoken filestacksource_punctuation_chars_pushback_chars maketransdictfromkeys translate)selfr r r punctuation_charst r. */opt/alt/python39/lib64/python3.9/shlex.py__init__ sJ
zshlex.__init__c C s | j S N)r% r+ r. r. r/ r, D s zshlex.punctuation_charsc C s* | j dkrtdt| | j| dS )z:Push a token onto the stack popped by the get_token methodr zshlex: pushing token N)r! printreprr
appendleft)r+ tokr. r. r/
push_tokenH s
zshlex.push_tokenc C sp t |trt|}| j| j| j| jf || _|| _d| _| jrl|dur\t d| jf nt d| jf dS )z9Push an input source onto the lexer's input source stack.r Nzshlex: pushing to file %szshlex: pushing to stream %s)
r r r r# r5 r r r r! r3 )r+ newstreamnewfiler. r. r/ push_sourceN s
zshlex.push_sourcec C sD | j | j \| _| _ | _| jr:td| j | jf d| _dS )zPop the input source stack.zshlex: popping to %s, line %dr
N) r closer# popleftr r r! r3 r r2 r. r. r/
pop_source\ s
zshlex.pop_sourcec C s | j r.| j }| jdkr*tdt| |S | }| jdurz|| jkrz| | }|rp|\}}| || | }q@|| j
kr| js| j
S | | }qz| jdkr|| j
krtdt| ntd |S )zBGet a token from the input stream (or from stack if it's nonempty)r zshlex: popping token Nz
shlex: token=zshlex: token=EOF)
r r<