代码搜索:docs
找到约 5,488 项符合「docs」的源代码
代码结果 5,488
www.eeworm.com/read/190457/8443437
makefile
DISTFILES=Makefile control.modules control.utils copyright dirs.utils docs \
README.Debian rules changelog.template control.source postinst.modules
dist:
@for file in $(DISTFILES); do \
cp $$fil
www.eeworm.com/read/390596/8458346
bak url1.java.bak
import java.net.*;
public class URL1
{
public static void main(String args[])
{
URL url;
try
{
url = new URL("file:d:/jdk1.3/docs/api/index.html#cha
www.eeworm.com/read/390596/8458347
java url1.java
import java.net.*;
public class URL1
{
public static void main(String args[])
{
URL url;
try
{
url = new URL("file:d:/jdk1.3/docs/api/index.html#cha
www.eeworm.com/read/290066/8507494
am makefile.am
# Do not change this order if you don't know what you are doing.
AUTOMAKE_OPTIONS = 1.5
SUBDIRS = netboot stage2 stage1 lib grub util docs
EXTRA_DIST = BUGS MAINTENANCE
www.eeworm.com/read/377523/9273386
idl exacttime.idl
//: c15:corba:ExactTime.idl
//# You must install idltojava.exe from
//# java.sun.com and adjust the settings to use
//# your local C preprocessor in order to compile
//# This file. See docs at ja
www.eeworm.com/read/353746/10421526
am makefile.am
## Process this file with automake to create Makefile.in.
# The name of the module.
DOC_MODULE=pango
# The top-level SGML file.
DOC_MAIN_SGML_FILE=pango-docs.sgml
# Extra options to supply to gtkdo
www.eeworm.com/read/455735/7367420
js jquery-1.3.1.js
/*!
* jQuery JavaScript Library v1.3.1
* http://jquery.com/
*
* Copyright (c) 2009 John Resig
* Dual licensed under the MIT and GPL licenses.
* http://docs.jquery.com/License
*
* Date: 2009-01