代码搜索:OUT
找到约 10,000 项符合「OUT」的源代码
代码结果 10,000
www.eeworm.com/read/320003/3551391
out testdelphinetnestedtype.out
unit TestDelphiNetNestedType;
{ This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility
Simple test of nested types in Delphi.net
}
interface
www.eeworm.com/read/320003/3551392
out testtrailingcommaparam.out
unit TestTrailingCommaParam;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ImgList, StdCtrls;
type
TForm1 = class(TForm)
But
www.eeworm.com/read/320003/3551393
out testemptycase.out
unit TestEmptyCase;
interface
implementation
{ empty case with no semicolon allowed just before the 'else' }
procedure Monkey(const pi: integer);
const
krukolibidinous = 12;
begin
www.eeworm.com/read/320003/3551395
out testdllindex.out
unit TestDllIndex;
interface
uses Windows;
function Spaces(n: cardinal): string;
function RestartDialog(Wnd: HWnd; Reason: PChar; Flags: integer): integer;
stdcall; external 'shell32.dll'
www.eeworm.com/read/320003/3551396
out testreturnremoval.out
unit TestReturnRemoval;
{ AFS 6 June 2001
This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility
This unit tests return removal
}
inte
www.eeworm.com/read/320003/3551398
out testtpobjects.out
unit TestTPObjects;
{ AFS 5 Feb 2001
This code compiles, but is not semantically meaningfull.
It is test cases for the code-formating utility
This unit tests Turbo-pascal style objects
www.eeworm.com/read/320003/3551399
out testgenericinheritance.out
program TestGenericInheritahnce;
{$APPTYPE CONSOLE}
{ AFS December 2007
This code compiles, but is not semantically meaningfull.
It is test cases for the code-formating utility
Tes
www.eeworm.com/read/320003/3551402
out testgenericclasshelper.out
program TestGenericClassHelper;
{$APPTYPE CONSOLE}
{ AFS December 2007
This code compiles, but is not semantically meaningfull.
It is test cases for the code-formating utility
Test
www.eeworm.com/read/320003/3551403
out testdelphinethelperclass.out
unit TestDelphiNetHelperClass;
{
AFS May 2005
This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility
Basic test of helper class in Delphi
www.eeworm.com/read/320003/3551404
out testgenerics.out
unit TestGenerics;
{ AFS November 2007
This code compiles, but is not semantically meaningfull.
It is test cases for the code-formating utility
Test new generics syntax - code from