代码搜索:CallBack
找到约 10,000 项符合「CallBack」的源代码
代码结果 10,000
www.eeworm.com/read/101088/15852810
h intimers.h
/*
* FILENAME: intimers.c
*
* Copyright 2001-2004 By InterNiche Technologies Inc. All rights reserved
*
* Handles InterNiche task & application interval timers.
*
* MODULE: MISCLIB
*
* PORTA
www.eeworm.com/read/100301/15877552
h des.h
typedef unsigned char far uchar;
#define UCHAR uchar far
typedef int (CALLBACK* lpfnDES_INIT)(uchar *);
typedef int (CALLBACK* lpfnDES_ECB)(uchar *,uchar *);
HINSTANCE hDesDll;
lpfnDES_INIT far pa
www.eeworm.com/read/100075/15886279
y separse.y
%{
#include
#include
#include "SeParse.h"
void (*callbackProc)();
%}
%token WORD
%union {
char *sval;
}
%start Script
%%
Script : Script FunCall
| Empty
;
Fun
www.eeworm.com/read/387785/8653950
cpp areafeature.cpp
#include "areafeature.h"
#include "util.h"
#ifndef CALLBACK
#define CALLBACK
#endif
void CALLBACK errorCallback(GLenum errorCode)
{
const GLubyte *estring;
estring = gluErrorString(errorCode)
www.eeworm.com/read/190941/5170464
js utilxmlhttp.js
var _XMLHttp=[];
function XMLHttp(callback) {
this.callback=callback;
this.callbackData=null;
this.query='';
this.content='';
this.url='';
this.userUrl='';
this.async=true;
this.dat
www.eeworm.com/read/189356/5193192
py filter.py
class Filter:
def __init__(self, callback):
self.callback = callback
def check(self, ip, paramslist, headers):
def params(key, default = None, l = paramslist):
www.eeworm.com/read/298834/3858599
py filter.py
class Filter:
def __init__(self, callback):
self.callback = callback
def check(self, ip, paramslist, headers):
def params(key, default = None, l = paramslist):
if
www.eeworm.com/read/355290/3054672
py filter.py
class Filter:
def __init__(self, callback):
self.callback = callback
def check(self, ip, paramslist, headers):
def params(key, default = None, l = paramslist):
if
www.eeworm.com/read/151719/5679279
h fsfe.h
#ifndef _FSFE_HEADER_KDJIEUFKD9_9409504_238423_H_
#define _FSFE_HEADER_KDJIEUFKD9_9409504_238423_H_
#include "wdf_filter.h"
#include "wdf/wd_ustr.h"
#include "wdf/wd_dev.h"
#include "wdf/wd_irp
www.eeworm.com/read/455463/1614162
m tmenucb.m
function tmenucb
top = uimenu('label', 'one', 'callback', 'tmenucbfun');
t2 =uimenu(top, 'label', 'two', 'callback', 'tmenucbfun');
t3 = uimenu(top, 'label', 'three', 'callback', 'tmenucbfun');