⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.19
Server IP:
41.128.143.86
Server:
Linux host.raqmix.cloud 6.8.0-1025-azure #30~22.04.1-Ubuntu SMP Wed Mar 12 15:28:20 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.3.23
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
opt
/
plesk
/
python
/
3
/
lib
/
python3.10
/
__pycache__
/
View File Name :
shlex.cpython-310.pyc
o ǁY @ s d Z ddlZddlZddlZddlmZ ddlmZ g dZG dd dZ dd dZ dd Zedej jZdd Zdd ZedkrseejdkrPee dS ejd ZeeZee ee W d dS 1 slw Y dS dS )8A lexical analyzer class for simple shell-like syntaxes. N)deque)StringIO)shlexsplitquotejoinc @ sv e Zd ZdZ dddZedd Zdd Zdd dZdd Z dd Z dd Zdd ZdddZ dd Zdd ZdS )r r NFc C s t |tr t|}|d ur|| _|| _ntj| _d | _|| _|r$d | _nd| _d| _ d| _ | jr7| j d7 _ d| _d| _d| _ d| _d | _d | _t | _d| _d| _d| _t | _d | _|sbd}n|d u rhd}|| _|rt | _| j d7 _ | j t|}| j || _ d S 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/plesk/python/3/lib/python3.10/shlex.py__init__ sL zshlex.__init__c C s | j S N)r% r+ r. r. r/ r, D s zshlex.punctuation_charsc C s* | j dkr tdt| | 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 sv t |tr t|}| j| j| j| jf || _|| _d| _| jr9|dur/t d| jf dS t d| jf dS 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 \| _| _ | _| jrtd| 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 }| jdkrtdt| |S | }| jdurA|| jkrA| | }|r8|\}}| || | }|| jks%|| j krY| jsL| j S | | }|| j ksF| jdkrq|| j krmtdt| |S td |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<