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
7eac0cb0
Kaydet (Commit)
7eac0cb0
authored
Agu 03, 2001
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Define the \mailheader macro and document conventions for using it.
üst
30cf118c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
0 deletions
+14
-0
doc.tex
Doc/doc/doc.tex
+11
-0
python.perl
Doc/perl/python.perl
+2
-0
python.sty
Doc/texinputs/python.sty
+1
-0
No files found.
Doc/doc/doc.tex
Dosyayı görüntüle @
7eac0cb0
...
@@ -834,6 +834,17 @@ This \UNIX\ is also followed by a space.
...
@@ -834,6 +834,17 @@ This \UNIX\ is also followed by a space.
used.
used.
\end{macrodesc}
\end{macrodesc}
\begin{macrodesc}
{
mailheader
}{
\p
{
name
}}
The name of an
\rfc
{
822
}
-style mail header. This markup does
not imply that the header is being used in an email message, but
can be used to refer to any header of the same ``style.'' This
is also used for headers defined by the various MIME
specifications. The header name should be entered in the same
way it would normally be found in practice, with the
camel-casing conventions being preferred where there is more
than one common usage. For example:
\mailheader
{
Content-Type
}
.
\end{macrodesc}
\begin{macrodesc}
{
mimetype
}{
\p
{
name
}}
\begin{macrodesc}
{
mimetype
}{
\p
{
name
}}
The name of a MIME type.
The name of a MIME type.
\end{macrodesc}
\end{macrodesc}
...
...
Doc/perl/python.perl
Dosyayı görüntüle @
7eac0cb0
...
@@ -212,6 +212,8 @@ sub do_cmd_longprogramopt{
...
@@ -212,6 +212,8 @@ sub do_cmd_longprogramopt{
return
use_wrappers
(
@_
[
0
],
'<b class="programopt">---'
,
'</b>'
);
}
return
use_wrappers
(
@_
[
0
],
'<b class="programopt">---'
,
'</b>'
);
}
sub
do_cmd_email
{
sub
do_cmd_email
{
return
use_wrappers
(
@_
[
0
],
'<span class="email">'
,
'</span>'
);
}
return
use_wrappers
(
@_
[
0
],
'<span class="email">'
,
'</span>'
);
}
sub
do_cmd_mailheader
{
return
use_wrappers
(
@_
[
0
],
'<tt class="mimeheader">'
,
'</tt>'
);
}
sub
do_cmd_mimetype
{
sub
do_cmd_mimetype
{
return
use_wrappers
(
@_
[
0
],
'<span class="mimetype">'
,
'</span>'
);
}
return
use_wrappers
(
@_
[
0
],
'<span class="mimetype">'
,
'</span>'
);
}
sub
do_cmd_var
{
sub
do_cmd_var
{
...
...
Doc/texinputs/python.sty
Dosyayı görüntüle @
7eac0cb0
...
@@ -833,6 +833,7 @@
...
@@ -833,6 +833,7 @@
\newcommand
{
\ctype
}
[1]
{
\texttt
{
#1
}}
% C struct or typedef name
\newcommand
{
\ctype
}
[1]
{
\texttt
{
#1
}}
% C struct or typedef name
\newcommand
{
\cdata
}
[1]
{
\texttt
{
#1
}}
% C variable, typically global
\newcommand
{
\cdata
}
[1]
{
\texttt
{
#1
}}
% C variable, typically global
\newcommand
{
\mailheader
}
[1]
{
\texttt
{
#1
}}
\newcommand
{
\mimetype
}
[1]
{{
\small\textsf
{
#1
}}}
\newcommand
{
\mimetype
}
[1]
{{
\small\textsf
{
#1
}}}
% The \! is a "negative thin space" in math mode.
% The \! is a "negative thin space" in math mode.
\newcommand
{
\regexp
}
[1]
{
%
\newcommand
{
\regexp
}
[1]
{
%
...
...
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