📁
SKYSHELL MANAGER
PHP v8.1.34
Create
Create
Path:
root
/
home
/
terracebizon
/
public_html
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
config.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
error_log
12934.91 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
Edit: grange.cpython-36.opt-1.pyc
3 �b�W� � @ s d Z ddlZdd� ZdS )zDNS GENERATE range conversion.� Nc C s� d}d}d}| r(| d dkr(t jjd��xj| D ]b}|dkrT|dkrTt|�}d}d}q.|dkrnt|�}d}d}q.|j� r�||7 }q.t jjd | ��q.W |dkr�t jj� �|dkr�t|�}|dkr�t|�}|||fS )z�Convert the text form of a range in a GENERATE statement to an integer. @param text: the textual range @type text: string @return: The start, stop and step values. @rtype: tuple � � r �-z!Start cannot be a negative number� �/� zCould not parse %s� )r r )�dnsZ exception�SyntaxError�int�isdigit)�text�stepZcur�state�c�start�stop� r �/usr/lib/python3.6/grange.py� from_text s0 r )�__doc__r r r r r r �<module> s
Save