代码搜索:handler

找到约 10,000 项符合「handler」的源代码

代码结果 10,000
www.eeworm.com/read/170239/5406224

c exception.c

/* except.c: This code handles exceptions that are caught by the exception vectors that have been installed by the monitor through vinit(). General notice: This code is part of a boot
www.eeworm.com/read/169697/5414230

c ioloop.c

/* -*- Mode: C; c-basic-offset:4 ; -*- */ /* * (C) 2004 by Argonne National Laboratory. * See COPYRIGHT in top-level directory. */ /* * The routines in this file provide an event-driven I
www.eeworm.com/read/169491/5420569

c earthmate.c

#include #include #include #include const double pi=3.14159265358979323846; /* How many words/bytes in the header that we've "skipped" */ const int header
www.eeworm.com/read/169491/5420703

cpp testmain.cpp

/** * $Id: testmain.cpp,v 2.0 2002/09/22 02:07:32 tramm Exp $ */ #include "Observer.h" #include using namespace std; int main( void ) { Observer::Server s( 2002 ); cout
www.eeworm.com/read/169491/5420706

cpp testclient.cpp

/** * $Id: testclient.cpp,v 2.0 2002/09/22 02:07:32 tramm Exp $ */ #include "Observer.h" #include using namespace std; void handler( uint32_t type, const void * buf, size_t bufl
www.eeworm.com/read/169190/5426318

readme

README for Apache 2.0 Example Module [April, 1997, updated May 2000] The files in the src/modules/example directory under the Apache distribution directory tree are provided as an example to those th
www.eeworm.com/read/168554/5444759

java atomservlet.java

/* * Copyright 2005 David M Johnson (For RSS and Atom In Action) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the Licen
www.eeworm.com/read/167920/5450499

s irq.s

;/****************************************Copyright (c)************************************************** ;** Guangzou ZLG-MCU Development Co.,LTD. ;**
www.eeworm.com/read/167911/5450775

java simploginmycb.java

import javax.security.auth.*; import javax.security.auth.login.*; public class SimpLoginMyCB { public static void main(String[] args) throws Exception { //登录 MyCallbackHandler
www.eeworm.com/read/167911/5450851

java simplogin.java

import com.sun.security.auth.callback.DialogCallbackHandler; import javax.security.auth.*; import javax.security.auth.login.*; public class SimpLogin { public static void main(String[] args)