代码搜索:docs
找到约 5,488 项符合「docs」的源代码
代码结果 5,488
www.eeworm.com/read/162519/5542653
makefile
SUBDIRS := announce downloads docs faq events cp-tools
ifndef WMK
export WMK=wmk
endif
ifndef WML
export WML=wml
endif
WML_SRC = $(wildcard *.wml)
WML_OBJS = $(patsubst %.wml,%.html,$(WML_SRC))
www.eeworm.com/read/135930/13885926
h wav.h
/* wav.h - various structures and defines used by WAV converter. */
#ifndef WAV_H_INCLUDED
#define WAV_H_INCLUDED
/* purloined from public Microsoft RIFF docs */
#define WAVE_FORMAT_UNKNOWN (0x000
www.eeworm.com/read/132665/14080581
changelog
Sat Apr 2 12:48:41 CEST 2005 Daniel Veillard
* doc/* configure.in NEWS: preparing release 2.6.19, updated docs and
rebuilding.
Sat Apr 2 13:27:32 CEST 2005 Daniel Veillar
www.eeworm.com/read/110490/15532528
in pure-ftpd.spec.in
%define name pure-ftpd
%define version @VERSION@
%define builddir $RPM_BUILD_DIR/%{name}-%{version}
%define no_install_post_compress_docs 1
%define con_pam 0
%define con_pgsql 0
%def
www.eeworm.com/read/110490/15532646
spec pure-ftpd.spec
%define name pure-ftpd
%define version 1.0.17a
%define builddir $RPM_BUILD_DIR/%{name}-%{version}
%define no_install_post_compress_docs 1
%define con_pam 0
%define con_pgsql 0
%defin
www.eeworm.com/read/105882/15656196
html slangdoc.html
Index
The slang documentation available online from
http://www.s-lang.org/do
www.eeworm.com/read/291781/8395473
bat build.bat
@echo off
cls
echo Building jSMSEngine API package...
del *.bak /s > nul
del *.class /s > nul
del *.*~ /s > nul
del docs\*.* /s/q > nul
javac -deprecation org\jsmsengine\*.java
jar c0fm jSMSEn