代码搜索:VARIABLES
找到约 10,000 项符合「VARIABLES」的源代码
代码结果 10,000
www.eeworm.com/read/239028/13308913
sql usp_selecttimesheetsqtd.sql
CREATE PROCEDURE usp_SelectTimeSheetsQTD
(
@ManagerID UNIQUEIDENTIFIER
)
AS
-- Declare local variables
DECLARE @FirstDayOfQuarter DATETIME,
@WeekEndingDate DATETIME
-- Calcula
www.eeworm.com/read/239028/13308918
sql usp_selecttimesheetsytd.sql
CREATE PROCEDURE usp_SelectTimeSheetsYTD
(
@ManagerID UNIQUEIDENTIFIER
)
AS
-- Declare local variables
DECLARE @FirstDayOfYear DATETIME,
@WeekEndingDate DATETIME
-- Calculate
www.eeworm.com/read/239028/13309008
vb validationfunctions.vb
Module ValidationFunctions
#Region " Private Variables "
Private bytPhoneLength As Byte = 10
Private bytPasswordLength As Byte = 9
Private blnPasswordUpperCaseCharacters As Boolean
www.eeworm.com/read/322234/13384535
c dsp28_globalvariabledefs.c
//---------------------------------------------------------------------------
// Define Global Peripheral Variables:
//
#include "DSP28_Device.h"
#pragma DATA_SECTION(AdcRegs,"AdcRegsFile"
www.eeworm.com/read/304396/13795017
h bl_packet.h
//*****************************************************************************
//
// bl_packet.h - The global variables and definitions of the boot loader.
//
// Copyright (c) 2006-2007 Luminary
www.eeworm.com/read/304396/13795043
h bl_packet.h
//*****************************************************************************
//
// bl_packet.h - The global variables and definitions of the boot loader.
//
// Copyright (c) 2006-2007 Luminary
www.eeworm.com/read/131315/5937658
environment
Environment variables
CALCPATH
A :-separated list of directories used to search for
scripts filenames that do not begin with /, ./ or ~.
If this variable does not exist, a compiled
www.eeworm.com/read/124553/6045796
pad highlighter.pad
unit Highlighter;
{ Global variables }
var
Highlighter: TMenuItem;
HighlighterAdd: TMenuItem;
// THighLighter = (hlNone, hlPascal, hlCBuilder, hlSql, hlPython,
// hlJav
www.eeworm.com/read/120487/6072379
c variable.c
/*-------------------------------------------------------------------------
*
* variable.c
* Routines for handling specialized SET variables.
*
*
* Portions Copyright (c) 1996-2003, PostgreSQL
www.eeworm.com/read/102451/6231359
js opencms_kontextmenu.js
// mouseevent
function start() {
document.onclick = mouseClicked;
if(ns){document.captureEvents(Event.CLICK); }
}
//------------------------------------------
// global variables and