代码搜索:handler

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

代码结果 10,000
www.eeworm.com/read/378008/9254068

js global.js

/* declare namespace */ (function(){ var namespaces = [ "System","BdElement", "BdBrowser", "BdEvent", "BdUtil", "BdAjax"]; for(var i = 0, j = namespaces.length; i < j; i ++){ if(window[namespaces[
www.eeworm.com/read/378008/9254097

js global.js

/* declare namespace */ (function(){ var namespaces = [ "System","BdElement", "BdBrowser", "BdEvent", "BdUtil", "BdAjax"]; for(var i = 0, j = namespaces.length; i < j; i ++){ if(window[namespaces[
www.eeworm.com/read/180463/9305891

s 44binit.s

;**************************************************************************** ; Name : 44BINIT.S * ; Modified : GongJun 2004-4-26 20:26 * ;
www.eeworm.com/read/376489/9316225

s init.s

;file name ml64000init.s ;data: 19/07/2005 ;function:init system ,init stack and falsh sram AREA boot, CODE, READONLY INCLUDE define.s USERMODE EQU 0x10 FIQMODE EQU 0x11 IRQMOD
www.eeworm.com/read/376279/9322124

s 44binit.s

;******************************************************** ; Name : 44BINIT.S * ; Modify : hugang, hgx2000@mail.china.com * ; Description: * ; C start up codes * ;
www.eeworm.com/read/376212/9324906

m doevent.m

function theResult = doevent(self, theEvent, theMessage, varargin) % ps/doevent -- Call "ps" event handler. % doevent(self, theEvent, theMessage) calls the registered % event handler on behalf of
www.eeworm.com/read/376212/9324932

m help_handlers.m

function theResult = help_handlers(self, varargin) % Event-handlers are registered with "ps" using the % "handler" method, which requires the name of an event, % such as 'Print', and the name of t
www.eeworm.com/read/375685/9353809

java rtpsourcestream.java

import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import javax.microedition.io.Datagram; import javax.microedition.io.Connector; import javax.microedition.media
www.eeworm.com/read/375474/9359131

htm fk.htm

www.eeworm.com/read/179365/9359777

s79 isrshell.s79

;***************************************************************************** ; ; ISRSHELL.S - Assembly shell around the C IRQ and FIQ handlers ; ; Copyright (c) 1998-1999 Cirrus Logic, Inc. ;