代码搜索结果
找到约 10,000 项符合
E 的代码
e.java
/*
Lic<mark>e</mark>ns<mark>e</mark>d to th<mark>e</mark> Apach<mark>e</mark> Softwar<mark>e</mark> Foundation (ASF) und<mark>e</mark>r on<mark>e</mark> or mor<mark>e</mark>
contributor lic<mark>e</mark>ns<mark>e</mark> agr<mark>e</mark><mark>e</mark>m<mark>e</mark>nts. S<mark>e</mark><mark>e</mark> th<mark>e</mark> NOTIC<mark>E</mark> fil<mark>e</mark> distribut<mark>e</mark>d with
this work for ...
e4
.H1
<mark>E</mark>x<mark>e</mark>rcis<mark>e</mark> 5:
.H2
.PG
<mark>E</mark>xp<mark>e</mark>rim<mark>e</mark>nt with th<mark>e</mark> substitut<mark>e</mark> command.
S<mark>e</mark><mark>e</mark> what happ<mark>e</mark>ns if you
substitut<mark>e</mark> for som<mark>e</mark> word on a lin<mark>e</mark> with s<mark>e</mark>v<mark>e</mark>ral occurr<mark>e</mark>nc<mark>e</mark>s of that word.
For ...
e3
.H1
Th<mark>e</mark> curr<mark>e</mark>nt lin<mark>e</mark> \(mi ``Dot'' or ``.''
.H2
.PG
Suppos<mark>e</mark> our buff<mark>e</mark>r still contains th<mark>e</mark> six lin<mark>e</mark>s as abov<mark>e</mark>,
that w<mark>e</mark> hav<mark>e</mark> just typ<mark>e</mark>d
.X1
1,3p
.X2
and
.ul
<mark>e</mark>d
has print<mark>e</mark>d th<mark>e</mark> thr<mark>e</mark><mark>e</mark> lin<mark>e</m ...
e6
.H1
Special Characters
.H2
.PG
You may have noticed that things just don't work right when you used
some characters like ``.'', ``*'', ``$'', and others in
context searches and the substitute command.
e2
.H1
Writing t<mark>e</mark>xt out as a fil<mark>e</mark> \(mi th<mark>e</mark> Writ<mark>e</mark> command ``w''
.H2
.PG
It's lik<mark>e</mark>ly that w<mark>e</mark>'ll want to sav<mark>e</mark> our t<mark>e</mark>xt for lat<mark>e</mark>r us<mark>e</mark>.
To writ<mark>e</mark> out th<mark>e</mark> cont<mark>e</mark>nts of th<mark>e</mark> buff<mark>e</mark>r onto a fil<mark>e</mark>,
w<mark>e</m ...
e1
.TL
A Tutorial Introduction to the \s-2UNIX\s+2 Text Editor
.sp
.AU
B. W. Kernighan
.sp
.AI
Bell Laboratories, Murray Hill, N. J.
.nr PS 9
.nr VS 11
.if t .2C
.H1
Introduction
.H2
.PG
.ul
Ed
is a ``te
e7
.sp 2
.H1
Summary of Commands and Lin<mark>e</mark> Numb<mark>e</mark>rs
.H2
.PG
Th<mark>e</mark> g<mark>e</mark>n<mark>e</mark>ral form of
.ul
<mark>e</mark>d
commands is th<mark>e</mark> command nam<mark>e</mark>,
p<mark>e</mark>rhaps pr<mark>e</mark>c<mark>e</mark>d<mark>e</mark>d by on<mark>e</mark> or two lin<mark>e</mark> numb<mark>e</mark>rs, and,
in th<mark>e</mark> cas<mark>e</mark> of
.u ...
e0
.ds . \fB.\fP
.tr~
.ds . \fB.\fR
. S1 - smaller in text
.de S1
.nh
.ps -1
..
. S2 - reverse S1
.de S2
.ps +1
.hy
..
.de WS
.sp \\$1
..
. H1 - start new section
.de H1
.SH
..
. H2 - after H1 title
e5
.H1
Change and Insert \(mi ``c'' and ``i''
.H2
.PG
This section discusses the
.ul
change
command
.X1
c
.X2
which is used to change
or replace a group of one or more lines,
and the
.ul
insert
command
.
e.c
foo (short a, int *p, short *s)
{
int i;
for (i = 10; i >= 0; i--)
{
a = (short) bar ();
p[i] = a;
s[i] = a;
}
}