代码搜索:handler
找到约 10,000 项符合「handler」的源代码
代码结果 10,000
www.eeworm.com/read/115278/15019408
c handler.c
/*****************************************************************************
*
* xdbx - X Window System interface to the dbx debugger
*
* Copyright 1989 The University of Texas at Austin
* C
www.eeworm.com/read/10438/186553
cpp handler.cpp
/***
*handler.cpp - defines C++ setHandler routine
*
* Copyright (c) Microsoft Corporation. All rights reserved.
*
*Purpose:
* Defines C++ setHandler routine.
*
******************
www.eeworm.com/read/11175/210293
c handler.c
/***
* $Workfile: handler.c $
* $Revision: 1.5 $
* $Author: Dave Sewell $
* $Date: 04 May 1990 9:12:48 $
***/
/* handler.c : Alan Butt : February 1, 1989 : Expansion Box Pr
www.eeworm.com/read/16273/666480
cpp handler.cpp
/***
*handler.cpp - defines C++ setHandler routine
*
* Copyright (c) 1990-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* Defines C++ setHandler routine.
*
*******
www.eeworm.com/read/489731/1210502
java handler.java
/* jcifs smb client library in Java
* Copyright (C) 2002 "Michael B. Allen"
* "Eric Glass"
*
* This library is free softwar
www.eeworm.com/read/489731/1210506
java handler.java
/* jcifs smb client library in Java
* Copyright (C) 2002 "Michael B. Allen"
* "Eric Glass"
*
* This library is free softwar
www.eeworm.com/read/489731/1210636
java handler.java
/* jcifs smb client library in Java
* Copyright (C) 2000 "Michael B. Allen"
*
* This library is free software; you can redistribute it and/or
* modify it under the t
www.eeworm.com/read/482538/1286977
hh handler.hh
#ifndef CLICK_HANDLER_HH
#define CLICK_HANDLER_HH 1
#include
CLICK_DECLS
class Element;
class ErrorHandler;
class Handler;
/** @file
* @brief The Handler class f
www.eeworm.com/read/482538/1287026
write_handler
#!/bin/sh
if [ $# -lt 2 ]; then
echo "usage: $0 handler"
exit 1
fi
ARGS=$@
printf "write $ARGS\nquit\n" | nc 127.0.0.1 7777|grep "Click::ControlSocket"|grep "200 Write handler"|grep "200 Goo
www.eeworm.com/read/482538/1287035
read_handler
#!/bin/sh
if [ $# != 1 ]; then
echo "usage: $0 handler"
exit 1
fi
printf "read $@\nquit\n" | nc 127.0.0.1 7777|grep -v ^Click::ControlSocket |grep -v ^DATA | grep -v "200 Goodbye!"|grep -v "2