代码搜索:Functionality
找到约 4,782 项符合「Functionality」的源代码
代码结果 4,782
www.eeworm.com/read/321483/3534908
todo
=head1 NAME
TODO - seeds germane, yet not germinated
=head1 DESCRIPTION
The following functionality will be supported in the next few releases.
=over 4
=item $Data::Dumper::Expdepth I $I
www.eeworm.com/read/321465/3536264
in makefile.in
srcdir = @srcdir@
VPATH = @srcdir@
TARGETS = \
waitio.lo
# bring in rules.mk for standard functionality
@INCLUDE_RULES@
INCDIR=../../include
OSDIR=$(INCDIR)/arch/@OSDIR@
DEFOSDIR=$(INCDIR)/arch/@
www.eeworm.com/read/321465/3536591
in makefile.in
VPATH = @srcdir@
INCLUDES = @APRUTIL_PRIV_INCLUDES@ @APR_INCLUDES@ @APRUTIL_INCLUDES@
TARGETS = apr_base64.lo
# bring in rules.mk for standard functionality
@INCLUDE_RULES@
www.eeworm.com/read/320652/3546057
implies
# The gnu subdirectory exists for things common to both Linux-based and
# Hurd-based GNU systems.
gnu
# The Hurd provides a rough superset of the functionality of 4.4 BSD.
unix/bsd/bsd4.4
www.eeworm.com/read/318039/3572354
h ike_conf.h
/*
* ike_conf.h - module config loading functions
*
* This file is part of rlm_eap_ikev2 freeRADIUS module which implements
* EAP-IKEv2 protocol functionality.
*
* This program is free softw
www.eeworm.com/read/318039/3572355
c ike_conf.c
/*
* ike_conf.c - module config loading functions
*
* This file is part of rlm_eap_ikev2 freeRADIUS module which implements
* EAP-IKEv2 protocol functionality.
*
* This program is free softw
www.eeworm.com/read/317330/3582216
java blowfish.java
/**
* $RCSfile$
* $Revision: 3657 $
* $Date: 2002-09-09 08:31:31 -0700 (Mon, 09 Sep 2002) $
*
* Adapted from Markus Hahn's Blowfish package so that all functionality is
* in a single source file
www.eeworm.com/read/316872/3593280
c m32r_pcc.c
/*
* drivers/pcmcia/m32r_pcc.c
*
* Device driver for the PCMCIA functionality of M32R.
*
* Copyright (c) 2001, 2002, 2003, 2004
* Hiroyuki Kondo, Naoto Sugai, Hayato Fujiwara
*/
#include
www.eeworm.com/read/316872/3602626
h ip_vs.h
/*
* IP Virtual Server
* data structure and functionality definitions
*/
#ifndef _IP_VS_H
#define _IP_VS_H
#include /* For __uXX types */
#include /* For
www.eeworm.com/read/305277/3778503
scala console.scala
/** Test scala.Console functionality. */
object Test extends Application {
import Console._
print(true)
print(1)
print(1.0)
flush
println("..")
println(1)
printf("Argument nr. %d has