代码搜索:docs
找到约 5,488 项符合「docs」的源代码
代码结果 5,488
www.eeworm.com/read/129904/14218211
diz file_id.diz
Full Pack v1.0 a complete DOS I/O management
system in Turbo C/C++. 1000's of screens,
print forms, songs, and menus in less than
40k ram with no growth. Disk and mouse
management, online docs
www.eeworm.com/read/221579/14736891
install
Installation Instructions for the Packet Debugger (pdb)
NOTE: You MUST install the PCS (Packet Construction Set) package
before installing this package. PCS is available on Source Forge at:
http://
www.eeworm.com/read/171934/5391183
aliases doxyfile.aliases
@INCLUDE = ../../libsofia-sip-ua/docs/Doxyfile.aliases
www.eeworm.com/read/171934/5391184
version doxyfile.version
@INCLUDE = ../../libsofia-sip-ua/docs/Doxyfile.version
www.eeworm.com/read/167562/5458223
readme
Special notes to Unix users
===========================
Please read the file "docs/UPGRADE.UNX". It contains important
information regarding the installation of FreeType on Unix system
www.eeworm.com/read/160303/5573046
hackersguide
Please docs/HACKING/PlutoNotes for notes about the structure of pluto.
www.eeworm.com/read/173430/9658844
pl autodocifier.pl
#!/usr/bin/perl -w
use strict;
use Getopt::Long;
# collect lines continued with a '\' into an array
sub continuation {
my $fh = shift;
my @line;
while () {
my $s = $_;
$s =~ s/\\\s*$//