代码搜索:methods
找到约 10,000 项符合「methods」的源代码
代码结果 10,000
www.eeworm.com/read/332904/3391700
java bid.java
package org.hibernate.auction.model;
import java.io.Serializable;
import java.util.Date;
/**
* An immutable class representing one bid.
*
* Note: This class needs private setter methods for H
www.eeworm.com/read/324920/3493061
c flexcop-eeprom.c
/*
* This file is part of linux driver the digital TV devices equipped with B2C2 FlexcopII(b)/III
*
* flexcop-eeprom.c - eeprom access methods (currently only MAC address reading is used)
*
* see
www.eeworm.com/read/321483/3534267
t 17_misc_meth.t
#!/usr/bin/perl
#
# Check miscellaneous tied-array interface methods
# EXTEND, CLEAR, DELETE, EXISTS
#
my $file = "tf$$.txt";
$: = Tie::File::_default_recsep();
1 while unlink $file;
print "1..35\n"
www.eeworm.com/read/321483/3534578
pm dll.pm
package OS2::DLL;
our $VERSION = '1.03';
use Carp;
use XSLoader;
@libs = split(/;/, $ENV{'PERL5REXX'} || $ENV{'PERLREXX'} || $ENV{'LIBPATH'} || $ENV{'PATH'});
%dlls = ();
# Preloaded methods go he
www.eeworm.com/read/321483/3535216
pm file.pm
#
package IO::File;
=head1 NAME
IO::File - supply object methods for filehandles
=head1 SYNOPSIS
use IO::File;
$fh = new IO::File;
if ($fh->open("< file")) {
print ;
www.eeworm.com/read/321115/3539934
java urlutility.java
package com.heaton.bot;
import java.io.*;
import java.net.*;
/**
* This simple static class contains
* several methods that are useful to
* manipulate URL's.
* Copyright 2001-2003 by Jeff Heaton
www.eeworm.com/read/316872/3591663
c flexcop-eeprom.c
/*
* This file is part of linux driver the digital TV devices equipped with B2C2 FlexcopII(b)/III
*
* flexcop-eeprom.c - eeprom access methods (currently only MAC address reading is used)
*
* see
www.eeworm.com/read/313224/3645047
pm file.pm
#
package IO::File;
=head1 NAME
IO::File - supply object methods for filehandles
=head1 SYNOPSIS
use IO::File;
$fh = new IO::File;
if ($fh->open("< file")) {
print ;
www.eeworm.com/read/310989/3688374
java mocklocationprovider.java
package org.j4me.bluetoothgps;
import org.j4me.logging.*;
/**
* A LocationProvider for testing MIDlets. Methods on this class
* can set locations manually.
*
* Make sur
www.eeworm.com/read/307320/3724903
cc rmst_filter.cc
//
// rmst_filter.cc : RmstFilter Class Methods
// authors : Fred Stann
//
// Copyright (C) 2003 by the University of Southern California
// $Id: rmst_filter.cc,v 1.2 2003/07/10 21:18:57 hald