| Server IP : 162.144.4.212 / Your IP : 216.73.216.108 Web Server : Apache System : Linux gator2125.hostgator.com 5.14.0-162.23.1.9991722448259.nf.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 31 18:11:45 UTC 2024 x86_64 User : cozeellc ( 2980) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib64/python3.9/site-packages/mercurial/__pycache__/ |
Upload File : |
a
�+�bZ � @ s� d dl mZ d dlZd dlZd dlZddlmZ ddlmZm Z m
ZmZm
Z
mZmZmZ ddlmZmZ ejZejZejZejZd.dd�ZG d d
� d
e�ZG dd� dej�Zd
d� Ze�ed�ZG dd� dej�Z
dd� Z dd� Z!G dd� dej"�Z#G dd� dej�Z$G dd� de#�Z%e�rDG dd� dej�Z&G dd� dej'ej(�Z(G d d!� d!ej)�Z)G d"d#� d#ej*�Z*G d$d%� d%ej+�Z,g Z-d/d(d)�Z.d0d*d+�Z/d,d-� Z0dS )1� )�absolute_importN� )�_)�encoding�error�httpconnection� keepalive�pycompat�sslutil�urllibcompat�util)�
stringutil�urlutilc C s8 | � dd�} | � dd�} | � dd�} |r4| � dd�} | S ) a1 Replace special characters "&", "<" and ">" to HTML-safe sequences.
If the optional flag quote is true, the quotation mark character (")
is also translated.
This is the same as cgi.escape in Python, but always operates on
bytes, whereas cgi.escape in Python 3 only works on unicodes.
� &s &� <s <� >s >� "s ")�replace)�s�quote� r �3/usr/lib64/python3.9/site-packages/mercurial/url.py�escape&