代码搜索:docs
找到约 5,488 项符合「docs」的源代码
代码结果 5,488
www.eeworm.com/read/14545/387730
am makefile.am
# The top-level input Makefile for SDL
# require automake 1.4
AUTOMAKE_OPTIONS = 1.4
## Any directories that you want built and installed should go here.
SUBDIRS = src include docs
## Any directori
www.eeworm.com/read/472524/1410001
java currencyexchange.java
import java.text.DecimalFormat;
//DecimalFormat is discussed in
//http://java.sun.com/docs/books/tutorial/java/data/decimalFormat.html
public class CurrencyExchange {
static double FRANCS_PER_D
www.eeworm.com/read/467682/1496914
java organization.java
package org.jboss.docs.cmp2.crimeportal;
import java.util.Set;
import javax.ejb.EJBLocalObject;
public interface Organization extends javax.ejb.EJBLocalObject
{
String getName();
S
www.eeworm.com/read/235582/4649188
ext bintree0.ext
port
SOCKETNUM
host
localhost
source0
source/bintree.h
index0
source/bintree.h.idx
help
start d:/AlgAE/docs/help/help/help.html
www.eeworm.com/read/235582/4649191
ext bintree1.ext
port
1164
host
localhost
source0
source/bintree.h
index0
source/bintree.h.idx
help
start d:/AlgAE/docs/help/help/help.html
www.eeworm.com/read/217341/4873191
c ghostpad.c
/*** block a from ../../../docs/manual/basics-pads.xml ***/
#include
int
main (int argc,
char *argv[])
{
GstElement *bin, *sink;
GstPad *pad;
/* init */
gst_init (&argc
www.eeworm.com/read/217341/4873196
c xml-mp3.c
/*** block from ../../../docs/manual/highlevel-xml.xml ***/
#include
#include
gboolean playing;
int
main (int argc, char *argv[])
{
GstElement *filesrc, *osssink, *queue
www.eeworm.com/read/195257/5114000
am makefile.am
KDE_DOCS = AUTO
KDE_LANG = en
# This is where it will all be installed
#datadir = $(kde_htmldir)/en/knetfilter
#
#html: index.docbook
sgml2html index.docbook en
www.eeworm.com/read/180137/5290950
theartofhttpscripting
Online: http://curl.haxx.se/docs/httpscripting.shtml
Author: Daniel Stenberg
Date: October 31, 2001
Version: 0.5
The Art Of Scripting HTTP Requests Using Curl