Server IP : 192.158.238.246 / Your IP : 3.23.128.245 Web Server : LiteSpeed System : Linux uniform.iwebfusion.net 4.18.0-553.27.1.lve.1.el8.x86_64 #1 SMP Wed Nov 20 15:58:00 UTC 2024 x86_64 User : jenniferflocom ( 1321) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /opt/alt/python311/lib64/python3.11/__pycache__/ |
Upload File : |
� �=OgHS � � � d dl Z d dlZd dlZd dlZg d�Zej � ej dd� � Z ej dej ej z � � Zd� Z d� ZdZd � eed � � D � � Zddd d�Zd(d�Zd� Zd� Zd� Z G d� d� � Z G d� de� � Zd)d�Zi Z d*d�Zd+dd�d�Zi adad+d�Zd+d�Zd � Z d!� Z!d"� Z"d#� Z#d$� Z$d%� Z%d&� Z&d'� Z'eZ(dS ),� N)�NullTranslations�GNUTranslations�Catalog�bindtextdomain�find�translation�install� textdomain�dgettext� dngettext�gettext�ngettext�pgettext� dpgettext� npgettext� dnpgettext�share�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 # �� K � t j t | � � D ]A}|j }|dk r�|� |� � }|dk rt d|z � � �|V � �BdV � d S )N�WHITESPACES�INVALIDz invalid token in plural form: %s� )�re�finditer�_token_pattern� lastgroup�group� ValueError)�plural�mo�kind�values �./opt/alt/python311/lib64/python3.11/gettext.py� _tokenizer$ W s| � � � ��k�.�&�1�1� � ���|���=� � ����������9����?�%�G�H�H�H������ �H�H�H�H�H� c �H � | rt d| z � � S t d� � S )Nz#unexpected token in plural form: %szunexpected end of plural form)r )r"