代码搜索:trigger
找到约 3,730 项符合「trigger」的源代码
代码结果 3,730
www.eeworm.com/read/296553/3901837
rtn trgshow.rtn
trgShowInit {initialize the trigger show facility} {trgShowInit\( \)} {trgShowInit(\ )} {VxWorks API Reference} {OS Libraries} {} {}
tr
www.eeworm.com/read/432628/1891620
ini player11.ini
[walk]
cloth=21001
[stand]
cloth=21001
[trigger]
cloth=21002
[die]
cloth=21005
[win]
cloth=21004
[cry]
cloth=21005
[lose]
cloth=21005
[wait]
cloth=21006
www.eeworm.com/read/432628/1891634
ini player10.ini
[walk]
cloth=20001
[stand]
cloth=20001
[trigger]
cloth=20002
[die]
cloth=20005
[win]
cloth=20004
[cry]
cloth=20005
[lose]
cloth=20005
[wait]
cloth=20006
www.eeworm.com/read/432628/1891635
ini player9.ini
[walk]
cloth=19001
[stand]
cloth=19001
[trigger]
cloth=19002
[die]
cloth=19005
[win]
cloth=19004
[cry]
cloth=19005
[lose]
cloth=19005
[wait]
cloth=19006
www.eeworm.com/read/432628/1891638
ini player24.ini
[walk]
cloth=34001
[stand]
cloth=34001
[trigger]
cloth=34001
[die]
cloth=34001
[win]
cloth=34001
[cry]
cloth=34001
[lose]
cloth=34001
[wait]
cloth=34001
www.eeworm.com/read/387667/2557126
spi readme.spi
Here are general trigger functions provided as workable examples
of using SPI and triggers. "General" means that functions may be
used for defining triggers for any tables but you have to specify
tab
www.eeworm.com/read/366702/2877421
f wtruncate.f
! { dg-do compile }
! { dg-options "-Wall" }
! This long comment line should not trigger a line-truncation warning with -Wall
PROGRAM foo
WRITE (*,*) "Test" ! Neither this comm
www.eeworm.com/read/475477/6782006
c diopsis.c
/* Sean Haycock 26/03/2009
Char device Driver 'diopsis' to load module and indicate to a user application
when a genlock pulse has arrived at the ioport 'genlock'. This will trigger an
interrupt wh
www.eeworm.com/read/359099/10166379
sql 示例4.sql
CREATE TRIGGER trForDelete
ON BOOKS
FOR DELETE
AS
DECLARE @BOOKid INT
IF @@ROWCOUNT >0
BEGIN
SELECT @BOOKid=BOOKid from deleted
DELETE BOOKRecord WHERE BOOKid=@BOOKid
END
GO
USE testTri
www.eeworm.com/read/349709/10802744
sql generateauthorid.sql
/*
* GenerateAuthorID.sql
* Chapter 10, Oracle10g PL/SQL Programming
* by Ron Hardman, Michael McLaughlin and Scott Urman
*
* This script demonstrates the use of :new in a trigger.
*/
S