代码搜索:handler
找到约 10,000 项符合「handler」的源代码
代码结果 10,000
www.eeworm.com/read/167911/5450853
java simplogintxt.java
import com.sun.security.auth.callback.TextCallbackHandler;
import javax.security.auth.*;
import javax.security.auth.login.*;
public class SimpLoginTXT {
public static void main(String[] args)
www.eeworm.com/read/167312/5461165
java imagemidlet.java
package com.j2medev.ch5.image;
import javax.microedition.midlet.*;
import javax.microedition.lcdui.*;
public class ImageMIDlet extends MIDlet implements CommandListener{
private Disp
www.eeworm.com/read/167312/5461174
java imagemidlet.java
package com.j2medev.ch6.image;
import javax.microedition.midlet.*;
import javax.microedition.lcdui.*;
public class ImageMIDlet extends MIDlet implements CommandListener{
private Disp
www.eeworm.com/read/167022/5471307
pas xptokenmulticaster.pas
unit XPTokenMulticaster;
{
$Source: /cvsroot/dunit/dunit/Contrib/DUnitWizard/Source/DelphiExperts/Common/XPTokenMulticaster.pas,v $
$Revision: 1.2 $
$Date: 2004/05/03 15:07:15 $
Last amende
www.eeworm.com/read/165261/5483857
java throwsadviceinterceptor.java
/*
* Copyright 2002-2004 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
www.eeworm.com/read/164510/5489855
java accountpoa.java
package Bank;
/**
*
* IDL Source "Bank.idl"
* IDL Name ::Bank::Account
* Repository Id IDL:Bank/Account:1.0
*
* IDL definition:
www.eeworm.com/read/164510/5489856
java accountmanagerpoa.java
package Bank;
/**
*
* IDL Source "Bank.idl"
* IDL Name ::Bank::AccountManager
* Repository Id IDL:Bank/AccountManager:1.0
*
* I
www.eeworm.com/read/162614/5518027
c unexpected1_main.c
// PR 3719
// Test that an unexpected handler can rethrow to categorize.
// Split into pieces for binary compatibility testing October 2002
extern void unexpected1_x ();
int
main ()
{
unexpected1
www.eeworm.com/read/162614/5525263
ada cb4007a.ada
-- CB4007A.ADA
-- Grant of Unlimited Rights
--
-- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687,
-- F08630-91-C-0015, and DCA100-97-D-0025,
www.eeworm.com/read/162614/5528682
c cleanup-3.c
/* { dg-do run } */
/* { dg-options "" } */
/* Verify that the cleanup handler receives the proper contents
of the variable. */
extern void exit(int);
extern void abort(void);
static int expecte