| Server IP : 3.138.164.131 / Your IP : 216.73.216.136 Web Server : Apache System : Linux ns1.techtime.me 4.18.0-147.8.1.el8.lve.1.x86_64 #1 SMP Mon Jun 29 09:55:57 EDT 2020 x86_64 User : injazaat ( 1471) PHP Version : 8.1.20 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/thread-self/root/opt/alt/python37/lib64/python3.7/__pycache__/ |
Upload File : |
B
p}�c�U � @ sx d Z ddlZddlZddlZddlZddddddd d
ddd
ddddddgZej�ejdd�Z e�
dejejB �Z
dd� Zdd� ZdZdd� eed�D �Zdd d!d"�Zd>d$d%�Zd&d'� Zd(d)� Zd*d+� ZG d,d� d�ZG d-d� de�Zd?d/d�Zi Zd@d0d�ZdAd1d�Zi ai ad2adBd3d �Z dCd4d
�Z!dDd5d�Z"d6d� Z#d7d� Z$d8d
� Z%d9d� Z&d:d� Z'd;d� Z(d<d� Z)d=d� Z*eZ+dS )Ea� Internationalization and localization support.
This module provides internationalization (I18N) and localization (L10N)
support for your Python programs by providing an interface to the GNU gettext
message catalog library.
I18N refers to the operation by which a program is made aware of multiple
languages. L10N refers to the adaptation of your program, once
internationalized, to the local language and cultural habits.
� N�NullTranslations�GNUTranslations�Catalog�find�translation�install�
textdomain�bindtextdomain�bind_textdomain_codeset�dgettext� dngettext�gettext�lgettext� ldgettext�
ldngettext� lngettext�ngettextZshare�localea�
(?P<WHITESPACES>[ \t]+) | # spaces and horizontal tabs
(?P<NUMBER>[0-9]+\b) | # decimal integer
(?P<NAME>n\b) | # only n is allowed
(?P<PARENTHESIS>[()]) |
(?P<OPERATOR>[-*/%+?:]|[><!]=?|==|&&|\|\|) | # !, *, /, %, +, -, <, >,
# <=, >=, ==, !=, &&, ||,
# ? :
# unary and bitwise ops
# not allowed
(?P<INVALID>\w+|.) # invalid token
c c sT xHt �t| �D ]8}|j}|dkr"q|�|�}|dkr@td| ��|V qW dV d S )NZWHITESPACESZINVALIDz invalid token in plural form: %s� )�re�finditer�_token_pattern� lastgroup�group�
ValueError)�pluralZmoZkind�value� r �,/opt/alt/python37/lib64/python3.7/gettext.py� _tokenizeV s
r c C s | rt d| �S t d�S d S )Nz#unexpected token in plural form: %szunexpected end of plural form)r )r r r r �_errora s r ))z||)z&&)z==z!=)�<�>z<=z>=)�+�-)�*�/�%c C s i | ]\}}|D ]
}||�qqS r r )�.0�iZops�opr r r �
<dictcomp>o s r+ � �or�andz//)z||z&&r&