代码搜索:statement
找到约 10,000 项符合「statement」的源代码
代码结果 10,000
www.eeworm.com/read/247171/4487223
vb exceptionhandlinga.vb
Option Strict Off
Imports System
Module ExceptionHandlingA
Function Main() As Integer
' Finally block is executed regardless of how execution
' leaves the Try statement
www.eeworm.com/read/247171/4487498
vb memberaccessexpression1.vb
'MemberAccessExpression: E.I
'If E is omitted then the expresion from the immediately containing "With" statement
'is substituted for "E" and the member access is performed.
Class MemberAccessExpressi
www.eeworm.com/read/216502/4891416
c proc.c
#include "defs"
/* start a new procedure */
newproc()
{
if(parstate != OUTSIDE)
{
execerr("missing end statement", 0);
endproc();
}
parstate = INSIDE;
procclass = CLMAIN; /* default */
}
/*
www.eeworm.com/read/179289/5307943
srcfile format.srcfile
/* asource.c: [one line description of file]
* --------------------------------------------------------------------
*
* [Project Name]
*
* [License Statement, eg.
www.eeworm.com/read/176479/5337658
skip_copyright
/*
SKIP Source Code License Statement:
------------------------------------------------------------------
Copyright
Sun Microsystems, Inc.
Copyright (C) 1994, 1995 Sun Microsystems, Inc. All
www.eeworm.com/read/173141/5378835
properties currentof_derby.properties
#
# This properties file is for the currentof test.
# its configuration's only difference from the default configuration
# is that it runs with the statement cache on.
#
# This file is expected to be
www.eeworm.com/read/327360/3461893
query function.query
########################
# These tests are desined to test the CQL Functions. Each query statement
# in this file executes on a set of instances of CQL_TestPropertytypes.
# The test program should be
www.eeworm.com/read/317007/3583973
txt notes.txt
This program awards points whenever the mouse is clicked
inside of the basket. It improves on SillyBasketBall by using
the if statement to determine whether or not the user has
scored.
www.eeworm.com/read/316168/3612784
java dbconnbean.java
package conndb;
import java.sql.*;
public class DbConnBean
{
private static Connection conn;
private Statement stmt;
private ResultSet rs;
/*******************************************
www.eeworm.com/read/311718/3678275
js theme.js
// directory of where all the images are
var cmThemeOfficeBase = '/wcm/um/images/ThemeOffice/';
/* rtl change -- following if statement and var declaration */
if (typeof(RTLsupport) != "undefined