代码搜索:Functionality
找到约 4,782 项符合「Functionality」的源代码
代码结果 4,782
www.eeworm.com/read/462670/1543630
readme
This directory contains tests using the tracing functionality of Actionscript.
How does it work?
./trace [FILE1 [FILE2 [...]]]
The program trace in this directory takes all files on the command li
www.eeworm.com/read/462420/1546024
java library.java
package library;
import java.util.*;
import java.sql.*;
import java.text.*;
/**
* class Library represents the functionality of a library
*
* @author CTE
* @version 1.0
*/
public class Library
{
www.eeworm.com/read/239567/4598135
py _outputters.py
# This module contains common functionality used by xvcmd.py and xpcmd.py
import sys,string
from xml.parsers.xmlproc import xmlapp, utils
# Backwards compatibility declarations
ESISDocHa
www.eeworm.com/read/233448/4684204
c ia64-sync-1.c
/* { dg-do run { target ia64-*-* } } */
/* { dg-options } */
/* Test basic functionality of the intrinsics. The operations should
not be optimized away if no one checks the return values. */
#i
www.eeworm.com/read/229812/4753338
c bind.c
/*
*
* BSD sockets functionality for Waterloo TCP/IP
*
* Version
*
* 0.5 : Dec 18, 1997 : G. Vanem - created
*/
#include "socket.h"
#if defined(USE_BSD_FUNC)
#ifndef IPPOR
www.eeworm.com/read/229812/4753342
c sockopt.c
/*
*
* BSD sockets functionality for Waterloo TCP/IP
*
* Version
*
* 0.5 : Dec 18, 1997 : G. Vanem - created
* 0.6 : Apr 07, 2000 : Added multicast options IP_ADD_MEMBERSHIP and
www.eeworm.com/read/229812/4753410
c fsext.c
/*
*
* BSD sockets functionality for Waterloo TCP/IP
*
* Version
*
* 0.5 : Jan 21, 1998 : G. Vanem - created
*/
#include "socket.h"
#if defined(__DJGPP__) && defined(USE_BSD_
www.eeworm.com/read/229812/4753425
c stream.c
/*
*
* BSD sockets functionality for Waterloo TCP/IP
*
* Version
*
* 0.5 : Dec 18, 1997 : G. Vanem - created
*/
#include "socket.h"
#if defined(USE_BSD_FUNC)
/*
* How d
www.eeworm.com/read/229812/4753444
c getname.c
/*
*
* BSD sockets functionality for Waterloo TCP/IP
*
* Version
*
* 0.5 : Dec 18, 1997 : G. Vanem - created
*/
#include "socket.h"
#if defined(USE_BSD_FUNC)
int getsockna
www.eeworm.com/read/225009/4800021
java sessioncontext.java
package xyz.frame.scope;
import javax.servlet.http.HttpSession;
/**
* Simple decorator for the session, builds up some basic functionality.
*
* @author Guilherme Silveira
*/
public class Sessi