代码搜索:functionality
找到约 4,782 项符合「functionality」的源代码
代码结果 4,782
www.eeworm.com/read/373038/2767608
java package-info.java
/**
* Tests the JUnit functionality.
*
* Corresponds to {@link junit.tests.AllTests} in Junit 3.x.
*
* @since 4.0
*/
package org.junit.tests;
www.eeworm.com/read/358128/3000035
pm unix.pm
package File::HomeDir::Unix;
# Unix-specific functionality
use 5.005;
use strict;
use Carp ();
use vars qw{$VERSION};
BEGIN {
$VERSION = '0.66';
}
##############################################
www.eeworm.com/read/351636/3103102
txt introduction_doxy.txt
// The following text is included in the main documentation page by doxygen
/*! \mainpage testlib : Testing Library
*
* testlib provides some common functionality used in testing vxl. It
* provide
www.eeworm.com/read/351020/3111119
as wikiparser.as
package com.example.programmingas3.wikiEditor
{
/**
* Used to define the main functionality of the WikiParser application:
*
* - Provides a sample wiki string.
* - Uses regular express
www.eeworm.com/read/262948/4307411
readme
This is a preliminary test repository, to ensure that we have
a collection of tests which work, and which may be used to debug/verify
the functionality of the server.
There is no test harness yet
www.eeworm.com/read/256028/4371028
c ixoamcodelet.c
/*
* @file IxOamCodelet.c
*
* @date 21-July-2002
*
* @brief The module implements the loopback functionality
* functions of the Oam Codelet.
*
*
* IxOamCodelet API functions
www.eeworm.com/read/255402/4376442
readme
This is a preliminary test repository, to ensure that we have
a collection of tests which work, and which may be used to debug/verify
the functionality of the server.
There is no test harness yet
www.eeworm.com/read/253244/4399288
java package-info.java
/**
* Tests the JUnit functionality.
*
* Corresponds to {@link junit.tests.AllTests} in Junit 3.x.
*
* @since 4.0
*/
package org.junit.tests;
www.eeworm.com/read/194630/8189061
cs pixel.cs
using System;
using System.Drawing;
namespace GXGraphicsLibrary
{
#if USE_GXLIBS
///
/// Encapsulates the functionality of converting pixel formats.
///
public cla
www.eeworm.com/read/293767/8275526
java medianimage.java
package IrisRecog;
/**
* MedianImage.java
*
* Subclasses the unwrapped image class to provided one more method of
* functionality to retrieve pixel intensities.
*
* @owner Michael Hu