代码搜索:REF
找到约 10,000 项符合「REF」的源代码
代码结果 10,000
www.eeworm.com/read/119348/6086895
tmpl pdf.tmpl
/***************************************************************************
* copyright : (C) 2001-2003 Advanced Internet Designs Inc.
* email : forum@prohost.org
* $Id: pdf
www.eeworm.com/read/104260/6205703
java referencequeue.java
/*
* Java core library component.
*
* Copyright (c) 1997, 1998
* Transvirtual Technologies, Inc. All rights reserved.
*
* See the file "license.terms" for information on usage and redistri
www.eeworm.com/read/102289/6234034
java mysqlxadatasourcefactory.java
/*
* MM JDBC Drivers for MySQL
*
* Copyright (C) 1998 Mark Matthews
*
* This library is free software; you can redistribute it and/or
* modify it under the term
www.eeworm.com/read/102289/6234037
java mysqldatasourcefactory.java
/*
* MM JDBC Drivers for MySQL
*
* Copyright (C) 1998 Mark Matthews
*
* This library is free software; you can redistribute it and/or
* modify it under the term
www.eeworm.com/read/101082/6243030
1b l3.1b
#print
How many spelling mistakes are there in the file "Ref",
according to "spell"?
Type "answer N", where N is the number you decide on.
#create Ref
Bianchi
Blue
Feldman
McIlroy
Roome
Rosin
Rosler
A
www.eeworm.com/read/101082/6243072
1b l11.1b
#once #create message
.ND
.tr %$
.EQ
delim $$
.EN
.LP
The quoting mechanism can also be used to turn off the special meaning
of things like the dollar sign and braces.
Modify "Example" so it prints th
www.eeworm.com/read/101082/6243180
2b l36.2b
#print
Now, in file 'pets', change the word 'dog' on the third line
into 'dogs'. Then rewrite the file and type "ready".
#create Ref
cats
hamsters
dogs
gerbils
#create pets
cats
hamsters
dog
gerbils
www.eeworm.com/read/101082/6243199
2e l34.2e
#print
Suppose you wanted to match all letters and
punctuation marks. You could try
[^ ]
which is "anything but blank".
Try the following commands:
ex cut
1p
1s/p[^ ]/xxx/p
wq
ready
#create Ref
sto
www.eeworm.com/read/101082/6243209
1a l21.1a
#print
Remember all the basic commands: 'd', 'a', 'w' and 'q'.
Make a file named 'test' that contains the following lines, exactly
as presented below. Then type "ready".
#create Ref
maine
new hampshi
www.eeworm.com/read/101082/6243261
2d l43.2d
#print
This is trickier. File "name" contains
A T and T Co.
Change it to read
A T & T Co.
Then rewrite it and type "ready".
#create Ref
A T & T Co.
#create name
A T and T Co.
#user
#cmp name Ref