代码搜索:trigger

找到约 3,730 项符合「trigger」的源代码

代码结果 3,730
www.eeworm.com/read/134181/14002878

php connboard.php

www.eeworm.com/read/114177/15074334

vhd c_fenpin5.vhd

--本程序时钟采用 --40MHz的CLK --得到一系列 --固定频率的时钟 library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity c_fenpin5 is port(clk,trigger,m_signal:in std_logic; --trigger
www.eeworm.com/read/114177/15074338

vhd c_fenpin2.vhd

--本程序时钟采用 --40MHz的CLK --得到一系列 --固定频率的时钟 library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity c_fenpin2 is port(clk,trigger,m_signal:in std_logic; --trigger
www.eeworm.com/read/241364/13150751

sql undroppable.sql

CREATE OR REPLACE TRIGGER undroppable BEFORE DROP ON SCHEMA BEGIN RAISE_APPLICATION_ERROR(-20000,'You cannot drop me! I am invincible!'); END; / /*=========================================
www.eeworm.com/read/115070/6120348

sql sourceforge.sql

-- ORACLE SCRIPT -- Changes were renaming the "session" table to sf_session -- renaming "date" columns to sf_date -- commenting out the create trigger constraints --
www.eeworm.com/read/101039/6260495

sql m_product_bom_trg.sql

CREATE OR REPLACE TRIGGER M_Product_BOM_Trg AFTER INSERT OR UPDATE OF M_ProductBOM_ID ON M_Product_BOM FOR EACH ROW /****************************************************************************
www.eeworm.com/read/101039/6260496

sql ad_user_trg.sql

CREATE OR REPLACE TRIGGER AD_User_Trg AFTER INSERT OR UPDATE OF EMail, C_BPartner_ID ON AD_User FOR EACH ROW /************************************************************************* * The con
www.eeworm.com/read/101039/6260545

sql ad_element_trl_trg.sql

CREATE OR REPLACE TRIGGER AD_Element_Trl_Trg AFTER UPDATE OF Name, PrintName, Description, Help, IsTranslated ON AD_Element_Trl FOR EACH ROW /****************************************************
www.eeworm.com/read/492634/6417099

cs taskschedulerinterop.cs

using System; using System.Runtime.InteropServices; namespace TaskSchedulerInterop { // Enums internal enum TaskTriggerType { TIME_TRIGGER_ONCE = 0, // Ignore the Type field
www.eeworm.com/read/492634/6417111

cs taskschedulerinterop.cs

using System; using System.Runtime.InteropServices; namespace TaskSchedulerInterop { // Enums internal enum TaskTriggerType { TIME_TRIGGER_ONCE = 0, // Ignore the Type field