代码搜索:methods
找到约 10,000 项符合「methods」的源代码
代码结果 10,000
www.eeworm.com/read/232891/4695822
java timeprotocolclient.java
// TimeProtocolClient.java
package com.wrox.timeprotocol;
import java.io.*;
import java.net.*;
import java.util.*;
/**
* Static methods for quering network time servers using the RFC-868
www.eeworm.com/read/231546/4714697
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/229812/4750233
gml rfddriv.gml
:H2.Defining a Driver
:I1.defining drivers
:I2 refid='drive'.defining
:P.
A driver definition specifies the control sequences and
methods by which output is
produced.
This includes such things
www.eeworm.com/read/225009/4800009
java validationerrors.java
package xyz.frame.validator;
import java.util.Iterator;
import xyz.frame.i18n.Message;
/**
* Collection of validation errors. List is not used as there should be limited
* access to some methods.
www.eeworm.com/read/215230/4905383
cpp mgjs_main.cpp
// NB: some functions could be added or finished in coming version, i.e, window's some methods and
// events handling which must conform with HTML or DOM.
//
#include "mgjs_main.h"
#include "mgmessag
www.eeworm.com/read/205153/5025889
cgi example_multiply.cgi
#! /usr/bin/perl -w
# Perl version cloned from the original PHP by http://www.modernmethod.com/sajax/
# I've left commented-out examples in the code for running with static methods.
# For moving to M
www.eeworm.com/read/204040/5036182
txt opendir.txt
SUMMARY methods to gain access to file system directories (OS2 1.2 only)
#include
DIR *opendir(char *szDirName)
struct dirent *readdir(DIR *pd)
int closedir(DIR *pd)
void
www.eeworm.com/read/190666/5175877
c pmf2.c
// PRMS Id: 4484 (bug 3)
// Bug: g++ does implicitly take the address of methods passed to fns.
// Build don't link:
struct A {
void f ();
};
void g (void (A::*)());
void h () {
g (A::f); //
www.eeworm.com/read/190666/5177841
m class-14.m
/* Contributed by Nicola Pero - Tue Mar 6 23:05:53 CET 2001 */
#include
#include
/* Tests creating a root class and a subclass with a class accessor
methods and a
www.eeworm.com/read/190666/5177849
m class-13.m
/* Contributed by Nicola Pero - Tue Mar 6 23:05:53 CET 2001 */
#include
#include
/* Tests creating a root class and a subclass with a class accessor
methods and a