代码搜索结果
找到约 10,000 项符合
Timer 的代码
timer.js
zkTimer={};
zk.Timer=Class.create();
zk.Timer.prototype={initialize:function(_1){
this.id=_1.id;
zkau.setMeta(_1,this);
this.init();
},init:function(){
var el=$e(this.id);
if(!el){
return;
}
this.clea
timer.js
/* timer.js
{{IS_NOTE
Purpose:
Timer
Description:
History:
Mon Sep 26 14:04:22 2005, Created by tomyeh
}}IS_NOTE
Copyright (C) 2005 Potix Corporation. All Rights Reserved.
{{IS_RIGHT
timer.java
/* Timer.java
{{IS_NOTE
Purpose:
Description:
History:
Mon Sep 26 12:45:22 2005, Created by tomyeh
}}IS_NOTE
Copyright (C) 2005 Potix Corporation. All Rights Reserved.
{{IS_RIGHT
Th
timer.c
/*
* TIMER.C - timer internal command.
*
* clone from 4nt timer command
*
* 20 Aug 1999
* started - Paolo Pantaleo
*/
#include
#ifdef INCLUDE
timer.c
#include "rosdhcp.h"
timer.c
/*
* VideoPort driver
*
* Copyright (C) 2002, 2003, 2004 ReactOS Team
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library Gener
timer.h
#ifndef _WIN32K_TIMER_H
#define _WIN32K_TIMER_H
NTSTATUS FASTCALL InitTimerImpl(VOID);
BOOL FASTCALL IntKillTimer(HWND Wnd, UINT_PTR IDEvent, BOOL SystemTimer);
UINT_PTR FASTCALL IntSetTimer(HWN
timer.c
/*
* ReactOS W32 Subsystem
* Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 ReactOS Team
*
* This program is free software; you can redistribute it and/or modify
* it under the terms o
timer.c
/*
* PROJECT: ReactOS HAL
* LICENSE: GPL - See COPYING in the top level directory
* FILE: hal/halx86/generic/timer.c
* PURPOSE: HAL Timer Routines
* PROGRA