代码搜索:methods
找到约 10,000 项符合「methods」的源代码
代码结果 10,000
www.eeworm.com/read/470693/1462083
m load-3.m
/*
load-3.m
Author: Ovidiu Predescu
Date: June 3, 2001
Test if the +load methods are invoked, and are invoked in the
proper order.
*/
#include
www.eeworm.com/read/470693/1464708
java stacktrace.java
/* gnu.gcj.runtime.StackTrace -- VM support methods for walking the
stack.
Copyright (C) 1998, 1999, 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is fr
www.eeworm.com/read/470693/1466447
java vmthrowable.java
/* java.lang.VMThrowable -- VM support methods for Throwable.
Copyright (C) 1998, 1999, 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you
www.eeworm.com/read/469304/1480831
java lookupldapname.java
import javax.naming.*;
import javax.naming.ldap.*;
import java.util.Hashtable;
import java.awt.Button;
/**
* Demonstrates how to pass LDAP name to the context methods.
*/
class LookupLdapName {
www.eeworm.com/read/464804/1524946
c handlerpty.c
/*
* Native methods for HandlerPTY (part of Shell).
*/
#include /* includes */
#include /* diagnostics */
#include /* malloc/free on Linux et. al. */
#
www.eeworm.com/read/462670/1543724
as asbroadcaster-override.as
// makeswf -v 7 -s 200x150 -r 1 -o asbroadcaster-override.swf asbroadcaster-override.as
trace ("override AsBroadcaster methods");
AsBroadcaster.addListener = function () {
trace ("add");
};
AsBroa
www.eeworm.com/read/460691/1558254
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")) {
pr
www.eeworm.com/read/457053/1601483
cc rmst.cc
//
// rmst.cc : Rmst Class Methods
// authors : Fred Stann
//
// Copyright (C) 2003 by the University of Southern California
// $Id: rmst.cc,v 1.1 2003/07/08 18:09:01 haldar Exp $
//
/
www.eeworm.com/read/456710/1603614
java wfsgclient.java
package com.esri.solutions.jitk.common.gazetteer;
import org.apache.commons.httpclient.HttpClient;
import org.apache.commons.httpclient.methods.ByteArrayRequestEntity;
import org.apache.commons.h
www.eeworm.com/read/456710/1603816
java tintparameters.java
package com.esri.solutions.jitk.web.data.image;
/**
* Bean class to contain Tint parameters. Since
* all three color are modified for Tint, we need to
* have methods to set and get each Colo