代码搜索:docs
找到约 5,488 项符合「docs」的源代码
代码结果 5,488
www.eeworm.com/read/160392/10536699
in makefile.in
#expiration time in month
EXPIRATION_TIME = 4
SUPPORT = ./docs/user_guide.pdf ./history.txt \
./known_bugs.txt ./version.txt ./docs/l0001.hys ./docs/l0002.hys \
./docs/l0003.hys ./docs/l0006.hys ./
www.eeworm.com/read/177477/5325594
doxyfile
PROJECT_NAME = "su"
OUTPUT_DIRECTORY = ../docs/html/su
INPUT = su.docs . sofia-sip
@INCLUDE = ../docs/Doxyfile.conf
GENERATE_TAGFILE = ../docs/doxytags_su
ALIASES += "SU_TA
www.eeworm.com/read/171934/5391087
doxyfile
PROJECT_NAME = "su"
OUTPUT_DIRECTORY = ../docs/html/su
INPUT = su.docs . sofia-sip
@INCLUDE = ../docs/Doxyfile.conf
GENERATE_TAGFILE = ../docs/doxytags_su
ALIASES += "SU_TA
www.eeworm.com/read/431664/1905158
doxyfile
PROJECT_NAME = "su"
OUTPUT_DIRECTORY = ../docs/html/su
INPUT = su.docs . sofia-sip
@INCLUDE = ../docs/Doxyfile.conf
GENERATE_TAGFILE = ../docs/doxytags_su
ALIASES += "SU_TA
www.eeworm.com/read/312645/3650535
extra entries.extra
/Makefile////
/nano-X-docs.pdf////
/nano-X-docs.ps////
/nano-X-docs.sgml////
/nano-X-sections.txt////
D/html////
www.eeworm.com/read/486832/1246638
bat doc.bat
@echo off
if %JDK_HOME%.==. goto SETHOME
del /Q docs\*.*
del /Q docs\java\lang\*.*
del /Q docs\java\io\*.*
del /Q docs\java\util\*.*
REM For jdk1.4 and higher add -breakiterator command li
www.eeworm.com/read/428185/8884911
am_fragment makefile_web.am_fragment
web_path_project = /home/groups/l/li/libxmlplusplus/htdocs/
web_path_docs = $(web_path_project)
rsync_args = -vz --rsh ssh --delete --delete-after --recursive --cvs-exclude
www.eeworm.com/read/428185/8884915
am makefile.am
doxygen_configfile = Doxyfile
include $(top_srcdir)/docs/Makefile_web.am_fragment
web_path_reference = $(web_path_docs)reference
EXTRA_DIST = README Doxyfile
html/index.html: $(doxygen_configfile)
www.eeworm.com/read/375569/9356294
css print.css
#banner {
DISPLAY: none
}
#footer {
DISPLAY: none
}
#leftcol {
DISPLAY: none
}
#breadcrumbs {
DISPLAY: none
}
.docs #toc {
DISPLAY: none
}
.docs .courtesylinks {
DISPLAY: none
}
www.eeworm.com/read/467951/6997309
cpp copy of adaboost_train_main.cpp
#include "stdafx.h"
#include "AdaBoost.h"
#include "matrix.h"
#include "Adaboost_train_main.h"
#include "Adaboost_common.h"
#include "engine.h"
#define BUFSIZE 256
#ifdef _DEBUG
#undef THIS