Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
6576dd6a
Kaydet (Commit)
6576dd6a
authored
Tem 19, 1997
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Document new 'quote' flag to cgi.escape().
üst
64c66209
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
6 deletions
+10
-6
libcgi.tex
Doc/lib/libcgi.tex
+5
-3
libcgi.tex
Doc/libcgi.tex
+5
-3
No files found.
Doc/lib/libcgi.tex
Dosyayı görüntüle @
6576dd6a
...
...
@@ -219,10 +219,12 @@ content-type and a dictionary of parameters.
HTML.
\end{funcdesc}
\begin{funcdesc}
{
escape
}{}
: convert the characters ``
\code
{
\&
}
'', ``
\code
{
<
}
'' and ``
\code
{
>
}
'' to HTML-safe
\begin{funcdesc}
{
escape
}{
s
\optional
{
\,
quote
}}
: convert the characters
``
\code
{
\&
}
'', ``
\code
{
<
}
'' and ``
\code
{
>
}
'' in string
\var
{
s
}
to HTML-safe
sequences. Use this if you need to display text that might contain
such characters in HTML. To translate URLs for inclusion in the HREF
attribute of an
\code
{
<A>
}
tag, use
\code
{
urllib.quote()
}
.
such characters in HTML. If the optional flag
\var
{
quote
}
is true,
the double quote character (
\code
{
"
}
) is also translated; this helps
for inclusion in an HTML attribute value, e.g. in ``
\code
{
<A HREF="...">
}
''.
\end{funcdesc}
...
...
Doc/libcgi.tex
Dosyayı görüntüle @
6576dd6a
...
...
@@ -219,10 +219,12 @@ content-type and a dictionary of parameters.
HTML.
\end{funcdesc}
\begin{funcdesc}
{
escape
}{}
: convert the characters ``
\code
{
\&
}
'', ``
\code
{
<
}
'' and ``
\code
{
>
}
'' to HTML-safe
\begin{funcdesc}
{
escape
}{
s
\optional
{
\,
quote
}}
: convert the characters
``
\code
{
\&
}
'', ``
\code
{
<
}
'' and ``
\code
{
>
}
'' in string
\var
{
s
}
to HTML-safe
sequences. Use this if you need to display text that might contain
such characters in HTML. To translate URLs for inclusion in the HREF
attribute of an
\code
{
<A>
}
tag, use
\code
{
urllib.quote()
}
.
such characters in HTML. If the optional flag
\var
{
quote
}
is true,
the double quote character (
\code
{
"
}
) is also translated; this helps
for inclusion in an HTML attribute value, e.g. in ``
\code
{
<A HREF="...">
}
''.
\end{funcdesc}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment