代码搜索:docs

找到约 5,488 项符合「docs」的源代码

代码结果 5,488
www.eeworm.com/read/125688/6022898

h netbeui.h

#ifndef _LINUX_NETBEUI_H #define _LINUX_NETBEUI_H #include #define NB_NAME_LEN 20 /* Set this properly from the full docs when I get them */ struct sockaddr_netbeui { sa
www.eeworm.com/read/123117/6063210

java randombagdemo.java

//Will not run standalone. See entire Bingo example: //http://java.sun.com/docs/books/tutorial/together/bingo/index.html package bingo.game; import java.util.*; import bingo.shared.*; class Random
www.eeworm.com/read/100446/6269458

sql testdb_drop.sql

DROP TABLE persons; DROP TABLE institutes; DROP TABLE documents; DROP TABLE authors_docs; DROP TABLE phones; DROP SEQUENCE person_ids; DROP SEQUENCE institute_ids; DROP SEQUENCE document_ids; DROP SEQ
www.eeworm.com/read/449241/6302238

java url2.java

import java.net.*; import java.io.*; public class URL2 { public static void main(String args[]) { String urlname = "file:d:/jdk1.3/docs/api/index.html"; if (args.length>
www.eeworm.com/read/482678/6621131

htm xmedcon - orientation.htm

XMedCon - Medical Image Conver
www.eeworm.com/read/339324/12242789

makefile

VPATH=../../docs top_builddir=.. -include $(top_builddir)/Make.conf DOXYFILE = ftgl_dox DOCDIRS = html all: doc doc: doc-stamp doc-stamp: $(DOXYFILE) sed 's,^INPUT[ ].*,INPUT=../../src,' $^ | $(D
www.eeworm.com/read/119608/14825464

am makefile.am

EXTRA_DIST = PROTOCOL Doxyfile.in README.win32 SUBDIRS = etc tools man expat mio scod subst sx util c2s resolver router s2s sm docs: Doxyfile @doxygen
www.eeworm.com/read/216898/14988227

m4 ac_prog_doxygen.m4

dnl Check for doxygen to create API docs dnl AC_DEFUN([AC_PROG_DOXYGEN], [ AC_ARG_ENABLE(doxygen, AS_HELP_STRING([--enable-doxygen],[enable documentation generation with doxygen (auto)])) AC_ARG_ENAB
www.eeworm.com/read/214331/15106135

java url2.java

import java.net.*; import java.io.*; public class URL2 { public static void main(String args[]) { String urlname = "file:d:/jdk1.3/docs/api/index.html"; if (args.length>