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
c1137454
Kaydet (Commit)
c1137454
authored
Mar 05, 1998
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
For verbatim text, don't bounce down a size.
üst
56896dd5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
8 deletions
+4
-8
python.perl
Doc/perl/python.perl
+2
-4
python.perl
Doc/python.perl
+2
-4
No files found.
Doc/perl/python.perl
Dosyayı görüntüle @
c1137454
...
@@ -366,8 +366,7 @@ sub make_str_index_entry{
...
@@ -366,8 +366,7 @@ sub make_str_index_entry{
# (Used with LaTeX2HTML 96.1*)
# (Used with LaTeX2HTML 96.1*)
sub
replace_verbatim
{
sub
replace_verbatim
{
# Modifies $_
# Modifies $_
local
(
$prefix
,
$suffix
)
=
(
"\n<p><dl><dd><pre><font size=-1>\n"
,
local
(
$prefix
,
$suffix
)
=
(
"\n<p><dl><dd><pre>\n"
,
"</pre></dl>"
);
"</font></pre></dl>"
);
s/$verbatim_mark(verbatim)(\d+)/$prefix$verbatim{$2}$suffix/go
;
s/$verbatim_mark(verbatim)(\d+)/$prefix$verbatim{$2}$suffix/go
;
s/$verbatim_mark(rawhtml)(\d+)/$verbatim{$2}/
ego
;
# Raw HTML
s/$verbatim_mark(rawhtml)(\d+)/$verbatim{$2}/
ego
;
# Raw HTML
}
}
...
@@ -375,8 +374,7 @@ sub replace_verbatim {
...
@@ -375,8 +374,7 @@ sub replace_verbatim {
# (Used with LaTeX2HTML 98.1)
# (Used with LaTeX2HTML 98.1)
sub
replace_verbatim_hook
{
sub
replace_verbatim_hook
{
# Modifies $_
# Modifies $_
local
(
$prefix
,
$suffix
)
=
(
"\n<p><dl><dd><font size=-1>"
,
local
(
$prefix
,
$suffix
)
=
(
"\n<p><dl><dd>"
,
"</dl>"
);
"</font></dl>"
);
s/$math_verbatim_rx/&put_comment("MATH: ".$verbatim{$1})/
eg
;
s/$math_verbatim_rx/&put_comment("MATH: ".$verbatim{$1})/
eg
;
s/$verbatim_mark(\w*[vV]erbatim\*?)(\d+)\#/$prefix$verbatim{$2}$suffix/go
;
s/$verbatim_mark(\w*[vV]erbatim\*?)(\d+)\#/$prefix$verbatim{$2}$suffix/go
;
# Raw HTML, but replacements may have protected characters
# Raw HTML, but replacements may have protected characters
...
...
Doc/python.perl
Dosyayı görüntüle @
c1137454
...
@@ -366,8 +366,7 @@ sub make_str_index_entry{
...
@@ -366,8 +366,7 @@ sub make_str_index_entry{
# (Used with LaTeX2HTML 96.1*)
# (Used with LaTeX2HTML 96.1*)
sub
replace_verbatim
{
sub
replace_verbatim
{
# Modifies $_
# Modifies $_
local
(
$prefix
,
$suffix
)
=
(
"\n<p><dl><dd><pre><font size=-1>\n"
,
local
(
$prefix
,
$suffix
)
=
(
"\n<p><dl><dd><pre>\n"
,
"</pre></dl>"
);
"</font></pre></dl>"
);
s/$verbatim_mark(verbatim)(\d+)/$prefix$verbatim{$2}$suffix/go
;
s/$verbatim_mark(verbatim)(\d+)/$prefix$verbatim{$2}$suffix/go
;
s/$verbatim_mark(rawhtml)(\d+)/$verbatim{$2}/
ego
;
# Raw HTML
s/$verbatim_mark(rawhtml)(\d+)/$verbatim{$2}/
ego
;
# Raw HTML
}
}
...
@@ -375,8 +374,7 @@ sub replace_verbatim {
...
@@ -375,8 +374,7 @@ sub replace_verbatim {
# (Used with LaTeX2HTML 98.1)
# (Used with LaTeX2HTML 98.1)
sub
replace_verbatim_hook
{
sub
replace_verbatim_hook
{
# Modifies $_
# Modifies $_
local
(
$prefix
,
$suffix
)
=
(
"\n<p><dl><dd><font size=-1>"
,
local
(
$prefix
,
$suffix
)
=
(
"\n<p><dl><dd>"
,
"</dl>"
);
"</font></dl>"
);
s/$math_verbatim_rx/&put_comment("MATH: ".$verbatim{$1})/
eg
;
s/$math_verbatim_rx/&put_comment("MATH: ".$verbatim{$1})/
eg
;
s/$verbatim_mark(\w*[vV]erbatim\*?)(\d+)\#/$prefix$verbatim{$2}$suffix/go
;
s/$verbatim_mark(\w*[vV]erbatim\*?)(\d+)\#/$prefix$verbatim{$2}$suffix/go
;
# Raw HTML, but replacements may have protected characters
# Raw HTML, but replacements may have protected characters
...
...
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